PostFixedDepositProductsRequest

@Serializable
data class PostFixedDepositProductsRequest(val accountingRule: Int? = null, val charts: Set<PostFixedDepositProductsCharts>? = null, val currencyCode: String? = null, val description: String? = null, val digitsAfterDecimal: Int? = null, val inMultiplesOf: Int? = null, val interestCalculationDaysInYearType: Int? = null, val interestCalculationType: Int? = null, val interestCompoundingPeriodType: Int? = null, val interestPostingPeriodType: Int? = null, val locale: String? = null, val maxDepositTerm: Int? = null, val maxDepositTermTypeId: Int? = null, val minDepositTerm: Int? = null, val minDepositTermTypeId: Int? = null, val name: String? = null, val preClosurePenalApplicable: Boolean? = null, val preClosurePenalInterest: Double? = null, val preClosurePenalInterestOnTypeId: Int? = null, val shortName: String? = null)

PostFixedDepositProductsRequest

Parameters

accountingRule
charts
currencyCode
description
digitsAfterDecimal
inMultiplesOf
interestCalculationDaysInYearType
interestCalculationType
interestCompoundingPeriodType
interestPostingPeriodType
locale
maxDepositTerm
maxDepositTermTypeId
minDepositTerm
minDepositTermTypeId
name
preClosurePenalApplicable
preClosurePenalInterest
preClosurePenalInterestOnTypeId
shortName

Constructors

Link copied to clipboard
constructor(accountingRule: Int? = null, charts: Set<PostFixedDepositProductsCharts>? = null, currencyCode: String? = null, description: String? = null, digitsAfterDecimal: Int? = null, inMultiplesOf: Int? = null, interestCalculationDaysInYearType: Int? = null, interestCalculationType: Int? = null, interestCompoundingPeriodType: Int? = null, interestPostingPeriodType: Int? = null, locale: String? = null, maxDepositTerm: Int? = null, maxDepositTermTypeId: Int? = null, minDepositTerm: Int? = null, minDepositTermTypeId: Int? = null, name: String? = null, preClosurePenalApplicable: Boolean? = null, preClosurePenalInterest: Double? = null, preClosurePenalInterestOnTypeId: Int? = null, shortName: String? = null)

Properties

Link copied to clipboard
val accountingRule: Int? = null
Link copied to clipboard
Link copied to clipboard
val currencyCode: String? = null
Link copied to clipboard
val description: String? = null
Link copied to clipboard
val digitsAfterDecimal: Int? = null
Link copied to clipboard
val inMultiplesOf: Int? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val locale: String? = null
Link copied to clipboard
val maxDepositTerm: Int? = null
Link copied to clipboard
Link copied to clipboard
val minDepositTerm: Int? = null
Link copied to clipboard
Link copied to clipboard
val name: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val shortName: String? = null