Interface IAnybillClientOnboardingModule
Module of the IAnybillClient for the onboarding process.
Namespace: anybill.POS.Client.Modules
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public interface IAnybillClientOnboardingModule
Methods
OnboardingAsync(Onboarding, CancellationToken)
Declaration
Task<IOnboardingResponse> OnboardingAsync(Onboarding onboarding, CancellationToken cancellationToken = default(CancellationToken))
Parameters
Type | Name | Description |
---|---|---|
Onboarding | onboarding | |
System.Threading.CancellationToken | cancellationToken |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<IOnboardingResponse> |