Skip to content

Commit

Permalink
Merge pull request #861 from stripe/ob-new-tax-id-types
Browse files Browse the repository at this point in the history
Add new tax ID types
  • Loading branch information
ob-stripe authored May 22, 2019
2 parents 557f3da + 919ddda commit 44443c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions taxid.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ type TaxIDType string
const (
TaxIDTypeAUABN TaxIDType = "au_abn"
TaxIDTypeEUVAT TaxIDType = "eu_vat"
TaxIDTypeINGST TaxIDType = "in_gst"
TaxIDTypeNOVAT TaxIDType = "no_vat"
TaxIDTypeNZGST TaxIDType = "nz_gst"
TaxIDTypeUnknown TaxIDType = "unknown"
)
Expand Down

0 comments on commit 44443c3

Please sign in to comment.