Class: LedgerSync::QuickBooksOnline::Payment

Inherits:
Resource
  • Object
show all
Defined in:
lib/ledger_sync/quickbooks_online/resources/payment.rb,
lib/ledger_sync/quickbooks_online/payment/serializer.rb,
lib/ledger_sync/quickbooks_online/payment/deserializer.rb,
lib/ledger_sync/quickbooks_online/payment/operations/find.rb,
lib/ledger_sync/quickbooks_online/payment/operations/create.rb,
lib/ledger_sync/quickbooks_online/payment/operations/update.rb

Defined Under Namespace

Modules: Operations Classes: Deserializer, Serializer

Instance Method Summary collapse

Instance Method Details

#nameObject



24
25
26
# File 'lib/ledger_sync/quickbooks_online/resources/payment.rb', line 24

def name
  "Payment: #{self.TotalAmt} #{self.Currency}"
end