CheckBalanceResponse
Success string
The return status when a card is voided.
Balance float
The current balance of the card.
OldBalance float
Old card balance.
TotalBalance float
The total balance of the card.
CheckBalanceResponse
{
"Success": "string",
"Balance": 0,
"OldBalance": 0,
"TotalBalance": 0
}