AccounInfos Object
| No | Name | Type | Mandatory | Min Length | Max Length | Description | 
|---|---|---|---|---|---|---|
| 1 | availableBalance | Object | M | 1 | 2 | Detail of Available Balance | 
| 2 | registrationStatusCode | String | M | 1 | 4 | The value filled with 0001 (Registered & Binded) | 
{
  "accountInfos": [
    {
      "availableBalance": 
      {
        "value": "0.00",
        "currency": "IDR"
      },
      "registrationStatusCode": "0001"
    }
  ]
}