Interface IAnybillAuthenticationOptions
The options used to authenticate for the IAnybillClient.
public interface IAnybillAuthenticationOptions
Properties
ClientId
The client id used for authentication.
string ClientId { get; }
Property Value
Password
The password used for authentication.
string Password { get; }
Property Value
Username
The username used for authentication.
string Username { get; }