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 7, 2020
1 parent a99dcae commit 5f7ce49
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 5f7ce49

Please sign in to comment.