quantity property

  1. @TagNumber.new(7)
Int64 get quantity

quantity of the order, which is the real price multiplied by 1e8 (10^8) and rounded to integer

Implementation

@$pb.TagNumber(7)
$fixnum.Int64 get quantity => $_getI64(6);
  1. @TagNumber.new(7)
set quantity (Int64 value)

Implementation

@$pb.TagNumber(7)
set quantity($fixnum.Int64 value) => $_setInt64(6, value);