Interface IAccountCollectionResource
Represents account collection resource.
public interface IAccountCollectionResource : IRestResource
- Inherited Members
Methods
GetAll(CancellationToken)
Gets details of all accounts to which the API token has access.
Task<IList<Account>> GetAll(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenToken to control operation cancellation.