TaxIdStatus type

Status of a tax id record.
KnownTaxIdStatus can be used interchangeably with TaxIdStatus, this enum contains the known values that the service supports.

Known values supported by the service

valid: The tax id has been verified and is currently valid.
invalid: The tax id is no longer valid (e.g. expired or revoked).
other: Status could not be determined from the upstream registry.

type TaxIdStatus = string