public enum PaymentOutcome
Defines the possible outcomes for a payment
public static PaymentOutcome SUCCEEDED
The request was processed successfully.
public static PaymentOutcome REFUSED
The payment request was refused by the payment device, acquirer or issuer.
public static PaymentOutcome PENDING
The final outcome of the request is not yet known.
public static PaymentOutcome FAILED
The request could not be processed.