vendorUnitPrice property
- @TagNumber.new(15)
The unit price of the item (as supplied by the vendor)
Implementation
@$pb.TagNumber(15)
$fixnum.Int64 get vendorUnitPrice => $_getI64(6);
- @TagNumber.new(15)
Implementation
@$pb.TagNumber(15)
set vendorUnitPrice($fixnum.Int64 value) => $_setInt64(6, value);