Feeloantransactioninput
Represents the request payload for creating a transaction of type FEE_APPLIED
amountnumber
The fee amount to be applied on the account
bookingDatedate-time
The date when the fee transaction is logged into accounting (as Organization Time)
Example:
2016-09-06T13:37:50+03:00externalIdstring
The external id of the repayment transaction, customizable, unique
feeCapitalisationboolean
This flag indicates whether the fee should be capitalised or not
firstRepaymentDatedate-time
The date of the first repayment for the loan account (as Organization Time)
Example:
2016-09-06T13:37:50+03:00installmentNumberint32
The installment number on which the fee will be applied
notesstring
Extra notes about the current transaction
predefinedFeeKeystring
The encodedKey of the predefined fee that defines the current fee
valueDatedate-time
The date when to apply the fee (as Organization Time)
Example:
2016-09-06T13:37:50+03:00Feeloantransactioninput
{
"amount": 0,
"bookingDate": "2016-09-06T13:37:50+03:00",
"externalId": "string",
"feeCapitalisation": true,
"firstRepaymentDate": "2016-09-06T13:37:50+03:00",
"installmentNumber": 0,
"notes": "string",
"predefinedFeeKey": "string",
"valueDate": "2016-09-06T13:37:50+03:00"
}