TransactionType

Payment type. Use a TransactionRequest factory to select one. REVERSAL uses the separate Terminal.startReversal operation.

Entries

Link copied to clipboard

Standard payment transaction. The default for every existing call site.

Link copied to clipboard

Sent to the terminal if a cashback amount is available; not needed unless explicitly requested by the vendor.

Link copied to clipboard

Method for loading prepaid cards.

Link copied to clipboard

Special transaction for payment of prepaid card recharging transactions.

Link copied to clipboard

Used for payments in emergency mode to bypass some authorization checks on the terminal side.

Link copied to clipboard

Special transaction type for PostFinance cashback operation.

Link copied to clipboard

Negative payment (refund).

Link copied to clipboard

Voiding of a previous transaction (with reference).

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.