GetFixedDepositProductsResponse

@Serializable
data class GetFixedDepositProductsResponse(val accountingRule: GetFixedDepositProductsAccountingRule? = null, val currency: GetFixedDepositProductsCurrency? = null, val description: String? = null, val id: Long? = null, val interestCalculationDaysInYearType: GetFixedDepositProductsInterestCalculationDaysInYearType? = null, val interestCalculationType: GetFixedDepositProductsInterestCalculationType? = null, val interestCompoundingPeriodType: GetFixedDepositProductsInterestCompoundingPeriodType? = null, val interestPostingPeriodType: GetFixedDepositProductsInterestPostingPeriodType? = null, val maxDepositTerm: Int? = null, val maxDepositTermType: GetFixedDepositProductsMaxDepositTermType? = null, val minDepositTerm: Int? = null, val minDepositTermType: GetFixedDepositProductsMinDepositTermType? = null, val name: String? = null, val nominalAnnualInterestRate: Double? = null, val preClosurePenalApplicable: Boolean? = null, val shortName: String? = null)

GetFixedDepositProductsResponse

Parameters

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

Constructors

Link copied to clipboard
constructor(accountingRule: GetFixedDepositProductsAccountingRule? = null, currency: GetFixedDepositProductsCurrency? = null, description: String? = null, id: Long? = null, interestCalculationDaysInYearType: GetFixedDepositProductsInterestCalculationDaysInYearType? = null, interestCalculationType: GetFixedDepositProductsInterestCalculationType? = null, interestCompoundingPeriodType: GetFixedDepositProductsInterestCompoundingPeriodType? = null, interestPostingPeriodType: GetFixedDepositProductsInterestPostingPeriodType? = null, maxDepositTerm: Int? = null, maxDepositTermType: GetFixedDepositProductsMaxDepositTermType? = null, minDepositTerm: Int? = null, minDepositTermType: GetFixedDepositProductsMinDepositTermType? = null, name: String? = null, nominalAnnualInterestRate: Double? = null, preClosurePenalApplicable: Boolean? = 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
val shortName: String? = null