Interface IAnybillEnvironmentOptions
The options used to resolve the correct environment.
Namespace: anybill.POS.Client.Options
Assembly: anybill.POS.Client.dll
Syntax
public interface IAnybillEnvironmentOptions
Properties
Production
Address of the production environment.
Declaration
string Production { get; }
Property Value
Type | Description |
---|---|
System.String |
Staging
Address of the staging environment.
Declaration
string Staging { get; }
Property Value
Type | Description |
---|---|
System.String |
Test
Address of the test environment.
Declaration
string Test { get; }
Property Value
Type | Description |
---|---|
System.String |