# invoices\_resource\_invoice\_tax\_id

From **Stripe API**.

- Type: `object`

## Properties

### `type`

- Required: true
- Type: `string`
- Allowed values: `"ae_trn"`, `"au_abn"`, `"au_arn"`, `"br_cnpj"`, `"br_cpf"`, `"ca_bn"`, `"ca_gst_hst"`, `"ca_pst_bc"`, `"ca_pst_mb"`, `"ca_pst_sk"`, `"ca_qst"`, `"ch_vat"`, `"cl_tin"`, `"es_cif"`, `"eu_vat"`, `"gb_vat"`, `"ge_vat"`, `"hk_br"`, `"id_npwp"`, `"il_vat"`, `"in_gst"`, `"jp_cn"`, `"jp_rn"`, `"kr_brn"`, `"li_uid"`, `"mx_rfc"`, `"my_frp"`, `"my_itn"`, `"my_sst"`, `"no_vat"`, `"nz_gst"`, `"ru_inn"`, `"ru_kpp"`, `"sa_vat"`, `"sg_gst"`, `"sg_uen"`, `"th_vat"`, `"tw_vat"`, `"ua_vat"`, `"unknown"`, `"us_ein"`, `"za_vat"`

The type of the tax ID, one of `eu_vat`, `br_cnpj`, `br_cpf`, `gb_vat`, `nz_gst`, `au_abn`, `au_arn`, `in_gst`, `no_vat`, `za_vat`, `ch_vat`, `mx_rfc`, `sg_uen`, `ru_inn`, `ru_kpp`, `ca_bn`, `hk_br`, `es_cif`, `tw_vat`, `th_vat`, `jp_cn`, `jp_rn`, `li_uid`, `my_itn`, `us_ein`, `kr_brn`, `ca_qst`, `ca_gst_hst`, `ca_pst_bc`, `ca_pst_mb`, `ca_pst_sk`, `my_sst`, `sg_gst`, `ae_trn`, `cl_tin`, `sa_vat`, `id_npwp`, `my_frp`, `il_vat`, `ge_vat`, `ua_vat`, or `unknown`

### `value`

- Required: false
- Type: `string`
- Nullable: true
- maxLength: `5000`

The value of the tax ID.

## JSON Schema

```json
{"properties":{"type":{"description":"The type of the tax ID, one of `eu_vat`, `br_cnpj`, `br_cpf`, `gb_vat`, `nz_gst`, `au_abn`, `au_arn`, `in_gst`, `no_vat`, `za_vat`, `ch_vat`, `mx_rfc`, `sg_uen`, `ru_inn`, `ru_kpp`, `ca_bn`, `hk_br`, `es_cif`, `tw_vat`, `th_vat`, `jp_cn`, `jp_rn`, `li_uid`, `my_itn`, `us_ein`, `kr_brn`, `ca_qst`, `ca_gst_hst`, `ca_pst_bc`, `ca_pst_mb`, `ca_pst_sk`, `my_sst`, `sg_gst`, `ae_trn`, `cl_tin`, `sa_vat`, `id_npwp`, `my_frp`, `il_vat`, `ge_vat`, `ua_vat`, or `unknown`","enum":["ae_trn","au_abn","au_arn","br_cnpj","br_cpf","ca_bn","ca_gst_hst","ca_pst_bc","ca_pst_mb","ca_pst_sk","ca_qst","ch_vat","cl_tin","es_cif","eu_vat","gb_vat","ge_vat","hk_br","id_npwp","il_vat","in_gst","jp_cn","jp_rn","kr_brn","li_uid","mx_rfc","my_frp","my_itn","my_sst","no_vat","nz_gst","ru_inn","ru_kpp","sa_vat","sg_gst","sg_uen","th_vat","tw_vat","ua_vat","unknown","us_ein","za_vat"],"type":"string"},"value":{"description":"The value of the tax ID.","maxLength":5000,"nullable":true,"type":"string"}},"required":["type"],"title":"InvoicesResourceInvoiceTaxID","type":"object","x-expandableFields":[]}
```
