Post Savings Products Request
@Serializable
PostSavingsProductsRequest
Parameters
account Mapping For Payment
accounting Rule
charges
currency Code
description
digits After Decimal
in Multiples Of
interest Calculation Days In Year Type
interest Calculation Type
interest Compounding Period Type
interest Posting Period Type
locale
name
nominal Annual Interest Rate
short Name
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)