CancellationResult
Enum representing the result of the cancellation attempt.
Entries
Payment not yet created, but communication to create it is under way.
This is the successful result. It means the system is attempting to cancel the payment request. The payment app may still ignore the cancellation request, if it happens too late in the process.
The payment was already finished, nothing to cancel.
There was a network error when attempting to communicate with the server.
There was an unexpected error when attempting to communicate with the server.
Cancellation is not supported by the integration, e.g., All In One.
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.