Employment


Optional. Employment represents the buyer's employment.

{
  "annualIncome": 10000,
  "companyAddress": "string",
  "companyName": "string",
  "currency": "USD",
  "description": "string",
  "occupation": "string",
  "occupationDescription": "string",
  "type": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
annualIncomeinteger(int64)falsenoneOptional. The buyer's annual income in cents.
companyAddressstringfalsenoneRequired if employment type is EMPLOYED or SELF_EMPLOYED
companyNamestringfalsenoneRequired if employment type is EMPLOYED or SELF_EMPLOYED
currencystringfalsenoneRequired if annual income exists
descriptionstringfalsenoneOptional. Employment description.
occupationstringfalsenoneRequired if employment type is EMPLOYED or SELF_EMPLOYED
occupationDescriptionstringfalsenoneRequired if occupation is "Other"
typestringtruenoneEmploymentType represents a buyer employment type as enum
Possible values: EMPLOYED, SELF_EMPLOYED, UNEMPLOYED, STUDENT, RETIRED