EmployerAttributesInput
Input Object
Each attribute in this input type is an employer attribute that can be updated
Fields
employerType EmployerType
Type of the employer.
Market-specific documentation
Market | Example value |
---|---|
Japan | Use the field to specify 企業区分: 法人, 個人, or その他 |
countrySpecificAttributes [CountrySpecificEmployerAttributesInput!]
Employer attributes that can be different based on the country.
localeSpecificAttributes [LocaleSpecificEmployerAttributesInput!]
Employer attributes that can be different based on the locale (lang + country).
Example
{ "employerType": "JURIDICAL_PERSON", "countrySpecificAttributes": [ CountrySpecificEmployerAttributesInput ], "localeSpecificAttributes": [ LocaleSpecificEmployerAttributesInput ]}