@@ -1993,10 +1993,6 @@ public static class PaymentDetails {
19931993 * A unique value assigned by the business to identify the transaction. Required for L2 and L3
19941994 * rates.
19951995 *
1996- * <p>Required when the Payment Method Types array contains {@code card}, including when <a
1997- * href="https://stripe.com/api/payment_intents/create#create_payment_intent-automatic_payment_methods-enabled">automatic_payment_methods.enabled</a>
1998- * is set to {@code true}.
1999- *
20001996 * <p>For Cards, this field is truncated to 25 alphanumeric characters, excluding spaces, before
20011997 * being sent to card networks. For Klarna, this field is truncated to 255 characters and is
20021998 * visible to customers when they view the order in the Klarna app.
@@ -2081,10 +2077,6 @@ public Builder putAllExtraParam(Map<String, Object> map) {
20812077 * A unique value assigned by the business to identify the transaction. Required for L2 and L3
20822078 * rates.
20832079 *
2084- * <p>Required when the Payment Method Types array contains {@code card}, including when <a
2085- * href="https://stripe.com/api/payment_intents/create#create_payment_intent-automatic_payment_methods-enabled">automatic_payment_methods.enabled</a>
2086- * is set to {@code true}.
2087- *
20882080 * <p>For Cards, this field is truncated to 25 alphanumeric characters, excluding spaces,
20892081 * before being sent to card networks. For Klarna, this field is truncated to 255 characters
20902082 * and is visible to customers when they view the order in the Klarna app.
@@ -2098,10 +2090,6 @@ public Builder setOrderReference(String orderReference) {
20982090 * A unique value assigned by the business to identify the transaction. Required for L2 and L3
20992091 * rates.
21002092 *
2101- * <p>Required when the Payment Method Types array contains {@code card}, including when <a
2102- * href="https://stripe.com/api/payment_intents/create#create_payment_intent-automatic_payment_methods-enabled">automatic_payment_methods.enabled</a>
2103- * is set to {@code true}.
2104- *
21052093 * <p>For Cards, this field is truncated to 25 alphanumeric characters, excluding spaces,
21062094 * before being sent to card networks. For Klarna, this field is truncated to 255 characters
21072095 * and is visible to customers when they view the order in the Klarna app.
0 commit comments