public static interface OrderContract.OrderSummaryColumns
Order
.Modifier and Type | Field and Description |
---|---|
static String |
AMOUNT_CREDITED
Order amount credited.
|
static String |
AMOUNT_PAID
Order amount paid.
|
static String |
AMOUNT_REFUNDED
Order amount refunded.
|
static String |
CREATED
Timestamp when the row was inserted, used for data retention
|
static String |
CREATED_TIME
Timestamp when order was created.
|
static String |
CURRENCY
Order currency.
|
static String |
CUSTOMER_ID
Order customer id.
|
static String |
CUSTOMER_NAME
Order customer name.
|
static String |
CUSTOMER_NOTE
Service specific note by customer used for order fulfillment
Type: Text
|
static String |
DEVICE_ID
The UUID of the device that created the order
|
static String |
EMPLOYEE_ID
The UUID of the employee that created the order
|
static String |
EMPLOYEE_NAME
Order employee name.
|
static String |
EXTERNAL_REFERENCE_ID
Order external reference number.
|
static String |
FULFILLMENT_TIME
Time stamp when order to be fulfilled
Type: INTEGER
|
static String |
ID
Order uuid
|
static String |
IS_AUTH
Is this order an authorization
Type: INTEGER
|
static String |
LAST_FOURS
Comma separated last 4 digits of card numbers for payments associated with this order
Type: TEXT
|
static String |
MODIFIED_TIME
Timestamp when order was last modified, in a
System.currentTimeMillis() time base. |
static String |
NOTE
Order note.
|
static String |
OLO_CUSTOMER_NAME
For online order's online order customer name
Type: TEXT
|
static String |
OLO_SERVICE_TYPE
For online order's service type
Type: TEXT
|
static String |
ORDER_TYPE
Order type (UUID).
|
static String |
PAYMENT_IDS
Comma separated payment uuids for payments associated with this order
Type: TEXT
|
static String |
PAYMENT_STATE
Order payment state.
|
static String |
STATE
Order state.
|
static String |
TENDER_IDS
Comma separated tender uuids for payments associated with this order
Type: TEXT
|
static String |
TENDER_LABELS
Comma separated tender labels for payments associated with this order
Type: TEXT
|
static String |
TITLE
Order title (order number, order name etc).
|
static String |
TOTAL
Order total.
|
static final String ID
static final String CREATED_TIME
static final String MODIFIED_TIME
System.currentTimeMillis()
time base.
Type: INTEGERstatic final String CREATED
static final String TOTAL
static final String AMOUNT_PAID
static final String AMOUNT_REFUNDED
static final String AMOUNT_CREDITED
static final String PAYMENT_STATE
static final String STATE
Order.getState()
.
Type: TEXTstatic final String EMPLOYEE_ID
static final String CUSTOMER_ID
static final String ORDER_TYPE
static final String DEVICE_ID
static final String IS_AUTH
static final String CURRENCY
static final String CUSTOMER_NAME
static final String EMPLOYEE_NAME
static final String TITLE
static final String TENDER_IDS
static final String PAYMENT_IDS
static final String LAST_FOURS
static final String TENDER_LABELS
static final String NOTE
static final String EXTERNAL_REFERENCE_ID
static final String FULFILLMENT_TIME
static final String CUSTOMER_NOTE
static final String OLO_CUSTOMER_NAME
static final String OLO_SERVICE_TYPE