taxRate property

  1. @TagNumber(4)
double get taxRate

@doc The tax percent rate that will be applied to the total.

Implementation

@$pb.TagNumber(4)
$core.double get taxRate => $_getN(3);
  1. @TagNumber(4)
set taxRate (double value)

Implementation

@$pb.TagNumber(4)
set taxRate($core.double value) => $_setDouble(3, value);