From 493976122a2d724ed1458f7c22e0423bb4465a9d Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 02:22:43 +0000 Subject: [PATCH] Update generated code for v1459 --- OPENAPI_VERSION | 2 +- src/main/java/com/stripe/model/Charge.java | 18 ++++++------------ .../com/stripe/model/ConfirmationToken.java | 6 ++---- .../java/com/stripe/model/PaymentMethod.java | 6 ++---- 4 files changed, 11 insertions(+), 21 deletions(-) diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 0d0ddf958c7..cec5eb2bb03 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v1456 \ No newline at end of file +v1459 \ No newline at end of file diff --git a/src/main/java/com/stripe/model/Charge.java b/src/main/java/com/stripe/model/Charge.java index 7c276285c89..ff3bdda3b9b 100644 --- a/src/main/java/com/stripe/model/Charge.java +++ b/src/main/java/com/stripe/model/Charge.java @@ -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; @@ -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; @@ -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; diff --git a/src/main/java/com/stripe/model/ConfirmationToken.java b/src/main/java/com/stripe/model/ConfirmationToken.java index 8ea5528804c..cf685f0d2b4 100644 --- a/src/main/java/com/stripe/model/ConfirmationToken.java +++ b/src/main/java/com/stripe/model/ConfirmationToken.java @@ -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; diff --git a/src/main/java/com/stripe/model/PaymentMethod.java b/src/main/java/com/stripe/model/PaymentMethod.java index d10a728f1cd..bcfc978f0ad 100644 --- a/src/main/java/com/stripe/model/PaymentMethod.java +++ b/src/main/java/com/stripe/model/PaymentMethod.java @@ -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;