-
#1489 Update generated code for beta
Breaking changes
- Change type of
V2MoneyManagementReceivedDebit.status_transitions
froman object
tonullable(an object)
- Remove support for values
bank_accounts.local_uk
,bank_accounts.wire_uk
,cards_uk
, andcrypto_wallets_v2
from enumEventsV2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEvent.updated_capability
Additions
- Add support for new resources
Privacy.RedactionJobRootObjects
,Privacy.RedactionJobValidationError
, andPrivacy.RedactionJob
- Add support for
cancel
,create
,list
,modify
,retrieve
,run
, andvalidate
methods on resourceRedactionJob
- Add support for
list
andretrieve
methods on resourceRedactionJobValidationError
- Add support for
minority_owned_business_designation
onAccount.BusinessProfile
,Account.CreateParamsBusinessProfile
, andAccount.UpdateParamsBusinessProfile
- Add support for new value
verification_legal_entity_structure_mismatch
on enumsAccount.FutureRequirement.Error.code
,Account.Requirement.Error.code
,AccountCapability.FutureRequirement.Error.code
,AccountCapability.Requirement.Error.code
,AccountPerson.FutureRequirement.Error.code
,AccountPerson.Requirement.Error.code
,BankAccount.FutureRequirement.Error.code
, andBankAccount.Requirement.Error.code
- Add support for
export_tax_transactions
andpayment_disputes
onAccountSession.CreateParamsComponent
- Add support for new value
tax_id_prohibited
on enumsInvoice.LastFinalizationError.code
,PaymentIntent.LastPaymentError.code
,QuotePreviewInvoice.LastFinalizationError.code
,SetupAttempt.SetupError.code
,SetupIntent.LastSetupError.code
, andStripeError.code
- Add support for new value
fixed_term_loan
on enumCapitalFinancingOffer.type
- Add support for
wallet_options
onCheckoutSession
andcheckout.Session.CreateParams
- Add support for new values
privacy.redaction_job.canceled
,privacy.redaction_job.created
,privacy.redaction_job.ready
,privacy.redaction_job.succeeded
, andprivacy.redaction_job.validation_error
on enumEvent.type
- Add support for
klarna
onPaymentMethodDomain
- Change type of
TaxCalculationLineItem.reference
fromnullable(string)
tostring
- Add support for
in
onTaxRegistration.CountryOption
andtax.Registration.CreateParamsCountryOption
- Add support for new values
privacy.redaction_job.canceled
,privacy.redaction_job.created
,privacy.redaction_job.ready
,privacy.redaction_job.succeeded
, andprivacy.redaction_job.validation_error
on enumsWebhookEndpoint.CreateParams.enabled_events
andWebhookEndpoint.UpdateParams.enabled_events
- Change type of
-
#1490 Handle external account
- Changes
external_account
field inexternal_account_service.create
fromstring
to a union type.
- Changes