Class: Increase::Models::ACHTransfer::Addenda::PaymentOrderRemittanceAdvice::Invoice
- Inherits:
-
BaseModel
- Object
- BaseModel
- Increase::Models::ACHTransfer::Addenda::PaymentOrderRemittanceAdvice::Invoice
- Defined in:
- lib/increase/models/ach_transfer.rb
Instance Attribute Summary collapse
-
#invoice_number ⇒ String
The invoice number for this reference, determined in advance with the receiver.
-
#paid_amount ⇒ Integer
The amount that was paid for this invoice in the minor unit of its currency.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#invoice_number ⇒ String
The invoice number for this reference, determined in advance with the receiver.
237 |
# File 'lib/increase/models/ach_transfer.rb', line 237 required :invoice_number, String |
#paid_amount ⇒ Integer
The amount that was paid for this invoice in the minor unit of its currency. For dollars, for example, this is cents.
242 |
# File 'lib/increase/models/ach_transfer.rb', line 242 required :paid_amount, Integer |