Disbursementdetailsforschedulepreview
The the disbursement details it holds the information related to the disbursement details as disbursement date, first repayment date, disbursement fees.
expectedDisbursementDatestring<date-time>
The date of the expected disbursement.Stored as Organization Time.
Example:
2016-09-06T13:37:50+03:00fees object[]
List of fees that should be applied at the disbursement time.
Array [
amountnumber
The amount of the custom fee.
encodedKeystring
The encoded key of the custom predefined fee, auto generated, unique.
percentagenumber
The percentage of the custom fee.
predefinedFeeEncodedKeystring
The encoded key of the predefined fee
]
firstRepaymentDatestring<date-time>
The date of the expected first repayment. Stored as Organization Time.
Example:
2016-09-06T13:37:50+03:00Disbursementdetailsforschedulepreview
{
"expectedDisbursementDate": "2016-09-06T13:37:50+03:00",
"fees": [
{
"amount": 0,
"encodedKey": "string",
"percentage": 0,
"predefinedFeeEncodedKey": "string"
}
],
"firstRepaymentDate": "2016-09-06T13:37:50+03:00"
}