payrollTaxGroupId property
- @TagNumber.new(54)
@optional
@description The unique internal identifier of the tax matrix or statutory configuration rule governing payroll deductions.
@example 19
@regex ^0-9+$
@format Non-negative 64-bit integer. Defaults to 0 if no deductions are assigned.
Implementation
@$pb.TagNumber(54)
$fixnum.Int64 get payrollTaxGroupId => $_getI64(25);
- @TagNumber.new(54)
Implementation
@$pb.TagNumber(54)
set payrollTaxGroupId($fixnum.Int64 value) => $_setInt64(25, value);