quantity property

quantity property

Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1

Definition:

@property
def quantity(self):
    ...
@quantity.setter
def quantity(self, value):
    ...

See Also