quantity property

  1. @BuiltValueField.new(wireName: r'quantity')
int? get quantity

The number of items with the specified product id included in the order.

Implementation

@BuiltValueField(wireName: r'quantity')
int? get quantity;