Table of Contents

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

The payment transaction was authorized.

Cancelled = 4

The payment transaction was cancelled.

Captured = 2

The payment transaction was captured.

Refunded = 3

The payment transaction was refunded.

Unknown = 0

The event type is unknown.

To top