Skip to content

Commit

Permalink
Update generated code for v1402
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Dec 11, 2024
1 parent 0eb4393 commit 9a1f97f
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 @@
v1399
v1402
5 changes: 5 additions & 0 deletions types/Charges.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,11 @@ declare module 'stripe' {
*/
network_token?: Card.NetworkToken | null;

/**
* This is used by the financial networks to identify a transaction. Visa calls this the Transaction ID, Mastercard calls this the Trace ID, and American Express calls this the Acquirer Reference Data. The first three digits of the Trace ID is the Financial Network Code, the next 6 digits is the Banknet Reference Number, and the last 4 digits represent the date (MM/DD). This field will be available for successful Visa, Mastercard, or American Express transactions and always null for other card brands.
*/
network_transaction_id?: string | null;

overcapture?: Card.Overcapture;

/**
Expand Down

0 comments on commit 9a1f97f

Please sign in to comment.