UNPKG

fineract_sdk

Version:

Wrapper around fineract api.

164 lines (163 loc) 8.11 kB
/** * 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 { GetRecurringDepositProductsInterestCalculationDaysInYearType } from './get-recurring-deposit-products-interest-calculation-days-in-year-type'; import { GetRecurringDepositProductsInterestCalculationType } from './get-recurring-deposit-products-interest-calculation-type'; import { GetRecurringDepositProductsInterestPostingPeriodType } from './get-recurring-deposit-products-interest-posting-period-type'; import { GetRecurringDepositProductsProductIdAccountingMappings } from './get-recurring-deposit-products-product-id-accounting-mappings'; import { GetRecurringDepositProductsProductIdActiveChart } from './get-recurring-deposit-products-product-id-active-chart'; import { GetRecurringDepositProductsProductIdCurrency } from './get-recurring-deposit-products-product-id-currency'; import { GetRecurringDepositProductsProductIdFeeToIncomeAccountMappings } from './get-recurring-deposit-products-product-id-fee-to-income-account-mappings'; import { GetRecurringDepositProductsProductIdInterestCompoundingPeriodType } from './get-recurring-deposit-products-product-id-interest-compounding-period-type'; import { GetRecurringDepositProductsProductIdMaxDepositTermType } from './get-recurring-deposit-products-product-id-max-deposit-term-type'; import { GetRecurringDepositProductsProductIdMinDepositTermType } from './get-recurring-deposit-products-product-id-min-deposit-term-type'; import { GetRecurringDepositProductsProductIdPenaltyToIncomeAccountMappings } from './get-recurring-deposit-products-product-id-penalty-to-income-account-mappings'; import { GetRecurringDepositProductsProductIdPreClosurePenalInterestOnType } from './get-recurring-deposit-products-product-id-pre-closure-penal-interest-on-type'; import { GetRecurringDepositProductsRecurringDepositFrequencyType } from './get-recurring-deposit-products-recurring-deposit-frequency-type'; /** * GetRecurringDepositProductsProductIdResponse * @export * @interface GetRecurringDepositProductsProductIdResponse */ export interface GetRecurringDepositProductsProductIdResponse { /** * * @type {number} * @memberof GetRecurringDepositProductsProductIdResponse */ id?: number; /** * * @type {string} * @memberof GetRecurringDepositProductsProductIdResponse */ name?: string; /** * * @type {string} * @memberof GetRecurringDepositProductsProductIdResponse */ shortName?: string; /** * * @type {string} * @memberof GetRecurringDepositProductsProductIdResponse */ description?: string; /** * * @type {GetRecurringDepositProductsProductIdCurrency} * @memberof GetRecurringDepositProductsProductIdResponse */ currency?: GetRecurringDepositProductsProductIdCurrency; /** * * @type {GetRecurringDepositProductsProductIdInterestCompoundingPeriodType} * @memberof GetRecurringDepositProductsProductIdResponse */ interestCompoundingPeriodType?: GetRecurringDepositProductsProductIdInterestCompoundingPeriodType; /** * * @type {GetRecurringDepositProductsInterestPostingPeriodType} * @memberof GetRecurringDepositProductsProductIdResponse */ interestPostingPeriodType?: GetRecurringDepositProductsInterestPostingPeriodType; /** * * @type {GetRecurringDepositProductsInterestCalculationType} * @memberof GetRecurringDepositProductsProductIdResponse */ interestCalculationType?: GetRecurringDepositProductsInterestCalculationType; /** * * @type {GetRecurringDepositProductsInterestCalculationDaysInYearType} * @memberof GetRecurringDepositProductsProductIdResponse */ interestCalculationDaysInYearType?: GetRecurringDepositProductsInterestCalculationDaysInYearType; /** * * @type {GetRecurringDepositProductsProductIdAccountingMappings} * @memberof GetRecurringDepositProductsProductIdResponse */ accountingMappings?: GetRecurringDepositProductsProductIdAccountingMappings; /** * * @type {Set<GetRecurringDepositProductsProductIdFeeToIncomeAccountMappings>} * @memberof GetRecurringDepositProductsProductIdResponse */ feeToIncomeAccountMappings?: Set<GetRecurringDepositProductsProductIdFeeToIncomeAccountMappings>; /** * * @type {Set<GetRecurringDepositProductsProductIdPenaltyToIncomeAccountMappings>} * @memberof GetRecurringDepositProductsProductIdResponse */ penaltyToIncomeAccountMappings?: Set<GetRecurringDepositProductsProductIdPenaltyToIncomeAccountMappings>; /** * * @type {number} * @memberof GetRecurringDepositProductsProductIdResponse */ recurringDepositFrequency?: number; /** * * @type {GetRecurringDepositProductsRecurringDepositFrequencyType} * @memberof GetRecurringDepositProductsProductIdResponse */ recurringDepositFrequencyType?: GetRecurringDepositProductsRecurringDepositFrequencyType; /** * * @type {boolean} * @memberof GetRecurringDepositProductsProductIdResponse */ preClosurePenalApplicable?: boolean; /** * * @type {number} * @memberof GetRecurringDepositProductsProductIdResponse */ preClosurePenalInterest?: number; /** * * @type {GetRecurringDepositProductsProductIdPreClosurePenalInterestOnType} * @memberof GetRecurringDepositProductsProductIdResponse */ preClosurePenalInterestOnType?: GetRecurringDepositProductsProductIdPreClosurePenalInterestOnType; /** * * @type {number} * @memberof GetRecurringDepositProductsProductIdResponse */ minDepositTerm?: number; /** * * @type {GetRecurringDepositProductsProductIdMinDepositTermType} * @memberof GetRecurringDepositProductsProductIdResponse */ minDepositTermType?: GetRecurringDepositProductsProductIdMinDepositTermType; /** * * @type {number} * @memberof GetRecurringDepositProductsProductIdResponse */ maxDepositTerm?: number; /** * * @type {GetRecurringDepositProductsProductIdMaxDepositTermType} * @memberof GetRecurringDepositProductsProductIdResponse */ maxDepositTermType?: GetRecurringDepositProductsProductIdMaxDepositTermType; /** * * @type {GetRecurringDepositProductsProductIdActiveChart} * @memberof GetRecurringDepositProductsProductIdResponse */ activeChart?: GetRecurringDepositProductsProductIdActiveChart; }