/**
 * Apache Fineract
 * Apache Fineract is a secure, multi-tenanted microfinance platform  The goal of the Apache Fineract API is to empower developers to build apps on top of the Apache Fineract Platform<br>The [reference app](https://cui.fineract.dev) (username: mifos, password: password) works on the same demo tenant as the interactive links in this documentation  - The API is organized around [REST](https://en.wikipedia.org/wiki/Representational_state_transfer) - Find out more about Apache Fineract [here](/fineract-provider/api-docs/apiLive.htm#top) - You can [Try The API From Your Browser](/fineract-provider/api-docs/apiLive.htm#interact) - The Generic Options are available [here](/fineract-provider/api-docs/apiLive.htm#genopts) - Find out more about [Updating Dates and Numbers](/fineract-provider/api-docs/apiLive.htm#dates_and_numbers) - For the Authentication and the Basic of HTTP and HTTPS refer [here](/fineract-provider/api-docs/apiLive.htm#authentication_overview) - Check about ERROR codes [here](/fineract-provider/api-docs/apiLive.htm#errors)  Please refer to the [old documentation](/fineract-provider/api-docs/apiLive.htm) for any documentation queries
 *
 * The version of the OpenAPI document: 1.5.0-66-gffae7d4-dirty
 * Contact: dev@fineract.apache.org
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
import { GetFixedDepositProductsInterestCalculationDaysInYearType } from './get-fixed-deposit-products-interest-calculation-days-in-year-type';
import { GetFixedDepositProductsInterestCalculationType } from './get-fixed-deposit-products-interest-calculation-type';
import { GetFixedDepositProductsInterestPostingPeriodType } from './get-fixed-deposit-products-interest-posting-period-type';
import { GetFixedDepositProductsProductIdAccountingMappings } from './get-fixed-deposit-products-product-id-accounting-mappings';
import { GetFixedDepositProductsProductIdActiveChart } from './get-fixed-deposit-products-product-id-active-chart';
import { GetFixedDepositProductsProductIdCurrency } from './get-fixed-deposit-products-product-id-currency';
import { GetFixedDepositProductsProductIdFeeToIncomeAccountMappings } from './get-fixed-deposit-products-product-id-fee-to-income-account-mappings';
import { GetFixedDepositProductsProductIdInterestCompoundingPeriodType } from './get-fixed-deposit-products-product-id-interest-compounding-period-type';
import { GetFixedDepositProductsProductIdMaxDepositTermType } from './get-fixed-deposit-products-product-id-max-deposit-term-type';
import { GetFixedDepositProductsProductIdMinDepositTermType } from './get-fixed-deposit-products-product-id-min-deposit-term-type';
import { GetFixedDepositProductsProductIdPenaltyToIncomeAccountMappings } from './get-fixed-deposit-products-product-id-penalty-to-income-account-mappings';
import { GetFixedDepositProductsProductIdPreClosurePenalInterestOnType } from './get-fixed-deposit-products-product-id-pre-closure-penal-interest-on-type';
/**
 * GetFixedDepositProductsProductIdResponse
 * @export
 * @interface GetFixedDepositProductsProductIdResponse
 */
export interface GetFixedDepositProductsProductIdResponse {
    /**
     *
     * @type {number}
     * @memberof GetFixedDepositProductsProductIdResponse
     */
    id?: number;
    /**
     *
     * @type {string}
     * @memberof GetFixedDepositProductsProductIdResponse
     */
    name?: string;
    /**
     *
     * @type {string}
     * @memberof GetFixedDepositProductsProductIdResponse
     */
    shortName?: string;
    /**
     *
     * @type {string}
     * @memberof GetFixedDepositProductsProductIdResponse
     */
    description?: string;
    /**
     *
     * @type {GetFixedDepositProductsProductIdCurrency}
     * @memberof GetFixedDepositProductsProductIdResponse
     */
    currency?: GetFixedDepositProductsProductIdCurrency;
    /**
     *
     * @type {GetFixedDepositProductsProductIdInterestCompoundingPeriodType}
     * @memberof GetFixedDepositProductsProductIdResponse
     */
    interestCompoundingPeriodType?: GetFixedDepositProductsProductIdInterestCompoundingPeriodType;
    /**
     *
     * @type {GetFixedDepositProductsInterestPostingPeriodType}
     * @memberof GetFixedDepositProductsProductIdResponse
     */
    interestPostingPeriodType?: GetFixedDepositProductsInterestPostingPeriodType;
    /**
     *
     * @type {GetFixedDepositProductsInterestCalculationType}
     * @memberof GetFixedDepositProductsProductIdResponse
     */
    interestCalculationType?: GetFixedDepositProductsInterestCalculationType;
    /**
     *
     * @type {GetFixedDepositProductsInterestCalculationDaysInYearType}
     * @memberof GetFixedDepositProductsProductIdResponse
     */
    interestCalculationDaysInYearType?: GetFixedDepositProductsInterestCalculationDaysInYearType;
    /**
     *
     * @type {GetFixedDepositProductsProductIdAccountingMappings}
     * @memberof GetFixedDepositProductsProductIdResponse
     */
    accountingMappings?: GetFixedDepositProductsProductIdAccountingMappings;
    /**
     *
     * @type {Set<GetFixedDepositProductsProductIdFeeToIncomeAccountMappings>}
     * @memberof GetFixedDepositProductsProductIdResponse
     */
    feeToIncomeAccountMappings?: Set<GetFixedDepositProductsProductIdFeeToIncomeAccountMappings>;
    /**
     *
     * @type {Set<GetFixedDepositProductsProductIdPenaltyToIncomeAccountMappings>}
     * @memberof GetFixedDepositProductsProductIdResponse
     */
    penaltyToIncomeAccountMappings?: Set<GetFixedDepositProductsProductIdPenaltyToIncomeAccountMappings>;
    /**
     *
     * @type {boolean}
     * @memberof GetFixedDepositProductsProductIdResponse
     */
    preClosurePenalApplicable?: boolean;
    /**
     *
     * @type {number}
     * @memberof GetFixedDepositProductsProductIdResponse
     */
    preClosurePenalInterest?: number;
    /**
     *
     * @type {GetFixedDepositProductsProductIdPreClosurePenalInterestOnType}
     * @memberof GetFixedDepositProductsProductIdResponse
     */
    preClosurePenalInterestOnType?: GetFixedDepositProductsProductIdPreClosurePenalInterestOnType;
    /**
     *
     * @type {number}
     * @memberof GetFixedDepositProductsProductIdResponse
     */
    minDepositTerm?: number;
    /**
     *
     * @type {GetFixedDepositProductsProductIdMinDepositTermType}
     * @memberof GetFixedDepositProductsProductIdResponse
     */
    minDepositTermType?: GetFixedDepositProductsProductIdMinDepositTermType;
    /**
     *
     * @type {number}
     * @memberof GetFixedDepositProductsProductIdResponse
     */
    maxDepositTerm?: number;
    /**
     *
     * @type {GetFixedDepositProductsProductIdMaxDepositTermType}
     * @memberof GetFixedDepositProductsProductIdResponse
     */
    maxDepositTermType?: GetFixedDepositProductsProductIdMaxDepositTermType;
    /**
     *
     * @type {GetFixedDepositProductsProductIdActiveChart}
     * @memberof GetFixedDepositProductsProductIdResponse
     */
    activeChart?: GetFixedDepositProductsProductIdActiveChart;
}
