Type alias EmploymentPersonalInfoRequest

EmploymentPersonalInfoRequest: {
    country?: Country;
    phoneNumber?: PhoneNumber;
    postalCode: string;
    shouldCollectAddress?: Boolean;
} & WithAddress & WithOrganization & WithCoreFields

Type declaration

  • Optional country?: Country
  • Optional phoneNumber?: PhoneNumber
  • postalCode: string
  • Optional shouldCollectAddress?: Boolean

Description

The request to submit when verification is on the step "collectEmployeePersonalInfo"