Enum PaymentTransactionCancelResult.ResultType
- Namespace
- Dynamicweb.Ecommerce.Orders.PaymentTransactions
- Assembly
- Dynamicweb.Ecommerce.dll
The result type of the payment transaction cancellation
public enum PaymentTransactionCancelResult.ResultType
Fields
Captured = 3The payment transaction has already been captured
Failed = 0The payment transaction could not be cancelled
NotFound = 1The payment transaction was not found
Success = 4The payment transaction was successfully cancelled
UnAuthorized = 2The payment transaction has not yet been authorized