GetSelfClientsSavingsAccounts

@Serializable
data class GetSelfClientsSavingsAccounts(val accountNo: Long? = null, val currency: GetSelfClientsSavingsAccountsCurrency? = null, val id: Int? = null, val productId: Int? = null, val productName: String? = null, val status: GetSelfClientsSavingsAccountsStatus? = null)

Parameters

accountNo
currency
id
productId
productName
status

Constructors

Link copied to clipboard
constructor(accountNo: Long? = null, currency: GetSelfClientsSavingsAccountsCurrency? = null, id: Int? = null, productId: Int? = null, productName: String? = null, status: GetSelfClientsSavingsAccountsStatus? = null)

Properties

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