lastMilePriceInclTax property

  1. @TagNumber.new(5)
Credit get lastMilePriceInclTax

Implementation

@$pb.TagNumber(5)
$0.Credit get lastMilePriceInclTax => $_getN(4);
  1. @TagNumber.new(5)
set lastMilePriceInclTax (Credit value)

Implementation

@$pb.TagNumber(5)
set lastMilePriceInclTax($0.Credit value) => $_setField(5, value);