Skip to content
New issue

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

Update generated code #1738

Merged
merged 9 commits into from
Sep 21, 2023
Next Next commit
Update generated code for v533
stripe-openapi[bot] committed Sep 15, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit bf748b23a1aa6a4729099f119b7dd342c4431143
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v532
v533
6 changes: 3 additions & 3 deletions taxid.go
Original file line number Diff line number Diff line change
@@ -133,10 +133,10 @@ type TaxIDVerification struct {
VerifiedName string `json:"verified_name"`
}

// You can add one or multiple tax IDs to a [customer](https://stripe.com/docs/api/customers).
// A customer's tax IDs are displayed on invoices and credit notes issued for the customer.
// You can add one or multiple tax IDs to a [customer](https://stripe.com/docs/api/customers) or account.
// Customer and account tax IDs get displayed on related invoices and credit notes.
//
// Related guide: [Customer tax identification numbers](https://stripe.com/docs/billing/taxes/tax-ids)
// Related guides: [Customer tax identification numbers](https://stripe.com/docs/billing/taxes/tax-ids), [Account tax IDs](https://stripe.com/docs/invoicing/connect#account-tax-ids)
type TaxID struct {
APIResource
// Two-letter ISO code representing the country of the tax ID.