Skip to content

Commit

Permalink
Update generated code for v1527
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Mar 5, 2025
1 parent ef51b6f commit b2aedf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1526
v1527
7 changes: 1 addition & 6 deletions src/main/java/com/stripe/model/checkout/Session.java
Original file line number Diff line number Diff line change
Expand Up @@ -382,10 +382,6 @@ public class Session extends ApiResource implements HasId, MetadataStore<Session
@SerializedName("shipping_cost")
ShippingCost shippingCost;

/** Shipping information for this Checkout Session. */
@SerializedName("shipping_details")
com.stripe.model.ShippingDetails shippingDetails;

/** The shipping rate options applied to this Session. */
@SerializedName("shipping_options")
List<Session.ShippingOption> shippingOptions;
Expand Down Expand Up @@ -978,7 +974,7 @@ public static class CollectedInformation extends StripeObject {

/** Shipping information for this Checkout Session. */
@SerializedName("shipping_details")
com.stripe.model.checkout.Session.CollectedInformation.ShippingDetails shippingDetails;
ShippingDetails shippingDetails;

/** Customer’s tax ids for this Checkout Session. */
@SerializedName("tax_ids")
Expand Down Expand Up @@ -3957,7 +3953,6 @@ public void setResponseGetter(StripeResponseGetter responseGetter) {
trySetResponseGetter(setupIntent, responseGetter);
trySetResponseGetter(shippingAddressCollection, responseGetter);
trySetResponseGetter(shippingCost, responseGetter);
trySetResponseGetter(shippingDetails, responseGetter);
trySetResponseGetter(subscription, responseGetter);
trySetResponseGetter(taxIdCollection, responseGetter);
trySetResponseGetter(totalDetails, responseGetter);
Expand Down

0 comments on commit b2aedf8

Please sign in to comment.