GetRecurringDepositAccountsTemplateResponse

@Serializable
data class GetRecurringDepositAccountsTemplateResponse(val clientId: Long? = null, val clientName: String? = null, val productOptions: Set<GetRecurringProductOptions>? = null)

GetRecurringDepositAccountsTemplateResponse

Parameters

clientId
clientName
productOptions

Constructors

constructor(clientId: Long? = null, clientName: String? = null, productOptions: Set<GetRecurringProductOptions>? = null)

Properties

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