Price

data class Price(val price: Int = 0, val netPrice: Int = 0)

Constructors

Link copied to clipboard
constructor(price: Int = 0, netPrice: Int = 0)

Properties

Link copied to clipboard
val netPrice: Int = 0
Link copied to clipboard
val price: Int = 0