taxGroupId property

  1. @TagNumber.new(27)
Int64 get taxGroupId

The ID of the tax group

Implementation

@$pb.TagNumber(27)
$fixnum.Int64 get taxGroupId => $_getI64(14);
  1. @TagNumber.new(27)
set taxGroupId (Int64 value)

Implementation

@$pb.TagNumber(27)
set taxGroupId($fixnum.Int64 value) => $_setInt64(14, value);