RegistrationNumber interface
Registration number context for business verification.
Properties
| registration |
Whether a registration number is required for the sold-to country. |
| type | Allowed registration-number types based on the billing-account country (e.g. |
| value | Registration number value (e.g. the VAT / GST / EIN identifier string). |
Property Details
registrationRequirement
Whether a registration number is required for the sold-to country.
registrationRequirement?: string
Property Value
string
type
Allowed registration-number types based on the billing-account country (e.g. VAT, GST, EIN).
type?: string[]
Property Value
string[]
value
Registration number value (e.g. the VAT / GST / EIN identifier string).
value?: string
Property Value
string