InProgressState
Enum representing the sub-state for PaymentState.InProgress of the payment. It provides more information about the current in progress payment and what is happening in the Teya payment application.
Entries
Represents the state where the payment details have been sent to the payment app.
Represents the state where the payment process is waiting for the customer to initiate card entry. This could involve actions such as inserting, swiping, or tapping the payment card on the device.
Indicates that the payment app is awaiting customer interaction regarding tipping.
Represents the state where the payment app has detected that a card has been presented by the customer.
Represents the state where the payment app requires the customer to enter their PIN. This state typically occurs following the presentation of a card that requires PIN authentication for completing the transaction. It signifies that the system is awaiting the customer's card PIN input.
Represents the state in which the payment app requires the customer to insert their card to proceed with the payment process.
Represents the state where the customer is required to make a selection regarding Dynamic Currency Conversion (DCC).
Represents the state within a payment process where the customer is required to remove their card from the device.
Represents the state where the customer is selecting a card application during the payment process.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.