GetClientsSavingsAccounts

@Serializable
data class GetClientsSavingsAccounts(val accountNo: String? = null, val currency: GetClientsSavingsAccountsCurrency? = null, val depositType: GetClientsSavingsAccountsDepositType? = null, val id: Long? = null, val productId: Long? = null, val productName: String? = null, val shortProductName: String? = null, val status: GetClientsSavingsAccountsStatus? = null)

Parameters

accountNo
currency
depositType
id
productId
productName
shortProductName
status

Constructors

Link copied to clipboard
constructor(accountNo: String? = null, currency: GetClientsSavingsAccountsCurrency? = null, depositType: GetClientsSavingsAccountsDepositType? = null, id: Long? = null, productId: Long? = null, productName: String? = null, shortProductName: String? = null, status: GetClientsSavingsAccountsStatus? = null)

Properties

Link copied to clipboard
val accountNo: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val productId: Long? = null
Link copied to clipboard
val productName: String? = null
Link copied to clipboard
Link copied to clipboard