You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add just to publish CI (#1446)
* Update generated code for v1459
* Update generated code for v1460
---------
Co-authored-by: David Brownman <[email protected]>
Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
Copy file name to clipboardexpand all lines: stripe/_charge.py
+3-3
Original file line number
Diff line number
Diff line change
@@ -858,7 +858,7 @@ class ShippingAddress(StripeObject):
858
858
"""
859
859
network_transaction_id: Optional[str]
860
860
"""
861
-
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.
861
+
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. This value will be present if it is returned by the financial network in the authorization response, and null otherwise.
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.
1026
+
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. This value will be present if it is returned by the financial network in the authorization response, and null otherwise.
1027
1027
"""
1028
1028
offline: Optional[Offline]
1029
1029
"""
@@ -1371,7 +1371,7 @@ class Receipt(StripeObject):
1371
1371
"""
1372
1372
network_transaction_id: Optional[str]
1373
1373
"""
1374
-
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.
1374
+
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. This value will be present if it is returned by the financial network in the authorization response, and null otherwise.
Copy file name to clipboardexpand all lines: stripe/_confirmation_token.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -355,7 +355,7 @@ class Wallet(StripeObject):
355
355
"""
356
356
network_transaction_id: Optional[str]
357
357
"""
358
-
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.
358
+
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. This value will be present if it is returned by the financial network in the authorization response, and null otherwise.
Copy file name to clipboardexpand all lines: stripe/_payment_method.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -312,7 +312,7 @@ class Wallet(StripeObject):
312
312
"""
313
313
network_transaction_id: Optional[str]
314
314
"""
315
-
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.
315
+
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. This value will be present if it is returned by the financial network in the authorization response, and null otherwise.
Copy file name to clipboardexpand all lines: stripe/terminal/_reader.py
-16
Original file line number
Diff line number
Diff line change
@@ -247,10 +247,6 @@ class Tipping(StripeObject):
247
247
248
248
Related guides: [Payment Methods](https://stripe.com/docs/payments/payment-methods) and [More Payment Scenarios](https://stripe.com/docs/payments/more-payment-scenarios).
249
249
"""
250
-
stripe_account: Optional[str]
251
-
"""
252
-
This field will be deprecated. Please use `account` instead.
@@ -377,10 +365,6 @@ class RefundPaymentConfig(StripeObject):
377
365
"""
378
366
Boolean indicating whether the transfer should be reversed when refunding this charge. The transfer will be reversed proportionally to the amount being refunded (either the entire or partial amount). A transfer can be reversed only by the application that created the charge.
379
367
"""
380
-
stripe_account: Optional[str]
381
-
"""
382
-
This field will be deprecated. Please use `account` instead.
0 commit comments