Table of Contents

Interface IAnybillClientCustomerModule

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

Module of the IAnybillClient for working with the customer.

public interface IAnybillClientCustomerModule

Methods

IsActivatedAsync(CancellationToken)

Check if customer finished the onboarding process (marked as activated) and is allowed to use other vendor API endpoints.

CustomerActivatedDto = Returns if the customer was onboarded successfully.

CustomerNotActivatedDto = Returns if the customer wasn't onboarded successfully. Customer have to finish the onboarding process.

Task<ICustomerResponse> IsActivatedAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

Returns

Task<ICustomerResponse>

Returns if the customer is activated or not.