GetSavingsAccountsTemplateResponse

@Serializable
data class GetSavingsAccountsTemplateResponse(val clientId: Int? = null, val clientName: String? = null, val productOptions: Set<GetSavingsProductOptions>? = null)

GetSavingsAccountsTemplateResponse

Parameters

clientId
clientName
productOptions

Constructors

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

Properties

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