Interface IAnybillAuthenticationOptions
The options used to authenticate for the IAnybillClient.
Namespace: anybill.POS.Client.Options
Assembly: anybill.POS.Client.dll
Syntax
public interface IAnybillAuthenticationOptions
Properties
ClientId
The client id used for authentication.
Declaration
string ClientId { get; }
Property Value
Type | Description |
---|---|
System.String |
Password
The password used for authentication.
Declaration
string Password { get; }
Property Value
Type | Description |
---|---|
System.String |
Username
The username used for authentication.
Declaration
string Username { get; }
Property Value
Type | Description |
---|---|
System.String |