Interface IAnybillClientOptions
The options used to authenticate for the IAnybillClient.
Namespace: anybill.POS.Client.Options
Assembly: anybill.POS.Client.dll
Syntax
public interface IAnybillClientOptions
Properties
RetryCount
The retry count on transient http errors.
Declaration
int RetryCount { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |