Type alias CollectPersonalInfoRequest

CollectPersonalInfoRequest: {
    activeDutyStartDate?: ActiveDutyStartDate;
    birthDate?: BirthDate;
    country?: Country;
    dischargeDate?: DischargeDate;
    driverLicenseNumber?: string;
    ebtCardNumber?: string;
    memberId?: MemberId;
    postalCode?: string;
    socialSecurityNumber?: string;
    statuses?: AllStatuses[];
} & Partial<WithCoreFields> & Partial<WithOrganization> & Partial<WithAddress>

Type declaration

  • Optional activeDutyStartDate?: ActiveDutyStartDate
  • Optional birthDate?: BirthDate
  • Optional country?: Country
  • Optional dischargeDate?: DischargeDate
  • Optional driverLicenseNumber?: string
  • Optional ebtCardNumber?: string
  • Optional memberId?: MemberId
  • Optional postalCode?: string
  • Optional socialSecurityNumber?: string
  • Optional statuses?: AllStatuses[]