Type alias MemberPersonalInfoRequest

MemberPersonalInfoRequest: {
    address1?: string;
    birthDate?: BirthDate;
    city?: string;
    country?: Country;
    memberId?: MemberId;
    phoneNumber?: PhoneNumber;
    postalCode?: string;
    state?: string;
} & WithOrganization & WithCoreFields

Type declaration

  • Optional address1?: string
  • Optional birthDate?: BirthDate
  • Optional city?: string
  • Optional country?: Country
  • Optional memberId?: MemberId
  • Optional phoneNumber?: PhoneNumber
  • Optional postalCode?: string
  • Optional state?: string

Description

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