quantity
The number of items the user wants to purchase.
Declaration
var quantity: Int { get }Discussion
The default value is 1, the minimum value is 1, and the maximum value is 10.
The number of items the user wants to purchase.
var quantity: Int { get }The default value is 1, the minimum value is 1, and the maximum value is 10.