Table of Contents

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 = 3

The payment transaction has already been captured

Failed = 0

The payment transaction could not be cancelled

NotFound = 1

The payment transaction was not found

Success = 4

The payment transaction was successfully cancelled

UnAuthorized = 2

The payment transaction has not yet been authorized

To top