Skip to main content

Fee Amount Object

NoNameTypeMandatoryMin LengthMax LengthDescription
1 valueStringM16,216,2Transaction fee If it’s IDR then value includes 2 decimal digits. e.g. IDR 10.000,- will be placed with 10000.00
2 currencyStringM33Exp. IDR
{
"FeeAmount":{
"value":"1234.00",
"currency":"IDR"
}
}