Amount Object
| No | Name | Type | Mandatory | Min Length | Max Length | Description | 
|---|---|---|---|---|---|---|
| 1 | value | String (ISO4217) | M | 16,2 | 16,2 | Net amount of the transaction. If it’s IDR then value includes 2 decimal digits. e.g. IDR 10.000,- will be placed with 10000.00 | 
| 2 | currency | String | M | 3 | 3 | Exp. IDR | 
{
  "amount": {
        "value": "10000.00",
        "currency": "IDR"
  }
}