GetRecurringDepositProductsResponse

@Serializable
data class GetRecurringDepositProductsResponse(val accountingRule: GetRecurringDepositProductsAccountingRule? = null, val currency: GetRecurringDepositProductsCurrency? = null, val description: String? = null, val id: Long? = null, val interestCalculationDaysInYearType: GetRecurringDepositProductsInterestCalculationDaysInYearType? = null, val interestCalculationType: GetRecurringDepositProductsInterestCalculationType? = null, val interestCompoundingPeriodType: GetRecurringDepositProductsInterestCompoundingPeriodType? = null, val interestPostingPeriodType: GetRecurringDepositProductsInterestPostingPeriodType? = null, val maxDepositTerm: Int? = null, val maxDepositTermType: GetRecurringDepositProductsMaxDepositTermType? = null, val minDepositTerm: Int? = null, val minDepositTermType: GetRecurringDepositProductsMinDepositTermType? = null, val name: String? = null, val nominalAnnualInterestRate: Double? = null, val preClosurePenalApplicable: Boolean? = null, val recurringDepositFrequency: Int? = null, val recurringDepositFrequencyType: GetRecurringDepositProductsRecurringDepositFrequencyType? = null, val shortName: String? = null)

GetRecurringDepositProductsResponse

Parameters

accountingRule
currency
description
id
interestCalculationDaysInYearType
interestCalculationType
interestCompoundingPeriodType
interestPostingPeriodType
maxDepositTerm
maxDepositTermType
minDepositTerm
minDepositTermType
name
nominalAnnualInterestRate
preClosurePenalApplicable
recurringDepositFrequency
recurringDepositFrequencyType
shortName

Constructors

Link copied to clipboard
constructor(accountingRule: GetRecurringDepositProductsAccountingRule? = null, currency: GetRecurringDepositProductsCurrency? = null, description: String? = null, id: Long? = null, interestCalculationDaysInYearType: GetRecurringDepositProductsInterestCalculationDaysInYearType? = null, interestCalculationType: GetRecurringDepositProductsInterestCalculationType? = null, interestCompoundingPeriodType: GetRecurringDepositProductsInterestCompoundingPeriodType? = null, interestPostingPeriodType: GetRecurringDepositProductsInterestPostingPeriodType? = null, maxDepositTerm: Int? = null, maxDepositTermType: GetRecurringDepositProductsMaxDepositTermType? = null, minDepositTerm: Int? = null, minDepositTermType: GetRecurringDepositProductsMinDepositTermType? = null, name: String? = null, nominalAnnualInterestRate: Double? = null, preClosurePenalApplicable: Boolean? = null, recurringDepositFrequency: Int? = null, recurringDepositFrequencyType: GetRecurringDepositProductsRecurringDepositFrequencyType? = null, shortName: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val description: String? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val maxDepositTerm: Int? = null
Link copied to clipboard
val minDepositTerm: Int? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val shortName: String? = null