- #1742 Update generated code
- Add support for
invoices
onAccount.settings
andAccountUpdateParams.settings
- Add support for new value
velobank
on enumsPaymentIntentConfirmParams.payment_method_data.p24.bank
,PaymentIntentCreateParams.payment_method_data.p24.bank
,PaymentIntentUpdateParams.payment_method_data.p24.bank
,PaymentMethodCreateParams.p24.bank
,SetupIntentConfirmParams.payment_method_data.p24.bank
,SetupIntentCreateParams.payment_method_data.p24.bank
, andSetupIntentUpdateParams.payment_method_data.p24.bank
- Add support for
setup_future_usage
onPaymentIntent.payment_method_options.blik
,PaymentIntentConfirmParams.payment_method_options.blik
,PaymentIntentCreateParams.payment_method_options.blik
, andPaymentIntentUpdateParams.payment_method_options.blik
- Add support for
require_cvc_recollection
onPaymentIntent.payment_method_options.card
,PaymentIntentConfirmParams.payment_method_options.card
,PaymentIntentCreateParams.payment_method_options.card
, andPaymentIntentUpdateParams.payment_method_options.card
- Add support for
account_tax_ids
onSubscriptionCreateParams.invoice_settings
,SubscriptionSchedule.default_settings.invoice_settings
,SubscriptionSchedule.phases[].invoice_settings
,SubscriptionScheduleCreateParams.default_settings.invoice_settings
,SubscriptionScheduleCreateParams.phases[].invoice_settings
,SubscriptionScheduleUpdateParams.default_settings.invoice_settings
,SubscriptionScheduleUpdateParams.phases[].invoice_settings
, andSubscriptionUpdateParams.invoice_settings
- Add support for
- #1744 Define StripeClient "usage" in a single place