GetLoansLoanIdCodeValueData

@Serializable
data class GetLoansLoanIdCodeValueData(val active: Boolean? = null, val description: String? = null, val id: Long? = null, val mandatory: Boolean? = null, val name: String? = null, val position: Int? = null)

List of GetLoansLoanIdCodeValueData

Parameters

active
description
id
mandatory
name
position

Constructors

Link copied to clipboard
constructor(active: Boolean? = null, description: String? = null, id: Long? = null, mandatory: Boolean? = null, name: String? = null, position: Int? = null)

Properties

Link copied to clipboard
val active: Boolean? = null
Link copied to clipboard
val description: String? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val mandatory: Boolean? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val position: Int? = null