orderQuantity property

int? orderQuantity
getter/setter pair

The number of the item ordered. If the property is not set, assume the quantity is one.

Implementation

int? orderQuantity;