AvailableBalance Object

No
Name
Type
Mandatory
Min Length
Max Length
Description

1

value

String

M

16,2

16,2

Account balance that can be used for financial transaction

2

currency

String

M

3

3

Account balance currency, filled with IDR

{
  "availableBalance": {
        "value": "0.00",
        "currency": "IDR"
  }
}

Last updated