GetCreditBalances

Retrieves the credit balances of the authenticated user.

Client Authoritative (default)

public static VyTask<VyUserCreditBalanceDto[]> GetCreditBalances(VyQuery_GetCreditBalances query = null)

Path Parameters

Returns

VyTask<VyUserCreditBalanceDto[]> An asynchronous task that returns an array of VyUserCreditBalanceDto objects representing the credit balances of the authenticated user.

Last updated