Adjusttransactioninstallmentdetailsdto
Contains the details for the spread of the adjusted amount over the installments
amountToAddnumberrequired
The amount to be added on the fee/penalty due amounts (depending on transaction type), on the corresponding installment
installmentKeystringrequired
The encoded key of the installment
Adjusttransactioninstallmentdetailsdto
{
"amountToAdd": 0,
"installmentKey": "string"
}