VyUserCreditBalanceDto

This class represents the credit balance of a user in a specific currency.

Properties

FieldTypeDescription

currency

The currency type of the credit balance.

balance

double

The available credit balance of the user in the specified currency.

lockedBalance

double

The amount of credit balance that is currently locked and not available for use.

Last updated