UNPKG

stripe

Version:
718 lines 969 kB
import { Stripe as Stripe_ } from './stripe.core.js'; import { StripeConfig } from './lib.js'; type StripeCallableConstructor = typeof Stripe_ & { (key: string, config?: StripeConfig): Stripe_; }; declare const StripeConstructor: StripeCallableConstructor; interface StripeConstructor extends Stripe_ { } declare namespace StripeConstructor { type Stripe = import('./stripe.core.js').Stripe; type Account = Stripe_.Account; type DeletedAccount = Stripe_.DeletedAccount; type AccountCreateParams = Stripe_.AccountCreateParams; type AccountRetrieveParams = Stripe_.AccountRetrieveParams; type AccountUpdateParams = Stripe_.AccountUpdateParams; type AccountListParams = Stripe_.AccountListParams; type AccountDeleteParams = Stripe_.AccountDeleteParams; type AccountCreateExternalAccountParams = Stripe_.AccountCreateExternalAccountParams; type AccountCreateLoginLinkParams = Stripe_.AccountCreateLoginLinkParams; type AccountCreatePersonParams = Stripe_.AccountCreatePersonParams; type AccountDeleteExternalAccountParams = Stripe_.AccountDeleteExternalAccountParams; type AccountDeletePersonParams = Stripe_.AccountDeletePersonParams; type AccountListCapabilitiesParams = Stripe_.AccountListCapabilitiesParams; type AccountListExternalAccountsParams = Stripe_.AccountListExternalAccountsParams; type AccountListPersonsParams = Stripe_.AccountListPersonsParams; type AccountRejectParams = Stripe_.AccountRejectParams; type AccountRetrieveCurrentParams = Stripe_.AccountRetrieveCurrentParams; type AccountRetrieveCapabilityParams = Stripe_.AccountRetrieveCapabilityParams; type AccountRetrieveExternalAccountParams = Stripe_.AccountRetrieveExternalAccountParams; type AccountRetrievePersonParams = Stripe_.AccountRetrievePersonParams; type AccountUpdateCapabilityParams = Stripe_.AccountUpdateCapabilityParams; type AccountUpdateExternalAccountParams = Stripe_.AccountUpdateExternalAccountParams; type AccountUpdatePersonParams = Stripe_.AccountUpdatePersonParams; type AccountResource = Stripe_.AccountResource; type AccountLink = Stripe_.AccountLink; type AccountLinkCreateParams = Stripe_.AccountLinkCreateParams; type AccountLinkResource = Stripe_.AccountLinkResource; type AccountSession = Stripe_.AccountSession; type AccountSessionCreateParams = Stripe_.AccountSessionCreateParams; type AccountSessionResource = Stripe_.AccountSessionResource; type ApplePayDomain = Stripe_.ApplePayDomain; type DeletedApplePayDomain = Stripe_.DeletedApplePayDomain; type ApplePayDomainCreateParams = Stripe_.ApplePayDomainCreateParams; type ApplePayDomainRetrieveParams = Stripe_.ApplePayDomainRetrieveParams; type ApplePayDomainListParams = Stripe_.ApplePayDomainListParams; type ApplePayDomainDeleteParams = Stripe_.ApplePayDomainDeleteParams; type ApplePayDomainResource = Stripe_.ApplePayDomainResource; type ApplicationFee = Stripe_.ApplicationFee; type ApplicationFeeRetrieveParams = Stripe_.ApplicationFeeRetrieveParams; type ApplicationFeeListParams = Stripe_.ApplicationFeeListParams; type ApplicationFeeCreateRefundParams = Stripe_.ApplicationFeeCreateRefundParams; type ApplicationFeeListRefundsParams = Stripe_.ApplicationFeeListRefundsParams; type ApplicationFeeRetrieveRefundParams = Stripe_.ApplicationFeeRetrieveRefundParams; type ApplicationFeeUpdateRefundParams = Stripe_.ApplicationFeeUpdateRefundParams; type ApplicationFeeResource = Stripe_.ApplicationFeeResource; type Balance = Stripe_.Balance; type BalanceRetrieveParams = Stripe_.BalanceRetrieveParams; type BalanceResource = Stripe_.BalanceResource; type BalanceSettings = Stripe_.BalanceSettings; type BalanceSettingsRetrieveParams = Stripe_.BalanceSettingsRetrieveParams; type BalanceSettingsUpdateParams = Stripe_.BalanceSettingsUpdateParams; type BalanceSettingResource = Stripe_.BalanceSettingResource; type BalanceTransaction = Stripe_.BalanceTransaction; type BalanceTransactionRetrieveParams = Stripe_.BalanceTransactionRetrieveParams; type BalanceTransactionListParams = Stripe_.BalanceTransactionListParams; type BalanceTransactionResource = Stripe_.BalanceTransactionResource; type Charge = Stripe_.Charge; type ChargeCreateParams = Stripe_.ChargeCreateParams; type ChargeRetrieveParams = Stripe_.ChargeRetrieveParams; type ChargeUpdateParams = Stripe_.ChargeUpdateParams; type ChargeListParams = Stripe_.ChargeListParams; type ChargeCaptureParams = Stripe_.ChargeCaptureParams; type ChargeSearchParams = Stripe_.ChargeSearchParams; type ChargeResource = Stripe_.ChargeResource; type ConfirmationToken = Stripe_.ConfirmationToken; type ConfirmationTokenRetrieveParams = Stripe_.ConfirmationTokenRetrieveParams; type ConfirmationTokenResource = Stripe_.ConfirmationTokenResource; type CountrySpec = Stripe_.CountrySpec; type CountrySpecRetrieveParams = Stripe_.CountrySpecRetrieveParams; type CountrySpecListParams = Stripe_.CountrySpecListParams; type CountrySpecResource = Stripe_.CountrySpecResource; type Coupon = Stripe_.Coupon; type DeletedCoupon = Stripe_.DeletedCoupon; type CouponCreateParams = Stripe_.CouponCreateParams; type CouponRetrieveParams = Stripe_.CouponRetrieveParams; type CouponUpdateParams = Stripe_.CouponUpdateParams; type CouponListParams = Stripe_.CouponListParams; type CouponDeleteParams = Stripe_.CouponDeleteParams; type CouponResource = Stripe_.CouponResource; type CreditNote = Stripe_.CreditNote; type CreditNoteCreateParams = Stripe_.CreditNoteCreateParams; type CreditNoteRetrieveParams = Stripe_.CreditNoteRetrieveParams; type CreditNoteUpdateParams = Stripe_.CreditNoteUpdateParams; type CreditNoteListParams = Stripe_.CreditNoteListParams; type CreditNoteListLineItemsParams = Stripe_.CreditNoteListLineItemsParams; type CreditNoteListPreviewLineItemsParams = Stripe_.CreditNoteListPreviewLineItemsParams; type CreditNotePreviewParams = Stripe_.CreditNotePreviewParams; type CreditNoteVoidCreditNoteParams = Stripe_.CreditNoteVoidCreditNoteParams; type CreditNoteResource = Stripe_.CreditNoteResource; type Customer = Stripe_.Customer; type DeletedCustomer = Stripe_.DeletedCustomer; type CustomerCreateParams = Stripe_.CustomerCreateParams; type CustomerRetrieveParams = Stripe_.CustomerRetrieveParams; type CustomerUpdateParams = Stripe_.CustomerUpdateParams; type CustomerListParams = Stripe_.CustomerListParams; type CustomerDeleteParams = Stripe_.CustomerDeleteParams; type CustomerCreateBalanceTransactionParams = Stripe_.CustomerCreateBalanceTransactionParams; type CustomerCreateFundingInstructionsParams = Stripe_.CustomerCreateFundingInstructionsParams; type CustomerCreateSourceParams = Stripe_.CustomerCreateSourceParams; type CustomerCreateTaxIdParams = Stripe_.CustomerCreateTaxIdParams; type CustomerDeleteDiscountParams = Stripe_.CustomerDeleteDiscountParams; type CustomerDeleteSourceParams = Stripe_.CustomerDeleteSourceParams; type CustomerDeleteTaxIdParams = Stripe_.CustomerDeleteTaxIdParams; type CustomerListBalanceTransactionsParams = Stripe_.CustomerListBalanceTransactionsParams; type CustomerListCashBalanceTransactionsParams = Stripe_.CustomerListCashBalanceTransactionsParams; type CustomerListPaymentMethodsParams = Stripe_.CustomerListPaymentMethodsParams; type CustomerListSourcesParams = Stripe_.CustomerListSourcesParams; type CustomerListTaxIdsParams = Stripe_.CustomerListTaxIdsParams; type CustomerRetrieveBalanceTransactionParams = Stripe_.CustomerRetrieveBalanceTransactionParams; type CustomerRetrieveCashBalanceParams = Stripe_.CustomerRetrieveCashBalanceParams; type CustomerRetrieveCashBalanceTransactionParams = Stripe_.CustomerRetrieveCashBalanceTransactionParams; type CustomerRetrievePaymentMethodParams = Stripe_.CustomerRetrievePaymentMethodParams; type CustomerRetrieveSourceParams = Stripe_.CustomerRetrieveSourceParams; type CustomerRetrieveTaxIdParams = Stripe_.CustomerRetrieveTaxIdParams; type CustomerSearchParams = Stripe_.CustomerSearchParams; type CustomerUpdateBalanceTransactionParams = Stripe_.CustomerUpdateBalanceTransactionParams; type CustomerUpdateCashBalanceParams = Stripe_.CustomerUpdateCashBalanceParams; type CustomerUpdateSourceParams = Stripe_.CustomerUpdateSourceParams; type CustomerVerifySourceParams = Stripe_.CustomerVerifySourceParams; type CustomerResource = Stripe_.CustomerResource; type CustomerSession = Stripe_.CustomerSession; type CustomerSessionCreateParams = Stripe_.CustomerSessionCreateParams; type CustomerSessionResource = Stripe_.CustomerSessionResource; type Dispute = Stripe_.Dispute; type DisputeRetrieveParams = Stripe_.DisputeRetrieveParams; type DisputeUpdateParams = Stripe_.DisputeUpdateParams; type DisputeListParams = Stripe_.DisputeListParams; type DisputeCloseParams = Stripe_.DisputeCloseParams; type DisputeResource = Stripe_.DisputeResource; type EphemeralKey = Stripe_.EphemeralKey; type EphemeralKeyCreateParams = Stripe_.EphemeralKeyCreateParams; type EphemeralKeyDeleteParams = Stripe_.EphemeralKeyDeleteParams; type EphemeralKeyResource = Stripe_.EphemeralKeyResource; type Event = Stripe_.Event; type EventBase = Stripe_.EventBase; type EventRetrieveParams = Stripe_.EventRetrieveParams; type EventListParams = Stripe_.EventListParams; type EventResource = Stripe_.EventResource; type ExchangeRate = Stripe_.ExchangeRate; type ExchangeRateRetrieveParams = Stripe_.ExchangeRateRetrieveParams; type ExchangeRateListParams = Stripe_.ExchangeRateListParams; type ExchangeRateResource = Stripe_.ExchangeRateResource; type File = Stripe_.File; type FileCreateParams = Stripe_.FileCreateParams; type FileRetrieveParams = Stripe_.FileRetrieveParams; type FileListParams = Stripe_.FileListParams; type FileResource = Stripe_.FileResource; type FileLink = Stripe_.FileLink; type FileLinkCreateParams = Stripe_.FileLinkCreateParams; type FileLinkRetrieveParams = Stripe_.FileLinkRetrieveParams; type FileLinkUpdateParams = Stripe_.FileLinkUpdateParams; type FileLinkListParams = Stripe_.FileLinkListParams; type FileLinkResource = Stripe_.FileLinkResource; type Invoice = Stripe_.Invoice; type DeletedInvoice = Stripe_.DeletedInvoice; type InvoiceCreateParams = Stripe_.InvoiceCreateParams; type InvoiceRetrieveParams = Stripe_.InvoiceRetrieveParams; type InvoiceUpdateParams = Stripe_.InvoiceUpdateParams; type InvoiceListParams = Stripe_.InvoiceListParams; type InvoiceDeleteParams = Stripe_.InvoiceDeleteParams; type InvoiceAddLinesParams = Stripe_.InvoiceAddLinesParams; type InvoiceAttachPaymentParams = Stripe_.InvoiceAttachPaymentParams; type InvoiceCreatePreviewParams = Stripe_.InvoiceCreatePreviewParams; type InvoiceFinalizeInvoiceParams = Stripe_.InvoiceFinalizeInvoiceParams; type InvoiceListLineItemsParams = Stripe_.InvoiceListLineItemsParams; type InvoiceMarkUncollectibleParams = Stripe_.InvoiceMarkUncollectibleParams; type InvoicePayParams = Stripe_.InvoicePayParams; type InvoiceRemoveLinesParams = Stripe_.InvoiceRemoveLinesParams; type InvoiceSearchParams = Stripe_.InvoiceSearchParams; type InvoiceSendInvoiceParams = Stripe_.InvoiceSendInvoiceParams; type InvoiceUpdateLinesParams = Stripe_.InvoiceUpdateLinesParams; type InvoiceUpdateLineItemParams = Stripe_.InvoiceUpdateLineItemParams; type InvoiceVoidInvoiceParams = Stripe_.InvoiceVoidInvoiceParams; type InvoiceResource = Stripe_.InvoiceResource; type InvoiceItem = Stripe_.InvoiceItem; type DeletedInvoiceItem = Stripe_.DeletedInvoiceItem; type InvoiceItemCreateParams = Stripe_.InvoiceItemCreateParams; type InvoiceItemRetrieveParams = Stripe_.InvoiceItemRetrieveParams; type InvoiceItemUpdateParams = Stripe_.InvoiceItemUpdateParams; type InvoiceItemListParams = Stripe_.InvoiceItemListParams; type InvoiceItemDeleteParams = Stripe_.InvoiceItemDeleteParams; type InvoiceItemResource = Stripe_.InvoiceItemResource; type InvoicePayment = Stripe_.InvoicePayment; type InvoicePaymentRetrieveParams = Stripe_.InvoicePaymentRetrieveParams; type InvoicePaymentListParams = Stripe_.InvoicePaymentListParams; type InvoicePaymentResource = Stripe_.InvoicePaymentResource; type InvoiceRenderingTemplate = Stripe_.InvoiceRenderingTemplate; type InvoiceRenderingTemplateRetrieveParams = Stripe_.InvoiceRenderingTemplateRetrieveParams; type InvoiceRenderingTemplateListParams = Stripe_.InvoiceRenderingTemplateListParams; type InvoiceRenderingTemplateArchiveParams = Stripe_.InvoiceRenderingTemplateArchiveParams; type InvoiceRenderingTemplateUnarchiveParams = Stripe_.InvoiceRenderingTemplateUnarchiveParams; type InvoiceRenderingTemplateResource = Stripe_.InvoiceRenderingTemplateResource; type Mandate = Stripe_.Mandate; type MandateRetrieveParams = Stripe_.MandateRetrieveParams; type MandateResource = Stripe_.MandateResource; type PaymentAttemptRecord = Stripe_.PaymentAttemptRecord; type PaymentAttemptRecordRetrieveParams = Stripe_.PaymentAttemptRecordRetrieveParams; type PaymentAttemptRecordListParams = Stripe_.PaymentAttemptRecordListParams; type PaymentAttemptRecordResource = Stripe_.PaymentAttemptRecordResource; type PaymentIntent = Stripe_.PaymentIntent; type PaymentIntentCreateParams = Stripe_.PaymentIntentCreateParams; type PaymentIntentRetrieveParams = Stripe_.PaymentIntentRetrieveParams; type PaymentIntentUpdateParams = Stripe_.PaymentIntentUpdateParams; type PaymentIntentListParams = Stripe_.PaymentIntentListParams; type PaymentIntentApplyCustomerBalanceParams = Stripe_.PaymentIntentApplyCustomerBalanceParams; type PaymentIntentCancelParams = Stripe_.PaymentIntentCancelParams; type PaymentIntentCaptureParams = Stripe_.PaymentIntentCaptureParams; type PaymentIntentConfirmParams = Stripe_.PaymentIntentConfirmParams; type PaymentIntentIncrementAuthorizationParams = Stripe_.PaymentIntentIncrementAuthorizationParams; type PaymentIntentListAmountDetailsLineItemsParams = Stripe_.PaymentIntentListAmountDetailsLineItemsParams; type PaymentIntentSearchParams = Stripe_.PaymentIntentSearchParams; type PaymentIntentVerifyMicrodepositsParams = Stripe_.PaymentIntentVerifyMicrodepositsParams; type PaymentIntentResource = Stripe_.PaymentIntentResource; type PaymentLink = Stripe_.PaymentLink; type PaymentLinkCreateParams = Stripe_.PaymentLinkCreateParams; type PaymentLinkRetrieveParams = Stripe_.PaymentLinkRetrieveParams; type PaymentLinkUpdateParams = Stripe_.PaymentLinkUpdateParams; type PaymentLinkListParams = Stripe_.PaymentLinkListParams; type PaymentLinkListLineItemsParams = Stripe_.PaymentLinkListLineItemsParams; type PaymentLinkResource = Stripe_.PaymentLinkResource; type PaymentMethod = Stripe_.PaymentMethod; type PaymentMethodCreateParams = Stripe_.PaymentMethodCreateParams; type PaymentMethodRetrieveParams = Stripe_.PaymentMethodRetrieveParams; type PaymentMethodUpdateParams = Stripe_.PaymentMethodUpdateParams; type PaymentMethodListParams = Stripe_.PaymentMethodListParams; type PaymentMethodAttachParams = Stripe_.PaymentMethodAttachParams; type PaymentMethodDetachParams = Stripe_.PaymentMethodDetachParams; type PaymentMethodResource = Stripe_.PaymentMethodResource; type PaymentMethodConfiguration = Stripe_.PaymentMethodConfiguration; type PaymentMethodConfigurationCreateParams = Stripe_.PaymentMethodConfigurationCreateParams; type PaymentMethodConfigurationRetrieveParams = Stripe_.PaymentMethodConfigurationRetrieveParams; type PaymentMethodConfigurationUpdateParams = Stripe_.PaymentMethodConfigurationUpdateParams; type PaymentMethodConfigurationListParams = Stripe_.PaymentMethodConfigurationListParams; type PaymentMethodConfigurationResource = Stripe_.PaymentMethodConfigurationResource; type PaymentMethodDomain = Stripe_.PaymentMethodDomain; type PaymentMethodDomainCreateParams = Stripe_.PaymentMethodDomainCreateParams; type PaymentMethodDomainRetrieveParams = Stripe_.PaymentMethodDomainRetrieveParams; type PaymentMethodDomainUpdateParams = Stripe_.PaymentMethodDomainUpdateParams; type PaymentMethodDomainListParams = Stripe_.PaymentMethodDomainListParams; type PaymentMethodDomainValidateParams = Stripe_.PaymentMethodDomainValidateParams; type PaymentMethodDomainResource = Stripe_.PaymentMethodDomainResource; type PaymentRecord = Stripe_.PaymentRecord; type PaymentRecordRetrieveParams = Stripe_.PaymentRecordRetrieveParams; type PaymentRecordReportPaymentParams = Stripe_.PaymentRecordReportPaymentParams; type PaymentRecordReportPaymentAttemptParams = Stripe_.PaymentRecordReportPaymentAttemptParams; type PaymentRecordReportPaymentAttemptCanceledParams = Stripe_.PaymentRecordReportPaymentAttemptCanceledParams; type PaymentRecordReportPaymentAttemptFailedParams = Stripe_.PaymentRecordReportPaymentAttemptFailedParams; type PaymentRecordReportPaymentAttemptGuaranteedParams = Stripe_.PaymentRecordReportPaymentAttemptGuaranteedParams; type PaymentRecordReportPaymentAttemptInformationalParams = Stripe_.PaymentRecordReportPaymentAttemptInformationalParams; type PaymentRecordReportRefundParams = Stripe_.PaymentRecordReportRefundParams; type PaymentRecordResource = Stripe_.PaymentRecordResource; type Payout = Stripe_.Payout; type PayoutCreateParams = Stripe_.PayoutCreateParams; type PayoutRetrieveParams = Stripe_.PayoutRetrieveParams; type PayoutUpdateParams = Stripe_.PayoutUpdateParams; type PayoutListParams = Stripe_.PayoutListParams; type PayoutCancelParams = Stripe_.PayoutCancelParams; type PayoutReverseParams = Stripe_.PayoutReverseParams; type PayoutResource = Stripe_.PayoutResource; type Plan = Stripe_.Plan; type DeletedPlan = Stripe_.DeletedPlan; type PlanCreateParams = Stripe_.PlanCreateParams; type PlanRetrieveParams = Stripe_.PlanRetrieveParams; type PlanUpdateParams = Stripe_.PlanUpdateParams; type PlanListParams = Stripe_.PlanListParams; type PlanDeleteParams = Stripe_.PlanDeleteParams; type PlanResource = Stripe_.PlanResource; type Price = Stripe_.Price; type DeletedPrice = Stripe_.DeletedPrice; type PriceCreateParams = Stripe_.PriceCreateParams; type PriceRetrieveParams = Stripe_.PriceRetrieveParams; type PriceUpdateParams = Stripe_.PriceUpdateParams; type PriceListParams = Stripe_.PriceListParams; type PriceSearchParams = Stripe_.PriceSearchParams; type PriceResource = Stripe_.PriceResource; type Product = Stripe_.Product; type DeletedProduct = Stripe_.DeletedProduct; type ProductCreateParams = Stripe_.ProductCreateParams; type ProductRetrieveParams = Stripe_.ProductRetrieveParams; type ProductUpdateParams = Stripe_.ProductUpdateParams; type ProductListParams = Stripe_.ProductListParams; type ProductDeleteParams = Stripe_.ProductDeleteParams; type ProductCreateFeatureParams = Stripe_.ProductCreateFeatureParams; type ProductDeleteFeatureParams = Stripe_.ProductDeleteFeatureParams; type ProductListFeaturesParams = Stripe_.ProductListFeaturesParams; type ProductRetrieveFeatureParams = Stripe_.ProductRetrieveFeatureParams; type ProductSearchParams = Stripe_.ProductSearchParams; type ProductResource = Stripe_.ProductResource; type PromotionCode = Stripe_.PromotionCode; type PromotionCodeCreateParams = Stripe_.PromotionCodeCreateParams; type PromotionCodeRetrieveParams = Stripe_.PromotionCodeRetrieveParams; type PromotionCodeUpdateParams = Stripe_.PromotionCodeUpdateParams; type PromotionCodeListParams = Stripe_.PromotionCodeListParams; type PromotionCodeResource = Stripe_.PromotionCodeResource; type Quote = Stripe_.Quote; type QuoteCreateParams = Stripe_.QuoteCreateParams; type QuoteRetrieveParams = Stripe_.QuoteRetrieveParams; type QuoteUpdateParams = Stripe_.QuoteUpdateParams; type QuoteListParams = Stripe_.QuoteListParams; type QuoteAcceptParams = Stripe_.QuoteAcceptParams; type QuoteCancelParams = Stripe_.QuoteCancelParams; type QuoteFinalizeQuoteParams = Stripe_.QuoteFinalizeQuoteParams; type QuoteListComputedUpfrontLineItemsParams = Stripe_.QuoteListComputedUpfrontLineItemsParams; type QuoteListLineItemsParams = Stripe_.QuoteListLineItemsParams; type QuotePdfParams = Stripe_.QuotePdfParams; type QuoteResource = Stripe_.QuoteResource; type Refund = Stripe_.Refund; type RefundCreateParams = Stripe_.RefundCreateParams; type RefundRetrieveParams = Stripe_.RefundRetrieveParams; type RefundUpdateParams = Stripe_.RefundUpdateParams; type RefundListParams = Stripe_.RefundListParams; type RefundCancelParams = Stripe_.RefundCancelParams; type RefundResource = Stripe_.RefundResource; type Review = Stripe_.Review; type ReviewRetrieveParams = Stripe_.ReviewRetrieveParams; type ReviewListParams = Stripe_.ReviewListParams; type ReviewApproveParams = Stripe_.ReviewApproveParams; type ReviewResource = Stripe_.ReviewResource; type SetupAttempt = Stripe_.SetupAttempt; type SetupAttemptListParams = Stripe_.SetupAttemptListParams; type SetupAttemptResource = Stripe_.SetupAttemptResource; type SetupIntent = Stripe_.SetupIntent; type SetupIntentCreateParams = Stripe_.SetupIntentCreateParams; type SetupIntentRetrieveParams = Stripe_.SetupIntentRetrieveParams; type SetupIntentUpdateParams = Stripe_.SetupIntentUpdateParams; type SetupIntentListParams = Stripe_.SetupIntentListParams; type SetupIntentCancelParams = Stripe_.SetupIntentCancelParams; type SetupIntentConfirmParams = Stripe_.SetupIntentConfirmParams; type SetupIntentVerifyMicrodepositsParams = Stripe_.SetupIntentVerifyMicrodepositsParams; type SetupIntentResource = Stripe_.SetupIntentResource; type ShippingRate = Stripe_.ShippingRate; type ShippingRateCreateParams = Stripe_.ShippingRateCreateParams; type ShippingRateRetrieveParams = Stripe_.ShippingRateRetrieveParams; type ShippingRateUpdateParams = Stripe_.ShippingRateUpdateParams; type ShippingRateListParams = Stripe_.ShippingRateListParams; type ShippingRateResource = Stripe_.ShippingRateResource; type Source = Stripe_.Source; type SourceCreateParams = Stripe_.SourceCreateParams; type SourceRetrieveParams = Stripe_.SourceRetrieveParams; type SourceUpdateParams = Stripe_.SourceUpdateParams; type SourceListSourceTransactionsParams = Stripe_.SourceListSourceTransactionsParams; type SourceVerifyParams = Stripe_.SourceVerifyParams; type SourceResource = Stripe_.SourceResource; type Subscription = Stripe_.Subscription; type SubscriptionCreateParams = Stripe_.SubscriptionCreateParams; type SubscriptionRetrieveParams = Stripe_.SubscriptionRetrieveParams; type SubscriptionUpdateParams = Stripe_.SubscriptionUpdateParams; type SubscriptionListParams = Stripe_.SubscriptionListParams; type SubscriptionCancelParams = Stripe_.SubscriptionCancelParams; type SubscriptionDeleteDiscountParams = Stripe_.SubscriptionDeleteDiscountParams; type SubscriptionMigrateParams = Stripe_.SubscriptionMigrateParams; type SubscriptionResumeParams = Stripe_.SubscriptionResumeParams; type SubscriptionSearchParams = Stripe_.SubscriptionSearchParams; type SubscriptionResource = Stripe_.SubscriptionResource; type SubscriptionItem = Stripe_.SubscriptionItem; type DeletedSubscriptionItem = Stripe_.DeletedSubscriptionItem; type SubscriptionItemCreateParams = Stripe_.SubscriptionItemCreateParams; type SubscriptionItemRetrieveParams = Stripe_.SubscriptionItemRetrieveParams; type SubscriptionItemUpdateParams = Stripe_.SubscriptionItemUpdateParams; type SubscriptionItemListParams = Stripe_.SubscriptionItemListParams; type SubscriptionItemDeleteParams = Stripe_.SubscriptionItemDeleteParams; type SubscriptionItemResource = Stripe_.SubscriptionItemResource; type SubscriptionSchedule = Stripe_.SubscriptionSchedule; type SubscriptionScheduleCreateParams = Stripe_.SubscriptionScheduleCreateParams; type SubscriptionScheduleRetrieveParams = Stripe_.SubscriptionScheduleRetrieveParams; type SubscriptionScheduleUpdateParams = Stripe_.SubscriptionScheduleUpdateParams; type SubscriptionScheduleListParams = Stripe_.SubscriptionScheduleListParams; type SubscriptionScheduleCancelParams = Stripe_.SubscriptionScheduleCancelParams; type SubscriptionScheduleReleaseParams = Stripe_.SubscriptionScheduleReleaseParams; type SubscriptionScheduleResource = Stripe_.SubscriptionScheduleResource; type TaxCode = Stripe_.TaxCode; type TaxCodeRetrieveParams = Stripe_.TaxCodeRetrieveParams; type TaxCodeListParams = Stripe_.TaxCodeListParams; type TaxCodeResource = Stripe_.TaxCodeResource; type TaxId = Stripe_.TaxId; type DeletedTaxId = Stripe_.DeletedTaxId; type TaxIdCreateParams = Stripe_.TaxIdCreateParams; type TaxIdRetrieveParams = Stripe_.TaxIdRetrieveParams; type TaxIdListParams = Stripe_.TaxIdListParams; type TaxIdDeleteParams = Stripe_.TaxIdDeleteParams; type TaxIdResource = Stripe_.TaxIdResource; type TaxRate = Stripe_.TaxRate; type TaxRateCreateParams = Stripe_.TaxRateCreateParams; type TaxRateRetrieveParams = Stripe_.TaxRateRetrieveParams; type TaxRateUpdateParams = Stripe_.TaxRateUpdateParams; type TaxRateListParams = Stripe_.TaxRateListParams; type TaxRateResource = Stripe_.TaxRateResource; type Token = Stripe_.Token; type TokenCreateParams = Stripe_.TokenCreateParams; type TokenRetrieveParams = Stripe_.TokenRetrieveParams; type TokenResource = Stripe_.TokenResource; type Topup = Stripe_.Topup; type TopupCreateParams = Stripe_.TopupCreateParams; type TopupRetrieveParams = Stripe_.TopupRetrieveParams; type TopupUpdateParams = Stripe_.TopupUpdateParams; type TopupListParams = Stripe_.TopupListParams; type TopupCancelParams = Stripe_.TopupCancelParams; type TopupResource = Stripe_.TopupResource; type Transfer = Stripe_.Transfer; type TransferCreateParams = Stripe_.TransferCreateParams; type TransferRetrieveParams = Stripe_.TransferRetrieveParams; type TransferUpdateParams = Stripe_.TransferUpdateParams; type TransferListParams = Stripe_.TransferListParams; type TransferCreateReversalParams = Stripe_.TransferCreateReversalParams; type TransferListReversalsParams = Stripe_.TransferListReversalsParams; type TransferRetrieveReversalParams = Stripe_.TransferRetrieveReversalParams; type TransferUpdateReversalParams = Stripe_.TransferUpdateReversalParams; type TransferResource = Stripe_.TransferResource; type WebhookEndpoint = Stripe_.WebhookEndpoint; type DeletedWebhookEndpoint = Stripe_.DeletedWebhookEndpoint; type WebhookEndpointCreateParams = Stripe_.WebhookEndpointCreateParams; type WebhookEndpointRetrieveParams = Stripe_.WebhookEndpointRetrieveParams; type WebhookEndpointUpdateParams = Stripe_.WebhookEndpointUpdateParams; type WebhookEndpointListParams = Stripe_.WebhookEndpointListParams; type WebhookEndpointDeleteParams = Stripe_.WebhookEndpointDeleteParams; type WebhookEndpointResource = Stripe_.WebhookEndpointResource; type Application = Stripe_.Application; type DeletedApplication = Stripe_.DeletedApplication; type BalanceTransactionSource = Stripe_.BalanceTransactionSource; type BankAccount = Stripe_.BankAccount; type DeletedBankAccount = Stripe_.DeletedBankAccount; type Card = Stripe_.Card; type DeletedCard = Stripe_.DeletedCard; type ConnectCollectionTransfer = Stripe_.ConnectCollectionTransfer; type Discount = Stripe_.Discount; type DeletedDiscount = Stripe_.DeletedDiscount; type FundingInstructions = Stripe_.FundingInstructions; type LineItem = Stripe_.LineItem; type ReserveTransaction = Stripe_.ReserveTransaction; type SourceMandateNotification = Stripe_.SourceMandateNotification; type SourceTransaction = Stripe_.SourceTransaction; type TaxDeductedAtSource = Stripe_.TaxDeductedAtSource; type Capability = Stripe_.Capability; type ExternalAccount = Stripe_.ExternalAccount; type DeletedExternalAccount = Stripe_.DeletedExternalAccount; type LoginLink = Stripe_.LoginLink; type Person = Stripe_.Person; type DeletedPerson = Stripe_.DeletedPerson; type FeeRefund = Stripe_.FeeRefund; type CreditNoteLineItem = Stripe_.CreditNoteLineItem; type CustomerBalanceTransaction = Stripe_.CustomerBalanceTransaction; type CashBalance = Stripe_.CashBalance; type CustomerCashBalanceTransaction = Stripe_.CustomerCashBalanceTransaction; type CustomerSource = Stripe_.CustomerSource; type DeletedCustomerSource = Stripe_.DeletedCustomerSource; type InvoiceLineItem = Stripe_.InvoiceLineItem; type PaymentIntentAmountDetailsLineItem = Stripe_.PaymentIntentAmountDetailsLineItem; type ProductFeature = Stripe_.ProductFeature; type DeletedProductFeature = Stripe_.DeletedProductFeature; type TransferReversal = Stripe_.TransferReversal; namespace AccountCreateParams { type BusinessProfile = Stripe_.AccountCreateParams.BusinessProfile; type BusinessType = Stripe_.AccountCreateParams.BusinessType; type Capabilities = Stripe_.AccountCreateParams.Capabilities; type Company = Stripe_.AccountCreateParams.Company; type Controller = Stripe_.AccountCreateParams.Controller; type Documents = Stripe_.AccountCreateParams.Documents; type ExternalAccount = Stripe_.AccountCreateParams.ExternalAccount; type Groups = Stripe_.AccountCreateParams.Groups; type Individual = Stripe_.AccountCreateParams.Individual; type Settings = Stripe_.AccountCreateParams.Settings; type TosAcceptance = Stripe_.AccountCreateParams.TosAcceptance; type Type = Stripe_.AccountCreateParams.Type; namespace BusinessProfile { type AnnualRevenue = Stripe_.AccountCreateParams.BusinessProfile.AnnualRevenue; type MinorityOwnedBusinessDesignation = Stripe_.AccountCreateParams.BusinessProfile.MinorityOwnedBusinessDesignation; type MonthlyEstimatedRevenue = Stripe_.AccountCreateParams.BusinessProfile.MonthlyEstimatedRevenue; } namespace Capabilities { type AcssDebitPayments = Stripe_.AccountCreateParams.Capabilities.AcssDebitPayments; type AffirmPayments = Stripe_.AccountCreateParams.Capabilities.AffirmPayments; type AfterpayClearpayPayments = Stripe_.AccountCreateParams.Capabilities.AfterpayClearpayPayments; type AlmaPayments = Stripe_.AccountCreateParams.Capabilities.AlmaPayments; type AmazonPayPayments = Stripe_.AccountCreateParams.Capabilities.AmazonPayPayments; type AppDistribution = Stripe_.AccountCreateParams.Capabilities.AppDistribution; type AuBecsDebitPayments = Stripe_.AccountCreateParams.Capabilities.AuBecsDebitPayments; type BacsDebitPayments = Stripe_.AccountCreateParams.Capabilities.BacsDebitPayments; type BancontactPayments = Stripe_.AccountCreateParams.Capabilities.BancontactPayments; type BankTransferPayments = Stripe_.AccountCreateParams.Capabilities.BankTransferPayments; type BilliePayments = Stripe_.AccountCreateParams.Capabilities.BilliePayments; type BizumPayments = Stripe_.AccountCreateParams.Capabilities.BizumPayments; type BlikPayments = Stripe_.AccountCreateParams.Capabilities.BlikPayments; type BoletoPayments = Stripe_.AccountCreateParams.Capabilities.BoletoPayments; type CardIssuing = Stripe_.AccountCreateParams.Capabilities.CardIssuing; type CardPayments = Stripe_.AccountCreateParams.Capabilities.CardPayments; type CartesBancairesPayments = Stripe_.AccountCreateParams.Capabilities.CartesBancairesPayments; type CashappPayments = Stripe_.AccountCreateParams.Capabilities.CashappPayments; type CryptoPayments = Stripe_.AccountCreateParams.Capabilities.CryptoPayments; type EpsPayments = Stripe_.AccountCreateParams.Capabilities.EpsPayments; type FpxPayments = Stripe_.AccountCreateParams.Capabilities.FpxPayments; type GbBankTransferPayments = Stripe_.AccountCreateParams.Capabilities.GbBankTransferPayments; type GiropayPayments = Stripe_.AccountCreateParams.Capabilities.GiropayPayments; type GrabpayPayments = Stripe_.AccountCreateParams.Capabilities.GrabpayPayments; type IdealPayments = Stripe_.AccountCreateParams.Capabilities.IdealPayments; type IndiaInternationalPayments = Stripe_.AccountCreateParams.Capabilities.IndiaInternationalPayments; type JcbPayments = Stripe_.AccountCreateParams.Capabilities.JcbPayments; type JpBankTransferPayments = Stripe_.AccountCreateParams.Capabilities.JpBankTransferPayments; type KakaoPayPayments = Stripe_.AccountCreateParams.Capabilities.KakaoPayPayments; type KlarnaPayments = Stripe_.AccountCreateParams.Capabilities.KlarnaPayments; type KonbiniPayments = Stripe_.AccountCreateParams.Capabilities.KonbiniPayments; type KrCardPayments = Stripe_.AccountCreateParams.Capabilities.KrCardPayments; type LegacyPayments = Stripe_.AccountCreateParams.Capabilities.LegacyPayments; type LinkPayments = Stripe_.AccountCreateParams.Capabilities.LinkPayments; type MbWayPayments = Stripe_.AccountCreateParams.Capabilities.MbWayPayments; type MobilepayPayments = Stripe_.AccountCreateParams.Capabilities.MobilepayPayments; type MultibancoPayments = Stripe_.AccountCreateParams.Capabilities.MultibancoPayments; type MxBankTransferPayments = Stripe_.AccountCreateParams.Capabilities.MxBankTransferPayments; type NaverPayPayments = Stripe_.AccountCreateParams.Capabilities.NaverPayPayments; type NzBankAccountBecsDebitPayments = Stripe_.AccountCreateParams.Capabilities.NzBankAccountBecsDebitPayments; type OxxoPayments = Stripe_.AccountCreateParams.Capabilities.OxxoPayments; type P24Payments = Stripe_.AccountCreateParams.Capabilities.P24Payments; type PayByBankPayments = Stripe_.AccountCreateParams.Capabilities.PayByBankPayments; type PaycoPayments = Stripe_.AccountCreateParams.Capabilities.PaycoPayments; type PaynowPayments = Stripe_.AccountCreateParams.Capabilities.PaynowPayments; type PaytoPayments = Stripe_.AccountCreateParams.Capabilities.PaytoPayments; type PixPayments = Stripe_.AccountCreateParams.Capabilities.PixPayments; type PromptpayPayments = Stripe_.AccountCreateParams.Capabilities.PromptpayPayments; type RevolutPayPayments = Stripe_.AccountCreateParams.Capabilities.RevolutPayPayments; type SamsungPayPayments = Stripe_.AccountCreateParams.Capabilities.SamsungPayPayments; type SatispayPayments = Stripe_.AccountCreateParams.Capabilities.SatispayPayments; type ScalapayPayments = Stripe_.AccountCreateParams.Capabilities.ScalapayPayments; type SepaBankTransferPayments = Stripe_.AccountCreateParams.Capabilities.SepaBankTransferPayments; type SepaDebitPayments = Stripe_.AccountCreateParams.Capabilities.SepaDebitPayments; type SofortPayments = Stripe_.AccountCreateParams.Capabilities.SofortPayments; type SunbitPayments = Stripe_.AccountCreateParams.Capabilities.SunbitPayments; type SwishPayments = Stripe_.AccountCreateParams.Capabilities.SwishPayments; type TaxReportingUs1099K = Stripe_.AccountCreateParams.Capabilities.TaxReportingUs1099K; type TaxReportingUs1099Misc = Stripe_.AccountCreateParams.Capabilities.TaxReportingUs1099Misc; type Transfers = Stripe_.AccountCreateParams.Capabilities.Transfers; type Treasury = Stripe_.AccountCreateParams.Capabilities.Treasury; type TwintPayments = Stripe_.AccountCreateParams.Capabilities.TwintPayments; type UpiPayments = Stripe_.AccountCreateParams.Capabilities.UpiPayments; type UsBankAccountAchPayments = Stripe_.AccountCreateParams.Capabilities.UsBankAccountAchPayments; type UsBankTransferPayments = Stripe_.AccountCreateParams.Capabilities.UsBankTransferPayments; type ZipPayments = Stripe_.AccountCreateParams.Capabilities.ZipPayments; } namespace Company { type DirectorshipDeclaration = Stripe_.AccountCreateParams.Company.DirectorshipDeclaration; type OwnershipDeclaration = Stripe_.AccountCreateParams.Company.OwnershipDeclaration; type OwnershipExemptionReason = Stripe_.AccountCreateParams.Company.OwnershipExemptionReason; type RegistrationDate = Stripe_.AccountCreateParams.Company.RegistrationDate; type RepresentativeDeclaration = Stripe_.AccountCreateParams.Company.RepresentativeDeclaration; type Structure = Stripe_.AccountCreateParams.Company.Structure; type Verification = Stripe_.AccountCreateParams.Company.Verification; namespace Verification { type Document = Stripe_.AccountCreateParams.Company.Verification.Document; } } namespace Controller { type Fees = Stripe_.AccountCreateParams.Controller.Fees; type Losses = Stripe_.AccountCreateParams.Controller.Losses; type RequirementCollection = Stripe_.AccountCreateParams.Controller.RequirementCollection; type StripeDashboard = Stripe_.AccountCreateParams.Controller.StripeDashboard; namespace Fees { type Payer = Stripe_.AccountCreateParams.Controller.Fees.Payer; } namespace Losses { type Payments = Stripe_.AccountCreateParams.Controller.Losses.Payments; } namespace StripeDashboard { type Type = Stripe_.AccountCreateParams.Controller.StripeDashboard.Type; } } namespace Documents { type BankAccountOwnershipVerification = Stripe_.AccountCreateParams.Documents.BankAccountOwnershipVerification; type CompanyLicense = Stripe_.AccountCreateParams.Documents.CompanyLicense; type CompanyMemorandumOfAssociation = Stripe_.AccountCreateParams.Documents.CompanyMemorandumOfAssociation; type CompanyMinisterialDecree = Stripe_.AccountCreateParams.Documents.CompanyMinisterialDecree; type CompanyRegistrationVerification = Stripe_.AccountCreateParams.Documents.CompanyRegistrationVerification; type CompanyTaxIdVerification = Stripe_.AccountCreateParams.Documents.CompanyTaxIdVerification; type ProofOfAddress = Stripe_.AccountCreateParams.Documents.ProofOfAddress; type ProofOfRegistration = Stripe_.AccountCreateParams.Documents.ProofOfRegistration; type ProofOfUltimateBeneficialOwnership = Stripe_.AccountCreateParams.Documents.ProofOfUltimateBeneficialOwnership; namespace ProofOfRegistration { type Signer = Stripe_.AccountCreateParams.Documents.ProofOfRegistration.Signer; } namespace ProofOfUltimateBeneficialOwnership { type Signer = Stripe_.AccountCreateParams.Documents.ProofOfUltimateBeneficialOwnership.Signer; } } namespace Individual { type Dob = Stripe_.AccountCreateParams.Individual.Dob; type PoliticalExposure = Stripe_.AccountCreateParams.Individual.PoliticalExposure; type Relationship = Stripe_.AccountCreateParams.Individual.Relationship; type Verification = Stripe_.AccountCreateParams.Individual.Verification; namespace Verification { type AdditionalDocument = Stripe_.AccountCreateParams.Individual.Verification.AdditionalDocument; type Document = Stripe_.AccountCreateParams.Individual.Verification.Document; } } namespace Settings { type BacsDebitPayments = Stripe_.AccountCreateParams.Settings.BacsDebitPayments; type Branding = Stripe_.AccountCreateParams.Settings.Branding; type CardIssuing = Stripe_.AccountCreateParams.Settings.CardIssuing; type CardPayments = Stripe_.AccountCreateParams.Settings.CardPayments; type Invoices = Stripe_.AccountCreateParams.Settings.Invoices; type Payments = Stripe_.AccountCreateParams.Settings.Payments; type Payouts = Stripe_.AccountCreateParams.Settings.Payouts; type Treasury = Stripe_.AccountCreateParams.Settings.Treasury; namespace CardIssuing { type TosAcceptance = Stripe_.AccountCreateParams.Settings.CardIssuing.TosAcceptance; } namespace CardPayments { type DeclineOn = Stripe_.AccountCreateParams.Settings.CardPayments.DeclineOn; } namespace Invoices { type HostedPaymentMethodSave = Stripe_.AccountCreateParams.Settings.Invoices.HostedPaymentMethodSave; } namespace Payouts { type Schedule = Stripe_.AccountCreateParams.Settings.Payouts.Schedule; namespace Schedule { type Interval = Stripe_.AccountCreateParams.Settings.Payouts.Schedule.Interval; type WeeklyAnchor = Stripe_.AccountCreateParams.Settings.Payouts.Schedule.WeeklyAnchor; type WeeklyPayoutDay = Stripe_.AccountCreateParams.Settings.Payouts.Schedule.WeeklyPayoutDay; } } namespace Treasury { type TosAcceptance = Stripe_.AccountCreateParams.Settings.Treasury.TosAcceptance; } } } namespace AccountUpdateParams { type BusinessProfile = Stripe_.AccountUpdateParams.BusinessProfile; type BusinessType = Stripe_.AccountUpdateParams.BusinessType; type Capabilities = Stripe_.AccountUpdateParams.Capabilities; type Company = Stripe_.AccountUpdateParams.Company; type Documents = Stripe_.AccountUpdateParams.Documents; type BankAccount = Stripe_.AccountUpdateParams.BankAccount; type Card = Stripe_.AccountUpdateParams.Card; type CardToken = Stripe_.AccountUpdateParams.CardToken; type Groups = Stripe_.AccountUpdateParams.Groups; type Individual = Stripe_.AccountUpdateParams.Individual; type Settings = Stripe_.AccountUpdateParams.Settings; type TosAcceptance = Stripe_.AccountUpdateParams.TosAcceptance; namespace BankAccount { type AccountHolderType = Stripe_.AccountUpdateParams.BankAccount.AccountHolderType; } namespace BusinessProfile { type AnnualRevenue = Stripe_.AccountUpdateParams.BusinessProfile.AnnualRevenue; type MinorityOwnedBusinessDesignation = Stripe_.AccountUpdateParams.BusinessProfile.MinorityOwnedBusinessDesignation; type MonthlyEstimatedRevenue = Stripe_.AccountUpdateParams.BusinessProfile.MonthlyEstimatedRevenue; } namespace Capabilities { type AcssDebitPayments = Stripe_.AccountUpdateParams.Capabilities.AcssDebitPayments; type AffirmPayments = Stripe_.AccountUpdateParams.Capabilities.AffirmPayments; type AfterpayClearpayPayments = Stripe_.AccountUpdateParams.Capabilities.AfterpayClearpayPayments; type AlmaPayments = Stripe_.AccountUpdateParams.Capabilities.AlmaPayments; type AmazonPayPayments = Stripe_.AccountUpdateParams.Capabilities.AmazonPayPayments; type AppDistribution = Stripe_.AccountUpdateParams.Capabilities.AppDistribution; type AuBecsDebitPayments = Stripe_.AccountUpdateParams.Capabilities.AuBecsDebitPayments; type BacsDebitPayments = Stripe_.AccountUpdateParams.Capabilities.BacsDebitPayments; type BancontactPayments = Stripe_.AccountUpdateParams.Capabilities.BancontactPayments; type BankTransferPayments = Stripe_.AccountUpdateParams.Capabilities.BankTransferPayments; type BilliePayments = Stripe_.AccountUpdateParams.Capabilities.BilliePayments; type BizumPayments = Stripe_.AccountUpdateParams.Capabilities.BizumPayments; type BlikPayments = Stripe_.AccountUpdateParams.Capabilities.BlikPayments; type BoletoPayments = Stripe_.AccountUpdateParams.Capabilities.BoletoPayments; type CardIssuing = Stripe_.AccountUpdateParams.Capabilities.CardIssuing; type CardPayments = Stripe_.AccountUpdateParams.Capabilities.CardPayments; type CartesBancairesPayments = Stripe_.AccountUpdateParams.Capabilities.CartesBancairesPayments; type CashappPayments = Stripe_.AccountUpdateParams.Capabilities.CashappPayments; type CryptoPayments = Stripe_.AccountUpdateParams.Capabilities.CryptoPayments; type EpsPayments = Stripe_.AccountUpdateParams.Capabilities.EpsPayments; type FpxPayments = Stripe_.AccountUpdateParams.Capabilities.FpxPayments; type GbBankTransferPayments = Stripe_.AccountUpdateParams.Capabilities.GbBankTransferPayments; type GiropayPayments = Stripe_.AccountUpdateParams.Capabilities.GiropayPayments; type GrabpayPayments = Stripe_.AccountUpdateParams.Capabilities.GrabpayPayments; type IdealPayments = Stripe_.AccountUpdateParams.Capabilities.IdealPayments; type IndiaInternationalPayments = Stripe_.AccountUpdateParams.Capabilities.IndiaInternationalPayments; type JcbPayments = Stripe_.AccountUpdateParams.Capabilities.JcbPayments; type JpBankTransferPayments = Stripe_.AccountUpdateParams.Capabilities.JpBankTransferPayments; type KakaoPayPayments = Stripe_.AccountUpdateParams.Capabilities.KakaoPayPayments; type KlarnaPayments = Stripe_.AccountUpdateParams.Capabilities.KlarnaPayments; type KonbiniPayments = Stripe_.AccountUpdateParams.Capabilities.KonbiniPayments; type KrCardPayments = Stripe_.AccountUpdateParams.Capabilities.KrCardPayments; type LegacyPayments = Stripe_.AccountUpdateParams.Capabilities.LegacyPayments; type LinkPayments = Stripe_.AccountUpdateParams.Capabilities.LinkPayments; type MbWayPayments = Stripe_.AccountUpdateParams.Capabilities.MbWayPayments; type MobilepayPayments = Stripe_.AccountUpdateParams.Capabilities.MobilepayPayments; type MultibancoPayments = Stripe_.AccountUpdateParams.Capabilities.MultibancoPayments; type MxBankTransferPayments = Stripe_.AccountUpdateParams.Capabilities.MxBankTransferPayments; type NaverPayPayments = Stripe_.AccountUpdateParams.Capabilities.NaverPayPayments; type NzBankAccountBecsDebitPayments = Stripe_.AccountUpdateParams.Capabilities.NzBankAccountBecsDebitPayments; type OxxoPayments = Stripe_.AccountUpdateParams.Capabilities.OxxoPayments; type P24Payments = Stripe_.AccountUpdateParams.Capabilities.P24Payments; type PayByBankPayments = Stripe_.AccountUpdateParams.Capabilities.PayByBankPayments; type PaycoPayments = Stripe_.AccountUpdateParams.Capabilities.PaycoPayments; type PaynowPayments = Stripe_.AccountUpdateParams.Capabilities.PaynowPayments; type PaytoPayments = Stripe_.AccountUpdateParams.Capabilities.PaytoPayments; type PixPayments = Stripe_.AccountUpdateParams.Capabilities.PixPayments; type PromptpayPayments = Stripe_.AccountUpdateParams.Capabilities.PromptpayPayments; type RevolutPayPayments = Stripe_.AccountUpdateParams.Capabilities.RevolutPayPayments; type SamsungPayPayments = Stripe_.AccountUpdateParams.Capabilities.SamsungPayPayments; type SatispayPayments = Stripe_.AccountUpdateParams.Capabilities.SatispayPayments; type ScalapayPayments = Stripe_.AccountUpdateParams.Capabilities.ScalapayPayments; type SepaBankTransferPayments = Stripe_.AccountUpdateParams.Capabilities.SepaBankTransferPayments; type SepaDebitPayments = Stripe_.AccountUpdateParams.Capabilities.SepaDebitPayments; type SofortPayments = Stripe_.AccountUpdateParams.Capabilities.SofortPayments; type SunbitPayments = Stripe_.AccountUpdateParams.Capabilities.SunbitPayments; type SwishPayments = Stripe_.AccountUpdateParams.Capabilities.SwishPayments; type TaxReportingUs1099K = Stripe_.AccountUpdateParams.Capabilities.TaxReportingUs1099K; type TaxReportingUs1099Misc = Stripe_.AccountUpdateParams.Capabilities.TaxReportingUs1099Misc; type Transfers = Stripe_.AccountUpdateParams.Capabilities.Transfers; type Treasury = Stripe_.AccountUpdateParams.Capabilities.Treasury; type TwintPayments = Stripe_.AccountUpdateParams.Capabilities.TwintPayments; type UpiPayments = Stripe_.AccountUpdateParams.Capabilities.UpiPayments; type UsBankAccountAchPayments = Stripe_.AccountUpdateParams.Capabilities.UsBankAccountAchPayments; type UsBankTransfer