/* tslint:disable */ /* eslint-disable */ /** * installments * 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. */ /** * Represents the custom settings for a loan schedule. */ export interface CustomSettingDetails { /** * The loan transaction associated with the custom setting. */ loanTransactionKey?: string; /** * The source of the custom setting */ source?: string; /** * The type of custom setting. */ type?: string; }