maxAmount property

  1. @TagNumber.new(24)
Int64 get maxAmount

The maximum amount of applicable tax (will be disregarded if value is -100)

Implementation

@$pb.TagNumber(24)
$fixnum.Int64 get maxAmount => $_getI64(7);
  1. @TagNumber.new(24)
set maxAmount (Int64 value)

Implementation

@$pb.TagNumber(24)
set maxAmount($fixnum.Int64 value) => $_setInt64(7, value);