Skip to content

Commit

Permalink
Add new type values for TaxId
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed Jan 23, 2020
1 parent 19cc7cf commit d8313fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/TaxId.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,15 @@ class TaxId extends ApiResource
* @link https://stripe.com/docs/api/customer_tax_ids/object#tax_id_object-type
*/
const TYPE_AU_ABN = 'au_abn';
const TYPE_CA_BN = 'ca_bn';
const TYPE_CH_VAT = 'ch_vat';
const TYPE_EU_VAT = 'eu_vat';
const TYPE_HK_BR = 'hk_br';
const TYPE_IN_GST = 'in_gst';
const TYPE_MX_RFC = 'mx_rfc';
const TYPE_NO_VAT = 'no_vat';
const TYPE_NZ_GST = 'nz_gst';
const TYPE_RU_INN = 'ru_inn';
const TYPE_SG_UEN = 'sg_uen';
const TYPE_UNKNOWN = 'unknown';
const TYPE_ZA_VAT = 'za_vat';
Expand Down

0 comments on commit d8313fb

Please sign in to comment.