public interface SaleTermAttribute
SaleTerm
classModifier and Type | Field and Description |
---|---|
static java.lang.String |
CREDIT_DAYS
The period granted to pay the document in days.
|
static java.lang.String |
CREDIT_START
When to start counting the credit days: 0 = delivery date, 1 = invoice date.
|
static java.lang.String |
CUSTOMER_ACCOUNT
La cuenta desde la que el cliente efectuarára el pago.
|
static java.lang.String |
ID
The unique identifier of the document in the database.
|
static java.lang.String |
INCOTERM
Account where the payment should be made to.
|
static java.lang.String |
PAYMENT_ACCOUNT
Account where the payment should be made to.
|
static java.lang.String |
PAYMENT_CURRENCY
Currency in which the payment should be made.
|
static java.lang.String |
PAYMENT_FORM
Payment form (cash, check, credit card, wire transfer, etc.
|
static final java.lang.String CREDIT_DAYS
Data type: Byte
static final java.lang.String CREDIT_START
Data type: Byte
static final java.lang.String CUSTOMER_ACCOUNT
static final java.lang.String ID
Data type: Integer
static final java.lang.String INCOTERM
static final java.lang.String PAYMENT_ACCOUNT
static final java.lang.String PAYMENT_CURRENCY
static final java.lang.String PAYMENT_FORM