payrollTaxGroupId property

  1. @TagNumber.new(54)
Int64 get payrollTaxGroupId

@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);
  1. @TagNumber.new(54)
set payrollTaxGroupId (Int64 value)

Implementation

@$pb.TagNumber(54)
set payrollTaxGroupId($fixnum.Int64 value) => $_setInt64(25, value);