Table of Contents

Interface IAnybillClientOptions

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

The options used to authenticate for the IAnybillClient.

public interface IAnybillClientOptions

Properties

RetryCount

The retry count on transient http errors.

int RetryCount { get; }

Property Value

int