GetLoansLoanIdCollateralsResponse

@Serializable
data class GetLoansLoanIdCollateralsResponse(val currency: GetCollateralCurrencyResponse? = null, val description: String? = null, val id: Long? = null, val type: GetCollateralTypeResponse? = null, val value: Long? = null)

GetLoansLoanIdCollateralsResponse

Parameters

currency
description
id
type

value

Constructors

Link copied to clipboard
constructor(currency: GetCollateralCurrencyResponse? = null, description: String? = null, id: Long? = null, type: GetCollateralTypeResponse? = null, value: Long? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val description: String? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
Link copied to clipboard
val value: Long? = null