SavingsProductData

@Serializable
data class SavingsProductData(val accrualBasedAccountingEnabled: Boolean? = null, val allowOverdraft: Boolean? = null, val cashBasedAccountingEnabled: Boolean? = null, val currency: CurrencyData? = null, val depositAccountType: String? = null, val id: Long? = null, val interestCalculationDaysInYearType: EnumOptionData? = null, val interestCalculationType: EnumOptionData? = null, val interestCompoundingPeriodType: EnumOptionData? = null, val interestPostingPeriodType: EnumOptionData? = null, val lockinPeriodFrequency: Int? = null, val lockinPeriodFrequencyType: EnumOptionData? = null, val maxAllowedLienLimit: Double? = null, val minRequiredBalance: Double? = null, val minRequiredOpeningBalance: Double? = null, val name: String? = null, val nominalAnnualInterestRate: Double? = null, val overdraftLimit: Double? = null, val periodicAccrualAccounting: Boolean? = null, val upfrontAccrualAccounting: Boolean? = null, val withdrawalFeeForTransfers: Boolean? = null)

Parameters

accrualBasedAccountingEnabled
allowOverdraft
cashBasedAccountingEnabled
currency
depositAccountType
id
interestCalculationDaysInYearType
interestCalculationType
interestCompoundingPeriodType
interestPostingPeriodType
lockinPeriodFrequency
lockinPeriodFrequencyType
maxAllowedLienLimit
minRequiredBalance
minRequiredOpeningBalance
name
nominalAnnualInterestRate
overdraftLimit
periodicAccrualAccounting
upfrontAccrualAccounting
withdrawalFeeForTransfers

Constructors

Link copied to clipboard
constructor(accrualBasedAccountingEnabled: Boolean? = null, allowOverdraft: Boolean? = null, cashBasedAccountingEnabled: Boolean? = null, currency: CurrencyData? = null, depositAccountType: String? = null, id: Long? = null, interestCalculationDaysInYearType: EnumOptionData? = null, interestCalculationType: EnumOptionData? = null, interestCompoundingPeriodType: EnumOptionData? = null, interestPostingPeriodType: EnumOptionData? = null, lockinPeriodFrequency: Int? = null, lockinPeriodFrequencyType: EnumOptionData? = null, maxAllowedLienLimit: Double? = null, minRequiredBalance: Double? = null, minRequiredOpeningBalance: Double? = null, name: String? = null, nominalAnnualInterestRate: Double? = null, overdraftLimit: Double? = null, periodicAccrualAccounting: Boolean? = null, upfrontAccrualAccounting: Boolean? = null, withdrawalFeeForTransfers: Boolean? = null)

Properties

Link copied to clipboard
val allowOverdraft: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val currency: CurrencyData? = null
Link copied to clipboard
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val name: String? = null
Link copied to clipboard
Link copied to clipboard
val overdraftLimit: Double? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard