Skip to content

Commit

Permalink
Merge pull request #824 from stripe/remi-add-tax-id
Browse files Browse the repository at this point in the history
Add constant TYPE_SG_UEN to TaxId
  • Loading branch information
remi-stripe authored Jan 6, 2020
2 parents d7d1165 + b5a098b commit 5a111a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/TaxId.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class TaxId extends ApiResource
const TYPE_MX_RFC = 'mx_rfc';
const TYPE_NO_VAT = 'no_vat';
const TYPE_NZ_GST = 'nz_gst';
const TYPE_SG_UEN = 'sg_uen';
const TYPE_UNKNOWN = 'unknown';
const TYPE_ZA_VAT = 'za_vat';

Expand Down

0 comments on commit 5a111a5

Please sign in to comment.