public enum NonFinancialTransactions extends Enum<NonFinancialTransactions>
Flag constants for FeatureType and OptionType sixml:NonFinancialTransactions value.
Specification: retail.
Enum Constant and Description |
---|
ADJUST_RESERVATION
Hold commit notification function supported.
|
BALANCE_INQUIRY
Balance inquiry function supported.
|
CANCEL
Cancel function supported.
|
CANCEL_RESERVATION
Hold commit notification function supported.
|
CLIENT_IDENTIFICATION
Client identification function supported.
|
FINISH_CHECKOUT
Finish checkout process at the POS.
|
HOLD_COMMIT
Hold commit notification function supported.
|
INIT_TRANSACTION
Init transaction function supported.
|
LOYALTY_DATA
Loyalty data query/init/deinit/update function.
|
PROVIDE_LOYALTY_BASKET
Provide LoyaltyBasket to the terminal.
|
RESERVATION
Hold commit notification function supported.
|
START_CHECKOUT
Start checkout process at the POS.
|
Modifier and Type | Method and Description |
---|---|
static NonFinancialTransactions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NonFinancialTransactions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NonFinancialTransactions CANCEL
Cancel function supported.
Specification: retail.
public static final NonFinancialTransactions BALANCE_INQUIRY
Balance inquiry function supported.
Specification: retail.
public static final NonFinancialTransactions CLIENT_IDENTIFICATION
Client identification function supported.
Specification: retail.
public static final NonFinancialTransactions INIT_TRANSACTION
Init transaction function supported.
Specification: retail.
public static final NonFinancialTransactions HOLD_COMMIT
Hold commit notification function supported.
Specification: retail.
public static final NonFinancialTransactions RESERVATION
Hold commit notification function supported.
Specification: retail.
public static final NonFinancialTransactions ADJUST_RESERVATION
Hold commit notification function supported.
Specification: retail.
public static final NonFinancialTransactions CANCEL_RESERVATION
Hold commit notification function supported.
Specification: retail.
public static final NonFinancialTransactions LOYALTY_DATA
Loyalty data query/init/deinit/update function.
Specification: retail.
public static final NonFinancialTransactions START_CHECKOUT
Start checkout process at the POS.
Specification: retail.
public static final NonFinancialTransactions FINISH_CHECKOUT
Finish checkout process at the POS.
Specification: retail.
public static final NonFinancialTransactions PROVIDE_LOYALTY_BASKET
Provide LoyaltyBasket to the terminal.
Specification: retail.
public static NonFinancialTransactions[] values()
for (NonFinancialTransactions c : NonFinancialTransactions.values()) System.out.println(c);
public static NonFinancialTransactions valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null