Skip to content

Commit 035c5f8

Browse files
Update generated code (#2199)
Update generated code for v1268 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Co-authored-by: Ramya Rao <[email protected]>
1 parent d9a09ee commit 035c5f8

File tree

4 files changed

+0
-67
lines changed

4 files changed

+0
-67
lines changed

types/InvoiceLineItems.d.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,6 @@ declare module 'stripe' {
177177
*/
178178
discount?: string | Stripe.Discount | Stripe.DeletedDiscount;
179179

180-
/**
181-
* The margin that was applied to get this pretax credit amount.
182-
*/
183-
margin?: string | Stripe.Margin;
184-
185180
/**
186181
* Type of the pretax credit amount referenced.
187182
*/

types/Invoices.d.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,11 +1419,6 @@ declare module 'stripe' {
14191419
*/
14201420
discount?: string | Stripe.Discount | Stripe.DeletedDiscount;
14211421

1422-
/**
1423-
* The margin that was applied to get this pretax credit amount.
1424-
*/
1425-
margin?: string | Stripe.Margin;
1426-
14271422
/**
14281423
* Type of the pretax credit amount referenced.
14291424
*/

types/Margins.d.ts

Lines changed: 0 additions & 56 deletions
This file was deleted.

types/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@
215215
///<reference path='./LineItems.d.ts' />
216216
///<reference path='./LoginLinks.d.ts' />
217217
///<reference path='./Mandates.d.ts' />
218-
///<reference path='./Margins.d.ts' />
219218
///<reference path='./PaymentIntents.d.ts' />
220219
///<reference path='./PaymentLinks.d.ts' />
221220
///<reference path='./PaymentMethodConfigurations.d.ts' />

0 commit comments

Comments
 (0)