Type alias AddressCheckV1

AddressCheckV1: CreateThing<"AddressCheck", {
    @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"