shipstation-client
Version:
ShipStation V2 SDK
34 lines (17 loc) • 1.65 kB
Markdown
# IdentifierType
Tax identifier type for customs declaration |Pickup Type | Description |---------------|----------------------------------------- |`vat` | The tax identifier is a Value Added Tax. |`eori` | The tax identifier is an Economic Operators Registration and Identification Number (EORI). |`ssn` | The tax identifier is a Social Security Number. |`ein` | The tax identifier is an Employer Identification Number (EIN). |`tin` | The tax identifier is a Tax Identification Number (TIN). |`ioss` | The tax identifier is an Import One-Stop Shop (IOSS). |`pan` | The tax identifier is a Permanent Account Number (PAN). |`voec` | The tax identifier is a Norwegian VAT On E-Commerce(VOEC). |`pccc` | The tax identifier is a Personal Customs Clearance Code (PCCC). |`oss` | The tax identifier is an One-Stop Shop (OSS). |`passport` | The tax identifier is a Passport Number. |`abn` | The tax identifier is an Australian Business Number. |`ukims` | The tax identifier is an UK Internal Market Scheme number.
## Enum
* `Vat` (value: `'vat'`)
* `Eori` (value: `'eori'`)
* `Ssn` (value: `'ssn'`)
* `Ein` (value: `'ein'`)
* `Tin` (value: `'tin'`)
* `Ioss` (value: `'ioss'`)
* `Pan` (value: `'pan'`)
* `Voec` (value: `'voec'`)
* `Pccc` (value: `'pccc'`)
* `Oss` (value: `'oss'`)
* `Passport` (value: `'passport'`)
* `Abn` (value: `'abn'`)
* `Ukims` (value: `'ukims'`)
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)