GetSavingsProductsProductIdResponse

@Serializable
data class GetSavingsProductsProductIdResponse(val accountingMappings: GetSavingsProductsAccountingMappings? = null, val accountingRule: GetSavingsProductsAccountingRule? = null, val charges: List<Int>? = null, val currency: GetSavingsCurrency? = null, val description: String? = null, val feeToIncomeAccountMappings: Set<GetSavingsProductsFeeToIncomeAccountMappings>? = null, val id: Int? = null, val interestCalculationDaysInYearType: GetSavingsProductsInterestCalculationDaysInYearType? = null, val interestCalculationType: GetSavingsProductsInterestCalculationType? = null, val interestCompoundingPeriodType: GetSavingsProductsInterestCompoundingPeriodType? = null, val interestPostingPeriodType: GetSavingsProductsInterestPostingPeriodType? = null, val name: String? = null, val nominalAnnualInterestRate: Double? = null, val paymentChannelToFundSourceMappings: Set<GetSavingsProductsPaymentChannelToFundSourceMappings>? = null, val penaltyToIncomeAccountMappings: Set<GetSavingsProductsPenaltyToIncomeAccountMappings>? = null, val shortName: String? = null, val withdrawalFeeForTransfers: Boolean? = null)

GetSavingsProductsProductIdResponse

Parameters

accountingMappings
accountingRule
charges
currency
description
feeToIncomeAccountMappings
id
interestCalculationDaysInYearType
interestCalculationType
interestCompoundingPeriodType
interestPostingPeriodType
name
nominalAnnualInterestRate
paymentChannelToFundSourceMappings
penaltyToIncomeAccountMappings
shortName
withdrawalFeeForTransfers

Constructors

Link copied to clipboard
constructor(accountingMappings: GetSavingsProductsAccountingMappings? = null, accountingRule: GetSavingsProductsAccountingRule? = null, charges: List<Int>? = null, currency: GetSavingsCurrency? = null, description: String? = null, feeToIncomeAccountMappings: Set<GetSavingsProductsFeeToIncomeAccountMappings>? = null, id: Int? = null, interestCalculationDaysInYearType: GetSavingsProductsInterestCalculationDaysInYearType? = null, interestCalculationType: GetSavingsProductsInterestCalculationType? = null, interestCompoundingPeriodType: GetSavingsProductsInterestCompoundingPeriodType? = null, interestPostingPeriodType: GetSavingsProductsInterestPostingPeriodType? = null, name: String? = null, nominalAnnualInterestRate: Double? = null, paymentChannelToFundSourceMappings: Set<GetSavingsProductsPaymentChannelToFundSourceMappings>? = null, penaltyToIncomeAccountMappings: Set<GetSavingsProductsPenaltyToIncomeAccountMappings>? = null, shortName: String? = null, withdrawalFeeForTransfers: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val charges: List<Int>? = null
Link copied to clipboard
Link copied to clipboard
val description: String? = null
Link copied to clipboard
val id: Int? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
Link copied to clipboard
val shortName: String? = null
Link copied to clipboard