{
"FeeType": "string",
"FeeAmount": {
"currencyCode": "string",
"amount": 0
},
"FeePromotion": {
"currencyCode": "string",
"amount": 0
},
"TaxAmount": {
"currencyCode": "string",
"amount": 0
},
"FinalFee": {
"currencyCode": "string",
"amount": 0
},
"IncludedFeeDetailList": [
{
"FeeType": "string",
"FeeAmount": {
"currencyCode": "string",
"amount": 0
},
"FeePromotion": {
"currencyCode": "string",
"amount": 0
},
"TaxAmount": {
"currencyCode": "string",
"amount": 0
},
"FinalFee": {
"currencyCode": "string",
"amount": 0
}
}
]
}