Skip to content

Commit

Permalink
Add new tax ID types
Browse files Browse the repository at this point in the history
  • Loading branch information
ob-stripe committed May 22, 2019
1 parent 557f3da commit 919ddda
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 919ddda

Please sign in to comment.