PostRecurringDepositProductsChartSlabs

@Serializable
data class PostRecurringDepositProductsChartSlabs(val annualInterestRate: Double? = null, val description: String? = null, val fromPeriod: Int? = null, val periodType: Int? = null, val toPeriod: Int? = null)

Parameters

annualInterestRate
description
fromPeriod
periodType
toPeriod

Constructors

Link copied to clipboard
constructor(annualInterestRate: Double? = null, description: String? = null, fromPeriod: Int? = null, periodType: Int? = null, toPeriod: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val description: String? = null
Link copied to clipboard
val fromPeriod: Int? = null
Link copied to clipboard
val periodType: Int? = null
Link copied to clipboard
val toPeriod: Int? = null