PostRecurringDepositProductsRequest

@Serializable
data class PostRecurringDepositProductsRequest(val accountingRule: Int? = null, val charts: Set<PostRecurringDepositProductsCharts>? = null, val currencyCode: String? = null, val depositAmount: Long? = 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 maxDepositAmount: Long? = null, val maxDepositTerm: Int? = null, val maxDepositTermTypeId: Int? = null, val minDepositAmount: Long? = 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 recurringDepositFrequency: Int? = null, val recurringDepositFrequencyTypeId: Int? = null, val shortName: String? = null)

PostRecurringDepositProductsRequest

Parameters

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

Constructors

Link copied to clipboard
constructor(accountingRule: Int? = null, charts: Set<PostRecurringDepositProductsCharts>? = null, currencyCode: String? = null, depositAmount: Long? = 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, maxDepositAmount: Long? = null, maxDepositTerm: Int? = null, maxDepositTermTypeId: Int? = null, minDepositAmount: Long? = null, minDepositTerm: Int? = null, minDepositTermTypeId: Int? = null, name: String? = null, preClosurePenalApplicable: Boolean? = null, preClosurePenalInterest: Double? = null, preClosurePenalInterestOnTypeId: Int? = null, recurringDepositFrequency: Int? = null, recurringDepositFrequencyTypeId: 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 depositAmount: Long? = 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 maxDepositAmount: Long? = null
Link copied to clipboard
val maxDepositTerm: Int? = null
Link copied to clipboard
Link copied to clipboard
val minDepositAmount: Long? = null
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
Link copied to clipboard
val shortName: String? = null