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