Fee Amount Object
No | Name | Type | Mandatory | Min Length | Max Length | Description |
---|---|---|---|---|---|---|
1 | value | String | M | 16,2 | 16,2 | Transaction fee 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 |
{
"FeeAmount":{
"value":"1234.00",
"currency":"IDR"
}
}