PaymentGatewayLibrary

PaymentMethod Enumeration

Indicates the method of payment for the transaction being sent to the system.

[Visual Basic]
Public Enum PaymentMethod
[C#]
public enum PaymentMethod

Members

Member NameDescription
CC Payment by Credit Card.
ECHECK Payment by eCheck.

Requirements

Namespace: Duis.Payment.AuthorizeNet

Assembly: Duis.PaymentGateway (in Duis.PaymentGateway.dll)

See Also

Duis.Payment.AuthorizeNet Namespace