Refinancedisbursementdetails
The disbursement details, allowed on the loan account refinance
expectedDisbursementDatestring<date-time>
The date of the expected disbursement
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>required
The date of the expected first payment
Example:
2016-09-06T13:37:50+03:00Refinancedisbursementdetails
{
"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"
}