GetSelfLoansTemplateResponse

@Serializable
data class GetSelfLoansTemplateResponse(val clientId: Int? = null, val clientName: String? = null, val clientOfficeId: Int? = null, val productOptions: Set<GetSelfLoansProductOptions>? = null, val timeline: GetSelfLoansTimeline? = null)

GetSelfLoansTemplateResponse

Parameters

clientId
clientName
clientOfficeId
productOptions
timeline

Constructors

Link copied to clipboard
constructor(clientId: Int? = null, clientName: String? = null, clientOfficeId: Int? = null, productOptions: Set<GetSelfLoansProductOptions>? = null, timeline: GetSelfLoansTimeline? = null)

Properties

Link copied to clipboard
val clientId: Int? = null
Link copied to clipboard
val clientName: String? = null
Link copied to clipboard
val clientOfficeId: Int? = null
Link copied to clipboard
Link copied to clipboard