stripe 22.3.0 → 22.4.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2984 -12
- package/OPENAPI_VERSION +1 -1
- package/README.md +44 -60
- package/VERSION +1 -1
- package/cjs/Error.d.ts +53 -0
- package/cjs/Error.js +134 -1
- package/cjs/Error.js.map +1 -1
- package/cjs/StripeEventNotificationHandler.d.ts +19 -0
- package/cjs/StripeEventNotificationHandler.js +476 -0
- package/cjs/StripeEventNotificationHandler.js.map +1 -0
- package/cjs/Types.d.ts +4 -2
- package/cjs/apiVersion.d.ts +1 -2
- package/cjs/apiVersion.js +2 -3
- package/cjs/apiVersion.js.map +1 -1
- package/cjs/resources/AccountLinks.d.ts +5 -1
- package/cjs/resources/AccountNotices.d.ts +140 -0
- package/cjs/resources/AccountNotices.js +29 -0
- package/cjs/resources/AccountNotices.js.map +1 -0
- package/cjs/resources/AccountSessions.d.ts +597 -0
- package/cjs/resources/AccountSessions.js.map +1 -1
- package/cjs/resources/AccountSignals.d.ts +110 -0
- package/cjs/resources/AccountSignals.js +4 -0
- package/cjs/resources/AccountSignals.js.map +1 -0
- package/cjs/resources/Accounts.d.ts +1020 -6
- package/cjs/resources/Accounts.js +47 -0
- package/cjs/resources/Accounts.js.map +1 -1
- package/cjs/resources/ApplicationFees.d.ts +28 -1
- package/cjs/resources/Balance.d.ts +134 -0
- package/cjs/resources/BalanceSettings.d.ts +18 -0
- package/cjs/resources/BalanceTransactions.d.ts +1 -1
- package/cjs/resources/BalanceTransfers.d.ts +160 -0
- package/cjs/resources/BalanceTransfers.js +15 -0
- package/cjs/resources/BalanceTransfers.js.map +1 -0
- package/cjs/resources/BankAccounts.d.ts +2 -2
- package/cjs/resources/Billing/AlertRecovereds.d.ts +40 -0
- package/cjs/resources/Billing/AlertRecovereds.js +4 -0
- package/cjs/resources/Billing/AlertRecovereds.js.map +1 -0
- package/cjs/resources/Billing/AlertTriggereds.d.ts +55 -1
- package/cjs/resources/Billing/Alerts.d.ts +408 -5
- package/cjs/resources/Billing/Alerts.js +321 -5
- package/cjs/resources/Billing/Alerts.js.map +1 -1
- package/cjs/resources/Billing/Analytics/MeterUsage.d.ts +88 -0
- package/cjs/resources/Billing/Analytics/MeterUsage.js +15 -0
- package/cjs/resources/Billing/Analytics/MeterUsage.js.map +1 -0
- package/cjs/resources/Billing/Analytics/MeterUsageRows.d.ts +38 -0
- package/cjs/resources/Billing/Analytics/MeterUsageRows.js +4 -0
- package/cjs/resources/Billing/Analytics/MeterUsageRows.js.map +1 -0
- package/cjs/resources/Billing/Analytics/index.d.ts +15 -0
- package/cjs/resources/Billing/Analytics/index.js +13 -0
- package/cjs/resources/Billing/Analytics/index.js.map +1 -0
- package/cjs/resources/Billing/CreditBalanceSummary.d.ts +126 -2
- package/cjs/resources/Billing/CreditBalanceSummary.js +39 -1
- package/cjs/resources/Billing/CreditBalanceSummary.js.map +1 -1
- package/cjs/resources/Billing/CreditBalanceTransactions.d.ts +97 -3
- package/cjs/resources/Billing/CreditBalanceTransactions.js +100 -1
- package/cjs/resources/Billing/CreditBalanceTransactions.js.map +1 -1
- package/cjs/resources/Billing/CreditGrants.d.ts +85 -3
- package/cjs/resources/Billing/CreditGrants.js +134 -5
- package/cjs/resources/Billing/CreditGrants.js.map +1 -1
- package/cjs/resources/Billing/MeterEventSummaries.d.ts +6 -0
- package/cjs/resources/Billing/Meters.d.ts +31 -0
- package/cjs/resources/Billing/index.d.ts +6 -0
- package/cjs/resources/Billing/index.js +2 -0
- package/cjs/resources/Billing/index.js.map +1 -1
- package/cjs/resources/Capabilities.d.ts +25 -2
- package/cjs/resources/Capital/FinancingOffers.d.ts +194 -0
- package/cjs/resources/Capital/FinancingOffers.js +30 -0
- package/cjs/resources/Capital/FinancingOffers.js.map +1 -0
- package/cjs/resources/Capital/FinancingSummary.d.ts +101 -0
- package/cjs/resources/Capital/FinancingSummary.js +15 -0
- package/cjs/resources/Capital/FinancingSummary.js.map +1 -0
- package/cjs/resources/Capital/FinancingTransactions.d.ts +141 -0
- package/cjs/resources/Capital/FinancingTransactions.js +24 -0
- package/cjs/resources/Capital/FinancingTransactions.js.map +1 -0
- package/cjs/resources/Capital/index.d.ts +25 -0
- package/cjs/resources/Capital/index.js +17 -0
- package/cjs/resources/Capital/index.js.map +1 -0
- package/cjs/resources/Cards.d.ts +28 -0
- package/cjs/resources/Charges.d.ts +3352 -70
- package/cjs/resources/Charges.js.map +1 -1
- package/cjs/resources/Checkout/Sessions.d.ts +1174 -22
- package/cjs/resources/Checkout/Sessions.js +115 -0
- package/cjs/resources/Checkout/Sessions.js.map +1 -1
- package/cjs/resources/Checkout/index.d.ts +1 -0
- package/cjs/resources/ConfirmationTokens.d.ts +139 -1
- package/cjs/resources/ConfirmationTokens.js.map +1 -1
- package/cjs/resources/Coupons.d.ts +128 -2
- package/cjs/resources/Coupons.js +41 -0
- package/cjs/resources/Coupons.js.map +1 -1
- package/cjs/resources/CreditNoteLineItems.d.ts +15 -1
- package/cjs/resources/CreditNotes.d.ts +7 -1
- package/cjs/resources/CreditNotes.js +13 -0
- package/cjs/resources/CreditNotes.js.map +1 -1
- package/cjs/resources/Crypto/CustomerConsumerWallets.d.ts +29 -0
- package/cjs/resources/Crypto/CustomerConsumerWallets.js +4 -0
- package/cjs/resources/Crypto/CustomerConsumerWallets.js.map +1 -0
- package/cjs/resources/Crypto/CustomerPaymentTokens.d.ts +79 -0
- package/cjs/resources/Crypto/CustomerPaymentTokens.js +4 -0
- package/cjs/resources/Crypto/CustomerPaymentTokens.js.map +1 -0
- package/cjs/resources/Crypto/Customers.d.ts +111 -0
- package/cjs/resources/Crypto/Customers.js +31 -0
- package/cjs/resources/Crypto/Customers.js.map +1 -0
- package/cjs/resources/Crypto/OnrampSessions.d.ts +413 -0
- package/cjs/resources/Crypto/OnrampSessions.js +47 -0
- package/cjs/resources/Crypto/OnrampSessions.js.map +1 -0
- package/cjs/resources/Crypto/OnrampTransactionLimits.d.ts +60 -0
- package/cjs/resources/Crypto/OnrampTransactionLimits.js +15 -0
- package/cjs/resources/Crypto/OnrampTransactionLimits.js.map +1 -0
- package/cjs/resources/Crypto/index.d.ts +34 -0
- package/cjs/resources/Crypto/index.js +17 -0
- package/cjs/resources/Crypto/index.js.map +1 -0
- package/cjs/resources/CustomerSessions.d.ts +74 -0
- package/cjs/resources/CustomerSessions.js +13 -0
- package/cjs/resources/CustomerSessions.js.map +1 -1
- package/cjs/resources/Customers.d.ts +98 -1
- package/cjs/resources/Customers.js +195 -0
- package/cjs/resources/Customers.js.map +1 -1
- package/cjs/resources/DelegatedCheckout/OrderEvents.d.ts +128 -0
- package/cjs/resources/DelegatedCheckout/OrderEvents.js +4 -0
- package/cjs/resources/DelegatedCheckout/OrderEvents.js.map +1 -0
- package/cjs/resources/DelegatedCheckout/Orders.d.ts +159 -0
- package/cjs/resources/DelegatedCheckout/Orders.js +15 -0
- package/cjs/resources/DelegatedCheckout/Orders.js.map +1 -0
- package/cjs/resources/DelegatedCheckout/RequestedSessions.d.ts +1416 -0
- package/cjs/resources/DelegatedCheckout/RequestedSessions.js +47 -0
- package/cjs/resources/DelegatedCheckout/RequestedSessions.js.map +1 -0
- package/cjs/resources/DelegatedCheckout/index.d.ts +25 -0
- package/cjs/resources/DelegatedCheckout/index.js +15 -0
- package/cjs/resources/DelegatedCheckout/index.js.map +1 -0
- package/cjs/resources/Discounts.d.ts +19 -0
- package/cjs/resources/Disputes.d.ts +43 -0
- package/cjs/resources/Disputes.js +14 -0
- package/cjs/resources/Disputes.js.map +1 -1
- package/cjs/resources/Events.d.ts +573 -2
- package/cjs/resources/ExternalAccounts.d.ts +212 -1
- package/cjs/resources/ExternalAccounts.js +44 -0
- package/cjs/resources/ExternalAccounts.js.map +1 -1
- package/cjs/resources/FinancialConnections/AccountInferredBalances.d.ts +24 -0
- package/cjs/resources/FinancialConnections/AccountInferredBalances.js +4 -0
- package/cjs/resources/FinancialConnections/AccountInferredBalances.js.map +1 -0
- package/cjs/resources/FinancialConnections/Accounts.d.ts +69 -4
- package/cjs/resources/FinancialConnections/Accounts.js +8 -0
- package/cjs/resources/FinancialConnections/Accounts.js.map +1 -1
- package/cjs/resources/FinancialConnections/Authorizations.d.ts +99 -0
- package/cjs/resources/FinancialConnections/Authorizations.js +15 -0
- package/cjs/resources/FinancialConnections/Authorizations.js.map +1 -0
- package/cjs/resources/FinancialConnections/Institutions.d.ts +99 -0
- package/cjs/resources/FinancialConnections/Institutions.js +23 -0
- package/cjs/resources/FinancialConnections/Institutions.js.map +1 -0
- package/cjs/resources/FinancialConnections/Sessions.d.ts +156 -7
- package/cjs/resources/FinancialConnections/Sessions.js.map +1 -1
- package/cjs/resources/FinancialConnections/index.d.ts +21 -6
- package/cjs/resources/FinancialConnections/index.js +4 -0
- package/cjs/resources/FinancialConnections/index.js.map +1 -1
- package/cjs/resources/FrMealVouchersOnboardings.d.ts +173 -0
- package/cjs/resources/FrMealVouchersOnboardings.js +42 -0
- package/cjs/resources/FrMealVouchersOnboardings.js.map +1 -0
- package/cjs/resources/FxQuotes.d.ts +212 -0
- package/cjs/resources/FxQuotes.js +29 -0
- package/cjs/resources/FxQuotes.js.map +1 -0
- package/cjs/resources/GiftCardOperations.d.ts +248 -0
- package/cjs/resources/GiftCardOperations.js +15 -0
- package/cjs/resources/GiftCardOperations.js.map +1 -0
- package/cjs/resources/GiftCards.d.ts +187 -0
- package/cjs/resources/GiftCards.js +51 -0
- package/cjs/resources/GiftCards.js.map +1 -0
- package/cjs/resources/Identity/BlocklistEntries.d.ts +155 -0
- package/cjs/resources/Identity/BlocklistEntries.js +54 -0
- package/cjs/resources/Identity/BlocklistEntries.js.map +1 -0
- package/cjs/resources/Identity/VerificationReports.d.ts +33 -2
- package/cjs/resources/Identity/VerificationReports.js.map +1 -1
- package/cjs/resources/Identity/VerificationSessions.d.ts +11 -3
- package/cjs/resources/Identity/index.d.ts +18 -10
- package/cjs/resources/Identity/index.js +2 -0
- package/cjs/resources/Identity/index.js.map +1 -1
- package/cjs/resources/InvoiceItems.d.ts +203 -2
- package/cjs/resources/InvoiceItems.js +41 -0
- package/cjs/resources/InvoiceItems.js.map +1 -1
- package/cjs/resources/InvoiceLineItems.d.ts +174 -4
- package/cjs/resources/InvoiceRenderingTemplates.d.ts +12 -0
- package/cjs/resources/InvoiceRenderingTemplates.js +28 -0
- package/cjs/resources/InvoiceRenderingTemplates.js.map +1 -1
- package/cjs/resources/Invoices.d.ts +2120 -22
- package/cjs/resources/Invoices.js +221 -0
- package/cjs/resources/Invoices.js.map +1 -1
- package/cjs/resources/Issuing/Authorizations.d.ts +435 -1
- package/cjs/resources/Issuing/Authorizations.js.map +1 -1
- package/cjs/resources/Issuing/Cardholders.d.ts +18 -4
- package/cjs/resources/Issuing/Cards.d.ts +53 -0
- package/cjs/resources/Issuing/CreditUnderwritingRecords.d.ts +654 -0
- package/cjs/resources/Issuing/CreditUnderwritingRecords.js +53 -0
- package/cjs/resources/Issuing/CreditUnderwritingRecords.js.map +1 -0
- package/cjs/resources/Issuing/DisputeSettlementDetails.d.ts +93 -0
- package/cjs/resources/Issuing/DisputeSettlementDetails.js +23 -0
- package/cjs/resources/Issuing/DisputeSettlementDetails.js.map +1 -0
- package/cjs/resources/Issuing/Disputes.d.ts +246 -0
- package/cjs/resources/Issuing/FraudLiabilityDebits.d.ts +68 -0
- package/cjs/resources/Issuing/FraudLiabilityDebits.js +23 -0
- package/cjs/resources/Issuing/FraudLiabilityDebits.js.map +1 -0
- package/cjs/resources/Issuing/Programs.d.ts +95 -0
- package/cjs/resources/Issuing/Programs.js +35 -0
- package/cjs/resources/Issuing/Programs.js.map +1 -0
- package/cjs/resources/Issuing/Settlements.d.ts +83 -0
- package/cjs/resources/Issuing/Settlements.js +4 -0
- package/cjs/resources/Issuing/Settlements.js.map +1 -0
- package/cjs/resources/Issuing/Tokens.d.ts +26 -0
- package/cjs/resources/Issuing/Transactions.d.ts +178 -0
- package/cjs/resources/Issuing/Transactions.js.map +1 -1
- package/cjs/resources/Issuing/index.d.ts +56 -22
- package/cjs/resources/Issuing/index.js +8 -0
- package/cjs/resources/Issuing/index.js.map +1 -1
- package/cjs/resources/LineItems.d.ts +29 -2
- package/cjs/resources/Mandates.d.ts +47 -1
- package/cjs/resources/Mandates.js +8 -0
- package/cjs/resources/Mandates.js.map +1 -1
- package/cjs/resources/Margins.d.ts +115 -0
- package/cjs/resources/Margins.js +35 -0
- package/cjs/resources/Margins.js.map +1 -0
- package/cjs/resources/Orchestration/PaymentAttempts.d.ts +34 -0
- package/cjs/resources/Orchestration/PaymentAttempts.js +15 -0
- package/cjs/resources/Orchestration/PaymentAttempts.js.map +1 -0
- package/cjs/resources/Orchestration/index.d.ts +12 -0
- package/cjs/resources/Orchestration/index.js +13 -0
- package/cjs/resources/Orchestration/index.js.map +1 -0
- package/cjs/resources/Orders.d.ts +4773 -0
- package/cjs/resources/Orders.js +457 -0
- package/cjs/resources/Orders.js.map +1 -0
- package/cjs/resources/PaymentAttemptRecords.d.ts +664 -2
- package/cjs/resources/PaymentAttemptRecords.js +48 -0
- package/cjs/resources/PaymentAttemptRecords.js.map +1 -1
- package/cjs/resources/PaymentIntentAmountDetailsLineItems.d.ts +17 -0
- package/cjs/resources/PaymentIntents.d.ts +16756 -3555
- package/cjs/resources/PaymentIntents.js +46 -0
- package/cjs/resources/PaymentIntents.js.map +1 -1
- package/cjs/resources/PaymentLinks.d.ts +74 -12
- package/cjs/resources/PaymentLocationCapabilities.d.ts +122 -0
- package/cjs/resources/PaymentLocationCapabilities.js +29 -0
- package/cjs/resources/PaymentLocationCapabilities.js.map +1 -0
- package/cjs/resources/PaymentLocations.d.ts +178 -0
- package/cjs/resources/PaymentLocations.js +41 -0
- package/cjs/resources/PaymentLocations.js.map +1 -0
- package/cjs/resources/PaymentMethodBalances.d.ts +46 -0
- package/cjs/resources/PaymentMethodBalances.js +4 -0
- package/cjs/resources/PaymentMethodBalances.js.map +1 -0
- package/cjs/resources/PaymentMethodConfigurations.d.ts +350 -0
- package/cjs/resources/PaymentMethods.d.ts +290 -3
- package/cjs/resources/PaymentMethods.js +20 -0
- package/cjs/resources/PaymentMethods.js.map +1 -1
- package/cjs/resources/PaymentRecords.d.ts +623 -19
- package/cjs/resources/PaymentRecords.js +11 -0
- package/cjs/resources/PaymentRecords.js.map +1 -1
- package/cjs/resources/Persons.d.ts +25 -2
- package/cjs/resources/Plans.d.ts +16 -0
- package/cjs/resources/Prices.d.ts +76 -0
- package/cjs/resources/Prices.js +27 -0
- package/cjs/resources/Prices.js.map +1 -1
- package/cjs/resources/Privacy/RedactionJobValidationErrors.d.ts +35 -0
- package/cjs/resources/Privacy/RedactionJobValidationErrors.js +4 -0
- package/cjs/resources/Privacy/RedactionJobValidationErrors.js.map +1 -0
- package/cjs/resources/Privacy/RedactionJobs.d.ts +227 -0
- package/cjs/resources/Privacy/RedactionJobs.js +73 -0
- package/cjs/resources/Privacy/RedactionJobs.js.map +1 -0
- package/cjs/resources/Privacy/index.d.ts +22 -0
- package/cjs/resources/Privacy/index.js +13 -0
- package/cjs/resources/Privacy/index.js.map +1 -0
- package/cjs/resources/ProductCatalog/TrialOffers.d.ts +125 -0
- package/cjs/resources/ProductCatalog/TrialOffers.js +15 -0
- package/cjs/resources/ProductCatalog/TrialOffers.js.map +1 -0
- package/cjs/resources/ProductCatalog/index.d.ts +12 -0
- package/cjs/resources/ProductCatalog/index.js +13 -0
- package/cjs/resources/ProductCatalog/index.js.map +1 -0
- package/cjs/resources/Products.d.ts +198 -0
- package/cjs/resources/Products.js +69 -0
- package/cjs/resources/Products.js.map +1 -1
- package/cjs/resources/Profiles.d.ts +26 -0
- package/cjs/resources/Profiles.js +4 -0
- package/cjs/resources/Profiles.js.map +1 -0
- package/cjs/resources/PromotionCodes.d.ts +12 -0
- package/cjs/resources/PromotionCodes.js +27 -0
- package/cjs/resources/PromotionCodes.js.map +1 -1
- package/cjs/resources/QuoteLines.d.ts +684 -0
- package/cjs/resources/QuoteLines.js +4 -0
- package/cjs/resources/QuoteLines.js.map +1 -0
- package/cjs/resources/QuotePreviewInvoices.d.ts +1173 -0
- package/cjs/resources/QuotePreviewInvoices.js +4 -0
- package/cjs/resources/QuotePreviewInvoices.js.map +1 -0
- package/cjs/resources/QuotePreviewSubscriptionSchedules.d.ts +902 -0
- package/cjs/resources/QuotePreviewSubscriptionSchedules.js +4 -0
- package/cjs/resources/QuotePreviewSubscriptionSchedules.js.map +1 -0
- package/cjs/resources/Quotes.d.ts +3548 -254
- package/cjs/resources/Quotes.js +1184 -16
- package/cjs/resources/Quotes.js.map +1 -1
- package/cjs/resources/Radar/AccountEvaluations.d.ts +308 -0
- package/cjs/resources/Radar/AccountEvaluations.js +27 -0
- package/cjs/resources/Radar/AccountEvaluations.js.map +1 -0
- package/cjs/resources/Radar/CustomerEvaluations.d.ts +244 -0
- package/cjs/resources/Radar/CustomerEvaluations.js +27 -0
- package/cjs/resources/Radar/CustomerEvaluations.js.map +1 -0
- package/cjs/resources/Radar/IssuingAuthorizationEvaluations.d.ts +433 -0
- package/cjs/resources/Radar/IssuingAuthorizationEvaluations.js +15 -0
- package/cjs/resources/Radar/IssuingAuthorizationEvaluations.js.map +1 -0
- package/cjs/resources/Radar/PaymentEvaluations.d.ts +63 -1
- package/cjs/resources/Radar/ValueListItems.d.ts +38 -0
- package/cjs/resources/Radar/ValueListItems.js +13 -0
- package/cjs/resources/Radar/ValueListItems.js.map +1 -1
- package/cjs/resources/Radar/index.d.ts +36 -16
- package/cjs/resources/Radar/index.js +6 -0
- package/cjs/resources/Radar/index.js.map +1 -1
- package/cjs/resources/Refunds.d.ts +35 -0
- package/cjs/resources/Refunds.js +27 -0
- package/cjs/resources/Refunds.js.map +1 -1
- package/cjs/resources/Reserve/Holds.d.ts +53 -1
- package/cjs/resources/Reserve/Holds.js +19 -0
- package/cjs/resources/Reserve/Holds.js.map +1 -1
- package/cjs/resources/Reserve/Plans.d.ts +16 -0
- package/cjs/resources/Reserve/Plans.js +11 -0
- package/cjs/resources/Reserve/Plans.js.map +1 -1
- package/cjs/resources/Reserve/Releases.d.ts +41 -1
- package/cjs/resources/Reserve/Releases.js +19 -0
- package/cjs/resources/Reserve/Releases.js.map +1 -1
- package/cjs/resources/Reserve/index.d.ts +17 -6
- package/cjs/resources/Reserve/index.js +9 -0
- package/cjs/resources/Reserve/index.js.map +1 -1
- package/cjs/resources/RiskSignals.d.ts +10 -0
- package/cjs/resources/RiskSignals.js +4 -0
- package/cjs/resources/RiskSignals.js.map +1 -0
- package/cjs/resources/SetupAttempts.d.ts +26 -1
- package/cjs/resources/SetupIntents.d.ts +603 -11
- package/cjs/resources/SharedPayment/GrantedTokens.d.ts +1146 -0
- package/cjs/resources/SharedPayment/GrantedTokens.js +15 -0
- package/cjs/resources/SharedPayment/GrantedTokens.js.map +1 -0
- package/cjs/resources/SharedPayment/IssuedTokens.d.ts +320 -0
- package/cjs/resources/SharedPayment/IssuedTokens.js +27 -0
- package/cjs/resources/SharedPayment/IssuedTokens.js.map +1 -0
- package/cjs/resources/SharedPayment/index.d.ts +19 -0
- package/cjs/resources/SharedPayment/index.js +15 -0
- package/cjs/resources/SharedPayment/index.js.map +1 -0
- package/cjs/resources/Sources.d.ts +29 -1
- package/cjs/resources/SubscriptionItems.d.ts +265 -0
- package/cjs/resources/SubscriptionItems.js +41 -0
- package/cjs/resources/SubscriptionItems.js.map +1 -1
- package/cjs/resources/SubscriptionSchedules.d.ts +1949 -19
- package/cjs/resources/SubscriptionSchedules.js +61 -0
- package/cjs/resources/SubscriptionSchedules.js.map +1 -1
- package/cjs/resources/Subscriptions.d.ts +965 -12
- package/cjs/resources/Subscriptions.js +289 -0
- package/cjs/resources/Subscriptions.js.map +1 -1
- package/cjs/resources/Tax/CalculationLineItems.d.ts +14 -3
- package/cjs/resources/Tax/Calculations.d.ts +45 -3
- package/cjs/resources/Tax/Forms.d.ts +228 -0
- package/cjs/resources/Tax/Forms.js +32 -0
- package/cjs/resources/Tax/Forms.js.map +1 -0
- package/cjs/resources/Tax/Locations.d.ts +108 -0
- package/cjs/resources/Tax/Locations.js +33 -0
- package/cjs/resources/Tax/Locations.js.map +1 -0
- package/cjs/resources/Tax/Registrations.d.ts +171 -2
- package/cjs/resources/Tax/Registrations.js +27 -0
- package/cjs/resources/Tax/Registrations.js.map +1 -1
- package/cjs/resources/Tax/Settings.d.ts +8 -0
- package/cjs/resources/Tax/Settings.js +13 -0
- package/cjs/resources/Tax/Settings.js.map +1 -1
- package/cjs/resources/Tax/Transactions.d.ts +10 -2
- package/cjs/resources/Tax/Transactions.js +13 -0
- package/cjs/resources/Tax/Transactions.js.map +1 -1
- package/cjs/resources/Tax/index.d.ts +31 -13
- package/cjs/resources/Tax/index.js +4 -0
- package/cjs/resources/Tax/index.js.map +1 -1
- package/cjs/resources/TaxCodes.d.ts +15 -0
- package/cjs/resources/TaxFunds.d.ts +174 -0
- package/cjs/resources/TaxFunds.js +23 -0
- package/cjs/resources/TaxFunds.js.map +1 -0
- package/cjs/resources/TaxIds.d.ts +6 -0
- package/cjs/resources/TaxIds.js +13 -0
- package/cjs/resources/TaxIds.js.map +1 -1
- package/cjs/resources/TaxRates.d.ts +12 -0
- package/cjs/resources/TaxRates.js +27 -0
- package/cjs/resources/TaxRates.js.map +1 -1
- package/cjs/resources/Terminal/Configurations.d.ts +27 -0
- package/cjs/resources/Terminal/ReaderCollectedData.d.ts +50 -0
- package/cjs/resources/Terminal/ReaderCollectedData.js +15 -0
- package/cjs/resources/Terminal/ReaderCollectedData.js.map +1 -0
- package/cjs/resources/Terminal/Readers.d.ts +17 -1
- package/cjs/resources/Terminal/index.d.ts +5 -0
- package/cjs/resources/Terminal/index.js +2 -0
- package/cjs/resources/Terminal/index.js.map +1 -1
- package/cjs/resources/TestHelpers/Capital/FinancingOffers.d.ts +81 -0
- package/cjs/resources/TestHelpers/Capital/FinancingOffers.js +21 -0
- package/cjs/resources/TestHelpers/Capital/FinancingOffers.js.map +1 -0
- package/cjs/resources/TestHelpers/Capital/index.d.ts +8 -0
- package/cjs/resources/TestHelpers/Capital/index.js +13 -0
- package/cjs/resources/TestHelpers/Capital/index.js.map +1 -0
- package/cjs/resources/TestHelpers/ConfirmationTokens.d.ts +94 -1
- package/cjs/resources/TestHelpers/Issuing/Authorizations.d.ts +18 -0
- package/cjs/resources/TestHelpers/Issuing/Disputes.d.ts +126 -0
- package/cjs/resources/TestHelpers/Issuing/Disputes.js +39 -0
- package/cjs/resources/TestHelpers/Issuing/Disputes.js.map +1 -0
- package/cjs/resources/TestHelpers/Issuing/Transactions.d.ts +26 -0
- package/cjs/resources/TestHelpers/Issuing/index.d.ts +2 -0
- package/cjs/resources/TestHelpers/Issuing/index.js +2 -0
- package/cjs/resources/TestHelpers/Issuing/index.js.map +1 -1
- package/cjs/resources/TestHelpers/PaymentIntents.d.ts +37 -0
- package/cjs/resources/TestHelpers/PaymentIntents.js +15 -0
- package/cjs/resources/TestHelpers/PaymentIntents.js.map +1 -0
- package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.d.ts +75 -0
- package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.js +21 -0
- package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.js.map +1 -0
- package/cjs/resources/TestHelpers/SharedPayment/index.d.ts +8 -0
- package/cjs/resources/TestHelpers/SharedPayment/index.js +13 -0
- package/cjs/resources/TestHelpers/SharedPayment/index.js.map +1 -0
- package/cjs/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +22 -0
- package/cjs/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +22 -0
- package/cjs/resources/TestHelpers/index.d.ts +14 -6
- package/cjs/resources/TestHelpers/index.js +12 -6
- package/cjs/resources/TestHelpers/index.js.map +1 -1
- package/cjs/resources/Tokens.d.ts +76 -0
- package/cjs/resources/Transfers.d.ts +12 -0
- package/cjs/resources/Transfers.js.map +1 -1
- package/cjs/resources/TransitBalances.d.ts +25 -0
- package/cjs/resources/TransitBalances.js +4 -0
- package/cjs/resources/TransitBalances.js.map +1 -0
- package/cjs/resources/Treasury/FinancialAccountFeatures.d.ts +5 -0
- package/cjs/resources/Treasury/FinancialAccounts.d.ts +34 -1
- package/cjs/resources/Treasury/OutboundPayments.d.ts +8 -0
- package/cjs/resources/Treasury/OutboundTransfers.d.ts +44 -0
- package/cjs/resources/Treasury/ReceivedCredits.d.ts +22 -0
- package/cjs/resources/Treasury/ReceivedDebits.d.ts +26 -0
- package/cjs/resources/V2/Billing/BillSettingVersions.d.ts +71 -0
- package/cjs/resources/V2/Billing/BillSettingVersions.js +4 -0
- package/cjs/resources/V2/Billing/BillSettingVersions.js.map +1 -0
- package/cjs/resources/V2/Billing/BillSettings/Versions.d.ts +33 -0
- package/cjs/resources/V2/Billing/BillSettings/Versions.js +23 -0
- package/cjs/resources/V2/Billing/BillSettings/Versions.js.map +1 -0
- package/cjs/resources/V2/Billing/BillSettings.d.ts +280 -0
- package/cjs/resources/V2/Billing/BillSettings.js +41 -0
- package/cjs/resources/V2/Billing/BillSettings.js.map +1 -0
- package/cjs/resources/V2/Billing/CadenceSpendModifiers.d.ts +84 -0
- package/cjs/resources/V2/Billing/CadenceSpendModifiers.js +4 -0
- package/cjs/resources/V2/Billing/CadenceSpendModifiers.js.map +1 -0
- package/cjs/resources/V2/Billing/Cadences/SpendModifierRules.d.ts +37 -0
- package/cjs/resources/V2/Billing/Cadences/SpendModifierRules.js +23 -0
- package/cjs/resources/V2/Billing/Cadences/SpendModifierRules.js.map +1 -0
- package/cjs/resources/V2/Billing/Cadences.d.ts +1011 -0
- package/cjs/resources/V2/Billing/Cadences.js +264 -0
- package/cjs/resources/V2/Billing/Cadences.js.map +1 -0
- package/cjs/resources/V2/Billing/CollectionSettingVersions.d.ts +236 -0
- package/cjs/resources/V2/Billing/CollectionSettingVersions.js +4 -0
- package/cjs/resources/V2/Billing/CollectionSettingVersions.js.map +1 -0
- package/cjs/resources/V2/Billing/CollectionSettings/Versions.d.ts +33 -0
- package/cjs/resources/V2/Billing/CollectionSettings/Versions.js +70 -0
- package/cjs/resources/V2/Billing/CollectionSettings/Versions.js.map +1 -0
- package/cjs/resources/V2/Billing/CollectionSettings.d.ts +775 -0
- package/cjs/resources/V2/Billing/CollectionSettings.js +166 -0
- package/cjs/resources/V2/Billing/CollectionSettings.js.map +1 -0
- package/cjs/resources/V2/Billing/ContractPricingLineQuantityChanges.d.ts +47 -0
- package/cjs/resources/V2/Billing/ContractPricingLineQuantityChanges.js +4 -0
- package/cjs/resources/V2/Billing/ContractPricingLineQuantityChanges.js.map +1 -0
- package/cjs/resources/V2/Billing/Contracts/PricingLines/QuantityChanges.d.ts +23 -0
- package/cjs/resources/V2/Billing/Contracts/PricingLines/QuantityChanges.js +29 -0
- package/cjs/resources/V2/Billing/Contracts/PricingLines/QuantityChanges.js.map +1 -0
- package/cjs/resources/V2/Billing/Contracts/PricingLines.d.ts +8 -0
- package/cjs/resources/V2/Billing/Contracts/PricingLines.js +15 -0
- package/cjs/resources/V2/Billing/Contracts/PricingLines.js.map +1 -0
- package/cjs/resources/V2/Billing/Contracts.d.ts +1775 -0
- package/cjs/resources/V2/Billing/Contracts.js +607 -0
- package/cjs/resources/V2/Billing/Contracts.js.map +1 -0
- package/cjs/resources/V2/Billing/CustomPricingUnits.d.ts +125 -0
- package/cjs/resources/V2/Billing/CustomPricingUnits.js +35 -0
- package/cjs/resources/V2/Billing/CustomPricingUnits.js.map +1 -0
- package/cjs/resources/V2/Billing/IntentActions.d.ts +603 -0
- package/cjs/resources/V2/Billing/IntentActions.js +4 -0
- package/cjs/resources/V2/Billing/IntentActions.js.map +1 -0
- package/cjs/resources/V2/Billing/Intents/Actions.d.ts +33 -0
- package/cjs/resources/V2/Billing/Intents/Actions.js +70 -0
- package/cjs/resources/V2/Billing/Intents/Actions.js.map +1 -0
- package/cjs/resources/V2/Billing/Intents.d.ts +1253 -0
- package/cjs/resources/V2/Billing/Intents.js +87 -0
- package/cjs/resources/V2/Billing/Intents.js.map +1 -0
- package/cjs/resources/V2/Billing/LicenseFeeVersions.d.ts +78 -0
- package/cjs/resources/V2/Billing/LicenseFeeVersions.js +4 -0
- package/cjs/resources/V2/Billing/LicenseFeeVersions.js.map +1 -0
- package/cjs/resources/V2/Billing/LicenseFees/Versions.d.ts +33 -0
- package/cjs/resources/V2/Billing/LicenseFees/Versions.js +64 -0
- package/cjs/resources/V2/Billing/LicenseFees/Versions.js.map +1 -0
- package/cjs/resources/V2/Billing/LicenseFees.d.ts +360 -0
- package/cjs/resources/V2/Billing/LicenseFees.js +148 -0
- package/cjs/resources/V2/Billing/LicenseFees.js.map +1 -0
- package/cjs/resources/V2/Billing/LicensedItems.d.ts +170 -0
- package/cjs/resources/V2/Billing/LicensedItems.js +35 -0
- package/cjs/resources/V2/Billing/LicensedItems.js.map +1 -0
- package/cjs/resources/V2/Billing/MeteredItems.d.ts +218 -0
- package/cjs/resources/V2/Billing/MeteredItems.js +35 -0
- package/cjs/resources/V2/Billing/MeteredItems.js.map +1 -0
- package/cjs/resources/V2/Billing/OneTimeItems.d.ts +170 -0
- package/cjs/resources/V2/Billing/OneTimeItems.js +35 -0
- package/cjs/resources/V2/Billing/OneTimeItems.js.map +1 -0
- package/cjs/resources/V2/Billing/PricingPlanComponents.d.ts +80 -0
- package/cjs/resources/V2/Billing/PricingPlanComponents.js +4 -0
- package/cjs/resources/V2/Billing/PricingPlanComponents.js.map +1 -0
- package/cjs/resources/V2/Billing/PricingPlanSubscriptions.d.ts +620 -0
- package/cjs/resources/V2/Billing/PricingPlanSubscriptions.js +296 -0
- package/cjs/resources/V2/Billing/PricingPlanSubscriptions.js.map +1 -0
- package/cjs/resources/V2/Billing/PricingPlanVersions.d.ts +30 -0
- package/cjs/resources/V2/Billing/PricingPlanVersions.js +4 -0
- package/cjs/resources/V2/Billing/PricingPlanVersions.js.map +1 -0
- package/cjs/resources/V2/Billing/PricingPlans/Components.d.ts +142 -0
- package/cjs/resources/V2/Billing/PricingPlans/Components.js +41 -0
- package/cjs/resources/V2/Billing/PricingPlans/Components.js.map +1 -0
- package/cjs/resources/V2/Billing/PricingPlans/Versions.d.ts +33 -0
- package/cjs/resources/V2/Billing/PricingPlans/Versions.js +23 -0
- package/cjs/resources/V2/Billing/PricingPlans/Versions.js.map +1 -0
- package/cjs/resources/V2/Billing/PricingPlans.d.ts +169 -0
- package/cjs/resources/V2/Billing/PricingPlans.js +43 -0
- package/cjs/resources/V2/Billing/PricingPlans.js.map +1 -0
- package/cjs/resources/V2/Billing/Profiles.d.ts +162 -0
- package/cjs/resources/V2/Billing/Profiles.js +35 -0
- package/cjs/resources/V2/Billing/Profiles.js.map +1 -0
- package/cjs/resources/V2/Billing/RateCardCustomPricingUnitOverageRates.d.ts +45 -0
- package/cjs/resources/V2/Billing/RateCardCustomPricingUnitOverageRates.js +4 -0
- package/cjs/resources/V2/Billing/RateCardCustomPricingUnitOverageRates.js.map +1 -0
- package/cjs/resources/V2/Billing/RateCardRates.d.ts +111 -0
- package/cjs/resources/V2/Billing/RateCardRates.js +4 -0
- package/cjs/resources/V2/Billing/RateCardRates.js.map +1 -0
- package/cjs/resources/V2/Billing/RateCardSubscriptions.d.ts +215 -0
- package/cjs/resources/V2/Billing/RateCardSubscriptions.js +41 -0
- package/cjs/resources/V2/Billing/RateCardSubscriptions.js.map +1 -0
- package/cjs/resources/V2/Billing/RateCardVersions.d.ts +22 -0
- package/cjs/resources/V2/Billing/RateCardVersions.js +4 -0
- package/cjs/resources/V2/Billing/RateCardVersions.js.map +1 -0
- package/cjs/resources/V2/Billing/RateCards/CustomPricingUnitOverageRates.d.ts +79 -0
- package/cjs/resources/V2/Billing/RateCards/CustomPricingUnitOverageRates.js +35 -0
- package/cjs/resources/V2/Billing/RateCards/CustomPricingUnitOverageRates.js.map +1 -0
- package/cjs/resources/V2/Billing/RateCards/Rates.d.ts +145 -0
- package/cjs/resources/V2/Billing/RateCards/Rates.js +110 -0
- package/cjs/resources/V2/Billing/RateCards/Rates.js.map +1 -0
- package/cjs/resources/V2/Billing/RateCards/Versions.d.ts +33 -0
- package/cjs/resources/V2/Billing/RateCards/Versions.js +23 -0
- package/cjs/resources/V2/Billing/RateCards/Versions.js.map +1 -0
- package/cjs/resources/V2/Billing/RateCards.d.ts +336 -0
- package/cjs/resources/V2/Billing/RateCards.js +76 -0
- package/cjs/resources/V2/Billing/RateCards.js.map +1 -0
- package/cjs/resources/V2/Billing/ServiceActions.d.ts +510 -0
- package/cjs/resources/V2/Billing/ServiceActions.js +162 -0
- package/cjs/resources/V2/Billing/ServiceActions.js.map +1 -0
- package/cjs/resources/V2/Billing/index.d.ts +175 -6
- package/cjs/resources/V2/Billing/index.js +32 -0
- package/cjs/resources/V2/Billing/index.js.map +1 -1
- package/cjs/resources/V2/Core/AccountEvaluations.d.ts +156 -0
- package/cjs/resources/V2/Core/AccountEvaluations.js +15 -0
- package/cjs/resources/V2/Core/AccountEvaluations.js.map +1 -0
- package/cjs/resources/V2/Core/AccountLinks.d.ts +158 -6
- package/cjs/resources/V2/Core/AccountPersons.d.ts +1 -1
- package/cjs/resources/V2/Core/AccountTokens.d.ts +220 -2
- package/cjs/resources/V2/Core/Accounts/PersonTokens.d.ts +1 -1
- package/cjs/resources/V2/Core/Accounts/Persons.d.ts +2 -2
- package/cjs/resources/V2/Core/Accounts.d.ts +15174 -1219
- package/cjs/resources/V2/Core/Accounts.js +10284 -53
- package/cjs/resources/V2/Core/Accounts.js.map +1 -1
- package/cjs/resources/V2/Core/ApprovalRequests.d.ts +330 -0
- package/cjs/resources/V2/Core/ApprovalRequests.js +46 -0
- package/cjs/resources/V2/Core/ApprovalRequests.js.map +1 -0
- package/cjs/resources/V2/Core/BatchJobs.d.ts +360 -0
- package/cjs/resources/V2/Core/BatchJobs.js +225 -0
- package/cjs/resources/V2/Core/BatchJobs.js.map +1 -0
- package/cjs/resources/V2/Core/ClaimableSandboxes.d.ts +225 -0
- package/cjs/resources/V2/Core/ClaimableSandboxes.js +31 -0
- package/cjs/resources/V2/Core/ClaimableSandboxes.js.map +1 -0
- package/cjs/resources/V2/Core/ConnectionSessions.d.ts +86 -0
- package/cjs/resources/V2/Core/ConnectionSessions.js +21 -0
- package/cjs/resources/V2/Core/ConnectionSessions.js.map +1 -0
- package/cjs/resources/V2/Core/Events.d.ts +7671 -232
- package/cjs/resources/V2/Core/FeeBatches.d.ts +233 -0
- package/cjs/resources/V2/Core/FeeBatches.js +23 -0
- package/cjs/resources/V2/Core/FeeBatches.js.map +1 -0
- package/cjs/resources/V2/Core/FeeEntries.d.ts +199 -0
- package/cjs/resources/V2/Core/FeeEntries.js +23 -0
- package/cjs/resources/V2/Core/FeeEntries.js.map +1 -0
- package/cjs/resources/V2/Core/Health/AlertHistoryEntries.d.ts +416 -0
- package/cjs/resources/V2/Core/Health/AlertHistoryEntries.js +4 -0
- package/cjs/resources/V2/Core/Health/AlertHistoryEntries.js.map +1 -0
- package/cjs/resources/V2/Core/Health/Alerts/History.d.ts +23 -0
- package/cjs/resources/V2/Core/Health/Alerts/History.js +101 -0
- package/cjs/resources/V2/Core/Health/Alerts/History.js.map +1 -0
- package/cjs/resources/V2/Core/Health/Alerts.d.ts +530 -0
- package/cjs/resources/V2/Core/Health/Alerts.js +182 -0
- package/cjs/resources/V2/Core/Health/Alerts.js.map +1 -0
- package/cjs/resources/V2/Core/Health/index.d.ts +16 -0
- package/cjs/resources/V2/Core/Health/index.js +13 -0
- package/cjs/resources/V2/Core/Health/index.js.map +1 -0
- package/cjs/resources/V2/Core/Vault/GbBankAccounts.d.ts +279 -0
- package/cjs/resources/V2/Core/Vault/GbBankAccounts.js +54 -0
- package/cjs/resources/V2/Core/Vault/GbBankAccounts.js.map +1 -0
- package/cjs/resources/V2/Core/Vault/UsBankAccounts.d.ts +251 -0
- package/cjs/resources/V2/Core/Vault/UsBankAccounts.js +65 -0
- package/cjs/resources/V2/Core/Vault/UsBankAccounts.js.map +1 -0
- package/cjs/resources/V2/Core/Vault/index.d.ts +28 -0
- package/cjs/resources/V2/Core/Vault/index.js +15 -0
- package/cjs/resources/V2/Core/Vault/index.js.map +1 -0
- package/cjs/resources/V2/Core/index.d.ts +66 -14
- package/cjs/resources/V2/Core/index.js +18 -0
- package/cjs/resources/V2/Core/index.js.map +1 -1
- package/cjs/resources/V2/Data/Analytics/MetricQuery.d.ts +73 -0
- package/cjs/resources/V2/Data/Analytics/MetricQuery.js +36 -0
- package/cjs/resources/V2/Data/Analytics/MetricQuery.js.map +1 -0
- package/cjs/resources/V2/Data/Analytics/MetricQueryResults.d.ts +76 -0
- package/cjs/resources/V2/Data/Analytics/MetricQueryResults.js +4 -0
- package/cjs/resources/V2/Data/Analytics/MetricQueryResults.js.map +1 -0
- package/cjs/resources/V2/Data/Analytics/index.d.ts +12 -0
- package/cjs/resources/V2/Data/Analytics/index.js +13 -0
- package/cjs/resources/V2/Data/Analytics/index.js.map +1 -0
- package/cjs/resources/V2/Data/Reporting/QueryRuns.d.ts +171 -0
- package/cjs/resources/V2/Data/Reporting/QueryRuns.js +46 -0
- package/cjs/resources/V2/Data/Reporting/QueryRuns.js.map +1 -0
- package/cjs/resources/V2/Data/Reporting/index.d.ts +13 -0
- package/cjs/resources/V2/Data/Reporting/index.js +13 -0
- package/cjs/resources/V2/Data/Reporting/index.js.map +1 -0
- package/cjs/resources/V2/Data/index.d.ts +13 -0
- package/cjs/resources/V2/Data/index.js +15 -0
- package/cjs/resources/V2/Data/index.js.map +1 -0
- package/cjs/resources/V2/Extend/WorkflowRuns.d.ts +162 -0
- package/cjs/resources/V2/Extend/WorkflowRuns.js +23 -0
- package/cjs/resources/V2/Extend/WorkflowRuns.js.map +1 -0
- package/cjs/resources/V2/Extend/Workflows.d.ts +119 -0
- package/cjs/resources/V2/Extend/Workflows.js +30 -0
- package/cjs/resources/V2/Extend/Workflows.js.map +1 -0
- package/cjs/resources/V2/Extend/index.d.ts +20 -0
- package/cjs/resources/V2/Extend/index.js +15 -0
- package/cjs/resources/V2/Extend/index.js.map +1 -0
- package/cjs/resources/V2/FinancialAddressCreditSimulations.d.ts +14 -0
- package/cjs/resources/V2/FinancialAddressCreditSimulations.js +4 -0
- package/cjs/resources/V2/FinancialAddressCreditSimulations.js.map +1 -0
- package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.d.ts +19 -0
- package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.js +4 -0
- package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.js.map +1 -0
- package/cjs/resources/V2/Iam/ActivityLogs.d.ts +210 -0
- package/cjs/resources/V2/Iam/ActivityLogs.js +23 -0
- package/cjs/resources/V2/Iam/ActivityLogs.js.map +1 -0
- package/cjs/resources/V2/Iam/ApiKeys.d.ts +304 -0
- package/cjs/resources/V2/Iam/ApiKeys.js +47 -0
- package/cjs/resources/V2/Iam/ApiKeys.js.map +1 -0
- package/cjs/resources/V2/Iam/index.d.ts +23 -0
- package/cjs/resources/V2/Iam/index.js +15 -0
- package/cjs/resources/V2/Iam/index.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/Adjustments.d.ts +135 -0
- package/cjs/resources/V2/MoneyManagement/Adjustments.js +23 -0
- package/cjs/resources/V2/MoneyManagement/Adjustments.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/CurrencyConversions.d.ts +131 -0
- package/cjs/resources/V2/MoneyManagement/CurrencyConversions.js +31 -0
- package/cjs/resources/V2/MoneyManagement/CurrencyConversions.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/DebitDisputes.d.ts +167 -0
- package/cjs/resources/V2/MoneyManagement/DebitDisputes.js +29 -0
- package/cjs/resources/V2/MoneyManagement/DebitDisputes.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAccountStatements.d.ts +99 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAccountStatements.js +4 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAccountStatements.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAccounts/Statements.d.ts +44 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAccounts/Statements.js +53 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAccounts/Statements.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAccounts.d.ts +449 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js +50 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAddressDebitSimulations.d.ts +14 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAddressDebitSimulations.js +4 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAddressDebitSimulations.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAddresses.d.ts +304 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js +31 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/InboundTransfers.d.ts +250 -0
- package/cjs/resources/V2/MoneyManagement/InboundTransfers.js +30 -0
- package/cjs/resources/V2/MoneyManagement/InboundTransfers.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +218 -0
- package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +22 -0
- package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/OutboundPayments.d.ts +638 -0
- package/cjs/resources/V2/MoneyManagement/OutboundPayments.js +41 -0
- package/cjs/resources/V2/MoneyManagement/OutboundPayments.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.d.ts +317 -0
- package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js +49 -0
- package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/OutboundTransfers.d.ts +394 -0
- package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js +39 -0
- package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/PayoutIntents.d.ts +525 -0
- package/cjs/resources/V2/MoneyManagement/PayoutIntents.js +44 -0
- package/cjs/resources/V2/MoneyManagement/PayoutIntents.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/PayoutMethods.d.ts +266 -0
- package/cjs/resources/V2/MoneyManagement/PayoutMethods.js +44 -0
- package/cjs/resources/V2/MoneyManagement/PayoutMethods.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts +92 -0
- package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +17 -0
- package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/ReceivedCredits.d.ts +458 -0
- package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js +23 -0
- package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/ReceivedDebits.d.ts +263 -0
- package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js +23 -0
- package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/RecipientVerifications.d.ts +116 -0
- package/cjs/resources/V2/MoneyManagement/RecipientVerifications.js +27 -0
- package/cjs/resources/V2/MoneyManagement/RecipientVerifications.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/TestHelpers/FinancialAddresses.d.ts +30 -0
- package/cjs/resources/V2/MoneyManagement/TestHelpers/FinancialAddresses.js +15 -0
- package/cjs/resources/V2/MoneyManagement/TestHelpers/FinancialAddresses.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/TestHelpers/index.d.ts +8 -0
- package/cjs/resources/V2/MoneyManagement/TestHelpers/index.js +13 -0
- package/cjs/resources/V2/MoneyManagement/TestHelpers/index.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/TransactionEntries.d.ts +265 -0
- package/cjs/resources/V2/MoneyManagement/TransactionEntries.js +23 -0
- package/cjs/resources/V2/MoneyManagement/TransactionEntries.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/Transactions.d.ts +296 -0
- package/cjs/resources/V2/MoneyManagement/Transactions.js +23 -0
- package/cjs/resources/V2/MoneyManagement/Transactions.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/index.d.ts +143 -0
- package/cjs/resources/V2/MoneyManagement/index.js +49 -0
- package/cjs/resources/V2/MoneyManagement/index.js.map +1 -0
- package/cjs/resources/V2/Network/BusinessProfiles.d.ts +92 -0
- package/cjs/resources/V2/Network/BusinessProfiles.js +21 -0
- package/cjs/resources/V2/Network/BusinessProfiles.js.map +1 -0
- package/cjs/resources/V2/Network/index.d.ts +13 -0
- package/cjs/resources/V2/Network/index.js +13 -0
- package/cjs/resources/V2/Network/index.js.map +1 -0
- package/cjs/resources/V2/OrchestratedCommerce/Agreements.d.ts +143 -0
- package/cjs/resources/V2/OrchestratedCommerce/Agreements.js +41 -0
- package/cjs/resources/V2/OrchestratedCommerce/Agreements.js.map +1 -0
- package/cjs/resources/V2/OrchestratedCommerce/index.d.ts +16 -0
- package/cjs/resources/V2/OrchestratedCommerce/index.js +13 -0
- package/cjs/resources/V2/OrchestratedCommerce/index.js.map +1 -0
- package/cjs/resources/V2/Payments/OffSessionPayments.d.ts +823 -0
- package/cjs/resources/V2/Payments/OffSessionPayments.js +53 -0
- package/cjs/resources/V2/Payments/OffSessionPayments.js.map +1 -0
- package/cjs/resources/V2/Payments/SettlementAllocationIntentSplits.d.ts +73 -0
- package/cjs/resources/V2/Payments/SettlementAllocationIntentSplits.js +4 -0
- package/cjs/resources/V2/Payments/SettlementAllocationIntentSplits.js.map +1 -0
- package/cjs/resources/V2/Payments/SettlementAllocationIntents/Splits.d.ts +85 -0
- package/cjs/resources/V2/Payments/SettlementAllocationIntents/Splits.js +35 -0
- package/cjs/resources/V2/Payments/SettlementAllocationIntents/Splits.js.map +1 -0
- package/cjs/resources/V2/Payments/SettlementAllocationIntents.d.ts +209 -0
- package/cjs/resources/V2/Payments/SettlementAllocationIntents.js +53 -0
- package/cjs/resources/V2/Payments/SettlementAllocationIntents.js.map +1 -0
- package/cjs/resources/V2/Payments/index.d.ts +31 -0
- package/cjs/resources/V2/Payments/index.js +15 -0
- package/cjs/resources/V2/Payments/index.js.map +1 -0
- package/cjs/resources/V2/Reporting/ReportRuns.d.ts +190 -0
- package/cjs/resources/V2/Reporting/ReportRuns.js +50 -0
- package/cjs/resources/V2/Reporting/ReportRuns.js.map +1 -0
- package/cjs/resources/V2/Reporting/Reports.d.ts +106 -0
- package/cjs/resources/V2/Reporting/Reports.js +17 -0
- package/cjs/resources/V2/Reporting/Reports.js.map +1 -0
- package/cjs/resources/V2/Reporting/index.d.ts +18 -0
- package/cjs/resources/V2/Reporting/index.js +15 -0
- package/cjs/resources/V2/Reporting/index.js.map +1 -0
- package/cjs/resources/V2/Signals/AccountSignals.d.ts +172 -0
- package/cjs/resources/V2/Signals/AccountSignals.js +58 -0
- package/cjs/resources/V2/Signals/AccountSignals.js.map +1 -0
- package/cjs/resources/V2/Signals/index.d.ts +13 -0
- package/cjs/resources/V2/Signals/index.js +13 -0
- package/cjs/resources/V2/Signals/index.js.map +1 -0
- package/cjs/resources/V2/Tax/ManualRules.d.ts +331 -0
- package/cjs/resources/V2/Tax/ManualRules.js +193 -0
- package/cjs/resources/V2/Tax/ManualRules.js.map +1 -0
- package/cjs/resources/V2/Tax/index.d.ts +16 -0
- package/cjs/resources/V2/Tax/index.js +13 -0
- package/cjs/resources/V2/Tax/index.js.map +1 -0
- package/cjs/resources/V2/TestHelpers/FinancialAddresses.d.ts +44 -0
- package/cjs/resources/V2/TestHelpers/FinancialAddresses.js +23 -0
- package/cjs/resources/V2/TestHelpers/FinancialAddresses.js.map +1 -0
- package/cjs/resources/V2/TestHelpers/MoneyManagement.d.ts +31 -0
- package/cjs/resources/V2/TestHelpers/MoneyManagement.js +15 -0
- package/cjs/resources/V2/TestHelpers/MoneyManagement.js.map +1 -0
- package/cjs/resources/V2/TestHelpers/index.d.ts +10 -0
- package/cjs/resources/V2/TestHelpers/index.js +15 -0
- package/cjs/resources/V2/TestHelpers/index.js.map +1 -0
- package/cjs/resources/V2/index.d.ts +39 -0
- package/cjs/resources/V2/index.js +22 -0
- package/cjs/resources/V2/index.js.map +1 -1
- package/cjs/resources/WebhookEndpoints.d.ts +2 -2
- package/cjs/resources.d.ts +20 -0
- package/cjs/resources.js +282 -18
- package/cjs/resources.js.map +1 -1
- package/cjs/stripe.cjs.node.d.ts +14156 -490
- package/cjs/stripe.cjs.node.js.map +1 -1
- package/cjs/stripe.core.d.ts +161 -54
- package/cjs/stripe.core.js +74 -31
- package/cjs/stripe.core.js.map +1 -1
- package/esm/Error.d.ts +53 -0
- package/esm/Error.js +117 -0
- package/esm/Error.js.map +1 -1
- package/esm/StripeEventNotificationHandler.d.ts +19 -0
- package/esm/StripeEventNotificationHandler.js +472 -0
- package/esm/StripeEventNotificationHandler.js.map +1 -0
- package/esm/Types.d.ts +4 -2
- package/esm/apiVersion.d.ts +1 -2
- package/esm/apiVersion.js +1 -2
- package/esm/apiVersion.js.map +1 -1
- package/esm/resources/AccountLinks.d.ts +5 -1
- package/esm/resources/AccountNotices.d.ts +140 -0
- package/esm/resources/AccountNotices.js +25 -0
- package/esm/resources/AccountNotices.js.map +1 -0
- package/esm/resources/AccountSessions.d.ts +597 -0
- package/esm/resources/AccountSessions.js.map +1 -1
- package/esm/resources/AccountSignals.d.ts +110 -0
- package/esm/resources/AccountSignals.js +3 -0
- package/esm/resources/AccountSignals.js.map +1 -0
- package/esm/resources/Accounts.d.ts +1020 -6
- package/esm/resources/Accounts.js +47 -0
- package/esm/resources/Accounts.js.map +1 -1
- package/esm/resources/ApplicationFees.d.ts +28 -1
- package/esm/resources/Balance.d.ts +134 -0
- package/esm/resources/BalanceSettings.d.ts +18 -0
- package/esm/resources/BalanceTransactions.d.ts +1 -1
- package/esm/resources/BalanceTransfers.d.ts +160 -0
- package/esm/resources/BalanceTransfers.js +11 -0
- package/esm/resources/BalanceTransfers.js.map +1 -0
- package/esm/resources/BankAccounts.d.ts +2 -2
- package/esm/resources/Billing/AlertRecovereds.d.ts +40 -0
- package/esm/resources/Billing/AlertRecovereds.js +3 -0
- package/esm/resources/Billing/AlertRecovereds.js.map +1 -0
- package/esm/resources/Billing/AlertTriggereds.d.ts +55 -1
- package/esm/resources/Billing/Alerts.d.ts +408 -5
- package/esm/resources/Billing/Alerts.js +321 -5
- package/esm/resources/Billing/Alerts.js.map +1 -1
- package/esm/resources/Billing/Analytics/MeterUsage.d.ts +88 -0
- package/esm/resources/Billing/Analytics/MeterUsage.js +11 -0
- package/esm/resources/Billing/Analytics/MeterUsage.js.map +1 -0
- package/esm/resources/Billing/Analytics/MeterUsageRows.d.ts +38 -0
- package/esm/resources/Billing/Analytics/MeterUsageRows.js +3 -0
- package/esm/resources/Billing/Analytics/MeterUsageRows.js.map +1 -0
- package/esm/resources/Billing/Analytics/index.d.ts +15 -0
- package/esm/resources/Billing/Analytics/index.js +9 -0
- package/esm/resources/Billing/Analytics/index.js.map +1 -0
- package/esm/resources/Billing/CreditBalanceSummary.d.ts +126 -2
- package/esm/resources/Billing/CreditBalanceSummary.js +39 -1
- package/esm/resources/Billing/CreditBalanceSummary.js.map +1 -1
- package/esm/resources/Billing/CreditBalanceTransactions.d.ts +97 -3
- package/esm/resources/Billing/CreditBalanceTransactions.js +100 -1
- package/esm/resources/Billing/CreditBalanceTransactions.js.map +1 -1
- package/esm/resources/Billing/CreditGrants.d.ts +85 -3
- package/esm/resources/Billing/CreditGrants.js +134 -5
- package/esm/resources/Billing/CreditGrants.js.map +1 -1
- package/esm/resources/Billing/MeterEventSummaries.d.ts +6 -0
- package/esm/resources/Billing/Meters.d.ts +31 -0
- package/esm/resources/Billing/index.d.ts +6 -0
- package/esm/resources/Billing/index.js +2 -0
- package/esm/resources/Billing/index.js.map +1 -1
- package/esm/resources/Capabilities.d.ts +25 -2
- package/esm/resources/Capital/FinancingOffers.d.ts +194 -0
- package/esm/resources/Capital/FinancingOffers.js +26 -0
- package/esm/resources/Capital/FinancingOffers.js.map +1 -0
- package/esm/resources/Capital/FinancingSummary.d.ts +101 -0
- package/esm/resources/Capital/FinancingSummary.js +11 -0
- package/esm/resources/Capital/FinancingSummary.js.map +1 -0
- package/esm/resources/Capital/FinancingTransactions.d.ts +141 -0
- package/esm/resources/Capital/FinancingTransactions.js +20 -0
- package/esm/resources/Capital/FinancingTransactions.js.map +1 -0
- package/esm/resources/Capital/index.d.ts +25 -0
- package/esm/resources/Capital/index.js +13 -0
- package/esm/resources/Capital/index.js.map +1 -0
- package/esm/resources/Cards.d.ts +28 -0
- package/esm/resources/Charges.d.ts +3352 -70
- package/esm/resources/Charges.js.map +1 -1
- package/esm/resources/Checkout/Sessions.d.ts +1174 -22
- package/esm/resources/Checkout/Sessions.js +115 -0
- package/esm/resources/Checkout/Sessions.js.map +1 -1
- package/esm/resources/Checkout/index.d.ts +1 -0
- package/esm/resources/ConfirmationTokens.d.ts +139 -1
- package/esm/resources/ConfirmationTokens.js.map +1 -1
- package/esm/resources/Coupons.d.ts +128 -2
- package/esm/resources/Coupons.js +41 -0
- package/esm/resources/Coupons.js.map +1 -1
- package/esm/resources/CreditNoteLineItems.d.ts +15 -1
- package/esm/resources/CreditNotes.d.ts +7 -1
- package/esm/resources/CreditNotes.js +13 -0
- package/esm/resources/CreditNotes.js.map +1 -1
- package/esm/resources/Crypto/CustomerConsumerWallets.d.ts +29 -0
- package/esm/resources/Crypto/CustomerConsumerWallets.js +3 -0
- package/esm/resources/Crypto/CustomerConsumerWallets.js.map +1 -0
- package/esm/resources/Crypto/CustomerPaymentTokens.d.ts +79 -0
- package/esm/resources/Crypto/CustomerPaymentTokens.js +3 -0
- package/esm/resources/Crypto/CustomerPaymentTokens.js.map +1 -0
- package/esm/resources/Crypto/Customers.d.ts +111 -0
- package/esm/resources/Crypto/Customers.js +27 -0
- package/esm/resources/Crypto/Customers.js.map +1 -0
- package/esm/resources/Crypto/OnrampSessions.d.ts +413 -0
- package/esm/resources/Crypto/OnrampSessions.js +43 -0
- package/esm/resources/Crypto/OnrampSessions.js.map +1 -0
- package/esm/resources/Crypto/OnrampTransactionLimits.d.ts +60 -0
- package/esm/resources/Crypto/OnrampTransactionLimits.js +11 -0
- package/esm/resources/Crypto/OnrampTransactionLimits.js.map +1 -0
- package/esm/resources/Crypto/index.d.ts +34 -0
- package/esm/resources/Crypto/index.js +13 -0
- package/esm/resources/Crypto/index.js.map +1 -0
- package/esm/resources/CustomerSessions.d.ts +74 -0
- package/esm/resources/CustomerSessions.js +13 -0
- package/esm/resources/CustomerSessions.js.map +1 -1
- package/esm/resources/Customers.d.ts +98 -1
- package/esm/resources/Customers.js +195 -0
- package/esm/resources/Customers.js.map +1 -1
- package/esm/resources/DelegatedCheckout/OrderEvents.d.ts +128 -0
- package/esm/resources/DelegatedCheckout/OrderEvents.js +3 -0
- package/esm/resources/DelegatedCheckout/OrderEvents.js.map +1 -0
- package/esm/resources/DelegatedCheckout/Orders.d.ts +159 -0
- package/esm/resources/DelegatedCheckout/Orders.js +11 -0
- package/esm/resources/DelegatedCheckout/Orders.js.map +1 -0
- package/esm/resources/DelegatedCheckout/RequestedSessions.d.ts +1416 -0
- package/esm/resources/DelegatedCheckout/RequestedSessions.js +43 -0
- package/esm/resources/DelegatedCheckout/RequestedSessions.js.map +1 -0
- package/esm/resources/DelegatedCheckout/index.d.ts +25 -0
- package/esm/resources/DelegatedCheckout/index.js +11 -0
- package/esm/resources/DelegatedCheckout/index.js.map +1 -0
- package/esm/resources/Discounts.d.ts +19 -0
- package/esm/resources/Disputes.d.ts +43 -0
- package/esm/resources/Disputes.js +14 -0
- package/esm/resources/Disputes.js.map +1 -1
- package/esm/resources/Events.d.ts +573 -2
- package/esm/resources/ExternalAccounts.d.ts +212 -1
- package/esm/resources/ExternalAccounts.js +42 -1
- package/esm/resources/ExternalAccounts.js.map +1 -1
- package/esm/resources/FinancialConnections/AccountInferredBalances.d.ts +24 -0
- package/esm/resources/FinancialConnections/AccountInferredBalances.js +3 -0
- package/esm/resources/FinancialConnections/AccountInferredBalances.js.map +1 -0
- package/esm/resources/FinancialConnections/Accounts.d.ts +69 -4
- package/esm/resources/FinancialConnections/Accounts.js +8 -0
- package/esm/resources/FinancialConnections/Accounts.js.map +1 -1
- package/esm/resources/FinancialConnections/Authorizations.d.ts +99 -0
- package/esm/resources/FinancialConnections/Authorizations.js +11 -0
- package/esm/resources/FinancialConnections/Authorizations.js.map +1 -0
- package/esm/resources/FinancialConnections/Institutions.d.ts +99 -0
- package/esm/resources/FinancialConnections/Institutions.js +19 -0
- package/esm/resources/FinancialConnections/Institutions.js.map +1 -0
- package/esm/resources/FinancialConnections/Sessions.d.ts +156 -7
- package/esm/resources/FinancialConnections/Sessions.js.map +1 -1
- package/esm/resources/FinancialConnections/index.d.ts +21 -6
- package/esm/resources/FinancialConnections/index.js +4 -0
- package/esm/resources/FinancialConnections/index.js.map +1 -1
- package/esm/resources/FrMealVouchersOnboardings.d.ts +173 -0
- package/esm/resources/FrMealVouchersOnboardings.js +38 -0
- package/esm/resources/FrMealVouchersOnboardings.js.map +1 -0
- package/esm/resources/FxQuotes.d.ts +212 -0
- package/esm/resources/FxQuotes.js +25 -0
- package/esm/resources/FxQuotes.js.map +1 -0
- package/esm/resources/GiftCardOperations.d.ts +248 -0
- package/esm/resources/GiftCardOperations.js +11 -0
- package/esm/resources/GiftCardOperations.js.map +1 -0
- package/esm/resources/GiftCards.d.ts +187 -0
- package/esm/resources/GiftCards.js +47 -0
- package/esm/resources/GiftCards.js.map +1 -0
- package/esm/resources/Identity/BlocklistEntries.d.ts +155 -0
- package/esm/resources/Identity/BlocklistEntries.js +50 -0
- package/esm/resources/Identity/BlocklistEntries.js.map +1 -0
- package/esm/resources/Identity/VerificationReports.d.ts +33 -2
- package/esm/resources/Identity/VerificationReports.js.map +1 -1
- package/esm/resources/Identity/VerificationSessions.d.ts +11 -3
- package/esm/resources/Identity/index.d.ts +18 -10
- package/esm/resources/Identity/index.js +2 -0
- package/esm/resources/Identity/index.js.map +1 -1
- package/esm/resources/InvoiceItems.d.ts +203 -2
- package/esm/resources/InvoiceItems.js +41 -0
- package/esm/resources/InvoiceItems.js.map +1 -1
- package/esm/resources/InvoiceLineItems.d.ts +174 -4
- package/esm/resources/InvoiceRenderingTemplates.d.ts +12 -0
- package/esm/resources/InvoiceRenderingTemplates.js +28 -0
- package/esm/resources/InvoiceRenderingTemplates.js.map +1 -1
- package/esm/resources/Invoices.d.ts +2120 -22
- package/esm/resources/Invoices.js +221 -0
- package/esm/resources/Invoices.js.map +1 -1
- package/esm/resources/Issuing/Authorizations.d.ts +435 -1
- package/esm/resources/Issuing/Authorizations.js.map +1 -1
- package/esm/resources/Issuing/Cardholders.d.ts +18 -4
- package/esm/resources/Issuing/Cards.d.ts +53 -0
- package/esm/resources/Issuing/CreditUnderwritingRecords.d.ts +654 -0
- package/esm/resources/Issuing/CreditUnderwritingRecords.js +49 -0
- package/esm/resources/Issuing/CreditUnderwritingRecords.js.map +1 -0
- package/esm/resources/Issuing/DisputeSettlementDetails.d.ts +93 -0
- package/esm/resources/Issuing/DisputeSettlementDetails.js +19 -0
- package/esm/resources/Issuing/DisputeSettlementDetails.js.map +1 -0
- package/esm/resources/Issuing/Disputes.d.ts +246 -0
- package/esm/resources/Issuing/FraudLiabilityDebits.d.ts +68 -0
- package/esm/resources/Issuing/FraudLiabilityDebits.js +19 -0
- package/esm/resources/Issuing/FraudLiabilityDebits.js.map +1 -0
- package/esm/resources/Issuing/Programs.d.ts +95 -0
- package/esm/resources/Issuing/Programs.js +31 -0
- package/esm/resources/Issuing/Programs.js.map +1 -0
- package/esm/resources/Issuing/Settlements.d.ts +83 -0
- package/esm/resources/Issuing/Settlements.js +3 -0
- package/esm/resources/Issuing/Settlements.js.map +1 -0
- package/esm/resources/Issuing/Tokens.d.ts +26 -0
- package/esm/resources/Issuing/Transactions.d.ts +178 -0
- package/esm/resources/Issuing/Transactions.js.map +1 -1
- package/esm/resources/Issuing/index.d.ts +56 -22
- package/esm/resources/Issuing/index.js +8 -0
- package/esm/resources/Issuing/index.js.map +1 -1
- package/esm/resources/LineItems.d.ts +29 -2
- package/esm/resources/Mandates.d.ts +47 -1
- package/esm/resources/Mandates.js +8 -0
- package/esm/resources/Mandates.js.map +1 -1
- package/esm/resources/Margins.d.ts +115 -0
- package/esm/resources/Margins.js +31 -0
- package/esm/resources/Margins.js.map +1 -0
- package/esm/resources/Orchestration/PaymentAttempts.d.ts +34 -0
- package/esm/resources/Orchestration/PaymentAttempts.js +11 -0
- package/esm/resources/Orchestration/PaymentAttempts.js.map +1 -0
- package/esm/resources/Orchestration/index.d.ts +12 -0
- package/esm/resources/Orchestration/index.js +9 -0
- package/esm/resources/Orchestration/index.js.map +1 -0
- package/esm/resources/Orders.d.ts +4773 -0
- package/esm/resources/Orders.js +453 -0
- package/esm/resources/Orders.js.map +1 -0
- package/esm/resources/PaymentAttemptRecords.d.ts +664 -2
- package/esm/resources/PaymentAttemptRecords.js +48 -0
- package/esm/resources/PaymentAttemptRecords.js.map +1 -1
- package/esm/resources/PaymentIntentAmountDetailsLineItems.d.ts +17 -0
- package/esm/resources/PaymentIntents.d.ts +16756 -3555
- package/esm/resources/PaymentIntents.js +46 -0
- package/esm/resources/PaymentIntents.js.map +1 -1
- package/esm/resources/PaymentLinks.d.ts +74 -12
- package/esm/resources/PaymentLocationCapabilities.d.ts +122 -0
- package/esm/resources/PaymentLocationCapabilities.js +25 -0
- package/esm/resources/PaymentLocationCapabilities.js.map +1 -0
- package/esm/resources/PaymentLocations.d.ts +178 -0
- package/esm/resources/PaymentLocations.js +37 -0
- package/esm/resources/PaymentLocations.js.map +1 -0
- package/esm/resources/PaymentMethodBalances.d.ts +46 -0
- package/esm/resources/PaymentMethodBalances.js +3 -0
- package/esm/resources/PaymentMethodBalances.js.map +1 -0
- package/esm/resources/PaymentMethodConfigurations.d.ts +350 -0
- package/esm/resources/PaymentMethods.d.ts +290 -3
- package/esm/resources/PaymentMethods.js +20 -0
- package/esm/resources/PaymentMethods.js.map +1 -1
- package/esm/resources/PaymentRecords.d.ts +623 -19
- package/esm/resources/PaymentRecords.js +11 -0
- package/esm/resources/PaymentRecords.js.map +1 -1
- package/esm/resources/Persons.d.ts +25 -2
- package/esm/resources/Plans.d.ts +16 -0
- package/esm/resources/Prices.d.ts +76 -0
- package/esm/resources/Prices.js +27 -0
- package/esm/resources/Prices.js.map +1 -1
- package/esm/resources/Privacy/RedactionJobValidationErrors.d.ts +35 -0
- package/esm/resources/Privacy/RedactionJobValidationErrors.js +3 -0
- package/esm/resources/Privacy/RedactionJobValidationErrors.js.map +1 -0
- package/esm/resources/Privacy/RedactionJobs.d.ts +227 -0
- package/esm/resources/Privacy/RedactionJobs.js +69 -0
- package/esm/resources/Privacy/RedactionJobs.js.map +1 -0
- package/esm/resources/Privacy/index.d.ts +22 -0
- package/esm/resources/Privacy/index.js +9 -0
- package/esm/resources/Privacy/index.js.map +1 -0
- package/esm/resources/ProductCatalog/TrialOffers.d.ts +125 -0
- package/esm/resources/ProductCatalog/TrialOffers.js +11 -0
- package/esm/resources/ProductCatalog/TrialOffers.js.map +1 -0
- package/esm/resources/ProductCatalog/index.d.ts +12 -0
- package/esm/resources/ProductCatalog/index.js +9 -0
- package/esm/resources/ProductCatalog/index.js.map +1 -0
- package/esm/resources/Products.d.ts +198 -0
- package/esm/resources/Products.js +69 -0
- package/esm/resources/Products.js.map +1 -1
- package/esm/resources/Profiles.d.ts +26 -0
- package/esm/resources/Profiles.js +3 -0
- package/esm/resources/Profiles.js.map +1 -0
- package/esm/resources/PromotionCodes.d.ts +12 -0
- package/esm/resources/PromotionCodes.js +27 -0
- package/esm/resources/PromotionCodes.js.map +1 -1
- package/esm/resources/QuoteLines.d.ts +684 -0
- package/esm/resources/QuoteLines.js +3 -0
- package/esm/resources/QuoteLines.js.map +1 -0
- package/esm/resources/QuotePreviewInvoices.d.ts +1173 -0
- package/esm/resources/QuotePreviewInvoices.js +3 -0
- package/esm/resources/QuotePreviewInvoices.js.map +1 -0
- package/esm/resources/QuotePreviewSubscriptionSchedules.d.ts +902 -0
- package/esm/resources/QuotePreviewSubscriptionSchedules.js +3 -0
- package/esm/resources/QuotePreviewSubscriptionSchedules.js.map +1 -0
- package/esm/resources/Quotes.d.ts +3548 -254
- package/esm/resources/Quotes.js +1184 -16
- package/esm/resources/Quotes.js.map +1 -1
- package/esm/resources/Radar/AccountEvaluations.d.ts +308 -0
- package/esm/resources/Radar/AccountEvaluations.js +23 -0
- package/esm/resources/Radar/AccountEvaluations.js.map +1 -0
- package/esm/resources/Radar/CustomerEvaluations.d.ts +244 -0
- package/esm/resources/Radar/CustomerEvaluations.js +23 -0
- package/esm/resources/Radar/CustomerEvaluations.js.map +1 -0
- package/esm/resources/Radar/IssuingAuthorizationEvaluations.d.ts +433 -0
- package/esm/resources/Radar/IssuingAuthorizationEvaluations.js +11 -0
- package/esm/resources/Radar/IssuingAuthorizationEvaluations.js.map +1 -0
- package/esm/resources/Radar/PaymentEvaluations.d.ts +63 -1
- package/esm/resources/Radar/ValueListItems.d.ts +38 -0
- package/esm/resources/Radar/ValueListItems.js +13 -0
- package/esm/resources/Radar/ValueListItems.js.map +1 -1
- package/esm/resources/Radar/index.d.ts +36 -16
- package/esm/resources/Radar/index.js +6 -0
- package/esm/resources/Radar/index.js.map +1 -1
- package/esm/resources/Refunds.d.ts +35 -0
- package/esm/resources/Refunds.js +27 -0
- package/esm/resources/Refunds.js.map +1 -1
- package/esm/resources/Reserve/Holds.d.ts +53 -1
- package/esm/resources/Reserve/Holds.js +17 -1
- package/esm/resources/Reserve/Holds.js.map +1 -1
- package/esm/resources/Reserve/Plans.d.ts +16 -0
- package/esm/resources/Reserve/Plans.js +9 -1
- package/esm/resources/Reserve/Plans.js.map +1 -1
- package/esm/resources/Reserve/Releases.d.ts +41 -1
- package/esm/resources/Reserve/Releases.js +17 -1
- package/esm/resources/Reserve/Releases.js.map +1 -1
- package/esm/resources/Reserve/index.d.ts +17 -6
- package/esm/resources/Reserve/index.js +9 -0
- package/esm/resources/Reserve/index.js.map +1 -1
- package/esm/resources/RiskSignals.d.ts +10 -0
- package/esm/resources/RiskSignals.js +3 -0
- package/esm/resources/RiskSignals.js.map +1 -0
- package/esm/resources/SetupAttempts.d.ts +26 -1
- package/esm/resources/SetupIntents.d.ts +603 -11
- package/esm/resources/SharedPayment/GrantedTokens.d.ts +1146 -0
- package/esm/resources/SharedPayment/GrantedTokens.js +11 -0
- package/esm/resources/SharedPayment/GrantedTokens.js.map +1 -0
- package/esm/resources/SharedPayment/IssuedTokens.d.ts +320 -0
- package/esm/resources/SharedPayment/IssuedTokens.js +23 -0
- package/esm/resources/SharedPayment/IssuedTokens.js.map +1 -0
- package/esm/resources/SharedPayment/index.d.ts +19 -0
- package/esm/resources/SharedPayment/index.js +11 -0
- package/esm/resources/SharedPayment/index.js.map +1 -0
- package/esm/resources/Sources.d.ts +29 -1
- package/esm/resources/SubscriptionItems.d.ts +265 -0
- package/esm/resources/SubscriptionItems.js +41 -0
- package/esm/resources/SubscriptionItems.js.map +1 -1
- package/esm/resources/SubscriptionSchedules.d.ts +1949 -19
- package/esm/resources/SubscriptionSchedules.js +61 -0
- package/esm/resources/SubscriptionSchedules.js.map +1 -1
- package/esm/resources/Subscriptions.d.ts +965 -12
- package/esm/resources/Subscriptions.js +289 -0
- package/esm/resources/Subscriptions.js.map +1 -1
- package/esm/resources/Tax/CalculationLineItems.d.ts +14 -3
- package/esm/resources/Tax/Calculations.d.ts +45 -3
- package/esm/resources/Tax/Forms.d.ts +228 -0
- package/esm/resources/Tax/Forms.js +28 -0
- package/esm/resources/Tax/Forms.js.map +1 -0
- package/esm/resources/Tax/Locations.d.ts +108 -0
- package/esm/resources/Tax/Locations.js +29 -0
- package/esm/resources/Tax/Locations.js.map +1 -0
- package/esm/resources/Tax/Registrations.d.ts +171 -2
- package/esm/resources/Tax/Registrations.js +27 -0
- package/esm/resources/Tax/Registrations.js.map +1 -1
- package/esm/resources/Tax/Settings.d.ts +8 -0
- package/esm/resources/Tax/Settings.js +13 -0
- package/esm/resources/Tax/Settings.js.map +1 -1
- package/esm/resources/Tax/Transactions.d.ts +10 -2
- package/esm/resources/Tax/Transactions.js +13 -0
- package/esm/resources/Tax/Transactions.js.map +1 -1
- package/esm/resources/Tax/index.d.ts +31 -13
- package/esm/resources/Tax/index.js +4 -0
- package/esm/resources/Tax/index.js.map +1 -1
- package/esm/resources/TaxCodes.d.ts +15 -0
- package/esm/resources/TaxFunds.d.ts +174 -0
- package/esm/resources/TaxFunds.js +19 -0
- package/esm/resources/TaxFunds.js.map +1 -0
- package/esm/resources/TaxIds.d.ts +6 -0
- package/esm/resources/TaxIds.js +13 -0
- package/esm/resources/TaxIds.js.map +1 -1
- package/esm/resources/TaxRates.d.ts +12 -0
- package/esm/resources/TaxRates.js +27 -0
- package/esm/resources/TaxRates.js.map +1 -1
- package/esm/resources/Terminal/Configurations.d.ts +27 -0
- package/esm/resources/Terminal/ReaderCollectedData.d.ts +50 -0
- package/esm/resources/Terminal/ReaderCollectedData.js +11 -0
- package/esm/resources/Terminal/ReaderCollectedData.js.map +1 -0
- package/esm/resources/Terminal/Readers.d.ts +17 -1
- package/esm/resources/Terminal/index.d.ts +5 -0
- package/esm/resources/Terminal/index.js +2 -0
- package/esm/resources/Terminal/index.js.map +1 -1
- package/esm/resources/TestHelpers/Capital/FinancingOffers.d.ts +81 -0
- package/esm/resources/TestHelpers/Capital/FinancingOffers.js +17 -0
- package/esm/resources/TestHelpers/Capital/FinancingOffers.js.map +1 -0
- package/esm/resources/TestHelpers/Capital/index.d.ts +8 -0
- package/esm/resources/TestHelpers/Capital/index.js +9 -0
- package/esm/resources/TestHelpers/Capital/index.js.map +1 -0
- package/esm/resources/TestHelpers/ConfirmationTokens.d.ts +94 -1
- package/esm/resources/TestHelpers/Issuing/Authorizations.d.ts +18 -0
- package/esm/resources/TestHelpers/Issuing/Disputes.d.ts +126 -0
- package/esm/resources/TestHelpers/Issuing/Disputes.js +35 -0
- package/esm/resources/TestHelpers/Issuing/Disputes.js.map +1 -0
- package/esm/resources/TestHelpers/Issuing/Transactions.d.ts +26 -0
- package/esm/resources/TestHelpers/Issuing/index.d.ts +2 -0
- package/esm/resources/TestHelpers/Issuing/index.js +2 -0
- package/esm/resources/TestHelpers/Issuing/index.js.map +1 -1
- package/esm/resources/TestHelpers/PaymentIntents.d.ts +37 -0
- package/esm/resources/TestHelpers/PaymentIntents.js +11 -0
- package/esm/resources/TestHelpers/PaymentIntents.js.map +1 -0
- package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.d.ts +75 -0
- package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.js +17 -0
- package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.js.map +1 -0
- package/esm/resources/TestHelpers/SharedPayment/index.d.ts +8 -0
- package/esm/resources/TestHelpers/SharedPayment/index.js +9 -0
- package/esm/resources/TestHelpers/SharedPayment/index.js.map +1 -0
- package/esm/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +22 -0
- package/esm/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +22 -0
- package/esm/resources/TestHelpers/index.d.ts +14 -6
- package/esm/resources/TestHelpers/index.js +6 -0
- package/esm/resources/TestHelpers/index.js.map +1 -1
- package/esm/resources/Tokens.d.ts +76 -0
- package/esm/resources/Transfers.d.ts +12 -0
- package/esm/resources/Transfers.js.map +1 -1
- package/esm/resources/TransitBalances.d.ts +25 -0
- package/esm/resources/TransitBalances.js +3 -0
- package/esm/resources/TransitBalances.js.map +1 -0
- package/esm/resources/Treasury/FinancialAccountFeatures.d.ts +5 -0
- package/esm/resources/Treasury/FinancialAccounts.d.ts +34 -1
- package/esm/resources/Treasury/OutboundPayments.d.ts +8 -0
- package/esm/resources/Treasury/OutboundTransfers.d.ts +44 -0
- package/esm/resources/Treasury/ReceivedCredits.d.ts +22 -0
- package/esm/resources/Treasury/ReceivedDebits.d.ts +26 -0
- package/esm/resources/V2/Billing/BillSettingVersions.d.ts +71 -0
- package/esm/resources/V2/Billing/BillSettingVersions.js +3 -0
- package/esm/resources/V2/Billing/BillSettingVersions.js.map +1 -0
- package/esm/resources/V2/Billing/BillSettings/Versions.d.ts +33 -0
- package/esm/resources/V2/Billing/BillSettings/Versions.js +19 -0
- package/esm/resources/V2/Billing/BillSettings/Versions.js.map +1 -0
- package/esm/resources/V2/Billing/BillSettings.d.ts +280 -0
- package/esm/resources/V2/Billing/BillSettings.js +37 -0
- package/esm/resources/V2/Billing/BillSettings.js.map +1 -0
- package/esm/resources/V2/Billing/CadenceSpendModifiers.d.ts +84 -0
- package/esm/resources/V2/Billing/CadenceSpendModifiers.js +3 -0
- package/esm/resources/V2/Billing/CadenceSpendModifiers.js.map +1 -0
- package/esm/resources/V2/Billing/Cadences/SpendModifierRules.d.ts +37 -0
- package/esm/resources/V2/Billing/Cadences/SpendModifierRules.js +19 -0
- package/esm/resources/V2/Billing/Cadences/SpendModifierRules.js.map +1 -0
- package/esm/resources/V2/Billing/Cadences.d.ts +1011 -0
- package/esm/resources/V2/Billing/Cadences.js +260 -0
- package/esm/resources/V2/Billing/Cadences.js.map +1 -0
- package/esm/resources/V2/Billing/CollectionSettingVersions.d.ts +236 -0
- package/esm/resources/V2/Billing/CollectionSettingVersions.js +3 -0
- package/esm/resources/V2/Billing/CollectionSettingVersions.js.map +1 -0
- package/esm/resources/V2/Billing/CollectionSettings/Versions.d.ts +33 -0
- package/esm/resources/V2/Billing/CollectionSettings/Versions.js +66 -0
- package/esm/resources/V2/Billing/CollectionSettings/Versions.js.map +1 -0
- package/esm/resources/V2/Billing/CollectionSettings.d.ts +775 -0
- package/esm/resources/V2/Billing/CollectionSettings.js +162 -0
- package/esm/resources/V2/Billing/CollectionSettings.js.map +1 -0
- package/esm/resources/V2/Billing/ContractPricingLineQuantityChanges.d.ts +47 -0
- package/esm/resources/V2/Billing/ContractPricingLineQuantityChanges.js +3 -0
- package/esm/resources/V2/Billing/ContractPricingLineQuantityChanges.js.map +1 -0
- package/esm/resources/V2/Billing/Contracts/PricingLines/QuantityChanges.d.ts +23 -0
- package/esm/resources/V2/Billing/Contracts/PricingLines/QuantityChanges.js +25 -0
- package/esm/resources/V2/Billing/Contracts/PricingLines/QuantityChanges.js.map +1 -0
- package/esm/resources/V2/Billing/Contracts/PricingLines.d.ts +8 -0
- package/esm/resources/V2/Billing/Contracts/PricingLines.js +11 -0
- package/esm/resources/V2/Billing/Contracts/PricingLines.js.map +1 -0
- package/esm/resources/V2/Billing/Contracts.d.ts +1775 -0
- package/esm/resources/V2/Billing/Contracts.js +603 -0
- package/esm/resources/V2/Billing/Contracts.js.map +1 -0
- package/esm/resources/V2/Billing/CustomPricingUnits.d.ts +125 -0
- package/esm/resources/V2/Billing/CustomPricingUnits.js +31 -0
- package/esm/resources/V2/Billing/CustomPricingUnits.js.map +1 -0
- package/esm/resources/V2/Billing/IntentActions.d.ts +603 -0
- package/esm/resources/V2/Billing/IntentActions.js +3 -0
- package/esm/resources/V2/Billing/IntentActions.js.map +1 -0
- package/esm/resources/V2/Billing/Intents/Actions.d.ts +33 -0
- package/esm/resources/V2/Billing/Intents/Actions.js +66 -0
- package/esm/resources/V2/Billing/Intents/Actions.js.map +1 -0
- package/esm/resources/V2/Billing/Intents.d.ts +1253 -0
- package/esm/resources/V2/Billing/Intents.js +83 -0
- package/esm/resources/V2/Billing/Intents.js.map +1 -0
- package/esm/resources/V2/Billing/LicenseFeeVersions.d.ts +78 -0
- package/esm/resources/V2/Billing/LicenseFeeVersions.js +3 -0
- package/esm/resources/V2/Billing/LicenseFeeVersions.js.map +1 -0
- package/esm/resources/V2/Billing/LicenseFees/Versions.d.ts +33 -0
- package/esm/resources/V2/Billing/LicenseFees/Versions.js +60 -0
- package/esm/resources/V2/Billing/LicenseFees/Versions.js.map +1 -0
- package/esm/resources/V2/Billing/LicenseFees.d.ts +360 -0
- package/esm/resources/V2/Billing/LicenseFees.js +144 -0
- package/esm/resources/V2/Billing/LicenseFees.js.map +1 -0
- package/esm/resources/V2/Billing/LicensedItems.d.ts +170 -0
- package/esm/resources/V2/Billing/LicensedItems.js +31 -0
- package/esm/resources/V2/Billing/LicensedItems.js.map +1 -0
- package/esm/resources/V2/Billing/MeteredItems.d.ts +218 -0
- package/esm/resources/V2/Billing/MeteredItems.js +31 -0
- package/esm/resources/V2/Billing/MeteredItems.js.map +1 -0
- package/esm/resources/V2/Billing/OneTimeItems.d.ts +170 -0
- package/esm/resources/V2/Billing/OneTimeItems.js +31 -0
- package/esm/resources/V2/Billing/OneTimeItems.js.map +1 -0
- package/esm/resources/V2/Billing/PricingPlanComponents.d.ts +80 -0
- package/esm/resources/V2/Billing/PricingPlanComponents.js +3 -0
- package/esm/resources/V2/Billing/PricingPlanComponents.js.map +1 -0
- package/esm/resources/V2/Billing/PricingPlanSubscriptions.d.ts +620 -0
- package/esm/resources/V2/Billing/PricingPlanSubscriptions.js +292 -0
- package/esm/resources/V2/Billing/PricingPlanSubscriptions.js.map +1 -0
- package/esm/resources/V2/Billing/PricingPlanVersions.d.ts +30 -0
- package/esm/resources/V2/Billing/PricingPlanVersions.js +3 -0
- package/esm/resources/V2/Billing/PricingPlanVersions.js.map +1 -0
- package/esm/resources/V2/Billing/PricingPlans/Components.d.ts +142 -0
- package/esm/resources/V2/Billing/PricingPlans/Components.js +37 -0
- package/esm/resources/V2/Billing/PricingPlans/Components.js.map +1 -0
- package/esm/resources/V2/Billing/PricingPlans/Versions.d.ts +33 -0
- package/esm/resources/V2/Billing/PricingPlans/Versions.js +19 -0
- package/esm/resources/V2/Billing/PricingPlans/Versions.js.map +1 -0
- package/esm/resources/V2/Billing/PricingPlans.d.ts +169 -0
- package/esm/resources/V2/Billing/PricingPlans.js +39 -0
- package/esm/resources/V2/Billing/PricingPlans.js.map +1 -0
- package/esm/resources/V2/Billing/Profiles.d.ts +162 -0
- package/esm/resources/V2/Billing/Profiles.js +31 -0
- package/esm/resources/V2/Billing/Profiles.js.map +1 -0
- package/esm/resources/V2/Billing/RateCardCustomPricingUnitOverageRates.d.ts +45 -0
- package/esm/resources/V2/Billing/RateCardCustomPricingUnitOverageRates.js +3 -0
- package/esm/resources/V2/Billing/RateCardCustomPricingUnitOverageRates.js.map +1 -0
- package/esm/resources/V2/Billing/RateCardRates.d.ts +111 -0
- package/esm/resources/V2/Billing/RateCardRates.js +3 -0
- package/esm/resources/V2/Billing/RateCardRates.js.map +1 -0
- package/esm/resources/V2/Billing/RateCardSubscriptions.d.ts +215 -0
- package/esm/resources/V2/Billing/RateCardSubscriptions.js +37 -0
- package/esm/resources/V2/Billing/RateCardSubscriptions.js.map +1 -0
- package/esm/resources/V2/Billing/RateCardVersions.d.ts +22 -0
- package/esm/resources/V2/Billing/RateCardVersions.js +3 -0
- package/esm/resources/V2/Billing/RateCardVersions.js.map +1 -0
- package/esm/resources/V2/Billing/RateCards/CustomPricingUnitOverageRates.d.ts +79 -0
- package/esm/resources/V2/Billing/RateCards/CustomPricingUnitOverageRates.js +31 -0
- package/esm/resources/V2/Billing/RateCards/CustomPricingUnitOverageRates.js.map +1 -0
- package/esm/resources/V2/Billing/RateCards/Rates.d.ts +145 -0
- package/esm/resources/V2/Billing/RateCards/Rates.js +106 -0
- package/esm/resources/V2/Billing/RateCards/Rates.js.map +1 -0
- package/esm/resources/V2/Billing/RateCards/Versions.d.ts +33 -0
- package/esm/resources/V2/Billing/RateCards/Versions.js +19 -0
- package/esm/resources/V2/Billing/RateCards/Versions.js.map +1 -0
- package/esm/resources/V2/Billing/RateCards.d.ts +336 -0
- package/esm/resources/V2/Billing/RateCards.js +72 -0
- package/esm/resources/V2/Billing/RateCards.js.map +1 -0
- package/esm/resources/V2/Billing/ServiceActions.d.ts +510 -0
- package/esm/resources/V2/Billing/ServiceActions.js +158 -0
- package/esm/resources/V2/Billing/ServiceActions.js.map +1 -0
- package/esm/resources/V2/Billing/index.d.ts +175 -6
- package/esm/resources/V2/Billing/index.js +32 -0
- package/esm/resources/V2/Billing/index.js.map +1 -1
- package/esm/resources/V2/Core/AccountEvaluations.d.ts +156 -0
- package/esm/resources/V2/Core/AccountEvaluations.js +11 -0
- package/esm/resources/V2/Core/AccountEvaluations.js.map +1 -0
- package/esm/resources/V2/Core/AccountLinks.d.ts +158 -6
- package/esm/resources/V2/Core/AccountPersons.d.ts +1 -1
- package/esm/resources/V2/Core/AccountTokens.d.ts +220 -2
- package/esm/resources/V2/Core/Accounts/PersonTokens.d.ts +1 -1
- package/esm/resources/V2/Core/Accounts/Persons.d.ts +2 -2
- package/esm/resources/V2/Core/Accounts.d.ts +15174 -1219
- package/esm/resources/V2/Core/Accounts.js +10284 -53
- package/esm/resources/V2/Core/Accounts.js.map +1 -1
- package/esm/resources/V2/Core/ApprovalRequests.d.ts +330 -0
- package/esm/resources/V2/Core/ApprovalRequests.js +42 -0
- package/esm/resources/V2/Core/ApprovalRequests.js.map +1 -0
- package/esm/resources/V2/Core/BatchJobs.d.ts +360 -0
- package/esm/resources/V2/Core/BatchJobs.js +221 -0
- package/esm/resources/V2/Core/BatchJobs.js.map +1 -0
- package/esm/resources/V2/Core/ClaimableSandboxes.d.ts +225 -0
- package/esm/resources/V2/Core/ClaimableSandboxes.js +27 -0
- package/esm/resources/V2/Core/ClaimableSandboxes.js.map +1 -0
- package/esm/resources/V2/Core/ConnectionSessions.d.ts +86 -0
- package/esm/resources/V2/Core/ConnectionSessions.js +17 -0
- package/esm/resources/V2/Core/ConnectionSessions.js.map +1 -0
- package/esm/resources/V2/Core/Events.d.ts +7671 -232
- package/esm/resources/V2/Core/FeeBatches.d.ts +233 -0
- package/esm/resources/V2/Core/FeeBatches.js +19 -0
- package/esm/resources/V2/Core/FeeBatches.js.map +1 -0
- package/esm/resources/V2/Core/FeeEntries.d.ts +199 -0
- package/esm/resources/V2/Core/FeeEntries.js +19 -0
- package/esm/resources/V2/Core/FeeEntries.js.map +1 -0
- package/esm/resources/V2/Core/Health/AlertHistoryEntries.d.ts +416 -0
- package/esm/resources/V2/Core/Health/AlertHistoryEntries.js +3 -0
- package/esm/resources/V2/Core/Health/AlertHistoryEntries.js.map +1 -0
- package/esm/resources/V2/Core/Health/Alerts/History.d.ts +23 -0
- package/esm/resources/V2/Core/Health/Alerts/History.js +97 -0
- package/esm/resources/V2/Core/Health/Alerts/History.js.map +1 -0
- package/esm/resources/V2/Core/Health/Alerts.d.ts +530 -0
- package/esm/resources/V2/Core/Health/Alerts.js +178 -0
- package/esm/resources/V2/Core/Health/Alerts.js.map +1 -0
- package/esm/resources/V2/Core/Health/index.d.ts +16 -0
- package/esm/resources/V2/Core/Health/index.js +9 -0
- package/esm/resources/V2/Core/Health/index.js.map +1 -0
- package/esm/resources/V2/Core/Vault/GbBankAccounts.d.ts +279 -0
- package/esm/resources/V2/Core/Vault/GbBankAccounts.js +50 -0
- package/esm/resources/V2/Core/Vault/GbBankAccounts.js.map +1 -0
- package/esm/resources/V2/Core/Vault/UsBankAccounts.d.ts +251 -0
- package/esm/resources/V2/Core/Vault/UsBankAccounts.js +61 -0
- package/esm/resources/V2/Core/Vault/UsBankAccounts.js.map +1 -0
- package/esm/resources/V2/Core/Vault/index.d.ts +28 -0
- package/esm/resources/V2/Core/Vault/index.js +11 -0
- package/esm/resources/V2/Core/Vault/index.js.map +1 -0
- package/esm/resources/V2/Core/index.d.ts +66 -14
- package/esm/resources/V2/Core/index.js +18 -0
- package/esm/resources/V2/Core/index.js.map +1 -1
- package/esm/resources/V2/Data/Analytics/MetricQuery.d.ts +73 -0
- package/esm/resources/V2/Data/Analytics/MetricQuery.js +32 -0
- package/esm/resources/V2/Data/Analytics/MetricQuery.js.map +1 -0
- package/esm/resources/V2/Data/Analytics/MetricQueryResults.d.ts +76 -0
- package/esm/resources/V2/Data/Analytics/MetricQueryResults.js +3 -0
- package/esm/resources/V2/Data/Analytics/MetricQueryResults.js.map +1 -0
- package/esm/resources/V2/Data/Analytics/index.d.ts +12 -0
- package/esm/resources/V2/Data/Analytics/index.js +9 -0
- package/esm/resources/V2/Data/Analytics/index.js.map +1 -0
- package/esm/resources/V2/Data/Reporting/QueryRuns.d.ts +171 -0
- package/esm/resources/V2/Data/Reporting/QueryRuns.js +42 -0
- package/esm/resources/V2/Data/Reporting/QueryRuns.js.map +1 -0
- package/esm/resources/V2/Data/Reporting/index.d.ts +13 -0
- package/esm/resources/V2/Data/Reporting/index.js +9 -0
- package/esm/resources/V2/Data/Reporting/index.js.map +1 -0
- package/esm/resources/V2/Data/index.d.ts +13 -0
- package/esm/resources/V2/Data/index.js +11 -0
- package/esm/resources/V2/Data/index.js.map +1 -0
- package/esm/resources/V2/Extend/WorkflowRuns.d.ts +162 -0
- package/esm/resources/V2/Extend/WorkflowRuns.js +19 -0
- package/esm/resources/V2/Extend/WorkflowRuns.js.map +1 -0
- package/esm/resources/V2/Extend/Workflows.d.ts +119 -0
- package/esm/resources/V2/Extend/Workflows.js +26 -0
- package/esm/resources/V2/Extend/Workflows.js.map +1 -0
- package/esm/resources/V2/Extend/index.d.ts +20 -0
- package/esm/resources/V2/Extend/index.js +11 -0
- package/esm/resources/V2/Extend/index.js.map +1 -0
- package/esm/resources/V2/FinancialAddressCreditSimulations.d.ts +14 -0
- package/esm/resources/V2/FinancialAddressCreditSimulations.js +3 -0
- package/esm/resources/V2/FinancialAddressCreditSimulations.js.map +1 -0
- package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.d.ts +19 -0
- package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.js +3 -0
- package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.js.map +1 -0
- package/esm/resources/V2/Iam/ActivityLogs.d.ts +210 -0
- package/esm/resources/V2/Iam/ActivityLogs.js +19 -0
- package/esm/resources/V2/Iam/ActivityLogs.js.map +1 -0
- package/esm/resources/V2/Iam/ApiKeys.d.ts +304 -0
- package/esm/resources/V2/Iam/ApiKeys.js +43 -0
- package/esm/resources/V2/Iam/ApiKeys.js.map +1 -0
- package/esm/resources/V2/Iam/index.d.ts +23 -0
- package/esm/resources/V2/Iam/index.js +11 -0
- package/esm/resources/V2/Iam/index.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/Adjustments.d.ts +135 -0
- package/esm/resources/V2/MoneyManagement/Adjustments.js +19 -0
- package/esm/resources/V2/MoneyManagement/Adjustments.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/CurrencyConversions.d.ts +131 -0
- package/esm/resources/V2/MoneyManagement/CurrencyConversions.js +27 -0
- package/esm/resources/V2/MoneyManagement/CurrencyConversions.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/DebitDisputes.d.ts +167 -0
- package/esm/resources/V2/MoneyManagement/DebitDisputes.js +25 -0
- package/esm/resources/V2/MoneyManagement/DebitDisputes.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/FinancialAccountStatements.d.ts +99 -0
- package/esm/resources/V2/MoneyManagement/FinancialAccountStatements.js +3 -0
- package/esm/resources/V2/MoneyManagement/FinancialAccountStatements.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/FinancialAccounts/Statements.d.ts +44 -0
- package/esm/resources/V2/MoneyManagement/FinancialAccounts/Statements.js +49 -0
- package/esm/resources/V2/MoneyManagement/FinancialAccounts/Statements.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/FinancialAccounts.d.ts +449 -0
- package/esm/resources/V2/MoneyManagement/FinancialAccounts.js +46 -0
- package/esm/resources/V2/MoneyManagement/FinancialAccounts.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/FinancialAddressDebitSimulations.d.ts +14 -0
- package/esm/resources/V2/MoneyManagement/FinancialAddressDebitSimulations.js +3 -0
- package/esm/resources/V2/MoneyManagement/FinancialAddressDebitSimulations.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/FinancialAddresses.d.ts +304 -0
- package/esm/resources/V2/MoneyManagement/FinancialAddresses.js +27 -0
- package/esm/resources/V2/MoneyManagement/FinancialAddresses.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/InboundTransfers.d.ts +250 -0
- package/esm/resources/V2/MoneyManagement/InboundTransfers.js +26 -0
- package/esm/resources/V2/MoneyManagement/InboundTransfers.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +218 -0
- package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +18 -0
- package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/OutboundPayments.d.ts +638 -0
- package/esm/resources/V2/MoneyManagement/OutboundPayments.js +37 -0
- package/esm/resources/V2/MoneyManagement/OutboundPayments.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.d.ts +317 -0
- package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js +45 -0
- package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/OutboundTransfers.d.ts +394 -0
- package/esm/resources/V2/MoneyManagement/OutboundTransfers.js +35 -0
- package/esm/resources/V2/MoneyManagement/OutboundTransfers.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/PayoutIntents.d.ts +525 -0
- package/esm/resources/V2/MoneyManagement/PayoutIntents.js +40 -0
- package/esm/resources/V2/MoneyManagement/PayoutIntents.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/PayoutMethods.d.ts +266 -0
- package/esm/resources/V2/MoneyManagement/PayoutMethods.js +40 -0
- package/esm/resources/V2/MoneyManagement/PayoutMethods.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts +92 -0
- package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +13 -0
- package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/ReceivedCredits.d.ts +458 -0
- package/esm/resources/V2/MoneyManagement/ReceivedCredits.js +19 -0
- package/esm/resources/V2/MoneyManagement/ReceivedCredits.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/ReceivedDebits.d.ts +263 -0
- package/esm/resources/V2/MoneyManagement/ReceivedDebits.js +19 -0
- package/esm/resources/V2/MoneyManagement/ReceivedDebits.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/RecipientVerifications.d.ts +116 -0
- package/esm/resources/V2/MoneyManagement/RecipientVerifications.js +23 -0
- package/esm/resources/V2/MoneyManagement/RecipientVerifications.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/TestHelpers/FinancialAddresses.d.ts +30 -0
- package/esm/resources/V2/MoneyManagement/TestHelpers/FinancialAddresses.js +11 -0
- package/esm/resources/V2/MoneyManagement/TestHelpers/FinancialAddresses.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/TestHelpers/index.d.ts +8 -0
- package/esm/resources/V2/MoneyManagement/TestHelpers/index.js +9 -0
- package/esm/resources/V2/MoneyManagement/TestHelpers/index.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/TransactionEntries.d.ts +265 -0
- package/esm/resources/V2/MoneyManagement/TransactionEntries.js +19 -0
- package/esm/resources/V2/MoneyManagement/TransactionEntries.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/Transactions.d.ts +296 -0
- package/esm/resources/V2/MoneyManagement/Transactions.js +19 -0
- package/esm/resources/V2/MoneyManagement/Transactions.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/index.d.ts +143 -0
- package/esm/resources/V2/MoneyManagement/index.js +45 -0
- package/esm/resources/V2/MoneyManagement/index.js.map +1 -0
- package/esm/resources/V2/Network/BusinessProfiles.d.ts +92 -0
- package/esm/resources/V2/Network/BusinessProfiles.js +17 -0
- package/esm/resources/V2/Network/BusinessProfiles.js.map +1 -0
- package/esm/resources/V2/Network/index.d.ts +13 -0
- package/esm/resources/V2/Network/index.js +9 -0
- package/esm/resources/V2/Network/index.js.map +1 -0
- package/esm/resources/V2/OrchestratedCommerce/Agreements.d.ts +143 -0
- package/esm/resources/V2/OrchestratedCommerce/Agreements.js +37 -0
- package/esm/resources/V2/OrchestratedCommerce/Agreements.js.map +1 -0
- package/esm/resources/V2/OrchestratedCommerce/index.d.ts +16 -0
- package/esm/resources/V2/OrchestratedCommerce/index.js +9 -0
- package/esm/resources/V2/OrchestratedCommerce/index.js.map +1 -0
- package/esm/resources/V2/Payments/OffSessionPayments.d.ts +823 -0
- package/esm/resources/V2/Payments/OffSessionPayments.js +49 -0
- package/esm/resources/V2/Payments/OffSessionPayments.js.map +1 -0
- package/esm/resources/V2/Payments/SettlementAllocationIntentSplits.d.ts +73 -0
- package/esm/resources/V2/Payments/SettlementAllocationIntentSplits.js +3 -0
- package/esm/resources/V2/Payments/SettlementAllocationIntentSplits.js.map +1 -0
- package/esm/resources/V2/Payments/SettlementAllocationIntents/Splits.d.ts +85 -0
- package/esm/resources/V2/Payments/SettlementAllocationIntents/Splits.js +31 -0
- package/esm/resources/V2/Payments/SettlementAllocationIntents/Splits.js.map +1 -0
- package/esm/resources/V2/Payments/SettlementAllocationIntents.d.ts +209 -0
- package/esm/resources/V2/Payments/SettlementAllocationIntents.js +49 -0
- package/esm/resources/V2/Payments/SettlementAllocationIntents.js.map +1 -0
- package/esm/resources/V2/Payments/index.d.ts +31 -0
- package/esm/resources/V2/Payments/index.js +11 -0
- package/esm/resources/V2/Payments/index.js.map +1 -0
- package/esm/resources/V2/Reporting/ReportRuns.d.ts +190 -0
- package/esm/resources/V2/Reporting/ReportRuns.js +46 -0
- package/esm/resources/V2/Reporting/ReportRuns.js.map +1 -0
- package/esm/resources/V2/Reporting/Reports.d.ts +106 -0
- package/esm/resources/V2/Reporting/Reports.js +13 -0
- package/esm/resources/V2/Reporting/Reports.js.map +1 -0
- package/esm/resources/V2/Reporting/index.d.ts +18 -0
- package/esm/resources/V2/Reporting/index.js +11 -0
- package/esm/resources/V2/Reporting/index.js.map +1 -0
- package/esm/resources/V2/Signals/AccountSignals.d.ts +172 -0
- package/esm/resources/V2/Signals/AccountSignals.js +54 -0
- package/esm/resources/V2/Signals/AccountSignals.js.map +1 -0
- package/esm/resources/V2/Signals/index.d.ts +13 -0
- package/esm/resources/V2/Signals/index.js +9 -0
- package/esm/resources/V2/Signals/index.js.map +1 -0
- package/esm/resources/V2/Tax/ManualRules.d.ts +331 -0
- package/esm/resources/V2/Tax/ManualRules.js +189 -0
- package/esm/resources/V2/Tax/ManualRules.js.map +1 -0
- package/esm/resources/V2/Tax/index.d.ts +16 -0
- package/esm/resources/V2/Tax/index.js +9 -0
- package/esm/resources/V2/Tax/index.js.map +1 -0
- package/esm/resources/V2/TestHelpers/FinancialAddresses.d.ts +44 -0
- package/esm/resources/V2/TestHelpers/FinancialAddresses.js +19 -0
- package/esm/resources/V2/TestHelpers/FinancialAddresses.js.map +1 -0
- package/esm/resources/V2/TestHelpers/MoneyManagement.d.ts +31 -0
- package/esm/resources/V2/TestHelpers/MoneyManagement.js +11 -0
- package/esm/resources/V2/TestHelpers/MoneyManagement.js.map +1 -0
- package/esm/resources/V2/TestHelpers/index.d.ts +10 -0
- package/esm/resources/V2/TestHelpers/index.js +11 -0
- package/esm/resources/V2/TestHelpers/index.js.map +1 -0
- package/esm/resources/V2/index.d.ts +39 -0
- package/esm/resources/V2/index.js +22 -0
- package/esm/resources/V2/index.js.map +1 -1
- package/esm/resources/WebhookEndpoints.d.ts +2 -2
- package/esm/resources.d.ts +20 -0
- package/esm/resources.js +252 -0
- package/esm/resources.js.map +1 -1
- package/esm/stripe.core.d.ts +161 -54
- package/esm/stripe.core.js +45 -2
- package/esm/stripe.core.js.map +1 -1
- package/esm/stripe.esm.node.d.ts +161 -54
- package/esm/stripe.esm.node.js +45 -2
- package/esm/stripe.esm.node.js.map +1 -1
- package/package.json +1 -1
|
@@ -77,14 +77,46 @@ export declare class SubscriptionResource extends StripeResource {
|
|
|
77
77
|
* to an hour behind during outages. Search functionality is not available to merchants in India.
|
|
78
78
|
*/
|
|
79
79
|
search(params: SubscriptionSearchParams, options?: RequestOptions): ApiSearchResultPromise<Subscription>;
|
|
80
|
+
/**
|
|
81
|
+
* Attach a Billing Cadence to an existing subscription. When attached, the subscription is billed by the Billing Cadence, potentially sharing invoices with the other subscriptions linked to the Billing Cadence.
|
|
82
|
+
*/
|
|
83
|
+
attachCadence(id: string, params: SubscriptionAttachCadenceParams, options?: RequestOptions): Promise<Response<Subscription>>;
|
|
80
84
|
/**
|
|
81
85
|
* Upgrade the billing_mode of an existing subscription.
|
|
82
86
|
*/
|
|
83
87
|
migrate(id: string, params: SubscriptionMigrateParams, options?: RequestOptions): Promise<Response<Subscription>>;
|
|
88
|
+
/**
|
|
89
|
+
* Pauses a subscription by transitioning it to the paused status. A paused subscription does not generate invoices and will not advance to new billing periods. The subscription can be resumed later using the resume endpoint. Cannot pause subscriptions with attached schedules.
|
|
90
|
+
*/
|
|
91
|
+
pause(id: string, params?: SubscriptionPauseParams, options?: RequestOptions): Promise<Response<Subscription>>;
|
|
84
92
|
/**
|
|
85
93
|
* Initiates resumption of a paused subscription, optionally resetting the billing cycle anchor and creating prorations. Resume is only available for subscriptions that use charge_automatically collection. If Stripe doesn't generate a resumption invoice, the subscription becomes active immediately. When a resumption invoice is generated, Stripe finalizes it immediately. If the invoice is paid or marked uncollectible, the subscription becomes active. If the invoice is manually voided, the subscription stays paused. If there is no payment attempt within 23 hours, Stripe voids the invoice and the subscription stays paused. Learn more about [resuming subscriptions](https://docs.stripe.com/docs/billing/subscriptions/pause#resume-subscriptions).
|
|
86
94
|
*/
|
|
87
95
|
resume(id: string, params?: SubscriptionResumeParams, options?: RequestOptions): Promise<Response<Subscription>>;
|
|
96
|
+
serializeBatchCancel(subscriptionExposedId: string, params?: Record<string, unknown>, options?: {
|
|
97
|
+
apiVersion?: string;
|
|
98
|
+
stripeContext?: string;
|
|
99
|
+
}): string;
|
|
100
|
+
serializeBatchUpdate(subscriptionExposedId: string, params?: Record<string, unknown>, options?: {
|
|
101
|
+
apiVersion?: string;
|
|
102
|
+
stripeContext?: string;
|
|
103
|
+
}): string;
|
|
104
|
+
serializeBatchCreate(params?: Record<string, unknown>, options?: {
|
|
105
|
+
apiVersion?: string;
|
|
106
|
+
stripeContext?: string;
|
|
107
|
+
}): string;
|
|
108
|
+
serializeBatchMigrate(subscription: string, params?: Record<string, unknown>, options?: {
|
|
109
|
+
apiVersion?: string;
|
|
110
|
+
stripeContext?: string;
|
|
111
|
+
}): string;
|
|
112
|
+
serializeBatchPause(subscription: string, params?: Record<string, unknown>, options?: {
|
|
113
|
+
apiVersion?: string;
|
|
114
|
+
stripeContext?: string;
|
|
115
|
+
}): string;
|
|
116
|
+
serializeBatchResume(subscription: string, params?: Record<string, unknown>, options?: {
|
|
117
|
+
apiVersion?: string;
|
|
118
|
+
stripeContext?: string;
|
|
119
|
+
}): string;
|
|
88
120
|
}
|
|
89
121
|
export interface Subscription {
|
|
90
122
|
/**
|
|
@@ -104,6 +136,10 @@ export interface Subscription {
|
|
|
104
136
|
*/
|
|
105
137
|
application_fee_percent: number | null;
|
|
106
138
|
automatic_tax: Subscription.AutomaticTax;
|
|
139
|
+
/**
|
|
140
|
+
* The Billing Cadence which controls the timing of recurring invoice generation for this subscription.If unset, the subscription will bill according to its own configured schedule and create its own invoices.If set, this subscription will be billed by the cadence instead, potentially sharing invoices with the other subscriptions linked to that Cadence.
|
|
141
|
+
*/
|
|
142
|
+
billing_cadence?: string;
|
|
107
143
|
/**
|
|
108
144
|
* The reference point that aligns future [billing cycle](https://docs.stripe.com/subscriptions/billing-cycle) dates. It sets the day of week for `week` intervals, the day of month for `month` and `year` intervals, and the month of year for `year` intervals. The timestamp is in UTC format.
|
|
109
145
|
*/
|
|
@@ -193,6 +229,10 @@ export interface Subscription {
|
|
|
193
229
|
* List of subscription items, each with an attached price.
|
|
194
230
|
*/
|
|
195
231
|
items: ApiList<SubscriptionItem>;
|
|
232
|
+
/**
|
|
233
|
+
* Details of the most recent price migration that failed for the subscription.
|
|
234
|
+
*/
|
|
235
|
+
last_price_migration_error?: Subscription.LastPriceMigrationError | null;
|
|
196
236
|
/**
|
|
197
237
|
* The most recent invoice this subscription has generated over its lifecycle (for example, when it cycles or is updated).
|
|
198
238
|
*/
|
|
@@ -237,6 +277,10 @@ export interface Subscription {
|
|
|
237
277
|
* If specified, [pending updates](https://docs.stripe.com/billing/subscriptions/pending-updates) that will be applied to the subscription once the `latest_invoice` has been paid.
|
|
238
278
|
*/
|
|
239
279
|
pending_update: Subscription.PendingUpdate | null;
|
|
280
|
+
/**
|
|
281
|
+
* Time period and invoice for a Subscription billed in advance.
|
|
282
|
+
*/
|
|
283
|
+
prebilling?: Subscription.Prebilling | null;
|
|
240
284
|
presentment_details?: Subscription.PresentmentDetails;
|
|
241
285
|
/**
|
|
242
286
|
* The schedule attached to the subscription
|
|
@@ -260,6 +304,10 @@ export interface Subscription {
|
|
|
260
304
|
* If subscription `collection_method=send_invoice` it becomes `past_due` when its invoice is not paid by the due date, and `canceled` or `unpaid` if it is still not paid by an additional deadline after that. Note that when a subscription has a status of `unpaid`, no subsequent invoices will be attempted (invoices will be created, but then immediately automatically closed). After receiving updated payment information from a customer, you may choose to reopen and pay their closed invoices.
|
|
261
305
|
*/
|
|
262
306
|
status: Subscription.Status;
|
|
307
|
+
/**
|
|
308
|
+
* Describes changes to the subscription's status.
|
|
309
|
+
*/
|
|
310
|
+
status_details?: Subscription.StatusDetails;
|
|
263
311
|
/**
|
|
264
312
|
* ID of the test clock this subscription belongs to.
|
|
265
313
|
*/
|
|
@@ -390,6 +438,20 @@ export declare namespace Subscription {
|
|
|
390
438
|
footer: string | null;
|
|
391
439
|
issuer: InvoiceSettings.Issuer;
|
|
392
440
|
}
|
|
441
|
+
interface LastPriceMigrationError {
|
|
442
|
+
/**
|
|
443
|
+
* The time at which the price migration encountered an error.
|
|
444
|
+
*/
|
|
445
|
+
errored_at: number;
|
|
446
|
+
/**
|
|
447
|
+
* The involved price pairs in each failed transition.
|
|
448
|
+
*/
|
|
449
|
+
failed_transitions: Array<LastPriceMigrationError.FailedTransition>;
|
|
450
|
+
/**
|
|
451
|
+
* The type of error encountered by the price migration.
|
|
452
|
+
*/
|
|
453
|
+
type: 'price_uniqueness_violation';
|
|
454
|
+
}
|
|
393
455
|
interface ManagedPayments {
|
|
394
456
|
/**
|
|
395
457
|
* Set to `true` to enable [Managed Payments](https://docs.stripe.com/payments/managed-payments), Stripe's merchant of record solution, for this session.
|
|
@@ -451,6 +513,10 @@ export declare namespace Subscription {
|
|
|
451
513
|
* Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
|
|
452
514
|
*/
|
|
453
515
|
metadata: Metadata | null;
|
|
516
|
+
/**
|
|
517
|
+
* The number of iterations of prebilling to apply.
|
|
518
|
+
*/
|
|
519
|
+
prebilling_iterations?: number | null;
|
|
454
520
|
/**
|
|
455
521
|
* List of subscription items, each with an attached plan, that will be set if the update is applied.
|
|
456
522
|
*/
|
|
@@ -464,6 +530,24 @@ export declare namespace Subscription {
|
|
|
464
530
|
*/
|
|
465
531
|
trial_from_plan: boolean | null;
|
|
466
532
|
}
|
|
533
|
+
interface Prebilling {
|
|
534
|
+
/**
|
|
535
|
+
* ID of the prebilling invoice.
|
|
536
|
+
*/
|
|
537
|
+
invoice: string | Invoice;
|
|
538
|
+
/**
|
|
539
|
+
* The end of the last period for which the invoice pre-bills.
|
|
540
|
+
*/
|
|
541
|
+
period_end: number;
|
|
542
|
+
/**
|
|
543
|
+
* The start of the first period for which the invoice pre-bills.
|
|
544
|
+
*/
|
|
545
|
+
period_start: number;
|
|
546
|
+
/**
|
|
547
|
+
* Whether to cancel or preserve `prebilling` if the subscription is updated during the prebilled period.
|
|
548
|
+
*/
|
|
549
|
+
update_behavior?: Prebilling.UpdateBehavior;
|
|
550
|
+
}
|
|
467
551
|
interface PresentmentDetails {
|
|
468
552
|
/**
|
|
469
553
|
* Currency used for customer payments.
|
|
@@ -471,6 +555,12 @@ export declare namespace Subscription {
|
|
|
471
555
|
presentment_currency: string;
|
|
472
556
|
}
|
|
473
557
|
type Status = 'active' | 'canceled' | 'incomplete' | 'incomplete_expired' | 'past_due' | 'paused' | 'trialing' | 'unpaid';
|
|
558
|
+
interface StatusDetails {
|
|
559
|
+
/**
|
|
560
|
+
* Indicates when and why the subscription transitioned to the paused status.
|
|
561
|
+
*/
|
|
562
|
+
paused: StatusDetails.Paused;
|
|
563
|
+
}
|
|
474
564
|
interface TransferData {
|
|
475
565
|
/**
|
|
476
566
|
* A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the destination account. By default, the entire amount is transferred to the destination.
|
|
@@ -499,7 +589,7 @@ export declare namespace Subscription {
|
|
|
499
589
|
type: Liability.Type;
|
|
500
590
|
}
|
|
501
591
|
namespace Liability {
|
|
502
|
-
type Type = 'account' | 'self';
|
|
592
|
+
type Type = 'account' | 'application' | 'self';
|
|
503
593
|
}
|
|
504
594
|
}
|
|
505
595
|
namespace BillingMode {
|
|
@@ -586,7 +676,19 @@ export declare namespace Subscription {
|
|
|
586
676
|
type: Issuer.Type;
|
|
587
677
|
}
|
|
588
678
|
namespace Issuer {
|
|
589
|
-
type Type = 'account' | 'self';
|
|
679
|
+
type Type = 'account' | 'application' | 'self';
|
|
680
|
+
}
|
|
681
|
+
}
|
|
682
|
+
namespace LastPriceMigrationError {
|
|
683
|
+
interface FailedTransition {
|
|
684
|
+
/**
|
|
685
|
+
* The original price to be migrated.
|
|
686
|
+
*/
|
|
687
|
+
source_price: string;
|
|
688
|
+
/**
|
|
689
|
+
* The intended resulting price of the migration.
|
|
690
|
+
*/
|
|
691
|
+
target_price: string;
|
|
590
692
|
}
|
|
591
693
|
}
|
|
592
694
|
namespace PauseCollection {
|
|
@@ -602,14 +704,30 @@ export declare namespace Subscription {
|
|
|
602
704
|
* This sub-hash contains details about the Bancontact payment method options to pass to invoices created by the subscription.
|
|
603
705
|
*/
|
|
604
706
|
bancontact: PaymentMethodOptions.Bancontact | null;
|
|
707
|
+
/**
|
|
708
|
+
* This sub-hash contains details about the Bizum payment method options to pass to invoices created by the subscription.
|
|
709
|
+
*/
|
|
710
|
+
bizum?: PaymentMethodOptions.Bizum | null;
|
|
711
|
+
/**
|
|
712
|
+
* This sub-hash contains details about the Blik payment method options to pass to invoices created by the subscription.
|
|
713
|
+
*/
|
|
714
|
+
blik?: PaymentMethodOptions.Blik | null;
|
|
605
715
|
/**
|
|
606
716
|
* This sub-hash contains details about the Card payment method options to pass to invoices created by the subscription.
|
|
607
717
|
*/
|
|
608
718
|
card: PaymentMethodOptions.Card | null;
|
|
719
|
+
/**
|
|
720
|
+
* This sub-hash contains details about the Check Scan payment method options to pass to invoices created by the subscription.
|
|
721
|
+
*/
|
|
722
|
+
check_scan?: PaymentMethodOptions.CheckScan | null;
|
|
609
723
|
/**
|
|
610
724
|
* This sub-hash contains details about the Bank transfer payment method options to pass to invoices created by the subscription.
|
|
611
725
|
*/
|
|
612
726
|
customer_balance: PaymentMethodOptions.CustomerBalance | null;
|
|
727
|
+
/**
|
|
728
|
+
* This sub-hash contains details about the Indonesia bank transfer payment method options to pass to invoices created by the subscription.
|
|
729
|
+
*/
|
|
730
|
+
id_bank_transfer?: PaymentMethodOptions.IdBankTransfer | null;
|
|
613
731
|
/**
|
|
614
732
|
* This sub-hash contains details about the Konbini payment method options to pass to invoices created by the subscription.
|
|
615
733
|
*/
|
|
@@ -634,8 +752,12 @@ export declare namespace Subscription {
|
|
|
634
752
|
* This sub-hash contains details about the ACH direct debit payment method options to pass to invoices created by the subscription.
|
|
635
753
|
*/
|
|
636
754
|
us_bank_account: PaymentMethodOptions.UsBankAccount | null;
|
|
755
|
+
/**
|
|
756
|
+
* This sub-hash contains details about the WeChat Pay payment method options to pass to invoices created by the subscription.
|
|
757
|
+
*/
|
|
758
|
+
wechat_pay?: PaymentMethodOptions.WechatPay | null;
|
|
637
759
|
}
|
|
638
|
-
type PaymentMethodType = 'ach_credit_transfer' | 'ach_debit' | 'acss_debit' | 'affirm' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'boleto' | 'card' | 'cashapp' | 'crypto' | 'custom' | 'customer_balance' | 'eps' | 'fpx' | 'giropay' | 'grabpay' | 'ideal' | 'jp_credit_transfer' | 'kakao_pay' | 'klarna' | 'konbini' | 'kr_card' | 'link' | 'multibanco' | 'naver_pay' | 'nz_bank_account' | 'p24' | 'pay_by_bank' | 'payco' | 'paynow' | 'paypal' | 'payto' | 'pix' | 'promptpay' | 'revolut_pay' | 'satispay' | 'sepa_credit_transfer' | 'sepa_debit' | 'sofort' | 'swish' | 'twint' | 'upi' | 'us_bank_account' | 'wechat_pay';
|
|
760
|
+
type PaymentMethodType = 'ach_credit_transfer' | 'ach_debit' | 'acss_debit' | 'affirm' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'bizum' | 'blik' | 'boleto' | 'card' | 'cashapp' | 'check_scan' | 'crypto' | 'custom' | 'customer_balance' | 'eps' | 'fpx' | 'giropay' | 'grabpay' | 'id_bank_transfer' | 'ideal' | 'jp_credit_transfer' | 'kakao_pay' | 'klarna' | 'konbini' | 'kr_card' | 'link' | 'momo' | 'multibanco' | 'naver_pay' | 'nz_bank_account' | 'p24' | 'pay_by_bank' | 'payco' | 'paynow' | 'paypal' | 'payto' | 'pix' | 'promptpay' | 'revolut_pay' | 'satispay' | 'sepa_credit_transfer' | 'sepa_debit' | 'sofort' | 'stripe_balance' | 'swish' | 'twint' | 'upi' | 'us_bank_account' | 'wechat_pay';
|
|
639
761
|
type SaveDefaultPaymentMethod = 'off' | 'on_subscription';
|
|
640
762
|
namespace PaymentMethodOptions {
|
|
641
763
|
interface AcssDebit {
|
|
@@ -651,6 +773,12 @@ export declare namespace Subscription {
|
|
|
651
773
|
*/
|
|
652
774
|
preferred_language: Bancontact.PreferredLanguage;
|
|
653
775
|
}
|
|
776
|
+
interface Bizum {
|
|
777
|
+
mandate_options?: Bizum.MandateOptions;
|
|
778
|
+
}
|
|
779
|
+
interface Blik {
|
|
780
|
+
mandate_options?: Blik.MandateOptions;
|
|
781
|
+
}
|
|
654
782
|
interface Card {
|
|
655
783
|
mandate_options?: Card.MandateOptions;
|
|
656
784
|
/**
|
|
@@ -662,6 +790,8 @@ export declare namespace Subscription {
|
|
|
662
790
|
*/
|
|
663
791
|
request_three_d_secure: Card.RequestThreeDSecure | null;
|
|
664
792
|
}
|
|
793
|
+
interface CheckScan {
|
|
794
|
+
}
|
|
665
795
|
interface CustomerBalance {
|
|
666
796
|
bank_transfer?: CustomerBalance.BankTransfer;
|
|
667
797
|
/**
|
|
@@ -669,6 +799,8 @@ export declare namespace Subscription {
|
|
|
669
799
|
*/
|
|
670
800
|
funding_type: 'bank_transfer' | null;
|
|
671
801
|
}
|
|
802
|
+
interface IdBankTransfer {
|
|
803
|
+
}
|
|
672
804
|
interface Konbini {
|
|
673
805
|
}
|
|
674
806
|
interface Payto {
|
|
@@ -693,6 +825,16 @@ export declare namespace Subscription {
|
|
|
693
825
|
*/
|
|
694
826
|
verification_method?: UsBankAccount.VerificationMethod;
|
|
695
827
|
}
|
|
828
|
+
interface WechatPay {
|
|
829
|
+
/**
|
|
830
|
+
* The app ID registered with WeChat Pay. Only required when client is `ios` or `android`.
|
|
831
|
+
*/
|
|
832
|
+
app_id?: string;
|
|
833
|
+
/**
|
|
834
|
+
* The client type that the end customer will pay from.
|
|
835
|
+
*/
|
|
836
|
+
client?: WechatPay.Client;
|
|
837
|
+
}
|
|
696
838
|
namespace AcssDebit {
|
|
697
839
|
interface MandateOptions {
|
|
698
840
|
/**
|
|
@@ -708,6 +850,26 @@ export declare namespace Subscription {
|
|
|
708
850
|
namespace Bancontact {
|
|
709
851
|
type PreferredLanguage = 'de' | 'en' | 'fr' | 'nl';
|
|
710
852
|
}
|
|
853
|
+
namespace Bizum {
|
|
854
|
+
interface MandateOptions {
|
|
855
|
+
/**
|
|
856
|
+
* Amount to be charged for future payments. Required when `amount_type=fixed`.
|
|
857
|
+
*/
|
|
858
|
+
amount?: number;
|
|
859
|
+
/**
|
|
860
|
+
* Indicates the mandate amount type.
|
|
861
|
+
*/
|
|
862
|
+
amount_type?: 'fixed';
|
|
863
|
+
}
|
|
864
|
+
}
|
|
865
|
+
namespace Blik {
|
|
866
|
+
interface MandateOptions {
|
|
867
|
+
/**
|
|
868
|
+
* Date when the mandate expires and no further payments will be charged. If not provided, the mandate will be set to be indefinite.
|
|
869
|
+
*/
|
|
870
|
+
expires_after: number | null;
|
|
871
|
+
}
|
|
872
|
+
}
|
|
711
873
|
namespace Card {
|
|
712
874
|
interface MandateOptions {
|
|
713
875
|
/**
|
|
@@ -835,27 +997,69 @@ export declare namespace Subscription {
|
|
|
835
997
|
* The account subcategories to use to filter for possible accounts to link. Valid subcategories are `checking` and `savings`.
|
|
836
998
|
*/
|
|
837
999
|
account_subcategories?: Array<Filters.AccountSubcategory>;
|
|
1000
|
+
/**
|
|
1001
|
+
* The institution to use to filter for possible accounts to link.
|
|
1002
|
+
*/
|
|
1003
|
+
institution?: string;
|
|
838
1004
|
}
|
|
839
1005
|
type Permission = 'balances' | 'ownership' | 'payment_method' | 'transactions';
|
|
840
|
-
type Prefetch = 'balances' | 'ownership' | 'transactions';
|
|
1006
|
+
type Prefetch = 'balances' | 'inferred_balances' | 'ownership' | 'transactions';
|
|
841
1007
|
namespace Filters {
|
|
842
1008
|
type AccountSubcategory = 'checking' | 'savings';
|
|
843
1009
|
}
|
|
844
1010
|
}
|
|
845
1011
|
}
|
|
1012
|
+
namespace WechatPay {
|
|
1013
|
+
type Client = 'android' | 'ios' | 'mobile_web' | 'web';
|
|
1014
|
+
}
|
|
846
1015
|
}
|
|
847
1016
|
}
|
|
848
1017
|
namespace PendingInvoiceItemInterval {
|
|
849
1018
|
type Interval = 'day' | 'month' | 'week' | 'year';
|
|
850
1019
|
}
|
|
1020
|
+
namespace Prebilling {
|
|
1021
|
+
type UpdateBehavior = 'prebill' | 'reset';
|
|
1022
|
+
}
|
|
1023
|
+
namespace StatusDetails {
|
|
1024
|
+
interface Paused {
|
|
1025
|
+
/**
|
|
1026
|
+
* Information on the `type=subscription` pause.
|
|
1027
|
+
*/
|
|
1028
|
+
subscription: Paused.Subscription;
|
|
1029
|
+
/**
|
|
1030
|
+
* Unix timestamp in seconds of when the subscription status transitioned to `paused`.
|
|
1031
|
+
*/
|
|
1032
|
+
transitioned_at: number;
|
|
1033
|
+
/**
|
|
1034
|
+
* The type of pause.
|
|
1035
|
+
*/
|
|
1036
|
+
type: 'subscription';
|
|
1037
|
+
}
|
|
1038
|
+
namespace Paused {
|
|
1039
|
+
interface Subscription {
|
|
1040
|
+
/**
|
|
1041
|
+
* The reason that the subscription was paused.
|
|
1042
|
+
*/
|
|
1043
|
+
type: Subscription.Type;
|
|
1044
|
+
}
|
|
1045
|
+
namespace Subscription {
|
|
1046
|
+
type Type = 'pause_requested' | 'system' | 'trial_end_without_payment_method';
|
|
1047
|
+
}
|
|
1048
|
+
}
|
|
1049
|
+
}
|
|
851
1050
|
namespace TrialSettings {
|
|
852
1051
|
interface EndBehavior {
|
|
1052
|
+
/**
|
|
1053
|
+
* Indicates how the subscription's billing cycle anchor is reset when a trial ends. If not set, the default is `now`.
|
|
1054
|
+
*/
|
|
1055
|
+
billing_cycle_anchor?: EndBehavior.BillingCycleAnchor | null;
|
|
853
1056
|
/**
|
|
854
1057
|
* Indicates how the subscription should change when the trial ends if the user did not provide a payment method.
|
|
855
1058
|
*/
|
|
856
1059
|
missing_payment_method: EndBehavior.MissingPaymentMethod;
|
|
857
1060
|
}
|
|
858
1061
|
namespace EndBehavior {
|
|
1062
|
+
type BillingCycleAnchor = 'now' | 'unchanged';
|
|
859
1063
|
type MissingPaymentMethod = 'cancel' | 'create_invoice' | 'pause';
|
|
860
1064
|
}
|
|
861
1065
|
}
|
|
@@ -877,6 +1081,10 @@ export interface SubscriptionCreateParams {
|
|
|
877
1081
|
* A past timestamp to backdate the subscription's start date to. If set, the first invoice will contain line items for the timespan between the start date and the current time. Can be combined with trials and the billing cycle anchor.
|
|
878
1082
|
*/
|
|
879
1083
|
backdate_start_date?: number;
|
|
1084
|
+
/**
|
|
1085
|
+
* The Billing Cadence which controls the timing of recurring invoice generation for this subscription. If unset, the subscription will bill according to its own configured schedule and create its own invoices. If set, this subscription will be billed by the cadence instead, potentially sharing invoices with the other subscriptions linked to that Cadence.
|
|
1086
|
+
*/
|
|
1087
|
+
billing_cadence?: string;
|
|
880
1088
|
/**
|
|
881
1089
|
* A future timestamp in UTC format to anchor the subscription's [billing cycle](https://docs.stripe.com/subscriptions/billing-cycle). The anchor is the reference point that aligns future billing cycle dates. It sets the day of week for `week` intervals, the day of month for `month` and `year` intervals, and the month of year for `year` intervals.
|
|
882
1090
|
*/
|
|
@@ -981,6 +1189,10 @@ export interface SubscriptionCreateParams {
|
|
|
981
1189
|
* Specifies an interval for how often to bill for any pending invoice items. It is analogous to calling [Create an invoice](https://docs.stripe.com/api/invoices/create) for the given subscription at the specified interval.
|
|
982
1190
|
*/
|
|
983
1191
|
pending_invoice_item_interval?: Emptyable<SubscriptionCreateParams.PendingInvoiceItemInterval>;
|
|
1192
|
+
/**
|
|
1193
|
+
* If specified, the invoicing for the given billing cycle iterations will be processed now.
|
|
1194
|
+
*/
|
|
1195
|
+
prebilling?: SubscriptionCreateParams.Prebilling;
|
|
984
1196
|
/**
|
|
985
1197
|
* Determines how to handle [prorations](https://docs.stripe.com/billing/subscriptions/prorations) resulting from the `billing_cycle_anchor`. If no value is passed, the default is `create_prorations`.
|
|
986
1198
|
*/
|
|
@@ -1118,10 +1330,18 @@ export declare namespace SubscriptionCreateParams {
|
|
|
1118
1330
|
* ID of an existing discount on the object (or one of its ancestors) to reuse.
|
|
1119
1331
|
*/
|
|
1120
1332
|
discount?: string;
|
|
1333
|
+
/**
|
|
1334
|
+
* Details to determine how long the discount should be applied for.
|
|
1335
|
+
*/
|
|
1336
|
+
discount_end?: Discount.DiscountEnd;
|
|
1121
1337
|
/**
|
|
1122
1338
|
* ID of the promotion code to create a new discount for.
|
|
1123
1339
|
*/
|
|
1124
1340
|
promotion_code?: string;
|
|
1341
|
+
/**
|
|
1342
|
+
* Settings for discount application including service period anchoring.
|
|
1343
|
+
*/
|
|
1344
|
+
settings?: Discount.Settings;
|
|
1125
1345
|
}
|
|
1126
1346
|
interface InvoiceSettings {
|
|
1127
1347
|
/**
|
|
@@ -1150,6 +1370,10 @@ export declare namespace SubscriptionCreateParams {
|
|
|
1150
1370
|
* Define thresholds at which an invoice will be sent, and the subscription advanced to a new billing period. Pass an empty string to remove previously-defined thresholds.
|
|
1151
1371
|
*/
|
|
1152
1372
|
billing_thresholds?: Emptyable<Item.BillingThresholds>;
|
|
1373
|
+
/**
|
|
1374
|
+
* The trial offer to apply to this subscription item.
|
|
1375
|
+
*/
|
|
1376
|
+
current_trial?: Item.CurrentTrial;
|
|
1153
1377
|
/**
|
|
1154
1378
|
* The coupons to redeem into discounts for the subscription item.
|
|
1155
1379
|
*/
|
|
@@ -1178,6 +1402,10 @@ export declare namespace SubscriptionCreateParams {
|
|
|
1178
1402
|
* A list of [Tax Rate](https://docs.stripe.com/api/tax_rates) ids. These Tax Rates will override the [`default_tax_rates`](https://docs.stripe.com/api/subscriptions/create#create_subscription-default_tax_rates) on the Subscription. When updating, pass an empty string to remove previously-defined tax rates.
|
|
1179
1403
|
*/
|
|
1180
1404
|
tax_rates?: Emptyable<Array<string>>;
|
|
1405
|
+
/**
|
|
1406
|
+
* Define options to configure the trial on the subscription item.
|
|
1407
|
+
*/
|
|
1408
|
+
trial?: Item.Trial;
|
|
1181
1409
|
}
|
|
1182
1410
|
type PaymentBehavior = 'allow_incomplete' | 'default_incomplete' | 'error_if_incomplete' | 'pending_if_incomplete';
|
|
1183
1411
|
interface PaymentSettings {
|
|
@@ -1204,6 +1432,16 @@ export declare namespace SubscriptionCreateParams {
|
|
|
1204
1432
|
*/
|
|
1205
1433
|
interval_count?: number;
|
|
1206
1434
|
}
|
|
1435
|
+
interface Prebilling {
|
|
1436
|
+
/**
|
|
1437
|
+
* This is used to determine the number of billing cycles to prebill.
|
|
1438
|
+
*/
|
|
1439
|
+
iterations: number;
|
|
1440
|
+
/**
|
|
1441
|
+
* Whether to cancel or preserve `prebilling` if the subscription is updated during the prebilled period. The default value is `reset`.
|
|
1442
|
+
*/
|
|
1443
|
+
update_behavior?: Prebilling.UpdateBehavior;
|
|
1444
|
+
}
|
|
1207
1445
|
type ProrationBehavior = 'always_invoice' | 'create_prorations' | 'none';
|
|
1208
1446
|
interface TransferData {
|
|
1209
1447
|
/**
|
|
@@ -1231,6 +1469,10 @@ export declare namespace SubscriptionCreateParams {
|
|
|
1231
1469
|
* ID of an existing discount on the object (or one of its ancestors) to reuse.
|
|
1232
1470
|
*/
|
|
1233
1471
|
discount?: string;
|
|
1472
|
+
/**
|
|
1473
|
+
* Details to determine how long the discount should be applied for.
|
|
1474
|
+
*/
|
|
1475
|
+
discount_end?: Discount.DiscountEnd;
|
|
1234
1476
|
/**
|
|
1235
1477
|
* ID of the promotion code to create a new discount for.
|
|
1236
1478
|
*/
|
|
@@ -1268,6 +1510,38 @@ export declare namespace SubscriptionCreateParams {
|
|
|
1268
1510
|
*/
|
|
1269
1511
|
unit_amount_decimal?: Decimal;
|
|
1270
1512
|
}
|
|
1513
|
+
namespace Discount {
|
|
1514
|
+
interface DiscountEnd {
|
|
1515
|
+
/**
|
|
1516
|
+
* Time span for the redeemed discount.
|
|
1517
|
+
*/
|
|
1518
|
+
duration?: DiscountEnd.Duration;
|
|
1519
|
+
/**
|
|
1520
|
+
* A precise Unix timestamp for the discount to end. Must be in the future.
|
|
1521
|
+
*/
|
|
1522
|
+
timestamp?: number;
|
|
1523
|
+
/**
|
|
1524
|
+
* The type of calculation made to determine when the discount ends.
|
|
1525
|
+
*/
|
|
1526
|
+
type: DiscountEnd.Type;
|
|
1527
|
+
}
|
|
1528
|
+
namespace DiscountEnd {
|
|
1529
|
+
interface Duration {
|
|
1530
|
+
/**
|
|
1531
|
+
* Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
|
|
1532
|
+
*/
|
|
1533
|
+
interval: Duration.Interval;
|
|
1534
|
+
/**
|
|
1535
|
+
* The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
|
|
1536
|
+
*/
|
|
1537
|
+
interval_count: number;
|
|
1538
|
+
}
|
|
1539
|
+
type Type = 'duration' | 'timestamp';
|
|
1540
|
+
namespace Duration {
|
|
1541
|
+
type Interval = 'day' | 'month' | 'week' | 'year';
|
|
1542
|
+
}
|
|
1543
|
+
}
|
|
1544
|
+
}
|
|
1271
1545
|
namespace Period {
|
|
1272
1546
|
interface End {
|
|
1273
1547
|
/**
|
|
@@ -1312,7 +1586,7 @@ export declare namespace SubscriptionCreateParams {
|
|
|
1312
1586
|
type: Liability.Type;
|
|
1313
1587
|
}
|
|
1314
1588
|
namespace Liability {
|
|
1315
|
-
type Type = 'account' | 'self';
|
|
1589
|
+
type Type = 'account' | 'application' | 'self';
|
|
1316
1590
|
}
|
|
1317
1591
|
}
|
|
1318
1592
|
namespace BillingMode {
|
|
@@ -1369,6 +1643,86 @@ export declare namespace SubscriptionCreateParams {
|
|
|
1369
1643
|
}
|
|
1370
1644
|
}
|
|
1371
1645
|
}
|
|
1646
|
+
namespace Discount {
|
|
1647
|
+
interface DiscountEnd {
|
|
1648
|
+
/**
|
|
1649
|
+
* Time span for the redeemed discount.
|
|
1650
|
+
*/
|
|
1651
|
+
duration?: DiscountEnd.Duration;
|
|
1652
|
+
/**
|
|
1653
|
+
* A precise Unix timestamp for the discount to end. Must be in the future.
|
|
1654
|
+
*/
|
|
1655
|
+
timestamp?: number;
|
|
1656
|
+
/**
|
|
1657
|
+
* The type of calculation made to determine when the discount ends.
|
|
1658
|
+
*/
|
|
1659
|
+
type: DiscountEnd.Type;
|
|
1660
|
+
}
|
|
1661
|
+
interface Settings {
|
|
1662
|
+
/**
|
|
1663
|
+
* Configures service period cycle anchoring.
|
|
1664
|
+
*/
|
|
1665
|
+
service_period_anchor_config?: Settings.ServicePeriodAnchorConfig;
|
|
1666
|
+
/**
|
|
1667
|
+
* The start date of the discount's service period when applying a coupon or promotion code with a service period duration. Defaults to `now` if omitted.
|
|
1668
|
+
*/
|
|
1669
|
+
start_date?: Settings.StartDate;
|
|
1670
|
+
}
|
|
1671
|
+
namespace DiscountEnd {
|
|
1672
|
+
interface Duration {
|
|
1673
|
+
/**
|
|
1674
|
+
* Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
|
|
1675
|
+
*/
|
|
1676
|
+
interval: Duration.Interval;
|
|
1677
|
+
/**
|
|
1678
|
+
* The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
|
|
1679
|
+
*/
|
|
1680
|
+
interval_count: number;
|
|
1681
|
+
}
|
|
1682
|
+
type Type = 'duration' | 'timestamp';
|
|
1683
|
+
namespace Duration {
|
|
1684
|
+
type Interval = 'day' | 'month' | 'week' | 'year';
|
|
1685
|
+
}
|
|
1686
|
+
}
|
|
1687
|
+
namespace Settings {
|
|
1688
|
+
interface ServicePeriodAnchorConfig {
|
|
1689
|
+
/**
|
|
1690
|
+
* Anchor the service period to a custom date. Type must be `custom` to specify.
|
|
1691
|
+
*/
|
|
1692
|
+
custom?: ServicePeriodAnchorConfig.Custom;
|
|
1693
|
+
/**
|
|
1694
|
+
* The type of service period anchor config. Defaults to `subscription_service_cycle_anchor` if omitted.
|
|
1695
|
+
*/
|
|
1696
|
+
type?: ServicePeriodAnchorConfig.Type;
|
|
1697
|
+
}
|
|
1698
|
+
type StartDate = 'current_period_end' | 'current_period_start' | 'now';
|
|
1699
|
+
namespace ServicePeriodAnchorConfig {
|
|
1700
|
+
interface Custom {
|
|
1701
|
+
/**
|
|
1702
|
+
* The day of the month the anchor should be. Ranges from 1 to 31.
|
|
1703
|
+
*/
|
|
1704
|
+
day_of_month: number;
|
|
1705
|
+
/**
|
|
1706
|
+
* The hour of the day the anchor should be. Ranges from 0 to 23.
|
|
1707
|
+
*/
|
|
1708
|
+
hour?: number;
|
|
1709
|
+
/**
|
|
1710
|
+
* The minute of the hour the anchor should be. Ranges from 0 to 59.
|
|
1711
|
+
*/
|
|
1712
|
+
minute?: number;
|
|
1713
|
+
/**
|
|
1714
|
+
* The month to start full cycle periods. Ranges from 1 to 12.
|
|
1715
|
+
*/
|
|
1716
|
+
month?: number;
|
|
1717
|
+
/**
|
|
1718
|
+
* The second of the minute the anchor should be. Ranges from 0 to 59.
|
|
1719
|
+
*/
|
|
1720
|
+
second?: number;
|
|
1721
|
+
}
|
|
1722
|
+
type Type = 'custom' | 'subscription_service_cycle_anchor';
|
|
1723
|
+
}
|
|
1724
|
+
}
|
|
1725
|
+
}
|
|
1372
1726
|
namespace InvoiceSettings {
|
|
1373
1727
|
interface CustomField {
|
|
1374
1728
|
/**
|
|
@@ -1391,7 +1745,7 @@ export declare namespace SubscriptionCreateParams {
|
|
|
1391
1745
|
type: Issuer.Type;
|
|
1392
1746
|
}
|
|
1393
1747
|
namespace Issuer {
|
|
1394
|
-
type Type = 'account' | 'self';
|
|
1748
|
+
type Type = 'account' | 'application' | 'self';
|
|
1395
1749
|
}
|
|
1396
1750
|
}
|
|
1397
1751
|
namespace Item {
|
|
@@ -1401,6 +1755,16 @@ export declare namespace SubscriptionCreateParams {
|
|
|
1401
1755
|
*/
|
|
1402
1756
|
usage_gte: number;
|
|
1403
1757
|
}
|
|
1758
|
+
interface CurrentTrial {
|
|
1759
|
+
/**
|
|
1760
|
+
* Unix timestamp representing the end of the trial offer period. Required when the trial offer has `duration.type=timestamp`. Cannot be specified when `duration.type=relative`.
|
|
1761
|
+
*/
|
|
1762
|
+
trial_end?: number;
|
|
1763
|
+
/**
|
|
1764
|
+
* The ID of the trial offer to apply to the subscription item.
|
|
1765
|
+
*/
|
|
1766
|
+
trial_offer: string;
|
|
1767
|
+
}
|
|
1404
1768
|
interface Discount {
|
|
1405
1769
|
/**
|
|
1406
1770
|
* ID of the coupon to create a new discount for.
|
|
@@ -1410,10 +1774,18 @@ export declare namespace SubscriptionCreateParams {
|
|
|
1410
1774
|
* ID of an existing discount on the object (or one of its ancestors) to reuse.
|
|
1411
1775
|
*/
|
|
1412
1776
|
discount?: string;
|
|
1777
|
+
/**
|
|
1778
|
+
* Details to determine how long the discount should be applied for.
|
|
1779
|
+
*/
|
|
1780
|
+
discount_end?: Discount.DiscountEnd;
|
|
1413
1781
|
/**
|
|
1414
1782
|
* ID of the promotion code to create a new discount for.
|
|
1415
1783
|
*/
|
|
1416
1784
|
promotion_code?: string;
|
|
1785
|
+
/**
|
|
1786
|
+
* Settings for discount application including service period anchoring.
|
|
1787
|
+
*/
|
|
1788
|
+
settings?: Discount.Settings;
|
|
1417
1789
|
}
|
|
1418
1790
|
interface PriceData {
|
|
1419
1791
|
/**
|
|
@@ -1441,6 +1813,96 @@ export declare namespace SubscriptionCreateParams {
|
|
|
1441
1813
|
*/
|
|
1442
1814
|
unit_amount_decimal?: Decimal;
|
|
1443
1815
|
}
|
|
1816
|
+
interface Trial {
|
|
1817
|
+
/**
|
|
1818
|
+
* List of price IDs which, if present on the subscription following a paid trial, constitute opting-in to the paid trial. Currently only supports at most 1 price ID.
|
|
1819
|
+
*/
|
|
1820
|
+
converts_to?: Array<string>;
|
|
1821
|
+
/**
|
|
1822
|
+
* Determines the type of trial for this item.
|
|
1823
|
+
*/
|
|
1824
|
+
type: Trial.Type;
|
|
1825
|
+
}
|
|
1826
|
+
namespace Discount {
|
|
1827
|
+
interface DiscountEnd {
|
|
1828
|
+
/**
|
|
1829
|
+
* Time span for the redeemed discount.
|
|
1830
|
+
*/
|
|
1831
|
+
duration?: DiscountEnd.Duration;
|
|
1832
|
+
/**
|
|
1833
|
+
* A precise Unix timestamp for the discount to end. Must be in the future.
|
|
1834
|
+
*/
|
|
1835
|
+
timestamp?: number;
|
|
1836
|
+
/**
|
|
1837
|
+
* The type of calculation made to determine when the discount ends.
|
|
1838
|
+
*/
|
|
1839
|
+
type: DiscountEnd.Type;
|
|
1840
|
+
}
|
|
1841
|
+
interface Settings {
|
|
1842
|
+
/**
|
|
1843
|
+
* Configures service period cycle anchoring.
|
|
1844
|
+
*/
|
|
1845
|
+
service_period_anchor_config?: Settings.ServicePeriodAnchorConfig;
|
|
1846
|
+
/**
|
|
1847
|
+
* The start date of the discount's service period when applying a coupon or promotion code with a service period duration. Defaults to `now` if omitted.
|
|
1848
|
+
*/
|
|
1849
|
+
start_date?: Settings.StartDate;
|
|
1850
|
+
}
|
|
1851
|
+
namespace DiscountEnd {
|
|
1852
|
+
interface Duration {
|
|
1853
|
+
/**
|
|
1854
|
+
* Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
|
|
1855
|
+
*/
|
|
1856
|
+
interval: Duration.Interval;
|
|
1857
|
+
/**
|
|
1858
|
+
* The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
|
|
1859
|
+
*/
|
|
1860
|
+
interval_count: number;
|
|
1861
|
+
}
|
|
1862
|
+
type Type = 'duration' | 'timestamp';
|
|
1863
|
+
namespace Duration {
|
|
1864
|
+
type Interval = 'day' | 'month' | 'week' | 'year';
|
|
1865
|
+
}
|
|
1866
|
+
}
|
|
1867
|
+
namespace Settings {
|
|
1868
|
+
interface ServicePeriodAnchorConfig {
|
|
1869
|
+
/**
|
|
1870
|
+
* Anchor the service period to a custom date. Type must be `custom` to specify.
|
|
1871
|
+
*/
|
|
1872
|
+
custom?: ServicePeriodAnchorConfig.Custom;
|
|
1873
|
+
/**
|
|
1874
|
+
* The type of service period anchor config. Defaults to `subscription_service_cycle_anchor` if omitted.
|
|
1875
|
+
*/
|
|
1876
|
+
type?: ServicePeriodAnchorConfig.Type;
|
|
1877
|
+
}
|
|
1878
|
+
type StartDate = 'current_period_end' | 'current_period_start' | 'now';
|
|
1879
|
+
namespace ServicePeriodAnchorConfig {
|
|
1880
|
+
interface Custom {
|
|
1881
|
+
/**
|
|
1882
|
+
* The day of the month the anchor should be. Ranges from 1 to 31.
|
|
1883
|
+
*/
|
|
1884
|
+
day_of_month: number;
|
|
1885
|
+
/**
|
|
1886
|
+
* The hour of the day the anchor should be. Ranges from 0 to 23.
|
|
1887
|
+
*/
|
|
1888
|
+
hour?: number;
|
|
1889
|
+
/**
|
|
1890
|
+
* The minute of the hour the anchor should be. Ranges from 0 to 59.
|
|
1891
|
+
*/
|
|
1892
|
+
minute?: number;
|
|
1893
|
+
/**
|
|
1894
|
+
* The month to start full cycle periods. Ranges from 1 to 12.
|
|
1895
|
+
*/
|
|
1896
|
+
month?: number;
|
|
1897
|
+
/**
|
|
1898
|
+
* The second of the minute the anchor should be. Ranges from 0 to 59.
|
|
1899
|
+
*/
|
|
1900
|
+
second?: number;
|
|
1901
|
+
}
|
|
1902
|
+
type Type = 'custom' | 'subscription_service_cycle_anchor';
|
|
1903
|
+
}
|
|
1904
|
+
}
|
|
1905
|
+
}
|
|
1444
1906
|
namespace PriceData {
|
|
1445
1907
|
interface Recurring {
|
|
1446
1908
|
/**
|
|
@@ -1457,6 +1919,9 @@ export declare namespace SubscriptionCreateParams {
|
|
|
1457
1919
|
type Interval = 'day' | 'month' | 'week' | 'year';
|
|
1458
1920
|
}
|
|
1459
1921
|
}
|
|
1922
|
+
namespace Trial {
|
|
1923
|
+
type Type = 'free' | 'paid';
|
|
1924
|
+
}
|
|
1460
1925
|
}
|
|
1461
1926
|
namespace PaymentSettings {
|
|
1462
1927
|
interface PaymentMethodOptions {
|
|
@@ -1468,14 +1933,30 @@ export declare namespace SubscriptionCreateParams {
|
|
|
1468
1933
|
* This sub-hash contains details about the Bancontact payment method options to pass to the invoice's PaymentIntent.
|
|
1469
1934
|
*/
|
|
1470
1935
|
bancontact?: Emptyable<PaymentMethodOptions.Bancontact>;
|
|
1936
|
+
/**
|
|
1937
|
+
* This sub-hash contains details about the Bizum payment method options to pass to the invoice's PaymentIntent.
|
|
1938
|
+
*/
|
|
1939
|
+
bizum?: Emptyable<PaymentMethodOptions.Bizum>;
|
|
1940
|
+
/**
|
|
1941
|
+
* This sub-hash contains details about the Blik payment method options to pass to the invoice's PaymentIntent.
|
|
1942
|
+
*/
|
|
1943
|
+
blik?: Emptyable<PaymentMethodOptions.Blik>;
|
|
1471
1944
|
/**
|
|
1472
1945
|
* This sub-hash contains details about the Card payment method options to pass to the invoice's PaymentIntent.
|
|
1473
1946
|
*/
|
|
1474
1947
|
card?: Emptyable<PaymentMethodOptions.Card>;
|
|
1948
|
+
/**
|
|
1949
|
+
* This sub-hash contains details about the Check Scan payment method options to pass to the invoice's PaymentIntent.
|
|
1950
|
+
*/
|
|
1951
|
+
check_scan?: Emptyable<PaymentMethodOptions.CheckScan>;
|
|
1475
1952
|
/**
|
|
1476
1953
|
* This sub-hash contains details about the Bank transfer payment method options to pass to the invoice's PaymentIntent.
|
|
1477
1954
|
*/
|
|
1478
1955
|
customer_balance?: Emptyable<PaymentMethodOptions.CustomerBalance>;
|
|
1956
|
+
/**
|
|
1957
|
+
* This sub-hash contains details about the Indonesia bank transfer payment method options to pass to the invoice's PaymentIntent.
|
|
1958
|
+
*/
|
|
1959
|
+
id_bank_transfer?: Emptyable<PaymentMethodOptions.IdBankTransfer>;
|
|
1479
1960
|
/**
|
|
1480
1961
|
* This sub-hash contains details about the Konbini payment method options to pass to the invoice's PaymentIntent.
|
|
1481
1962
|
*/
|
|
@@ -1500,8 +1981,12 @@ export declare namespace SubscriptionCreateParams {
|
|
|
1500
1981
|
* This sub-hash contains details about the ACH direct debit payment method options to pass to the invoice's PaymentIntent.
|
|
1501
1982
|
*/
|
|
1502
1983
|
us_bank_account?: Emptyable<PaymentMethodOptions.UsBankAccount>;
|
|
1984
|
+
/**
|
|
1985
|
+
* This sub-hash contains details about the WeChat Pay payment method options to pass to the invoice's PaymentIntent.
|
|
1986
|
+
*/
|
|
1987
|
+
wechat_pay?: Emptyable<PaymentMethodOptions.WechatPay>;
|
|
1503
1988
|
}
|
|
1504
|
-
type PaymentMethodType = 'ach_credit_transfer' | 'ach_debit' | 'acss_debit' | 'affirm' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'boleto' | 'card' | 'cashapp' | 'crypto' | 'custom' | 'customer_balance' | 'eps' | 'fpx' | 'giropay' | 'grabpay' | 'ideal' | 'jp_credit_transfer' | 'kakao_pay' | 'klarna' | 'konbini' | 'kr_card' | 'link' | 'multibanco' | 'naver_pay' | 'nz_bank_account' | 'p24' | 'pay_by_bank' | 'payco' | 'paynow' | 'paypal' | 'payto' | 'pix' | 'promptpay' | 'revolut_pay' | 'satispay' | 'sepa_credit_transfer' | 'sepa_debit' | 'sofort' | 'swish' | 'twint' | 'upi' | 'us_bank_account' | 'wechat_pay';
|
|
1989
|
+
type PaymentMethodType = 'ach_credit_transfer' | 'ach_debit' | 'acss_debit' | 'affirm' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'bizum' | 'blik' | 'boleto' | 'card' | 'cashapp' | 'check_scan' | 'crypto' | 'custom' | 'customer_balance' | 'eps' | 'fpx' | 'giropay' | 'grabpay' | 'id_bank_transfer' | 'ideal' | 'jp_credit_transfer' | 'kakao_pay' | 'klarna' | 'konbini' | 'kr_card' | 'link' | 'momo' | 'multibanco' | 'naver_pay' | 'nz_bank_account' | 'p24' | 'pay_by_bank' | 'payco' | 'paynow' | 'paypal' | 'payto' | 'pix' | 'promptpay' | 'revolut_pay' | 'satispay' | 'sepa_credit_transfer' | 'sepa_debit' | 'sofort' | 'stripe_balance' | 'swish' | 'twint' | 'upi' | 'us_bank_account' | 'wechat_pay';
|
|
1505
1990
|
type SaveDefaultPaymentMethod = 'off' | 'on_subscription';
|
|
1506
1991
|
namespace PaymentMethodOptions {
|
|
1507
1992
|
interface AcssDebit {
|
|
@@ -1520,6 +2005,18 @@ export declare namespace SubscriptionCreateParams {
|
|
|
1520
2005
|
*/
|
|
1521
2006
|
preferred_language?: Bancontact.PreferredLanguage;
|
|
1522
2007
|
}
|
|
2008
|
+
interface Bizum {
|
|
2009
|
+
/**
|
|
2010
|
+
* Configuration options for setting up a mandate
|
|
2011
|
+
*/
|
|
2012
|
+
mandate_options?: Bizum.MandateOptions;
|
|
2013
|
+
}
|
|
2014
|
+
interface Blik {
|
|
2015
|
+
/**
|
|
2016
|
+
* Configuration options for setting up a mandate
|
|
2017
|
+
*/
|
|
2018
|
+
mandate_options?: Blik.MandateOptions;
|
|
2019
|
+
}
|
|
1523
2020
|
interface Card {
|
|
1524
2021
|
/**
|
|
1525
2022
|
* Configuration options for setting up an eMandate for cards issued in India.
|
|
@@ -1534,6 +2031,8 @@ export declare namespace SubscriptionCreateParams {
|
|
|
1534
2031
|
*/
|
|
1535
2032
|
request_three_d_secure?: Card.RequestThreeDSecure;
|
|
1536
2033
|
}
|
|
2034
|
+
interface CheckScan {
|
|
2035
|
+
}
|
|
1537
2036
|
interface CustomerBalance {
|
|
1538
2037
|
/**
|
|
1539
2038
|
* Configuration for the bank transfer funding type, if the `funding_type` is set to `bank_transfer`.
|
|
@@ -1544,6 +2043,8 @@ export declare namespace SubscriptionCreateParams {
|
|
|
1544
2043
|
*/
|
|
1545
2044
|
funding_type?: string;
|
|
1546
2045
|
}
|
|
2046
|
+
interface IdBankTransfer {
|
|
2047
|
+
}
|
|
1547
2048
|
interface Konbini {
|
|
1548
2049
|
}
|
|
1549
2050
|
interface Payto {
|
|
@@ -1580,6 +2081,16 @@ export declare namespace SubscriptionCreateParams {
|
|
|
1580
2081
|
*/
|
|
1581
2082
|
verification_method?: UsBankAccount.VerificationMethod;
|
|
1582
2083
|
}
|
|
2084
|
+
interface WechatPay {
|
|
2085
|
+
/**
|
|
2086
|
+
* The app ID registered with WeChat Pay. Only required when client is `ios` or `android`.
|
|
2087
|
+
*/
|
|
2088
|
+
app_id?: string;
|
|
2089
|
+
/**
|
|
2090
|
+
* The client type that the end customer will pay from.
|
|
2091
|
+
*/
|
|
2092
|
+
client?: WechatPay.Client;
|
|
2093
|
+
}
|
|
1583
2094
|
namespace AcssDebit {
|
|
1584
2095
|
interface MandateOptions {
|
|
1585
2096
|
/**
|
|
@@ -1595,6 +2106,26 @@ export declare namespace SubscriptionCreateParams {
|
|
|
1595
2106
|
namespace Bancontact {
|
|
1596
2107
|
type PreferredLanguage = 'de' | 'en' | 'fr' | 'nl';
|
|
1597
2108
|
}
|
|
2109
|
+
namespace Bizum {
|
|
2110
|
+
interface MandateOptions {
|
|
2111
|
+
/**
|
|
2112
|
+
* Amount to be charged for future payments. Required when `amount_type=fixed`.
|
|
2113
|
+
*/
|
|
2114
|
+
amount: number;
|
|
2115
|
+
/**
|
|
2116
|
+
* Indicates the mandate amount type.
|
|
2117
|
+
*/
|
|
2118
|
+
amount_type: 'fixed';
|
|
2119
|
+
}
|
|
2120
|
+
}
|
|
2121
|
+
namespace Blik {
|
|
2122
|
+
interface MandateOptions {
|
|
2123
|
+
/**
|
|
2124
|
+
* Date when the mandate expires and no further payments will be charged. If not provided, the mandate will be set to be indefinite.
|
|
2125
|
+
*/
|
|
2126
|
+
expires_after?: number;
|
|
2127
|
+
}
|
|
2128
|
+
}
|
|
1598
2129
|
namespace Card {
|
|
1599
2130
|
interface MandateOptions {
|
|
1600
2131
|
/**
|
|
@@ -1720,27 +2251,42 @@ export declare namespace SubscriptionCreateParams {
|
|
|
1720
2251
|
* The account subcategories to use to filter for selectable accounts. Valid subcategories are `checking` and `savings`.
|
|
1721
2252
|
*/
|
|
1722
2253
|
account_subcategories?: Array<Filters.AccountSubcategory>;
|
|
2254
|
+
/**
|
|
2255
|
+
* ID of the institution to use to filter for selectable accounts.
|
|
2256
|
+
*/
|
|
2257
|
+
institution?: string;
|
|
1723
2258
|
}
|
|
1724
2259
|
type Permission = 'balances' | 'ownership' | 'payment_method' | 'transactions';
|
|
1725
|
-
type Prefetch = 'balances' | 'ownership' | 'transactions';
|
|
2260
|
+
type Prefetch = 'balances' | 'inferred_balances' | 'ownership' | 'transactions';
|
|
1726
2261
|
namespace Filters {
|
|
1727
2262
|
type AccountSubcategory = 'checking' | 'savings';
|
|
1728
2263
|
}
|
|
1729
2264
|
}
|
|
1730
2265
|
}
|
|
2266
|
+
namespace WechatPay {
|
|
2267
|
+
type Client = 'android' | 'ios' | 'mobile_web' | 'web';
|
|
2268
|
+
}
|
|
1731
2269
|
}
|
|
1732
2270
|
}
|
|
1733
2271
|
namespace PendingInvoiceItemInterval {
|
|
1734
2272
|
type Interval = 'day' | 'month' | 'week' | 'year';
|
|
1735
2273
|
}
|
|
2274
|
+
namespace Prebilling {
|
|
2275
|
+
type UpdateBehavior = 'prebill' | 'reset';
|
|
2276
|
+
}
|
|
1736
2277
|
namespace TrialSettings {
|
|
1737
2278
|
interface EndBehavior {
|
|
2279
|
+
/**
|
|
2280
|
+
* Indicates how the subscription's billing cycle anchor is reset when a trial ends. Defaults to `now`.
|
|
2281
|
+
*/
|
|
2282
|
+
billing_cycle_anchor?: EndBehavior.BillingCycleAnchor;
|
|
1738
2283
|
/**
|
|
1739
2284
|
* Indicates how the subscription should change when the trial ends if the user did not provide a payment method.
|
|
1740
2285
|
*/
|
|
1741
2286
|
missing_payment_method: EndBehavior.MissingPaymentMethod;
|
|
1742
2287
|
}
|
|
1743
2288
|
namespace EndBehavior {
|
|
2289
|
+
type BillingCycleAnchor = 'now' | 'unchanged';
|
|
1744
2290
|
type MissingPaymentMethod = 'cancel' | 'create_invoice' | 'pause';
|
|
1745
2291
|
}
|
|
1746
2292
|
}
|
|
@@ -1764,6 +2310,10 @@ export interface SubscriptionUpdateParams {
|
|
|
1764
2310
|
* Automatic tax settings for this subscription. We recommend you only include this parameter when the existing value is being changed.
|
|
1765
2311
|
*/
|
|
1766
2312
|
automatic_tax?: SubscriptionUpdateParams.AutomaticTax;
|
|
2313
|
+
/**
|
|
2314
|
+
* The Billing Cadence which controls the timing of recurring invoice generation for this subscription. If unset, the subscription will bill according to its own configured schedule and create its own invoices. If set, this subscription will be billed by the cadence instead, potentially sharing invoices with the other subscriptions linked to that Cadence.
|
|
2315
|
+
*/
|
|
2316
|
+
billing_cadence?: string;
|
|
1767
2317
|
/**
|
|
1768
2318
|
* Either `now` or `unchanged`. Setting the value to `now` resets the subscription's billing cycle anchor to the current time (in UTC). For more information, see the billing cycle [documentation](https://docs.stripe.com/billing/subscriptions/billing-cycle).
|
|
1769
2319
|
*/
|
|
@@ -1856,6 +2406,10 @@ export interface SubscriptionUpdateParams {
|
|
|
1856
2406
|
* Specifies an interval for how often to bill for any pending invoice items. It is analogous to calling [Create an invoice](https://docs.stripe.com/api/invoices/create) for the given subscription at the specified interval.
|
|
1857
2407
|
*/
|
|
1858
2408
|
pending_invoice_item_interval?: Emptyable<SubscriptionUpdateParams.PendingInvoiceItemInterval>;
|
|
2409
|
+
/**
|
|
2410
|
+
* If specified, the invoicing for the given billing cycle iterations will be processed now.
|
|
2411
|
+
*/
|
|
2412
|
+
prebilling?: SubscriptionUpdateParams.Prebilling;
|
|
1859
2413
|
/**
|
|
1860
2414
|
* Determines how to handle [prorations](https://docs.stripe.com/billing/subscriptions/prorations) when the billing cycle changes (e.g., when switching plans, resetting `billing_cycle_anchor=now`, or starting a trial), or if an item's `quantity` changes. The default value is `create_prorations`.
|
|
1861
2415
|
*/
|
|
@@ -1972,10 +2526,18 @@ export declare namespace SubscriptionUpdateParams {
|
|
|
1972
2526
|
* ID of an existing discount on the object (or one of its ancestors) to reuse.
|
|
1973
2527
|
*/
|
|
1974
2528
|
discount?: string;
|
|
2529
|
+
/**
|
|
2530
|
+
* Details to determine how long the discount should be applied for.
|
|
2531
|
+
*/
|
|
2532
|
+
discount_end?: Discount.DiscountEnd;
|
|
1975
2533
|
/**
|
|
1976
2534
|
* ID of the promotion code to create a new discount for.
|
|
1977
2535
|
*/
|
|
1978
2536
|
promotion_code?: string;
|
|
2537
|
+
/**
|
|
2538
|
+
* Settings for discount application including service period anchoring.
|
|
2539
|
+
*/
|
|
2540
|
+
settings?: Discount.Settings;
|
|
1979
2541
|
}
|
|
1980
2542
|
interface InvoiceSettings {
|
|
1981
2543
|
/**
|
|
@@ -2008,6 +2570,10 @@ export declare namespace SubscriptionUpdateParams {
|
|
|
2008
2570
|
* Delete all usage for a given subscription item. You must pass this when deleting a usage records subscription item. `clear_usage` has no effect if the plan has a billing meter attached.
|
|
2009
2571
|
*/
|
|
2010
2572
|
clear_usage?: boolean;
|
|
2573
|
+
/**
|
|
2574
|
+
* The trial offer to apply to this subscription item.
|
|
2575
|
+
*/
|
|
2576
|
+
current_trial?: Item.CurrentTrial;
|
|
2011
2577
|
/**
|
|
2012
2578
|
* A flag that, if set to `true`, will delete the specified item.
|
|
2013
2579
|
*/
|
|
@@ -2080,6 +2646,16 @@ export declare namespace SubscriptionUpdateParams {
|
|
|
2080
2646
|
*/
|
|
2081
2647
|
interval_count?: number;
|
|
2082
2648
|
}
|
|
2649
|
+
interface Prebilling {
|
|
2650
|
+
/**
|
|
2651
|
+
* This is used to determine the number of billing cycles to prebill.
|
|
2652
|
+
*/
|
|
2653
|
+
iterations: number;
|
|
2654
|
+
/**
|
|
2655
|
+
* Whether to cancel or preserve `prebilling` if the subscription is updated during the prebilled period. The default value is `reset`.
|
|
2656
|
+
*/
|
|
2657
|
+
update_behavior?: Prebilling.UpdateBehavior;
|
|
2658
|
+
}
|
|
2083
2659
|
type ProrationBehavior = 'always_invoice' | 'create_prorations' | 'none';
|
|
2084
2660
|
interface TransferData {
|
|
2085
2661
|
/**
|
|
@@ -2107,6 +2683,10 @@ export declare namespace SubscriptionUpdateParams {
|
|
|
2107
2683
|
* ID of an existing discount on the object (or one of its ancestors) to reuse.
|
|
2108
2684
|
*/
|
|
2109
2685
|
discount?: string;
|
|
2686
|
+
/**
|
|
2687
|
+
* Details to determine how long the discount should be applied for.
|
|
2688
|
+
*/
|
|
2689
|
+
discount_end?: Discount.DiscountEnd;
|
|
2110
2690
|
/**
|
|
2111
2691
|
* ID of the promotion code to create a new discount for.
|
|
2112
2692
|
*/
|
|
@@ -2144,6 +2724,38 @@ export declare namespace SubscriptionUpdateParams {
|
|
|
2144
2724
|
*/
|
|
2145
2725
|
unit_amount_decimal?: Decimal;
|
|
2146
2726
|
}
|
|
2727
|
+
namespace Discount {
|
|
2728
|
+
interface DiscountEnd {
|
|
2729
|
+
/**
|
|
2730
|
+
* Time span for the redeemed discount.
|
|
2731
|
+
*/
|
|
2732
|
+
duration?: DiscountEnd.Duration;
|
|
2733
|
+
/**
|
|
2734
|
+
* A precise Unix timestamp for the discount to end. Must be in the future.
|
|
2735
|
+
*/
|
|
2736
|
+
timestamp?: number;
|
|
2737
|
+
/**
|
|
2738
|
+
* The type of calculation made to determine when the discount ends.
|
|
2739
|
+
*/
|
|
2740
|
+
type: DiscountEnd.Type;
|
|
2741
|
+
}
|
|
2742
|
+
namespace DiscountEnd {
|
|
2743
|
+
interface Duration {
|
|
2744
|
+
/**
|
|
2745
|
+
* Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
|
|
2746
|
+
*/
|
|
2747
|
+
interval: Duration.Interval;
|
|
2748
|
+
/**
|
|
2749
|
+
* The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
|
|
2750
|
+
*/
|
|
2751
|
+
interval_count: number;
|
|
2752
|
+
}
|
|
2753
|
+
type Type = 'duration' | 'timestamp';
|
|
2754
|
+
namespace Duration {
|
|
2755
|
+
type Interval = 'day' | 'month' | 'week' | 'year';
|
|
2756
|
+
}
|
|
2757
|
+
}
|
|
2758
|
+
}
|
|
2147
2759
|
namespace Period {
|
|
2148
2760
|
interface End {
|
|
2149
2761
|
/**
|
|
@@ -2188,7 +2800,7 @@ export declare namespace SubscriptionUpdateParams {
|
|
|
2188
2800
|
type: Liability.Type;
|
|
2189
2801
|
}
|
|
2190
2802
|
namespace Liability {
|
|
2191
|
-
type Type = 'account' | 'self';
|
|
2803
|
+
type Type = 'account' | 'application' | 'self';
|
|
2192
2804
|
}
|
|
2193
2805
|
}
|
|
2194
2806
|
namespace BillingSchedule {
|
|
@@ -2236,6 +2848,86 @@ export declare namespace SubscriptionUpdateParams {
|
|
|
2236
2848
|
namespace CancellationDetails {
|
|
2237
2849
|
type Feedback = 'customer_service' | 'low_quality' | 'missing_features' | 'other' | 'switched_service' | 'too_complex' | 'too_expensive' | 'unused';
|
|
2238
2850
|
}
|
|
2851
|
+
namespace Discount {
|
|
2852
|
+
interface DiscountEnd {
|
|
2853
|
+
/**
|
|
2854
|
+
* Time span for the redeemed discount.
|
|
2855
|
+
*/
|
|
2856
|
+
duration?: DiscountEnd.Duration;
|
|
2857
|
+
/**
|
|
2858
|
+
* A precise Unix timestamp for the discount to end. Must be in the future.
|
|
2859
|
+
*/
|
|
2860
|
+
timestamp?: number;
|
|
2861
|
+
/**
|
|
2862
|
+
* The type of calculation made to determine when the discount ends.
|
|
2863
|
+
*/
|
|
2864
|
+
type: DiscountEnd.Type;
|
|
2865
|
+
}
|
|
2866
|
+
interface Settings {
|
|
2867
|
+
/**
|
|
2868
|
+
* Configures service period cycle anchoring.
|
|
2869
|
+
*/
|
|
2870
|
+
service_period_anchor_config?: Settings.ServicePeriodAnchorConfig;
|
|
2871
|
+
/**
|
|
2872
|
+
* The start date of the discount's service period when applying a coupon or promotion code with a service period duration. Defaults to `now` if omitted.
|
|
2873
|
+
*/
|
|
2874
|
+
start_date?: Settings.StartDate;
|
|
2875
|
+
}
|
|
2876
|
+
namespace DiscountEnd {
|
|
2877
|
+
interface Duration {
|
|
2878
|
+
/**
|
|
2879
|
+
* Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
|
|
2880
|
+
*/
|
|
2881
|
+
interval: Duration.Interval;
|
|
2882
|
+
/**
|
|
2883
|
+
* The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
|
|
2884
|
+
*/
|
|
2885
|
+
interval_count: number;
|
|
2886
|
+
}
|
|
2887
|
+
type Type = 'duration' | 'timestamp';
|
|
2888
|
+
namespace Duration {
|
|
2889
|
+
type Interval = 'day' | 'month' | 'week' | 'year';
|
|
2890
|
+
}
|
|
2891
|
+
}
|
|
2892
|
+
namespace Settings {
|
|
2893
|
+
interface ServicePeriodAnchorConfig {
|
|
2894
|
+
/**
|
|
2895
|
+
* Anchor the service period to a custom date. Type must be `custom` to specify.
|
|
2896
|
+
*/
|
|
2897
|
+
custom?: ServicePeriodAnchorConfig.Custom;
|
|
2898
|
+
/**
|
|
2899
|
+
* The type of service period anchor config. Defaults to `subscription_service_cycle_anchor` if omitted.
|
|
2900
|
+
*/
|
|
2901
|
+
type?: ServicePeriodAnchorConfig.Type;
|
|
2902
|
+
}
|
|
2903
|
+
type StartDate = 'current_period_end' | 'current_period_start' | 'now';
|
|
2904
|
+
namespace ServicePeriodAnchorConfig {
|
|
2905
|
+
interface Custom {
|
|
2906
|
+
/**
|
|
2907
|
+
* The day of the month the anchor should be. Ranges from 1 to 31.
|
|
2908
|
+
*/
|
|
2909
|
+
day_of_month: number;
|
|
2910
|
+
/**
|
|
2911
|
+
* The hour of the day the anchor should be. Ranges from 0 to 23.
|
|
2912
|
+
*/
|
|
2913
|
+
hour?: number;
|
|
2914
|
+
/**
|
|
2915
|
+
* The minute of the hour the anchor should be. Ranges from 0 to 59.
|
|
2916
|
+
*/
|
|
2917
|
+
minute?: number;
|
|
2918
|
+
/**
|
|
2919
|
+
* The month to start full cycle periods. Ranges from 1 to 12.
|
|
2920
|
+
*/
|
|
2921
|
+
month?: number;
|
|
2922
|
+
/**
|
|
2923
|
+
* The second of the minute the anchor should be. Ranges from 0 to 59.
|
|
2924
|
+
*/
|
|
2925
|
+
second?: number;
|
|
2926
|
+
}
|
|
2927
|
+
type Type = 'custom' | 'subscription_service_cycle_anchor';
|
|
2928
|
+
}
|
|
2929
|
+
}
|
|
2930
|
+
}
|
|
2239
2931
|
namespace InvoiceSettings {
|
|
2240
2932
|
interface CustomField {
|
|
2241
2933
|
/**
|
|
@@ -2258,7 +2950,7 @@ export declare namespace SubscriptionUpdateParams {
|
|
|
2258
2950
|
type: Issuer.Type;
|
|
2259
2951
|
}
|
|
2260
2952
|
namespace Issuer {
|
|
2261
|
-
type Type = 'account' | 'self';
|
|
2953
|
+
type Type = 'account' | 'application' | 'self';
|
|
2262
2954
|
}
|
|
2263
2955
|
}
|
|
2264
2956
|
namespace Item {
|
|
@@ -2268,6 +2960,16 @@ export declare namespace SubscriptionUpdateParams {
|
|
|
2268
2960
|
*/
|
|
2269
2961
|
usage_gte: number;
|
|
2270
2962
|
}
|
|
2963
|
+
interface CurrentTrial {
|
|
2964
|
+
/**
|
|
2965
|
+
* Unix timestamp representing the end of the trial offer period. Required when the trial offer has `duration.type=timestamp`. Cannot be specified when `duration.type=relative`.
|
|
2966
|
+
*/
|
|
2967
|
+
trial_end?: number;
|
|
2968
|
+
/**
|
|
2969
|
+
* The ID of the trial offer to apply to the subscription item.
|
|
2970
|
+
*/
|
|
2971
|
+
trial_offer: string;
|
|
2972
|
+
}
|
|
2271
2973
|
interface Discount {
|
|
2272
2974
|
/**
|
|
2273
2975
|
* ID of the coupon to create a new discount for.
|
|
@@ -2277,10 +2979,18 @@ export declare namespace SubscriptionUpdateParams {
|
|
|
2277
2979
|
* ID of an existing discount on the object (or one of its ancestors) to reuse.
|
|
2278
2980
|
*/
|
|
2279
2981
|
discount?: string;
|
|
2982
|
+
/**
|
|
2983
|
+
* Details to determine how long the discount should be applied for.
|
|
2984
|
+
*/
|
|
2985
|
+
discount_end?: Discount.DiscountEnd;
|
|
2280
2986
|
/**
|
|
2281
2987
|
* ID of the promotion code to create a new discount for.
|
|
2282
2988
|
*/
|
|
2283
2989
|
promotion_code?: string;
|
|
2990
|
+
/**
|
|
2991
|
+
* Settings for discount application including service period anchoring.
|
|
2992
|
+
*/
|
|
2993
|
+
settings?: Discount.Settings;
|
|
2284
2994
|
}
|
|
2285
2995
|
interface PriceData {
|
|
2286
2996
|
/**
|
|
@@ -2308,6 +3018,86 @@ export declare namespace SubscriptionUpdateParams {
|
|
|
2308
3018
|
*/
|
|
2309
3019
|
unit_amount_decimal?: Decimal;
|
|
2310
3020
|
}
|
|
3021
|
+
namespace Discount {
|
|
3022
|
+
interface DiscountEnd {
|
|
3023
|
+
/**
|
|
3024
|
+
* Time span for the redeemed discount.
|
|
3025
|
+
*/
|
|
3026
|
+
duration?: DiscountEnd.Duration;
|
|
3027
|
+
/**
|
|
3028
|
+
* A precise Unix timestamp for the discount to end. Must be in the future.
|
|
3029
|
+
*/
|
|
3030
|
+
timestamp?: number;
|
|
3031
|
+
/**
|
|
3032
|
+
* The type of calculation made to determine when the discount ends.
|
|
3033
|
+
*/
|
|
3034
|
+
type: DiscountEnd.Type;
|
|
3035
|
+
}
|
|
3036
|
+
interface Settings {
|
|
3037
|
+
/**
|
|
3038
|
+
* Configures service period cycle anchoring.
|
|
3039
|
+
*/
|
|
3040
|
+
service_period_anchor_config?: Settings.ServicePeriodAnchorConfig;
|
|
3041
|
+
/**
|
|
3042
|
+
* The start date of the discount's service period when applying a coupon or promotion code with a service period duration. Defaults to `now` if omitted.
|
|
3043
|
+
*/
|
|
3044
|
+
start_date?: Settings.StartDate;
|
|
3045
|
+
}
|
|
3046
|
+
namespace DiscountEnd {
|
|
3047
|
+
interface Duration {
|
|
3048
|
+
/**
|
|
3049
|
+
* Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
|
|
3050
|
+
*/
|
|
3051
|
+
interval: Duration.Interval;
|
|
3052
|
+
/**
|
|
3053
|
+
* The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
|
|
3054
|
+
*/
|
|
3055
|
+
interval_count: number;
|
|
3056
|
+
}
|
|
3057
|
+
type Type = 'duration' | 'timestamp';
|
|
3058
|
+
namespace Duration {
|
|
3059
|
+
type Interval = 'day' | 'month' | 'week' | 'year';
|
|
3060
|
+
}
|
|
3061
|
+
}
|
|
3062
|
+
namespace Settings {
|
|
3063
|
+
interface ServicePeriodAnchorConfig {
|
|
3064
|
+
/**
|
|
3065
|
+
* Anchor the service period to a custom date. Type must be `custom` to specify.
|
|
3066
|
+
*/
|
|
3067
|
+
custom?: ServicePeriodAnchorConfig.Custom;
|
|
3068
|
+
/**
|
|
3069
|
+
* The type of service period anchor config. Defaults to `subscription_service_cycle_anchor` if omitted.
|
|
3070
|
+
*/
|
|
3071
|
+
type?: ServicePeriodAnchorConfig.Type;
|
|
3072
|
+
}
|
|
3073
|
+
type StartDate = 'current_period_end' | 'current_period_start' | 'now';
|
|
3074
|
+
namespace ServicePeriodAnchorConfig {
|
|
3075
|
+
interface Custom {
|
|
3076
|
+
/**
|
|
3077
|
+
* The day of the month the anchor should be. Ranges from 1 to 31.
|
|
3078
|
+
*/
|
|
3079
|
+
day_of_month: number;
|
|
3080
|
+
/**
|
|
3081
|
+
* The hour of the day the anchor should be. Ranges from 0 to 23.
|
|
3082
|
+
*/
|
|
3083
|
+
hour?: number;
|
|
3084
|
+
/**
|
|
3085
|
+
* The minute of the hour the anchor should be. Ranges from 0 to 59.
|
|
3086
|
+
*/
|
|
3087
|
+
minute?: number;
|
|
3088
|
+
/**
|
|
3089
|
+
* The month to start full cycle periods. Ranges from 1 to 12.
|
|
3090
|
+
*/
|
|
3091
|
+
month?: number;
|
|
3092
|
+
/**
|
|
3093
|
+
* The second of the minute the anchor should be. Ranges from 0 to 59.
|
|
3094
|
+
*/
|
|
3095
|
+
second?: number;
|
|
3096
|
+
}
|
|
3097
|
+
type Type = 'custom' | 'subscription_service_cycle_anchor';
|
|
3098
|
+
}
|
|
3099
|
+
}
|
|
3100
|
+
}
|
|
2311
3101
|
namespace PriceData {
|
|
2312
3102
|
interface Recurring {
|
|
2313
3103
|
/**
|
|
@@ -2338,14 +3128,30 @@ export declare namespace SubscriptionUpdateParams {
|
|
|
2338
3128
|
* This sub-hash contains details about the Bancontact payment method options to pass to the invoice's PaymentIntent.
|
|
2339
3129
|
*/
|
|
2340
3130
|
bancontact?: Emptyable<PaymentMethodOptions.Bancontact>;
|
|
3131
|
+
/**
|
|
3132
|
+
* This sub-hash contains details about the Bizum payment method options to pass to the invoice's PaymentIntent.
|
|
3133
|
+
*/
|
|
3134
|
+
bizum?: Emptyable<PaymentMethodOptions.Bizum>;
|
|
3135
|
+
/**
|
|
3136
|
+
* This sub-hash contains details about the Blik payment method options to pass to the invoice's PaymentIntent.
|
|
3137
|
+
*/
|
|
3138
|
+
blik?: Emptyable<PaymentMethodOptions.Blik>;
|
|
2341
3139
|
/**
|
|
2342
3140
|
* This sub-hash contains details about the Card payment method options to pass to the invoice's PaymentIntent.
|
|
2343
3141
|
*/
|
|
2344
3142
|
card?: Emptyable<PaymentMethodOptions.Card>;
|
|
3143
|
+
/**
|
|
3144
|
+
* This sub-hash contains details about the Check Scan payment method options to pass to the invoice's PaymentIntent.
|
|
3145
|
+
*/
|
|
3146
|
+
check_scan?: Emptyable<PaymentMethodOptions.CheckScan>;
|
|
2345
3147
|
/**
|
|
2346
3148
|
* This sub-hash contains details about the Bank transfer payment method options to pass to the invoice's PaymentIntent.
|
|
2347
3149
|
*/
|
|
2348
3150
|
customer_balance?: Emptyable<PaymentMethodOptions.CustomerBalance>;
|
|
3151
|
+
/**
|
|
3152
|
+
* This sub-hash contains details about the Indonesia bank transfer payment method options to pass to the invoice's PaymentIntent.
|
|
3153
|
+
*/
|
|
3154
|
+
id_bank_transfer?: Emptyable<PaymentMethodOptions.IdBankTransfer>;
|
|
2349
3155
|
/**
|
|
2350
3156
|
* This sub-hash contains details about the Konbini payment method options to pass to the invoice's PaymentIntent.
|
|
2351
3157
|
*/
|
|
@@ -2370,8 +3176,12 @@ export declare namespace SubscriptionUpdateParams {
|
|
|
2370
3176
|
* This sub-hash contains details about the ACH direct debit payment method options to pass to the invoice's PaymentIntent.
|
|
2371
3177
|
*/
|
|
2372
3178
|
us_bank_account?: Emptyable<PaymentMethodOptions.UsBankAccount>;
|
|
3179
|
+
/**
|
|
3180
|
+
* This sub-hash contains details about the WeChat Pay payment method options to pass to the invoice's PaymentIntent.
|
|
3181
|
+
*/
|
|
3182
|
+
wechat_pay?: Emptyable<PaymentMethodOptions.WechatPay>;
|
|
2373
3183
|
}
|
|
2374
|
-
type PaymentMethodType = 'ach_credit_transfer' | 'ach_debit' | 'acss_debit' | 'affirm' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'boleto' | 'card' | 'cashapp' | 'crypto' | 'custom' | 'customer_balance' | 'eps' | 'fpx' | 'giropay' | 'grabpay' | 'ideal' | 'jp_credit_transfer' | 'kakao_pay' | 'klarna' | 'konbini' | 'kr_card' | 'link' | 'multibanco' | 'naver_pay' | 'nz_bank_account' | 'p24' | 'pay_by_bank' | 'payco' | 'paynow' | 'paypal' | 'payto' | 'pix' | 'promptpay' | 'revolut_pay' | 'satispay' | 'sepa_credit_transfer' | 'sepa_debit' | 'sofort' | 'swish' | 'twint' | 'upi' | 'us_bank_account' | 'wechat_pay';
|
|
3184
|
+
type PaymentMethodType = 'ach_credit_transfer' | 'ach_debit' | 'acss_debit' | 'affirm' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'bizum' | 'blik' | 'boleto' | 'card' | 'cashapp' | 'check_scan' | 'crypto' | 'custom' | 'customer_balance' | 'eps' | 'fpx' | 'giropay' | 'grabpay' | 'id_bank_transfer' | 'ideal' | 'jp_credit_transfer' | 'kakao_pay' | 'klarna' | 'konbini' | 'kr_card' | 'link' | 'momo' | 'multibanco' | 'naver_pay' | 'nz_bank_account' | 'p24' | 'pay_by_bank' | 'payco' | 'paynow' | 'paypal' | 'payto' | 'pix' | 'promptpay' | 'revolut_pay' | 'satispay' | 'sepa_credit_transfer' | 'sepa_debit' | 'sofort' | 'stripe_balance' | 'swish' | 'twint' | 'upi' | 'us_bank_account' | 'wechat_pay';
|
|
2375
3185
|
type SaveDefaultPaymentMethod = 'off' | 'on_subscription';
|
|
2376
3186
|
namespace PaymentMethodOptions {
|
|
2377
3187
|
interface AcssDebit {
|
|
@@ -2390,6 +3200,18 @@ export declare namespace SubscriptionUpdateParams {
|
|
|
2390
3200
|
*/
|
|
2391
3201
|
preferred_language?: Bancontact.PreferredLanguage;
|
|
2392
3202
|
}
|
|
3203
|
+
interface Bizum {
|
|
3204
|
+
/**
|
|
3205
|
+
* Configuration options for setting up a mandate
|
|
3206
|
+
*/
|
|
3207
|
+
mandate_options?: Bizum.MandateOptions;
|
|
3208
|
+
}
|
|
3209
|
+
interface Blik {
|
|
3210
|
+
/**
|
|
3211
|
+
* Configuration options for setting up a mandate
|
|
3212
|
+
*/
|
|
3213
|
+
mandate_options?: Blik.MandateOptions;
|
|
3214
|
+
}
|
|
2393
3215
|
interface Card {
|
|
2394
3216
|
/**
|
|
2395
3217
|
* Configuration options for setting up an eMandate for cards issued in India.
|
|
@@ -2404,6 +3226,8 @@ export declare namespace SubscriptionUpdateParams {
|
|
|
2404
3226
|
*/
|
|
2405
3227
|
request_three_d_secure?: Card.RequestThreeDSecure;
|
|
2406
3228
|
}
|
|
3229
|
+
interface CheckScan {
|
|
3230
|
+
}
|
|
2407
3231
|
interface CustomerBalance {
|
|
2408
3232
|
/**
|
|
2409
3233
|
* Configuration for the bank transfer funding type, if the `funding_type` is set to `bank_transfer`.
|
|
@@ -2414,6 +3238,8 @@ export declare namespace SubscriptionUpdateParams {
|
|
|
2414
3238
|
*/
|
|
2415
3239
|
funding_type?: string;
|
|
2416
3240
|
}
|
|
3241
|
+
interface IdBankTransfer {
|
|
3242
|
+
}
|
|
2417
3243
|
interface Konbini {
|
|
2418
3244
|
}
|
|
2419
3245
|
interface Payto {
|
|
@@ -2450,6 +3276,16 @@ export declare namespace SubscriptionUpdateParams {
|
|
|
2450
3276
|
*/
|
|
2451
3277
|
verification_method?: UsBankAccount.VerificationMethod;
|
|
2452
3278
|
}
|
|
3279
|
+
interface WechatPay {
|
|
3280
|
+
/**
|
|
3281
|
+
* The app ID registered with WeChat Pay. Only required when client is `ios` or `android`.
|
|
3282
|
+
*/
|
|
3283
|
+
app_id?: string;
|
|
3284
|
+
/**
|
|
3285
|
+
* The client type that the end customer will pay from.
|
|
3286
|
+
*/
|
|
3287
|
+
client?: WechatPay.Client;
|
|
3288
|
+
}
|
|
2453
3289
|
namespace AcssDebit {
|
|
2454
3290
|
interface MandateOptions {
|
|
2455
3291
|
/**
|
|
@@ -2465,6 +3301,26 @@ export declare namespace SubscriptionUpdateParams {
|
|
|
2465
3301
|
namespace Bancontact {
|
|
2466
3302
|
type PreferredLanguage = 'de' | 'en' | 'fr' | 'nl';
|
|
2467
3303
|
}
|
|
3304
|
+
namespace Bizum {
|
|
3305
|
+
interface MandateOptions {
|
|
3306
|
+
/**
|
|
3307
|
+
* Amount to be charged for future payments. Required when `amount_type=fixed`.
|
|
3308
|
+
*/
|
|
3309
|
+
amount: number;
|
|
3310
|
+
/**
|
|
3311
|
+
* Indicates the mandate amount type.
|
|
3312
|
+
*/
|
|
3313
|
+
amount_type: 'fixed';
|
|
3314
|
+
}
|
|
3315
|
+
}
|
|
3316
|
+
namespace Blik {
|
|
3317
|
+
interface MandateOptions {
|
|
3318
|
+
/**
|
|
3319
|
+
* Date when the mandate expires and no further payments will be charged. If not provided, the mandate will be set to be indefinite.
|
|
3320
|
+
*/
|
|
3321
|
+
expires_after?: number;
|
|
3322
|
+
}
|
|
3323
|
+
}
|
|
2468
3324
|
namespace Card {
|
|
2469
3325
|
interface MandateOptions {
|
|
2470
3326
|
/**
|
|
@@ -2590,27 +3446,42 @@ export declare namespace SubscriptionUpdateParams {
|
|
|
2590
3446
|
* The account subcategories to use to filter for selectable accounts. Valid subcategories are `checking` and `savings`.
|
|
2591
3447
|
*/
|
|
2592
3448
|
account_subcategories?: Array<Filters.AccountSubcategory>;
|
|
3449
|
+
/**
|
|
3450
|
+
* ID of the institution to use to filter for selectable accounts.
|
|
3451
|
+
*/
|
|
3452
|
+
institution?: string;
|
|
2593
3453
|
}
|
|
2594
3454
|
type Permission = 'balances' | 'ownership' | 'payment_method' | 'transactions';
|
|
2595
|
-
type Prefetch = 'balances' | 'ownership' | 'transactions';
|
|
3455
|
+
type Prefetch = 'balances' | 'inferred_balances' | 'ownership' | 'transactions';
|
|
2596
3456
|
namespace Filters {
|
|
2597
3457
|
type AccountSubcategory = 'checking' | 'savings';
|
|
2598
3458
|
}
|
|
2599
3459
|
}
|
|
2600
3460
|
}
|
|
3461
|
+
namespace WechatPay {
|
|
3462
|
+
type Client = 'android' | 'ios' | 'mobile_web' | 'web';
|
|
3463
|
+
}
|
|
2601
3464
|
}
|
|
2602
3465
|
}
|
|
2603
3466
|
namespace PendingInvoiceItemInterval {
|
|
2604
3467
|
type Interval = 'day' | 'month' | 'week' | 'year';
|
|
2605
3468
|
}
|
|
3469
|
+
namespace Prebilling {
|
|
3470
|
+
type UpdateBehavior = 'prebill' | 'reset';
|
|
3471
|
+
}
|
|
2606
3472
|
namespace TrialSettings {
|
|
2607
3473
|
interface EndBehavior {
|
|
3474
|
+
/**
|
|
3475
|
+
* Indicates how the subscription's billing cycle anchor is reset when a trial ends. Defaults to `now`.
|
|
3476
|
+
*/
|
|
3477
|
+
billing_cycle_anchor?: EndBehavior.BillingCycleAnchor;
|
|
2608
3478
|
/**
|
|
2609
3479
|
* Indicates how the subscription should change when the trial ends if the user did not provide a payment method.
|
|
2610
3480
|
*/
|
|
2611
3481
|
missing_payment_method: EndBehavior.MissingPaymentMethod;
|
|
2612
3482
|
}
|
|
2613
3483
|
namespace EndBehavior {
|
|
3484
|
+
type BillingCycleAnchor = 'now' | 'unchanged';
|
|
2614
3485
|
type MissingPaymentMethod = 'cancel' | 'create_invoice' | 'pause';
|
|
2615
3486
|
}
|
|
2616
3487
|
}
|
|
@@ -2620,6 +3491,10 @@ export interface SubscriptionListParams extends PaginationParams {
|
|
|
2620
3491
|
* Filter subscriptions by their automatic tax settings.
|
|
2621
3492
|
*/
|
|
2622
3493
|
automatic_tax?: SubscriptionListParams.AutomaticTax;
|
|
3494
|
+
/**
|
|
3495
|
+
* Filter for subscriptions that have the specified billing cadence.
|
|
3496
|
+
*/
|
|
3497
|
+
billing_cadence?: string;
|
|
2623
3498
|
/**
|
|
2624
3499
|
* The collection method of the subscriptions to retrieve. Either `charge_automatically` or `send_invoice`.
|
|
2625
3500
|
*/
|
|
@@ -2675,6 +3550,16 @@ export declare namespace SubscriptionListParams {
|
|
|
2675
3550
|
type CollectionMethod = 'charge_automatically' | 'send_invoice';
|
|
2676
3551
|
type Status = 'active' | 'all' | 'canceled' | 'ended' | 'incomplete' | 'incomplete_expired' | 'past_due' | 'paused' | 'trialing' | 'unpaid';
|
|
2677
3552
|
}
|
|
3553
|
+
export interface SubscriptionAttachCadenceParams {
|
|
3554
|
+
/**
|
|
3555
|
+
* The Billing Cadence which controls the timing of recurring invoice generation for this subscription. If unset, the subscription will bill according to its own configured schedule and create its own invoices. If set, this subscription will be billed by the cadence instead, potentially sharing invoices with the other subscriptions linked to that Cadence.
|
|
3556
|
+
*/
|
|
3557
|
+
billing_cadence: string;
|
|
3558
|
+
/**
|
|
3559
|
+
* Specifies which fields in the response should be expanded.
|
|
3560
|
+
*/
|
|
3561
|
+
expand?: Array<string>;
|
|
3562
|
+
}
|
|
2678
3563
|
export interface SubscriptionCancelParams {
|
|
2679
3564
|
/**
|
|
2680
3565
|
* Details about why this subscription was cancelled
|
|
@@ -2743,6 +3628,57 @@ export declare namespace SubscriptionMigrateParams {
|
|
|
2743
3628
|
}
|
|
2744
3629
|
}
|
|
2745
3630
|
}
|
|
3631
|
+
export interface SubscriptionPauseParams {
|
|
3632
|
+
/**
|
|
3633
|
+
* Controls what to bill for when pausing the subscription.
|
|
3634
|
+
*/
|
|
3635
|
+
bill_for?: SubscriptionPauseParams.BillFor;
|
|
3636
|
+
/**
|
|
3637
|
+
* Specifies which fields in the response should be expanded.
|
|
3638
|
+
*/
|
|
3639
|
+
expand?: Array<string>;
|
|
3640
|
+
/**
|
|
3641
|
+
* Determines how to handle debits and credits when pausing. Defaults to `pending_invoice_item`.
|
|
3642
|
+
*/
|
|
3643
|
+
invoicing_behavior?: SubscriptionPauseParams.InvoicingBehavior;
|
|
3644
|
+
/**
|
|
3645
|
+
* The type of pause to apply. Defaults to `subscription`.
|
|
3646
|
+
*/
|
|
3647
|
+
type?: 'subscription';
|
|
3648
|
+
}
|
|
3649
|
+
export declare namespace SubscriptionPauseParams {
|
|
3650
|
+
interface BillFor {
|
|
3651
|
+
/**
|
|
3652
|
+
* Controls when to bill for metered usage in the current period. Defaults to `{ type: "now" }`.
|
|
3653
|
+
*/
|
|
3654
|
+
outstanding_usage_through?: BillFor.OutstandingUsageThrough;
|
|
3655
|
+
/**
|
|
3656
|
+
* Controls when to credit for unused time on licensed items. Defaults to `{ type: "now" }`.
|
|
3657
|
+
*/
|
|
3658
|
+
unused_time_from?: BillFor.UnusedTimeFrom;
|
|
3659
|
+
}
|
|
3660
|
+
type InvoicingBehavior = 'invoice' | 'pending_invoice_item';
|
|
3661
|
+
namespace BillFor {
|
|
3662
|
+
interface OutstandingUsageThrough {
|
|
3663
|
+
/**
|
|
3664
|
+
* When to bill metered usage in the current period.
|
|
3665
|
+
*/
|
|
3666
|
+
type: OutstandingUsageThrough.Type;
|
|
3667
|
+
}
|
|
3668
|
+
interface UnusedTimeFrom {
|
|
3669
|
+
/**
|
|
3670
|
+
* When to credit for unused time.
|
|
3671
|
+
*/
|
|
3672
|
+
type: UnusedTimeFrom.Type;
|
|
3673
|
+
}
|
|
3674
|
+
namespace OutstandingUsageThrough {
|
|
3675
|
+
type Type = 'none' | 'now';
|
|
3676
|
+
}
|
|
3677
|
+
namespace UnusedTimeFrom {
|
|
3678
|
+
type Type = 'item_current_period_start' | 'none' | 'now';
|
|
3679
|
+
}
|
|
3680
|
+
}
|
|
3681
|
+
}
|
|
2746
3682
|
export interface SubscriptionResumeParams {
|
|
2747
3683
|
/**
|
|
2748
3684
|
* The billing cycle anchor that applies when the subscription is resumed. Either `now` or `unchanged`. The default is `now`. For more information, see the billing cycle [documentation](https://docs.stripe.com/billing/subscriptions/billing-cycle).
|
|
@@ -2752,6 +3688,10 @@ export interface SubscriptionResumeParams {
|
|
|
2752
3688
|
* Specifies which fields in the response should be expanded.
|
|
2753
3689
|
*/
|
|
2754
3690
|
expand?: Array<string>;
|
|
3691
|
+
/**
|
|
3692
|
+
* Controls whether Stripe attempts payment on the resumption invoice in the resume request, and how payment on that invoice affects the subscription's status. The default is `resume_on_payment_attempt`.
|
|
3693
|
+
*/
|
|
3694
|
+
payment_behavior?: SubscriptionResumeParams.PaymentBehavior;
|
|
2755
3695
|
/**
|
|
2756
3696
|
* Determines how to handle [prorations](https://docs.stripe.com/billing/subscriptions/prorations) resulting from the `billing_cycle_anchor` being `unchanged`. When the `billing_cycle_anchor` is set to `now` (default value), no prorations are generated. If no value is passed, the default is `create_prorations`.
|
|
2757
3697
|
*/
|
|
@@ -2763,6 +3703,7 @@ export interface SubscriptionResumeParams {
|
|
|
2763
3703
|
}
|
|
2764
3704
|
export declare namespace SubscriptionResumeParams {
|
|
2765
3705
|
type BillingCycleAnchor = 'now' | 'unchanged';
|
|
3706
|
+
type PaymentBehavior = 'resume_on_payment_attempt' | 'resume_on_payment_success';
|
|
2766
3707
|
type ProrationBehavior = 'always_invoice' | 'create_prorations' | 'none';
|
|
2767
3708
|
}
|
|
2768
3709
|
export interface SubscriptionSearchParams {
|
|
@@ -2783,3 +3724,15 @@ export interface SubscriptionSearchParams {
|
|
|
2783
3724
|
*/
|
|
2784
3725
|
page?: string;
|
|
2785
3726
|
}
|
|
3727
|
+
export interface SubscriptionSerializeBatchCancelParams {
|
|
3728
|
+
}
|
|
3729
|
+
export interface SubscriptionSerializeBatchCreateParams {
|
|
3730
|
+
}
|
|
3731
|
+
export interface SubscriptionSerializeBatchMigrateParams {
|
|
3732
|
+
}
|
|
3733
|
+
export interface SubscriptionSerializeBatchPauseParams {
|
|
3734
|
+
}
|
|
3735
|
+
export interface SubscriptionSerializeBatchResumeParams {
|
|
3736
|
+
}
|
|
3737
|
+
export interface SubscriptionSerializeBatchUpdateParams {
|
|
3738
|
+
}
|