GetCreditHistory

Retrieves the credit history for a specific currency type.

Client Authoritative (default)

public static VyTask<VyCreditHistoryDto> GetCreditHistory(eVyCurrencyType currency, VyQuery_GetCreditHistory query = null)

Path Parameters

currency

The currency type for which to retrieve the credit history.

query [optional]

Optional query parameters to filter the credit history results.

Returns

VyTask<VyCreditHistoryDto> An asynchronous task that returns the credit history for the specified currency type.

Last updated