PostFloatingRatesRatePeriods

@Serializable
data class PostFloatingRatesRatePeriods(val dateFormat: String? = null, val fromDate: String? = null, val interestRate: Double? = null, val locale: String? = null)

Parameters

dateFormat
fromDate
interestRate
locale

Constructors

Link copied to clipboard
constructor(dateFormat: String? = null, fromDate: String? = null, interestRate: Double? = null, locale: String? = null)

Properties

Link copied to clipboard
val dateFormat: String? = null
Link copied to clipboard
val fromDate: String? = null
Link copied to clipboard
val interestRate: Double? = null
Link copied to clipboard
val locale: String? = null