public enum SaleCapabilitiesType extends Enum<SaleCapabilitiesType>
Java class for SaleCapabilitiesType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="SaleCapabilitiesType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="CashierStatus"/>
<enumeration value="CashierError"/>
<enumeration value="CashierDisplay"/>
<enumeration value="POIReplication"/>
<enumeration value="CashierInput"/>
<enumeration value="CustomerAssistance"/>
<enumeration value="CustomerDisplay"/>
<enumeration value="CustomerError"/>
<enumeration value="CustomerInput"/>
<enumeration value="PrinterReceipt"/>
<enumeration value="PrinterDocument"/>
<enumeration value="PrinterVoucher"/>
<enumeration value="MagStripe"/>
<enumeration value="ICC"/>
<enumeration value="EMVContactless"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CASHIER_DISPLAY
Standard Cashier display interface (to ask question, or to show information).
|
CASHIER_ERROR
To display to the Cashier information related to an error situation occurring on the POI.
|
CASHIER_INPUT
Any kind of keyboard allowing all or part of the commands of the Input messageType request from the Sale System to the POI System (InputCommand data element).
|
CASHIER_STATUS
To display to the Cashier a new state on which the POI is entering.
|
CUSTOMER_ASSISTANCE
Input of the Cardholder POI interface which can be entered by the Cashier to assist the Customer.
|
CUSTOMER_DISPLAY
Standard Customer display interface used by the POI System to ask question, or to show information to the Customer inside a Service dialogue.
|
CUSTOMER_ERROR
To display to the Customer information is related to an error situation occurring on the Sale Terminal during a Sale transaction.
|
CUSTOMER_INPUT
Any kind of keyboard allowing all or part of the commands of the Input messageType request from the Sale System to the POI System (InputCommand data element).
|
EMV_CONTACTLESS
Contactless card reader with EMV applications
|
ICC
Contact ICC card reader
|
MAG_STRIPE
Magnetic stripe card reader
|
POI_REPLICATION
Information displayed on the Cardholder POI interface, replicated on the Cashier interface.
|
PRINTER_DOCUMENT
When the POI System wants to print specific document (check, dynamic currency conversion ...).
|
PRINTER_RECEIPT
Printer for the Payment receipt.
|
PRINTER_VOUCHER
Coupons, voucher or special ticket generated by the POI and to be printed.
|
| Modifier and Type | Method and Description |
|---|---|
static SaleCapabilitiesType |
fromValue(String v)
From value sale capabilities type.
|
String |
value()
Value string.
|
static SaleCapabilitiesType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaleCapabilitiesType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SaleCapabilitiesType CASHIER_STATUS
public static final SaleCapabilitiesType CASHIER_ERROR
public static final SaleCapabilitiesType CASHIER_DISPLAY
public static final SaleCapabilitiesType POI_REPLICATION
public static final SaleCapabilitiesType CASHIER_INPUT
public static final SaleCapabilitiesType CUSTOMER_ASSISTANCE
public static final SaleCapabilitiesType CUSTOMER_DISPLAY
public static final SaleCapabilitiesType CUSTOMER_ERROR
public static final SaleCapabilitiesType CUSTOMER_INPUT
public static final SaleCapabilitiesType PRINTER_RECEIPT
public static final SaleCapabilitiesType PRINTER_DOCUMENT
public static final SaleCapabilitiesType PRINTER_VOUCHER
public static final SaleCapabilitiesType MAG_STRIPE
public static final SaleCapabilitiesType ICC
public static final SaleCapabilitiesType EMV_CONTACTLESS
public static SaleCapabilitiesType[] values()
for (SaleCapabilitiesType c : SaleCapabilitiesType.values()) System.out.println(c);
public static SaleCapabilitiesType 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 nullpublic String value()
public static SaleCapabilitiesType fromValue(String v)
v - the vCopyright © 2022. All rights reserved.