Skip to content

Commit

Permalink
Update generated code (#1876)
Browse files Browse the repository at this point in the history
* Update generated code for v466

* Update generated code for v468

* Update generated code for v468

---------

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
Co-authored-by: pakrym-stripe <[email protected]>
  • Loading branch information
stripe-openapi[bot] and pakrym-stripe authored Aug 17, 2023
1 parent 328536f commit 2b3ee67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v466
v468
5 changes: 5 additions & 0 deletions types/Tax/TransactionsResource.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ declare module 'stripe' {
*/
expand?: Array<string>;

/**
* A flat amount to reverse across the entire transaction, in negative integer cents. This value represents the total amount to refund from the transaction, including taxes.
*/
flat_amount?: number;

/**
* The line item amounts to reverse.
*/
Expand Down

0 comments on commit 2b3ee67

Please sign in to comment.