Get Savings Products Response
@Serializable
GetSavingsProductsResponse
Parameters
accounting Rule
currency
description
id
interest Calculation Days In Year Type
interest Calculation Type
interest Compounding Period Type
interest Posting Period Type
name
nominal Annual Interest Rate
short Name
withdrawal Fee For Transfers
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)