PostInterestRateChartsChartIdChartSlabsRequest

@Serializable
data class PostInterestRateChartsChartIdChartSlabsRequest(val annualInterestRate: Double? = null, val description: String? = null, val fromPeriod: Int? = null, val incentives: Set<PostInterestRateChartsChartIdChartSlabsIncentives>? = null, val locale: String? = null, val periodType: Int? = null, val toPeriod: Int? = null)

PostInterestRateChartsChartIdChartSlabsRequest

Parameters

annualInterestRate
description
fromPeriod
incentives
locale
periodType
toPeriod

Constructors

constructor(annualInterestRate: Double? = null, description: String? = null, fromPeriod: Int? = null, incentives: Set<PostInterestRateChartsChartIdChartSlabsIncentives>? = null, locale: String? = 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 locale: String? = null
Link copied to clipboard
val periodType: Int? = null
Link copied to clipboard
val toPeriod: Int? = null