GetAccountsPurchasedShares

@Serializable
data class GetAccountsPurchasedShares(val accountId: Long? = null, val amount: Double? = null, val amountPaid: Double? = null, val chargeAmount: Double? = null, val id: Long? = null, val numberOfShares: Int? = null, val purchasedDate: LocalDate? = null, val purchasedPrice: Double? = null, val status: GetAccountsPurchasedSharesStatus? = null, val type: GetAccountsPurchasedSharesType? = null)

Parameters

accountId
amount
amountPaid
chargeAmount
id
numberOfShares
purchasedDate
purchasedPrice
status
type

Constructors

Link copied to clipboard
constructor(accountId: Long? = null, amount: Double? = null, amountPaid: Double? = null, chargeAmount: Double? = null, id: Long? = null, numberOfShares: Int? = null, purchasedDate: LocalDate? = null, purchasedPrice: Double? = null, status: GetAccountsPurchasedSharesStatus? = null, type: GetAccountsPurchasedSharesType? = null)

Properties

Link copied to clipboard
val accountId: Long? = null
Link copied to clipboard
val amount: Double? = null
Link copied to clipboard
val amountPaid: Double? = null
Link copied to clipboard
val chargeAmount: Double? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val numberOfShares: Int? = null
Link copied to clipboard
val purchasedDate: LocalDate? = null
Link copied to clipboard
val purchasedPrice: Double? = null
Link copied to clipboard
Link copied to clipboard