Class: LedgerSync::QuickBooksOnline::BillPayment

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

Defined Under Namespace

Modules: Operations Classes: Deserializer, Serializer

Constant Summary collapse

PAYMENT_TYPES =
{
  'cash' => 'Cash',
  'check' => 'Check',
  'credit_card' => 'CreditCard'
}.freeze

Instance Method Summary collapse

Instance Method Details

#nameObject



37
38
39
# File 'lib/ledger_sync/quickbooks_online/resources/bill_payment.rb', line 37

def name
  "Bill Payment: #{self.DocNumber}"
end