Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2026
v2028
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ public class AccountSessionComponents : StripeEntity<AccountSessionComponents>
#endif
public AccountSessionComponentsAccountOnboarding AccountOnboarding { get; set; }

[JsonProperty("balance_report")]
#if NET6_0_OR_GREATER
[STJS.JsonPropertyName("balance_report")]
#endif
public AccountSessionComponentsBalanceReport BalanceReport { get; set; }

[JsonProperty("balances")]
#if NET6_0_OR_GREATER
[STJS.JsonPropertyName("balances")]
Expand Down Expand Up @@ -104,12 +98,6 @@ public class AccountSessionComponents : StripeEntity<AccountSessionComponents>
#endif
public AccountSessionComponentsPayoutDetails PayoutDetails { get; set; }

[JsonProperty("payout_reconciliation_report")]
#if NET6_0_OR_GREATER
[STJS.JsonPropertyName("payout_reconciliation_report")]
#endif
public AccountSessionComponentsPayoutReconciliationReport PayoutReconciliationReport { get; set; }

[JsonProperty("payouts")]
#if NET6_0_OR_GREATER
[STJS.JsonPropertyName("payouts")]
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,6 @@ public class AccountSessionComponentsOptions : INestedOptions
#endif
public AccountSessionComponentsAccountOnboardingOptions AccountOnboarding { get; set; }

/// <summary>
/// Configuration for the <a
/// href="https://stripe.com/connect/supported-embedded-components/financial-reports#balance-report">balance
/// report</a> embedded component.
/// </summary>
[JsonProperty("balance_report")]
#if NET6_0_OR_GREATER
[STJS.JsonPropertyName("balance_report")]
#endif
public AccountSessionComponentsBalanceReportOptions BalanceReport { get; set; }

/// <summary>
/// Configuration for the <a
/// href="https://stripe.com/connect/supported-embedded-components/balances/">balances</a>
Expand Down Expand Up @@ -184,17 +173,6 @@ public class AccountSessionComponentsOptions : INestedOptions
#endif
public AccountSessionComponentsPayoutDetailsOptions PayoutDetails { get; set; }

/// <summary>
/// Configuration for the <a
/// href="https://stripe.com/connect/supported-embedded-components/financial-reports#payout-reconciliation-report">payout
/// reconciliation report</a> embedded component.
/// </summary>
[JsonProperty("payout_reconciliation_report")]
#if NET6_0_OR_GREATER
[STJS.JsonPropertyName("payout_reconciliation_report")]
#endif
public AccountSessionComponentsPayoutReconciliationReportOptions PayoutReconciliationReport { get; set; }

/// <summary>
/// Configuration for the <a
/// href="https://stripe.com/connect/supported-embedded-components/payouts/">payouts</a>
Expand Down

This file was deleted.

This file was deleted.

Loading