@@ -1917,10 +1917,8 @@ public static class Card extends StripeObject {
19171917 /**
19181918 * This is used by the financial networks to identify a transaction. Visa calls this the
19191919 * Transaction ID, Mastercard calls this the Trace ID, and American Express calls this the
1920- * Acquirer Reference Data. The first three digits of the Trace ID is the Financial Network
1921- * Code, the next 6 digits is the Banknet Reference Number, and the last 4 digits represent
1922- * the date (MM/DD). This field will be available for successful Visa, Mastercard, or American
1923- * Express transactions and always null for other card brands.
1920+ * Acquirer Reference Data. This value will be present if it is returned by the financial
1921+ * network in the authorization response, and null otherwise.
19241922 */
19251923 @ SerializedName ("network_transaction_id" )
19261924 String networkTransactionId ;
@@ -2521,10 +2519,8 @@ public static class CardPresent extends StripeObject {
25212519 /**
25222520 * This is used by the financial networks to identify a transaction. Visa calls this the
25232521 * Transaction ID, Mastercard calls this the Trace ID, and American Express calls this the
2524- * Acquirer Reference Data. The first three digits of the Trace ID is the Financial Network
2525- * Code, the next 6 digits is the Banknet Reference Number, and the last 4 digits represent
2526- * the date (MM/DD). This field will be available for successful Visa, Mastercard, or American
2527- * Express transactions and always null for other card brands.
2522+ * Acquirer Reference Data. This value will be present if it is returned by the financial
2523+ * network in the authorization response, and null otherwise.
25282524 */
25292525 @ SerializedName ("network_transaction_id" )
25302526 String networkTransactionId ;
@@ -3029,10 +3025,8 @@ public static class InteracPresent extends StripeObject {
30293025 /**
30303026 * This is used by the financial networks to identify a transaction. Visa calls this the
30313027 * Transaction ID, Mastercard calls this the Trace ID, and American Express calls this the
3032- * Acquirer Reference Data. The first three digits of the Trace ID is the Financial Network
3033- * Code, the next 6 digits is the Banknet Reference Number, and the last 4 digits represent
3034- * the date (MM/DD). This field will be available for successful Visa, Mastercard, or American
3035- * Express transactions and always null for other card brands.
3028+ * Acquirer Reference Data. This value will be present if it is returned by the financial
3029+ * network in the authorization response, and null otherwise.
30363030 */
30373031 @ SerializedName ("network_transaction_id" )
30383032 String networkTransactionId ;
0 commit comments