- #1358 Update generated code
- Add support for
payment_method_options
on resourcestripe.ConfirmationToken
- Add support for
payment_element
on resource classstripe.CustomerSession.Components
and parameter classstripe.CustomerSession.CreateParamsComponents
- Add support for
address_validation
on parameter classstripe.issuing.Card.CreateParamsShipping
and resource classstripe.issuing.Card.Shipping
- Add support for
shipping
on parameter classstripe.issuing.Card.ModifyParams
- ⚠️ Remove support for
billing_policy_remote_function_response_invalid
,billing_policy_remote_function_timeout
,billing_policy_remote_function_unexpected_status_code
, andbilling_policy_remote_function_unreachable
on enumsstripe.Invoice.LastFinalizationError.code
,stripe.PaymentIntent.LastPaymentError.code
,stripe.SetupAttempt.SetupError.code
, andstripe.SetupIntent.LastSetupError.code
- ⚠️ Remove support for
payment_intent_fx_quote_invalid
on enumsstripe.Invoice.LastFinalizationError.code
,stripe.PaymentIntent.LastPaymentError.code
,stripe.SetupAttempt.SetupError.code
, andstripe.SetupIntent.LastSetupError.code
. The property was mistakenly released last week.
- Add support for
- #1357 don't auto-organize imports