Class: XeroKiwi::Accounting::Payment
- Inherits:
-
Object
- Object
- XeroKiwi::Accounting::Payment
- Includes:
- Resource
- Defined in:
- lib/xero_kiwi/accounting/payment.rb
Overview
Represents a Xero Payment returned by the Accounting API.
See: developer.xero.com/documentation/api/accounting/payments
Instance Method Summary collapse
Methods included from Resource
#==, #hash, included, #initialize, #inspect, #reference?, #to_h
Instance Method Details
#reconciled? ⇒ Boolean
33 |
# File 'lib/xero_kiwi/accounting/payment.rb', line 33 def reconciled? = is_reconciled == true |