Skip to content

Commit

Permalink
Add constant for TaxIDTypeSGUEN on TaxId
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed Jan 6, 2020
1 parent a99dcae commit 8553940
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 = "nz_gst"
TaxIDTypeZAVAT TaxIDType = "za_vat"
TaxIDTypeUnknown TaxIDType = "unknown"
)
Expand Down

0 comments on commit 8553940

Please sign in to comment.