Skip to content

Commit

Permalink
Update generated code for v1116
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jul 5, 2024
1 parent eef4547 commit 7599a0a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1115
v1116
5 changes: 5 additions & 0 deletions types/Tax/Transactions.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ declare module 'stripe' {
*/
metadata: Stripe.Metadata | null;

/**
* The Unix timestamp representing when the tax liability is assumed or reduced.
*/
posted_at: number;

/**
* A custom unique identifier, such as 'myOrder_123'.
*/
Expand Down
5 changes: 5 additions & 0 deletions types/Tax/TransactionsResource.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ declare module 'stripe' {
* Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
*/
metadata?: Stripe.MetadataParam;

/**
* The Unix timestamp representing when the tax liability is assumed or reduced, which determines the liability posting period and handling in tax liability reports. The timestamp must fall within the `tax_date` and the current time, unless the `tax_date` is scheduled in advance. Defaults to the current time.
*/
posted_at?: number;
}

interface TransactionCreateReversalParams {
Expand Down

0 comments on commit 7599a0a

Please sign in to comment.