quantity
The number of items the user wants to purchase.
Declaration
var quantity: Int { get set }Discussion
The quantity property must be greater than 0.
The number of items the user wants to purchase.
var quantity: Int { get set }The quantity property must be greater than 0.