{
"invoiceId": "string",
"effectiveDate": "string",
"currencyIsoCode": "string",
"invoiceTotalAmount": 0,
"maxRefundAmount": 0,
"isEligibleForRefund": true,
"refundBreakdown": [
{
"type": "string",
"maximumRefundAmount": 0,
"requiresMerchantAction": true
}
],
"proratedRefund": {
"refundAmount": 0,
"billingCycleStartDate": "string",
"billingCycleEndDate": "string"
}
}