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.
-
#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.
-
#paymentId ⇒ Object
Returns the value of attribute paymentId.
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 |
#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 |
#paymentId ⇒ Object
Returns the value of attribute paymentId.
3 4 5 |
# File 'lib/trolley/InvoicePayment.rb', line 3 def paymentId @paymentId end |