GetAccountsSummary

@Serializable
data class GetAccountsSummary(val accountNo: Long? = null, val currency: GetAccountsCurrency? = null, val id: Long? = null, val productId: Long? = null, val productName: String? = null, val status: GetAccountsStatus? = null, val timeline: GetAccountsTimeline? = null, val totalApprovedShares: Int? = null, val totalPendingForApprovalShares: Int? = null)

Parameters

accountNo
currency
id
productId
productName
status
timeline
totalApprovedShares
totalPendingForApprovalShares

Constructors

Link copied to clipboard
constructor(accountNo: Long? = null, currency: GetAccountsCurrency? = null, id: Long? = null, productId: Long? = null, productName: String? = null, status: GetAccountsStatus? = null, timeline: GetAccountsTimeline? = null, totalApprovedShares: Int? = null, totalPendingForApprovalShares: Int? = null)

Properties

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