taxGroupId property

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

The ID of the associated tax group

Implementation

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

Implementation

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