GetSavingsProductsResponse

@Serializable
data class GetSavingsProductsResponse(val accountingRule: GetSavingsProductsAccountingRule? = null, val currency: GetSavingsCurrency? = null, val description: String? = 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 shortName: String? = null, val withdrawalFeeForTransfers: Boolean? = null)

GetSavingsProductsResponse

Parameters

accountingRule
currency
description
id
interestCalculationDaysInYearType
interestCalculationType
interestCompoundingPeriodType
interestPostingPeriodType
name
nominalAnnualInterestRate
shortName
withdrawalFeeForTransfers

Constructors

Link copied to clipboard
constructor(accountingRule: GetSavingsProductsAccountingRule? = null, currency: GetSavingsCurrency? = null, description: String? = null, id: Int? = null, interestCalculationDaysInYearType: GetSavingsProductsInterestCalculationDaysInYearType? = null, interestCalculationType: GetSavingsProductsInterestCalculationType? = null, interestCompoundingPeriodType: GetSavingsProductsInterestCompoundingPeriodType? = null, interestPostingPeriodType: GetSavingsProductsInterestPostingPeriodType? = null, name: String? = null, nominalAnnualInterestRate: Double? = null, shortName: String? = null, withdrawalFeeForTransfers: Boolean? = null)

Properties

Link copied to clipboard
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