Type alias AddressCheckV2

AddressCheckV2: {
    @type: "AddressCheck";
    postOfficeBox?: "yes" | "no" | "no_data";
    status: PossibleMatchVals;
    type?: "residential" | "commercial" | "no_data";
}

Type declaration

  • @type: "AddressCheck"
  • Optional postOfficeBox?: "yes" | "no" | "no_data"
  • status: PossibleMatchVals
  • Optional type?: "residential" | "commercial" | "no_data"