GetCompanyWallets

Retrieves a page of wallet balances for a company.

Client Authoritative (default)

public static VyTask<VyPageWalletBalanceDto> GetCompanyWallets(VyQuery_GetCompanyWallets query = null)

Path Parameters

query [optional]

Optional query parameters for filtering and pagination.

Returns

VyTask<VyPageWalletBalanceDto> A task that represents the asynchronous operation. The task result contains a page of wallet balances.

Last updated