Interface IAnybillEnvironmentOptions
The options used to resolve the correct environment.
public interface IAnybillEnvironmentOptions
Properties
Production
Address of the production environment.
string Production { get; }
Property Value
Staging
Address of the staging environment.
string Staging { get; }
Property Value
Test
Address of the test environment.
string Test { get; }