Type alias InactiveMilitaryPersonalInfoViewModel

InactiveMilitaryPersonalInfoViewModel: {
    address1?: string;
    city?: string;
    postalCode?: string;
    state?: State;
    status: MilitaryStatus;
} & InactiveMilitaryPersonalInfoRequest & WithLocaleChoiceAndCountryChoice & WithFieldsToSkipValidation

Type declaration

  • Optional address1?: string
  • Optional city?: string
  • Optional postalCode?: string
  • Optional state?: State
  • status: MilitaryStatus