Skip to content

Commit

Permalink
Merge pull request #849 from stripe/remi-add-tax-id-th-tw
Browse files Browse the repository at this point in the history
Add new constants for `type` on `TaxId`
  • Loading branch information
remi-stripe authored Jan 31, 2020
2 parents d8a4bc6 + 7552697 commit 84ffa66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/TaxId.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ class TaxId extends ApiResource
const TYPE_NZ_GST = 'nz_gst';
const TYPE_RU_INN = 'ru_inn';
const TYPE_SG_UEN = 'sg_uen';
const TYPE_TH_VAT = 'th_vat';
const TYPE_TW_VAT = 'tw_vat';
const TYPE_UNKNOWN = 'unknown';
const TYPE_ZA_VAT = 'za_vat';

Expand Down

0 comments on commit 84ffa66

Please sign in to comment.