We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
According to https://stripe.com/docs/api/customer_tax_ids/object the type of the tax ID can be one of: au_abn, ch_vat, eu_vat, in_gst, no_vat, nz_gst, unknown, or za_vat.
au_abn
ch_vat
eu_vat
in_gst
no_vat
nz_gst
unknown
za_vat
So in the TaxId class there are two missing constants for ch_vat and za_vat.
The text was updated successfully, but these errors were encountered:
TaxId
This is fixed in 7.6.0. Sorry for the delay!
Sorry, something went wrong.
remi-stripe
Successfully merging a pull request may close this issue.
Hi!
According to https://stripe.com/docs/api/customer_tax_ids/object the type of the tax ID can be one of:
au_abn
,ch_vat
,eu_vat
,in_gst
,no_vat
,nz_gst
,unknown
, orza_vat
.So in the TaxId class there are two missing constants for
ch_vat
andza_vat
.The text was updated successfully, but these errors were encountered: