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