basicPayUomId property

  1. @TagNumber.new(32)
Int64 get basicPayUomId

@optional

@description The internal Unit of Measure (UOM) tracking ID applied to contextualize basic pay duration distributions (e.g., Per Month, Per Annum).

@example 701

@regex ^0-9+$

@format Non-negative 64-bit integer. Defaults to 0 if unassigned.

Implementation

@$pb.TagNumber(32)
$fixnum.Int64 get basicPayUomId => $_getI64(24);
  1. @TagNumber.new(32)
set basicPayUomId (Int64 value)

Implementation

@$pb.TagNumber(32)
set basicPayUomId($fixnum.Int64 value) => $_setInt64(24, value);