TaxId interface
Tax id entry associated with the sold-to identity.
Properties
| country | ISO 3166-1 alpha-2 country code the tax id is registered in. |
| scope | Scope of the tax id (e.g. |
| status | Status of the tax id. |
| type | Type of tax id (e.g. |
| value | Tax id value (e.g. the VAT / GST / EIN identifier string). |
Property Details
country
ISO 3166-1 alpha-2 country code the tax id is registered in.
country?: string
Property Value
string
scope
Scope of the tax id (e.g. Federal, State).
scope?: string
Property Value
string
status
Status of the tax id.
status?: string
Property Value
string
type
Type of tax id (e.g. VAT, GST, EIN). Extensible — additional types may be returned as upstream registries evolve.
type?: string
Property Value
string
value
Tax id value (e.g. the VAT / GST / EIN identifier string).
value?: string
Property Value
string