Class: Trolley::InvoicePayment
- Inherits:
-
Object
- Object
- Trolley::InvoicePayment
- Defined in:
- lib/trolley/InvoicePayment.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#batchId ⇒ Object
Returns the value of attribute batchId.
-
#coverFees ⇒ Object
Returns the value of attribute coverFees.
-
#externalId ⇒ Object
Returns the value of attribute externalId.
-
#id ⇒ Object
Returns the value of attribute id.
-
#invoiceId ⇒ Object
Returns the value of attribute invoiceId.
-
#invoiceLineId ⇒ Object
Returns the value of attribute invoiceLineId.
-
#invoicePayments ⇒ Object
Returns the value of attribute invoicePayments.
-
#memo ⇒ Object
Returns the value of attribute memo.
-
#paymentId ⇒ Object
Returns the value of attribute paymentId.
-
#status ⇒ Object
Returns the value of attribute status.
-
#tags ⇒ Object
Returns the value of attribute tags.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
3 4 5 |
# File 'lib/trolley/InvoicePayment.rb', line 3 def amount @amount end |
#batchId ⇒ Object
Returns the value of attribute batchId.
3 4 5 |
# File 'lib/trolley/InvoicePayment.rb', line 3 def batchId @batchId end |
#coverFees ⇒ Object
Returns the value of attribute coverFees.
3 4 5 |
# File 'lib/trolley/InvoicePayment.rb', line 3 def coverFees @coverFees end |
#externalId ⇒ Object
Returns the value of attribute externalId.
3 4 5 |
# File 'lib/trolley/InvoicePayment.rb', line 3 def externalId @externalId end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/trolley/InvoicePayment.rb', line 3 def id @id end |
#invoiceId ⇒ Object
Returns the value of attribute invoiceId.
3 4 5 |
# File 'lib/trolley/InvoicePayment.rb', line 3 def invoiceId @invoiceId end |
#invoiceLineId ⇒ Object
Returns the value of attribute invoiceLineId.
3 4 5 |
# File 'lib/trolley/InvoicePayment.rb', line 3 def invoiceLineId @invoiceLineId end |
#invoicePayments ⇒ Object
Returns the value of attribute invoicePayments.
3 4 5 |
# File 'lib/trolley/InvoicePayment.rb', line 3 def invoicePayments @invoicePayments end |
#memo ⇒ Object
Returns the value of attribute memo.
3 4 5 |
# File 'lib/trolley/InvoicePayment.rb', line 3 def memo @memo end |
#paymentId ⇒ Object
Returns the value of attribute paymentId.
3 4 5 |
# File 'lib/trolley/InvoicePayment.rb', line 3 def paymentId @paymentId end |
#status ⇒ Object
Returns the value of attribute status.
3 4 5 |
# File 'lib/trolley/InvoicePayment.rb', line 3 def status @status end |
#tags ⇒ Object
Returns the value of attribute tags.
3 4 5 |
# File 'lib/trolley/InvoicePayment.rb', line 3 def @tags end |