Property Environment
Environment
Sets or returns the AfterPay API environment to be used.
Declaration
public AfterPayEnvironment Environment { get; set; }
Property Value
| Type | Description |
|---|---|
| AfterPayEnvironment |
Exceptions
| Type | Condition |
|---|---|
| System.InvalidProgramException | Thrown if this property is modified after it has been passed to a AfterPayClient instance. |