Item

data class Item(val productId: String, val price: BigDecimal, val quantity: Int) : CreateOrderItem

Constructors

Link copied to clipboard
constructor(productId: String, price: BigDecimal, quantity: Int)

Properties

Link copied to clipboard
open override val price: BigDecimal
Link copied to clipboard
open override val productId: String
Link copied to clipboard
open override val quantity: Int