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(3);
- @TagNumber.new(14)
Implementation
@$pb.TagNumber(14)
set clientQuantity($fixnum.Int64 value) => $_setInt64(3, value);