[
{
"AmazonOrderId": "string",
"RentalEventType": "string",
"ExtensionLength": 0,
"PostedDate": "2019-08-24T14:15:22.123Z",
"RentalChargeList": [
{
"amount": {
"amount": 0,
"code": "str"
},
"chargeType": "TAX"
}
],
"RentalFeeList": [
{
"FeeType": "string",
"FeeAmount": {
"amount": 0,
"code": "str"
}
}
],
"MarketplaceName": "string",
"RentalInitialValue": {
"amount": 0,
"code": "str"
},
"RentalReimbursement": {
"amount": 0,
"code": "str"
},
"RentalTaxWithheldList": [
{
"TaxCollectionModel": "string",
"TaxesWithheld": [
{
"amount": {
"amount": 0,
"code": "str"
},
"chargeType": "TAX"
}
]
}
]
}
]