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
17 changes: 9 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@
* Add support for `SucceedInputCollection` and `TimeoutInputCollection` test helper methods on resource `Terminal.Reader`
* Add support for `TargetDate` on `OrderPaymentSettingsPaymentMethodOptionsAcssDebitOptions`, `OrderPaymentSettingsPaymentMethodOptionsAcssDebit`, `OrderPaymentSettingsPaymentMethodOptionsSepaDebitOptions`, and `OrderPaymentSettingsPaymentMethodOptionsSepaDebit`

## 47.4.0-beta.1 - 2025-02-07
* [#3049](https://github.com/stripe/stripe-dotnet/pull/3049) Update generated code for beta
* Add support for `RejectedReason` on `AccountRiskControls`
* Add support for `ProductTaxCodeSelector` on `AccountSessionComponentsOptions`
* Add support for `Prices` on `BillingCreditBalanceSummaryFilterApplicabilityScopeOptions`, `BillingCreditGrantApplicabilityConfigScopeOptions`, and `BillingCreditGrantApplicabilityConfigScope`
* Add support for `BrandProduct` on `ChargePaymentMethodDetailsAmazonPayFundingCard` and `ChargePaymentMethodDetailsRevolutPayFundingCard`
* Add support for `Restrictions` on `CheckoutSessionPaymentMethodOptionsCardOptions` and `CheckoutSessionPaymentMethodOptionsCard`

## 47.4.0 - 2025-02-24
* [#3050](https://github.com/stripe/stripe-dotnet/pull/3050) Update generated code
* Add support for `Prices` on `BillingCreditBalanceSummaryFilterApplicabilityScopeOptions`, `BillingCreditGrantApplicabilityConfigScopeOptions`, and `BillingCreditGrantApplicabilityConfigScope`
Expand All @@ -25,6 +17,14 @@
* [#3054](https://github.com/stripe/stripe-dotnet/pull/3054) Improved examples
* [#3055](https://github.com/stripe/stripe-dotnet/pull/3055) add codeowners file

## 47.4.0-beta.1 - 2025-02-07
* [#3049](https://github.com/stripe/stripe-dotnet/pull/3049) Update generated code for beta
* Add support for `RejectedReason` on `AccountRiskControls`
* Add support for `ProductTaxCodeSelector` on `AccountSessionComponentsOptions`
* Add support for `Prices` on `BillingCreditBalanceSummaryFilterApplicabilityScopeOptions`, `BillingCreditGrantApplicabilityConfigScopeOptions`, and `BillingCreditGrantApplicabilityConfigScope`
* Add support for `BrandProduct` on `ChargePaymentMethodDetailsAmazonPayFundingCard` and `ChargePaymentMethodDetailsRevolutPayFundingCard`
* Add support for `Restrictions` on `CheckoutSessionPaymentMethodOptionsCardOptions` and `CheckoutSessionPaymentMethodOptionsCard`

## 47.3.0 - 2025-01-27
* [#3044](https://github.com/stripe/stripe-dotnet/pull/3044) Update generated code
* Add support for `Close` method on resource `Treasury.FinancialAccount`
Expand Down Expand Up @@ -4169,3 +4169,4 @@ List of backwards incompatible changes:
* [#1019](https://github.com/stripe/stripe-dotnet#1019) Add `StripeChargeCaptureOptions` and use it for charge capture
* [#1022](https://github.com/stripe/stripe-dotnet#1022) Add support for SKUs
* [#1025](https://github.com/stripe/stripe-dotnet#1025) Add `Discountable` for `StripeInvoiceLineItem`

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ namespace Stripe.V2
using STJS = System.Text.Json.Serialization;
#endif

/// <summary>
/// Set up an event destination to receive events from Stripe across multiple destination
/// types, including <a href="https://docs.stripe.com/webhooks">webhook endpoints</a> and <a
/// href="https://docs.stripe.com/event-destinations/eventbridge">Amazon EventBridge</a>.
/// Event destinations support receiving <a
/// href="https://docs.stripe.com/api/v2/events">thin events</a> and <a
/// href="https://docs.stripe.com/api/events">snapshot events</a>.
/// </summary>
public class EventDestination : StripeEntity<EventDestination>, IHasId, IHasMetadata, IHasObject
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ public class AccountPersonCreateOptions : BaseOptions, IHasMetadata
/// Indicates if the person or any of their representatives, family members, or other
/// closely related persons, declares that they hold or have held an important public job or
/// function, in any jurisdiction.
/// One of: <c>existing</c>, or <c>none</c>.
/// </summary>
[JsonProperty("political_exposure")]
#if NET6_0_OR_GREATER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ public class AccountPersonUpdateOptions : BaseOptions, IHasMetadata
/// Indicates if the person or any of their representatives, family members, or other
/// closely related persons, declares that they hold or have held an important public job or
/// function, in any jurisdiction.
/// One of: <c>existing</c>, or <c>none</c>.
/// </summary>
[JsonProperty("political_exposure")]
#if NET6_0_OR_GREATER
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.

This file was deleted.

This file was deleted.

Loading
Loading