class Agris::Api::Messages::QueryChangedInvoices

Public Instance Methods

message_number() click to toggle source
# File lib/agris/api/messages/query_changed_invoices.rb, line 6
def message_number
  80_500
end

Protected Instance Methods

xml_hash() click to toggle source
# File lib/agris/api/messages/query_changed_invoices.rb, line 12
def xml_hash
  xml_base_hash
    .merge(
      componentdetail: true,
      discountdetail: true,
      gldistributiondetail: true,
      lineitemdetail: true,
      lineremarkdetail: true,
      remarkdetail: true,
      specificationdetail: true,
      splitdetail: true,
      taxdetail: true,
      taxratedetail: true,
      trancodedetail: true
    )
end