Table of Contents

Interface IAnybillEnvironmentOptions

Namespace
anybill.POS.Client.Options
Assembly
anybill.POS.Client.dll

The options used to resolve the correct environment.

public interface IAnybillEnvironmentOptions

Properties

Production

Address of the production environment.

string Production { get; }

Property Value

string

Staging

Address of the staging environment.

string Staging { get; }

Property Value

string

Test

Address of the test environment.

string Test { get; }

Property Value

string