GetAccountsTypePurchasedShares

@Serializable
data class GetAccountsTypePurchasedShares(val id: Long? = null, val numberOfShares: Int? = null, val purchasedDate: String? = null, val purchasedPrice: Int? = null)

Parameters

id
numberOfShares
purchasedDate
purchasedPrice

Constructors

Link copied to clipboard
constructor(id: Long? = null, numberOfShares: Int? = null, purchasedDate: String? = null, purchasedPrice: Int? = null)

Properties

Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val numberOfShares: Int? = null
Link copied to clipboard
val purchasedDate: String? = null
Link copied to clipboard
val purchasedPrice: Int? = null