TransAmount Object
| No | Name | Type | Mandatory | Min Length | Max Length | Description |
|---|---|---|---|---|---|---|
| 1 | value | String | M | 16,2 | 16,2 | Transaction amount value with 2 decimal digits format |
| 2 | currency | String | M | 3 | 3 | Transaction amount currency |
{
"transAmount": {
"currency": "IDR",
"value": "10000.00"
}
}