/* tslint:disable */ /* eslint-disable */ /** * loans * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * The write-off amounts, allowed on the loan account refinance */ export interface RefinanceWriteOffAmounts { /** * Fee write-off amount */ fee?: number; /** * Interest write-off amount */ interest?: number; /** * Interest Bearing Fees write-off amount */ interestBearingFees?: number; /** * Interest Bearing Fees Interest write-off amount */ interestBearingFeesInterest?: number; interestFromArrears?: number; /** * Penalty write-off amount */ penalty?: number; }