Enum OnlineEftposApiEnvironment
Represents the possible production and sandbox environments for the Online Eftpos API.
Namespace: Yort.OnlineEftpos
Assembly: cs.temp.dll.dll
Syntax
public enum OnlineEftposApiEnvironment
Fields
| Name | Description |
|---|---|
| Live | Live production environment for real transaction. |
| Sandbox | Development/test environment. |
| Uat | User acceptance test environment. |