GetLoansLoanIdCurrency

@Serializable
data class GetLoansLoanIdCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val name: String? = null, val nameCode: String? = null)

Parameters

code
decimalPlaces
displayLabel
displaySymbol
name
nameCode

Constructors

Link copied to clipboard
constructor(code: String? = null, decimalPlaces: Int? = null, displayLabel: String? = null, displaySymbol: String? = null, name: String? = null, nameCode: String? = null)

Properties

Link copied to clipboard
val code: String? = null
Link copied to clipboard
val decimalPlaces: Int? = null
Link copied to clipboard
val displayLabel: String? = null
Link copied to clipboard
val displaySymbol: String? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val nameCode: String? = null