Skip to main content

MinMaxBalancesDto

DTO representing the minimum and maximum balances for account.

minBalancesnumber[]

List of minimum balances associated with the account

Example: [100.5,200.75]
maxBalancesnumber[]

List of maximum balances associated with the account

Example: [500,800.25]
MinMaxBalancesDto
{
"minBalances": [
100.5,
200.75
],
"maxBalances": [
500,
800.25
]
}