PurchasedItem

constructor(productId: String, @IntRange(from = 1) quantity: Int, @IntRange(from = 1) unitPrice: Int? = null, resolvedBidId: String? = null, vendorId: String? = null)(source)