ADP · Schema

TaxItem

BenefitsHCMHRPayrollWorkforce

Properties

Name Type Description
typeCode object
nameCode object
jurisdictionCode object
View JSON Schema on GitHub

JSON Schema

adp-payroll-tax-item-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TaxItem",
  "type": "object",
  "properties": {
    "typeCode": {
      "type": "object"
    },
    "nameCode": {
      "type": "object"
    },
    "jurisdictionCode": {
      "type": "object"
    }
  }
}