Enum PaymentTransactionEventType
- Namespace
- Dynamicweb.Ecommerce.Orders.PaymentTransactions
- Assembly
- Dynamicweb.Ecommerce.dll
Represents the type of event that occurred on a payment transaction.
public enum PaymentTransactionEventType
Fields
Authorized = 1The payment transaction was authorized.
Cancelled = 4The payment transaction was cancelled.
Captured = 2The payment transaction was captured.
Refunded = 3The payment transaction was refunded.
Unknown = 0The event type is unknown.