PaymentGatewayLibrary

ResponseCode Enumeration

Indicates the result of the transaction.

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

Members

Member NameDescription
Approved Approved transaction.
Declined Declined transaction.
Error The transaction encountered an error.

Requirements

Namespace: Duis.Payment.AuthorizeNet

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

See Also

Duis.Payment.AuthorizeNet Namespace