Skip to content

Commit

Permalink
Update generated code for v533
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Sep 15, 2023
1 parent 89712ed commit 9d22fbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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 types/TaxIds.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
declare module 'stripe' {
namespace Stripe {
/**
* 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)
*/
interface TaxId {
/**
Expand Down

0 comments on commit 9d22fbb

Please sign in to comment.