Status

@JsonClass(generateAdapter = false)
enum Status : Enum<POTransaction.Status>

Transaction status.

Entries

Link copied to clipboard

Waiting transaction.

Link copied to clipboard

Pending transaction.

Link copied to clipboard

Pending capture transaction.

Link copied to clipboard

Failed transaction.

Link copied to clipboard

Voided transaction.

Link copied to clipboard

State of a chargeback transaction where the chargeback outcome hasn't been defined yet (can still be won or lost).

Link copied to clipboard

Reversed transaction.

Link copied to clipboard

Partially refunded transaction.

Link copied to clipboard

Refunded transaction.

Link copied to clipboard

Solved transaction.

Link copied to clipboard

Authorized transaction.

Link copied to clipboard

Completed transaction.

Link copied to clipboard

State of a transaction that has been asked for information retrieval request (part of chargeback process).

Link copied to clipboard

Transaction has been flagged as fraud by issuer.

Link copied to clipboard

Transaction was blocked by the merchant or an anti fraud solution.

Link copied to clipboard

Transaction is in a anti-fraud review state.

Link copied to clipboard

Transaction status unknown.

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