GetCreditHistory
Retrieves the credit history for a specific currency type.
public static VyTask<VyCreditHistoryDto> GetCreditHistory(eVyCurrencyType currency, VyQuery_GetCreditHistory query = null)
Path Parameters
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