Skip to content

Commit

Permalink
Update generated code for v1510
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Feb 26, 2025
1 parent 6f3e5de commit a116ea1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1508
v1510
6 changes: 1 addition & 5 deletions src/main/java/com/stripe/model/PaymentAttemptRecord.java
Original file line number Diff line number Diff line change
Expand Up @@ -316,11 +316,7 @@ public static class PaymentMethodDetails extends StripeObject {
@SerializedName("payment_method")
String paymentMethod;

/**
* The type of Payment Method used for this payment attempt.
*
* <p>One of {@code card}, or {@code custom}.
*/
/** The type of Payment Method used for this payment attempt. */
@SerializedName("type")
String type;

Expand Down
6 changes: 1 addition & 5 deletions src/main/java/com/stripe/model/PaymentRecord.java
Original file line number Diff line number Diff line change
Expand Up @@ -524,11 +524,7 @@ public static class PaymentMethodDetails extends StripeObject {
@SerializedName("payment_method")
String paymentMethod;

/**
* The type of Payment Method used for this payment attempt.
*
* <p>One of {@code card}, or {@code custom}.
*/
/** The type of Payment Method used for this payment attempt. */
@SerializedName("type")
String type;

Expand Down

0 comments on commit a116ea1

Please sign in to comment.