public interface IPaymentField
IPayment
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AMOUNT
Payed amount in the currency
of the document that generated the payment.
|
static java.lang.String |
EXCHANGE_RATE
Exchange rate of the payment.
|
static java.lang.String |
FORM
Payment form: cash, credit card, debit card, wire transfer, etc.
|
static java.lang.String |
NOTE
A notes about the payment.
|
static java.lang.String |
REFERENCE
A reference related to the payment.
|
static final java.lang.String AMOUNT
static final java.lang.String EXCHANGE_RATE
static final java.lang.String FORM
static final java.lang.String NOTE
static final java.lang.String REFERENCE