Skip to content

Commit

Permalink
Update generated code for v1459
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jan 23, 2025
1 parent 2689404 commit 4939761
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 21 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1456
v1459
18 changes: 6 additions & 12 deletions src/main/java/com/stripe/model/Charge.java
Original file line number Diff line number Diff line change
Expand Up @@ -1917,10 +1917,8 @@ public static class Card extends StripeObject {
/**
* 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.
* Acquirer Reference Data. This value will be present if it is returned by the financial
* network in the authorization response, and null otherwise.
*/
@SerializedName("network_transaction_id")
String networkTransactionId;
Expand Down Expand Up @@ -2521,10 +2519,8 @@ public static class CardPresent extends StripeObject {
/**
* 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.
* Acquirer Reference Data. This value will be present if it is returned by the financial
* network in the authorization response, and null otherwise.
*/
@SerializedName("network_transaction_id")
String networkTransactionId;
Expand Down Expand Up @@ -3029,10 +3025,8 @@ public static class InteracPresent extends StripeObject {
/**
* 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.
* Acquirer Reference Data. This value will be present if it is returned by the financial
* network in the authorization response, and null otherwise.
*/
@SerializedName("network_transaction_id")
String networkTransactionId;
Expand Down
6 changes: 2 additions & 4 deletions src/main/java/com/stripe/model/ConfirmationToken.java
Original file line number Diff line number Diff line change
Expand Up @@ -964,10 +964,8 @@ public static class CardPresent extends StripeObject {
/**
* 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.
* the Acquirer Reference Data. This value will be present if it is returned by the
* financial network in the authorization response, and null otherwise.
*/
@SerializedName("network_transaction_id")
String networkTransactionId;
Expand Down
6 changes: 2 additions & 4 deletions src/main/java/com/stripe/model/PaymentMethod.java
Original file line number Diff line number Diff line change
Expand Up @@ -1195,10 +1195,8 @@ public static class CardPresent extends StripeObject {
/**
* 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.
* Acquirer Reference Data. This value will be present if it is returned by the financial
* network in the authorization response, and null otherwise.
*/
@SerializedName("network_transaction_id")
String networkTransactionId;
Expand Down

0 comments on commit 4939761

Please sign in to comment.