Skip to content

Commit

Permalink
Update generated code (#2199)
Browse files Browse the repository at this point in the history
Update generated code for v1268

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
Co-authored-by: Ramya Rao <100975018+ramya-stripe@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] and ramya-stripe authored Oct 3, 2024
1 parent d9a09ee commit 035c5f8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 67 deletions.
5 changes: 0 additions & 5 deletions types/InvoiceLineItems.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,6 @@ declare module 'stripe' {
*/
discount?: string | Stripe.Discount | Stripe.DeletedDiscount;

/**
* The margin that was applied to get this pretax credit amount.
*/
margin?: string | Stripe.Margin;

/**
* Type of the pretax credit amount referenced.
*/
Expand Down
5 changes: 0 additions & 5 deletions types/Invoices.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1419,11 +1419,6 @@ declare module 'stripe' {
*/
discount?: string | Stripe.Discount | Stripe.DeletedDiscount;

/**
* The margin that was applied to get this pretax credit amount.
*/
margin?: string | Stripe.Margin;

/**
* Type of the pretax credit amount referenced.
*/
Expand Down
56 changes: 0 additions & 56 deletions types/Margins.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@
///<reference path='./LineItems.d.ts' />
///<reference path='./LoginLinks.d.ts' />
///<reference path='./Mandates.d.ts' />
///<reference path='./Margins.d.ts' />
///<reference path='./PaymentIntents.d.ts' />
///<reference path='./PaymentLinks.d.ts' />
///<reference path='./PaymentMethodConfigurations.d.ts' />
Expand Down

0 comments on commit 035c5f8

Please sign in to comment.