Table of Contents

Interface IAnybillClient

Namespace
anybill.POS.Client
Assembly
anybill.POS.Client.Abstractions.dll

The client for the anybill pos api.

public interface IAnybillClient

Properties

Authentication

Access to methods for authentication purposes.

IAnybillClientAuthModule Authentication { get; }

Property Value

IAnybillClientAuthModule

CurrentEnvironment

Gets or sets the current used AnybillEnvironment.

AnybillEnvironment CurrentEnvironment { get; set; }

Property Value

AnybillEnvironment

Customer

Access to methods of the customer module.

IAnybillClientCustomerModule Customer { get; }

Property Value

IAnybillClientCustomerModule

Receipt

Access to methods of the receipt module.

IAnybillClientReceiptModule Receipt { get; }

Property Value

IAnybillClientReceiptModule

Store

Access to methods of the store module.

IAnybillClientStoreModule Store { get; }

Property Value

IAnybillClientStoreModule

User

Access to methods of the user module.

IAnybillClientUserModule User { get; }

Property Value

IAnybillClientUserModule