Optional. Employment represents the buyer's employment.
{
"annualIncome": 10000,
"companyAddress": "string",
"companyName": "string",
"currency": "USD",
"description": "string",
"occupation": "string",
"occupationDescription": "string",
"type": "string"
}
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
annualIncome | integer(int64) | false | none | Optional. The buyer's annual income in cents. |
companyAddress | string | false | none | Required if employment type is EMPLOYED or SELF_EMPLOYED |
companyName | string | false | none | Required if employment type is EMPLOYED or SELF_EMPLOYED |
currency | string | false | none | Required if annual income exists |
description | string | false | none | Optional. Employment description. |
occupation | string | false | none | Required if employment type is EMPLOYED or SELF_EMPLOYED |
occupationDescription | string | false | none | Required if occupation is "Other" |
type | string | true | none | EmploymentType represents a buyer employment type as enum Possible values: EMPLOYED , SELF_EMPLOYED , UNEMPLOYED , STUDENT , RETIRED |