GetAccountsTypeAccountIdResponse

@Serializable
data class GetAccountsTypeAccountIdResponse(val accountNo: Long? = null, val allowDividendCalculationForInactiveClients: Boolean? = null, val charges: Set<GetAccountsCharges>? = null, val clientId: Long? = null, val clientName: String? = null, val currency: GetAccountsCurrency? = null, val currentMarketPrice: Int? = null, val dividends: List<String>? = null, val id: Long? = null, val lockPeriodTypeEnum: GetAccountsLockPeriodTypeEnum? = null, val lockinPeriod: Int? = null, val minimumActivePeriod: Int? = null, val minimumActivePeriodTypeEnum: GetAccountsLockPeriodTypeEnum? = null, val productId: Long? = null, val productName: String? = null, val purchasedShares: Set<GetAccountsPurchasedShares>? = null, val savingsAccountId: Long? = null, val savingsAccountNumber: Long? = null, val status: GetAccountsStatus? = null, val summary: GetAccountsSummary? = null, val timeline: GetAccountsTimeline? = null)

GetAccountsTypeAccountIdResponse

Parameters

accountNo
allowDividendCalculationForInactiveClients
charges
clientId
clientName
currency
currentMarketPrice
dividends
id
lockPeriodTypeEnum
lockinPeriod
minimumActivePeriod
minimumActivePeriodTypeEnum
productId
productName
purchasedShares
savingsAccountId
savingsAccountNumber
status
summary
timeline

Constructors

Link copied to clipboard
constructor(accountNo: Long? = null, allowDividendCalculationForInactiveClients: Boolean? = null, charges: Set<GetAccountsCharges>? = null, clientId: Long? = null, clientName: String? = null, currency: GetAccountsCurrency? = null, currentMarketPrice: Int? = null, dividends: List<String>? = null, id: Long? = null, lockPeriodTypeEnum: GetAccountsLockPeriodTypeEnum? = null, lockinPeriod: Int? = null, minimumActivePeriod: Int? = null, minimumActivePeriodTypeEnum: GetAccountsLockPeriodTypeEnum? = null, productId: Long? = null, productName: String? = null, purchasedShares: Set<GetAccountsPurchasedShares>? = null, savingsAccountId: Long? = null, savingsAccountNumber: Long? = null, status: GetAccountsStatus? = null, summary: GetAccountsSummary? = null, timeline: GetAccountsTimeline? = null)

Properties

Link copied to clipboard
val accountNo: Long? = null
Link copied to clipboard
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 currentMarketPrice: Int? = null
Link copied to clipboard
val dividends: List<String>? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val lockinPeriod: Int? = null
Link copied to clipboard
Link copied to clipboard
val productId: Long? = null
Link copied to clipboard
val productName: String? = null
Link copied to clipboard
Link copied to clipboard
val savingsAccountId: Long? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard