PutLoansLoanIdCollateral

@Serializable
data class PutLoansLoanIdCollateral(val clientCollateralId: Long? = null, val quantity: Double? = null)

Parameters

clientCollateralId
quantity

Constructors

Link copied to clipboard
constructor(clientCollateralId: Long? = null, quantity: Double? = null)

Properties

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