Skip to content

Commit

Permalink
Merge pull request #1058 from stripe/remi-add-tax-id-sg
Browse files Browse the repository at this point in the history
Add support for `TaxIDTypeSGGST` on `TaxId`
  • Loading branch information
remi-stripe authored Apr 10, 2020
2 parents 3eee5cd + aab6b7d commit dc804a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions taxid.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const (
TaxIDTypeNZGST TaxIDType = "nz_gst"
TaxIDTypeRUINN TaxIDType = "ru_inn"
TaxIDTypeSGUEN TaxIDType = "sg_uen"
TaxIDTypeSGGST TaxIDType = "sg_gst"
TaxIDTypeTHVAT TaxIDType = "th_vat"
TaxIDTypeTWVAT TaxIDType = "tw_vat"
TaxIDTypeUSEIN TaxIDType = "us_ein"
Expand Down

0 comments on commit dc804a1

Please sign in to comment.