Interface IAnybillClient
The client for the anybill pos api.
public interface IAnybillClient
Properties
Authentication
Access to methods for authentication purposes.
IAnybillClientAuthModule Authentication { get; }
Property Value
CurrentEnvironment
Gets or sets the current used AnybillEnvironment.
AnybillEnvironment CurrentEnvironment { get; set; }
Property Value
Customer
Access to methods of the customer module.
IAnybillClientCustomerModule Customer { get; }
Property Value
Receipt
Access to methods of the receipt module.
IAnybillClientReceiptModule Receipt { get; }
Property Value
Store
Access to methods of the store module.
IAnybillClientStoreModule Store { get; }
Property Value
User
Access to methods of the user module.
IAnybillClientUserModule User { get; }