Price
currency stringrequired
Example:
AEDbaseAmount stringrequired
Example:
290.00taxAmount stringrequired
Example:
29.00bookingFee stringrequired
Example:
2.99totalAmount stringrequired
Grand total including base, tax and booking fee
Example:
321.99Price
{
"currency": "AED",
"baseAmount": "290.00",
"taxAmount": "29.00",
"bookingFee": "2.99",
"totalAmount": "321.99"
}