PutSavingsProductsProductIdRequest

@Serializable
data class PutSavingsProductsProductIdRequest(val description: String? = null, val interestRate: Double? = null, val locale: String? = null)

PutSavingsProductsProductIdRequest

Parameters

description
interestRate
locale

Constructors

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

Properties

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