PostSavingsProductsRequest

@Serializable
data class PostSavingsProductsRequest(val accountMappingForPayment: String? = null, val accountingRule: Int? = null, val charges: Set<PostSavingsCharges>? = 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 name: String? = null, val nominalAnnualInterestRate: Double? = null, val shortName: String? = null)

PostSavingsProductsRequest

Parameters

accountMappingForPayment
accountingRule
charges
currencyCode
description
digitsAfterDecimal
inMultiplesOf
interestCalculationDaysInYearType
interestCalculationType
interestCompoundingPeriodType
interestPostingPeriodType
locale
name
nominalAnnualInterestRate
shortName

Constructors

Link copied to clipboard
constructor(accountMappingForPayment: String? = null, accountingRule: Int? = null, charges: Set<PostSavingsCharges>? = 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, name: String? = null, nominalAnnualInterestRate: Double? = null, shortName: String? = null)

Properties

Link copied to clipboard
val accountingRule: Int? = null
Link copied to clipboard
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 name: String? = null
Link copied to clipboard
Link copied to clipboard
val shortName: String? = null