Table of Contents

Enum AuthorizationStatus

Namespace
Dynamicweb.Ecommerce.Orders.Gateways
Assembly
Dynamicweb.Ecommerce.dll
The AuthorizationStatus enumeration defines types of authorization used with the gateway.
public enum AuthorizationStatus

Fields

AuthorizedFullAmount = 1
AuthorizedZeroAmount = 2
NotAuthorized = 0
To top