Class: Quickbooks::Model::BillPayment
- Defined in:
- lib/quickbooks/model/bill_payment.rb
Constant Summary collapse
- XML_COLLECTION_NODE =
"BillPayment"- XML_NODE =
"BillPayment"- REST_RESOURCE =
'bill_payment'
Instance Method Summary collapse
-
#check_payment ⇒ Object
Required if PayType is Check.
-
#credit_card_payment ⇒ Object
Required if PayType is CreditCard.
Methods inherited from BaseModel
reference_setters, resource_for_collection, resource_for_singular, #to_xml_inject_ns, #to_xml_ns
Instance Method Details
#check_payment ⇒ Object
Required if PayType is Check.
22 |
# File 'lib/quickbooks/model/bill_payment.rb', line 22 xml_accessor :check_payment, :from => 'CheckPayment', :as => BillPaymentCheck |
#credit_card_payment ⇒ Object
Required if PayType is CreditCard.
24 |
# File 'lib/quickbooks/model/bill_payment.rb', line 24 xml_accessor :credit_card_payment, :from => 'CreditCardPayment', :as => BillPaymentCreditCard |