GetCollateralCurrencyResponse

@Serializable
data class GetCollateralCurrencyResponse(val code: String? = null)

Parameters

code

Constructors

Link copied to clipboard
constructor(code: String? = null)

Properties

Link copied to clipboard
val code: String? = null