GetAccountsPageItems

@Serializable
data class GetAccountsPageItems(val accountNo: Long? = null, val clientId: Long? = null, val clientName: String? = null, val currency: GetAccountsChargesCurrency? = null, val id: Long? = null, val productId: Long? = null, val productName: String? = null, val purchasedShares: Set<GetAccountsTypePurchasedShares>? = null, val status: GetAccountsTypeStatus? = null, val summary: GetAccountsTypeSummary? = null, val timeline: GetAccountsTypeTimeline? = null)

Parameters

accountNo
clientId
clientName
currency
id
productId
productName
purchasedShares
status
summary
timeline

Constructors

Link copied to clipboard
constructor(accountNo: Long? = null, clientId: Long? = null, clientName: String? = null, currency: GetAccountsChargesCurrency? = null, id: Long? = null, productId: Long? = null, productName: String? = null, purchasedShares: Set<GetAccountsTypePurchasedShares>? = null, status: GetAccountsTypeStatus? = null, summary: GetAccountsTypeSummary? = null, timeline: GetAccountsTypeTimeline? = null)

Properties

Link copied to clipboard
val accountNo: Long? = null
Link copied to clipboard
val clientId: Long? = null
Link copied to clipboard
val clientName: String? = null
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
Link copied to clipboard
Link copied to clipboard