class Pohoda::Parsers::Lst::ListAccountingFormOfPaymentRequestType

Public Instance Methods

request_accounting_form_of_payment() click to toggle source
# File lib/pohoda/parsers/lst/list_accounting_form_of_payment_request_type.rb, line 7
def request_accounting_form_of_payment
  at 'lst:requestAccountingFormOfPayment'
end
request_accounting_form_of_payment_attributes() click to toggle source
# File lib/pohoda/parsers/lst/list_accounting_form_of_payment_request_type.rb, line 11
def request_accounting_form_of_payment_attributes
  attributes_at 'lst:requestAccountingFormOfPayment'
end
to_h() click to toggle source
# File lib/pohoda/parsers/lst/list_accounting_form_of_payment_request_type.rb, line 15
def to_h
  hash = {}
  hash[:attributes] = attributes

  hash[:request_accounting_form_of_payment] = request_accounting_form_of_payment if has? 'lst:requestAccountingFormOfPayment'
  hash[:request_accounting_form_of_payment_attributes] = request_accounting_form_of_payment_attributes if has? 'lst:requestAccountingFormOfPayment'

  hash
end