Table of Contents

Interface IAnybillAuthenticationOptions

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

The options used to authenticate for the IAnybillClient.

public interface IAnybillAuthenticationOptions

Properties

ClientId

The client id used for authentication.

string ClientId { get; }

Property Value

string

Password

The password used for authentication.

string Password { get; }

Property Value

string

Username

The username used for authentication.

string Username { get; }

Property Value

string