vendorUnitPrice property

  1. @TagNumber.new(15)
Int64 get vendorUnitPrice

The unit price of the item (as supplied by the vendor)

Implementation

@$pb.TagNumber(15)
$fixnum.Int64 get vendorUnitPrice => $_getI64(5);
  1. @TagNumber.new(15)
set vendorUnitPrice (Int64 value)

Implementation

@$pb.TagNumber(15)
set vendorUnitPrice($fixnum.Int64 value) => $_setInt64(5, value);