Skip to content

Commit

Permalink
Customer tax_ids is not included by default (#1333)
Browse files Browse the repository at this point in the history
  • Loading branch information
agix committed Jan 20, 2022
1 parent ebd769a commit 3172800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/2020-08-27/Customers.d.ts
Expand Up @@ -129,7 +129,7 @@ declare module 'stripe' {
/**
* The customer's tax IDs.
*/
tax_ids: ApiList<Stripe.TaxId>;
tax_ids?: ApiList<Stripe.TaxId>;
}

namespace Customer {
Expand Down

0 comments on commit 3172800

Please sign in to comment.