PutClientCollateralRequest

@Serializable
data class PutClientCollateralRequest(val locale: String? = null, val quantity: Double? = null)

PutClientCollateralRequest

Parameters

locale
quantity

Constructors

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

Properties

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