GetInterestRateChartsResponse

@Serializable
data class GetInterestRateChartsResponse(val chartSlabs: Set<GetInterestRateChartsChartSlabs>? = null, val fromDate: LocalDate? = null, val id: Long? = null, val savingsProductId: Long? = null, val savingsProductName: String? = null)

GetInterestRateChartsResponse

Parameters

chartSlabs
fromDate
id
savingsProductId
savingsProductName

Constructors

Link copied to clipboard
constructor(chartSlabs: Set<GetInterestRateChartsChartSlabs>? = null, fromDate: LocalDate? = null, id: Long? = null, savingsProductId: Long? = null, savingsProductName: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val fromDate: LocalDate? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val savingsProductId: Long? = null
Link copied to clipboard