firstMilePriceInclTax property

  1. @TagNumber.new(4)
Credit get firstMilePriceInclTax

Implementation

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

Implementation

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