Skip to content

Commit

Permalink
Merge pull request #1009 from stripe/remi-add-tax-id
Browse files Browse the repository at this point in the history
Add constant for TaxIDTypeSGUEN on TaxId
  • Loading branch information
remi-stripe authored Jan 7, 2020
2 parents a99dcae + 5f7ce49 commit 1db0bc2
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 @@ -14,6 +14,7 @@ const (
TaxIDTypeMXRFC TaxIDType = "mx_rfc"
TaxIDTypeNOVAT TaxIDType = "no_vat"
TaxIDTypeNZGST TaxIDType = "nz_gst"
TaxIDTypeSGUEN TaxIDType = "sg_uen"
TaxIDTypeZAVAT TaxIDType = "za_vat"
TaxIDTypeUnknown TaxIDType = "unknown"
)
Expand Down

0 comments on commit 1db0bc2

Please sign in to comment.