Skip to content

Commit 9bce680

Browse files
Update generated code for v2028 and 2025-09-30.clover (#2073)
Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent d417a16 commit 9bce680

3 files changed

Lines changed: 1 addition & 405 deletions

File tree

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2026
1+
v2028

src/main/java/com/stripe/model/AccountSession.java

Lines changed: 0 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,6 @@ public static class Components extends StripeObject {
132132
@SerializedName("account_onboarding")
133133
AccountOnboarding accountOnboarding;
134134

135-
@SerializedName("balance_report")
136-
BalanceReport balanceReport;
137-
138135
@SerializedName("balances")
139136
Balances balances;
140137

@@ -174,9 +171,6 @@ public static class Components extends StripeObject {
174171
@SerializedName("payout_details")
175172
PayoutDetails payoutDetails;
176173

177-
@SerializedName("payout_reconciliation_report")
178-
PayoutReconciliationReport payoutReconciliationReport;
179-
180174
@SerializedName("payouts")
181175
Payouts payouts;
182176

@@ -277,31 +271,6 @@ public static class Features extends StripeObject {
277271
}
278272
}
279273

280-
/**
281-
* For more details about BalanceReport, please refer to the <a
282-
* href="https://docs.stripe.com/api">API Reference.</a>
283-
*/
284-
@Getter
285-
@Setter
286-
@EqualsAndHashCode(callSuper = false)
287-
public static class BalanceReport extends StripeObject {
288-
/** Whether the embedded component is enabled. */
289-
@SerializedName("enabled")
290-
Boolean enabled;
291-
292-
@SerializedName("features")
293-
Features features;
294-
295-
/**
296-
* For more details about Features, please refer to the <a
297-
* href="https://docs.stripe.com/api">API Reference.</a>
298-
*/
299-
@Getter
300-
@Setter
301-
@EqualsAndHashCode(callSuper = false)
302-
public static class Features extends StripeObject {}
303-
}
304-
305274
/**
306275
* For more details about Balances, please refer to the <a
307276
* href="https://docs.stripe.com/api">API Reference.</a>
@@ -882,31 +851,6 @@ public static class PayoutDetails extends StripeObject {
882851
public static class Features extends StripeObject {}
883852
}
884853

885-
/**
886-
* For more details about PayoutReconciliationReport, please refer to the <a
887-
* href="https://docs.stripe.com/api">API Reference.</a>
888-
*/
889-
@Getter
890-
@Setter
891-
@EqualsAndHashCode(callSuper = false)
892-
public static class PayoutReconciliationReport extends StripeObject {
893-
/** Whether the embedded component is enabled. */
894-
@SerializedName("enabled")
895-
Boolean enabled;
896-
897-
@SerializedName("features")
898-
Features features;
899-
900-
/**
901-
* For more details about Features, please refer to the <a
902-
* href="https://docs.stripe.com/api">API Reference.</a>
903-
*/
904-
@Getter
905-
@Setter
906-
@EqualsAndHashCode(callSuper = false)
907-
public static class Features extends StripeObject {}
908-
}
909-
910854
/**
911855
* For more details about Payouts, please refer to the <a href="https://docs.stripe.com/api">API
912856
* Reference.</a>

0 commit comments

Comments
 (0)