Class: Printavo::TransactionPayment
Instance Method Summary
collapse
#==, #[], #dig, #initialize, #inspect, #to_h
Instance Method Details
#amount ⇒ Object
7
|
# File 'lib/printavo/models/transaction_payment.rb', line 7
def amount = self['amount']
|
#id ⇒ Object
6
|
# File 'lib/printavo/models/transaction_payment.rb', line 6
def id = self['id']
|
#note ⇒ Object
10
|
# File 'lib/printavo/models/transaction_payment.rb', line 10
def note = self['note']
|
#paid_at ⇒ Object
9
|
# File 'lib/printavo/models/transaction_payment.rb', line 9
def paid_at = self['paidAt']
|
#payment_method ⇒ Object
8
|
# File 'lib/printavo/models/transaction_payment.rb', line 8
def payment_method = self['paymentMethod']
|