{
"currency": "string",
"id": "1",
"customerIdWithBiller": "GT5482AB",
"reference": "C4920F94022",
"billAmount": 12.99,
"percentCustomerCharge": 35,
"totalChargeAmount": 0.44,
"chargeDetails": [
{
"chargeCode": "AD",
"customerChargeAmount": 0.4,
"originalChargeAmount": 1,
"taxCode": "VAT",
"customerTaxAmount": 0.04,
"originalTaxAmount": 0.1
}
],
"additionalData": [
{
"custom-fields": {
"property1": "string",
"property2": "string"
}
}
]
}