Disbursementdetails
The the disbursement details it holds the information related to the disbursement details as disbursement date, first repayment date, disbursement fees.
The activation date, the date when the disbursement actually took place.
2016-09-06T13:37:50+03:00The encoded key of the disbursement details, auto generated, unique
The date of the expected disbursement.Stored as Organization Time.
2016-09-06T13:37:50+03:00fees object[]
List of fees that should be applied at the disbursement time.
The amount of the custom fee.
The encoded key of the custom predefined fee, auto generated, unique.
The percentage of the custom fee.
The encoded key of the predefined fee
The date of the expected first repayment. Stored as Organization Time.
2016-09-06T13:37:50+03:00transactionDetails object
Represents the loan transaction details.
The encoded key of the entity, generated, globally unique
Whether the transaction was transferred between loans or deposit accounts
In case of a transaction to a deposit account this represent the deposit account key to which the transaction was made.
The ID of the transaction channel associated with the transaction details.
The encoded key of the transaction channel associated with the transaction details.
{
"disbursementDate": "2016-09-06T13:37:50+03:00",
"encodedKey": "string",
"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",
"transactionDetails": {
"encodedKey": "string",
"internalTransfer": true,
"targetDepositAccountKey": "string",
"transactionChannelId": "string",
"transactionChannelKey": "string"
}
}