PayrollGroupsServiceItemUpdateRequest$json top-level constant

  1. @Deprecated('Use payrollGroupsServiceItemUpdateRequestDescriptor instead')
Map<String, Object> const PayrollGroupsServiceItemUpdateRequest$json

Implementation

@$core.Deprecated('Use payrollGroupsServiceItemUpdateRequestDescriptor instead')
const PayrollGroupsServiceItemUpdateRequest$json = {
  '1': 'PayrollGroupsServiceItemUpdateRequest',
  '2': [
    {'1': 'user_comment', '3': 1, '4': 1, '5': 9, '10': 'userComment'},
    {'1': 'id', '3': 2, '4': 1, '5': 4, '8': {}, '10': 'id'},
    {
      '1': 'value_type',
      '3': 20,
      '4': 1,
      '5': 14,
      '6': '.Scailo.PAYROLL_GROUP_ITEM_VALUE_TYPE',
      '10': 'valueType'
    },
    {
      '1': 'base_pay_addition',
      '3': 21,
      '4': 1,
      '5': 4,
      '8': {},
      '10': 'basePayAddition'
    },
    {'1': 'divisor', '3': 22, '4': 1, '5': 4, '8': {}, '10': 'divisor'},
    {'1': 'min_amount', '3': 23, '4': 1, '5': 3, '8': {}, '10': 'minAmount'},
    {'1': 'max_amount', '3': 24, '4': 1, '5': 3, '8': {}, '10': 'maxAmount'},
    {
      '1': 'amount_percentage_on_which_tax_applicable',
      '3': 25,
      '4': 1,
      '5': 4,
      '8': {},
      '10': 'amountPercentageOnWhichTaxApplicable'
    },
    {'1': 'description', '3': 40, '4': 1, '5': 9, '10': 'description'},
  ],
};