payrollTaxGroupId property
- @TagNumber.new(54)
The associated tax group ID using which the user's payroll needs to be calculated
Implementation
@$pb.TagNumber(54)
$fixnum.Int64 get payrollTaxGroupId => $_getI64(23);
- @TagNumber.new(54)
Implementation
@$pb.TagNumber(54)
set payrollTaxGroupId($fixnum.Int64 value) => $_setInt64(23, value);