clientQuantity property
- @TagNumber.new(14)
Stores the quantity (in cents) being admitted in client's unit of material
Implementation
@$pb.TagNumber(14)
$fixnum.Int64 get clientQuantity => $_getI64(9);
- @TagNumber.new(14)
Implementation
@$pb.TagNumber(14)
set clientQuantity($fixnum.Int64 value) => $_setInt64(9, value);