stripe 22.2.0-beta.3 → 22.2.0
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 +84 -1730
- package/OPENAPI_VERSION +1 -1
- package/README.md +65 -57
- package/VERSION +1 -1
- package/cjs/Error.d.ts +0 -50
- package/cjs/Error.js +1 -125
- package/cjs/Error.js.map +1 -1
- package/cjs/RequestSender.d.ts +1 -0
- package/cjs/RequestSender.js +10 -2
- package/cjs/RequestSender.js.map +1 -1
- package/cjs/Types.d.ts +2 -4
- package/cjs/Types.js.map +1 -1
- package/cjs/apiVersion.d.ts +2 -1
- package/cjs/apiVersion.js +3 -2
- package/cjs/apiVersion.js.map +1 -1
- package/cjs/lib.d.ts +48 -3
- package/cjs/net/FetchHttpClient.js.map +1 -1
- package/cjs/net/HttpClient.js.map +1 -1
- package/cjs/platform/NodePlatformFunctions.d.ts +6 -0
- package/cjs/platform/NodePlatformFunctions.js +17 -0
- package/cjs/platform/NodePlatformFunctions.js.map +1 -1
- package/cjs/platform/PlatformFunctions.d.ts +13 -0
- package/cjs/platform/PlatformFunctions.js +21 -0
- package/cjs/platform/PlatformFunctions.js.map +1 -1
- package/cjs/resources/AccountLinks.d.ts +1 -1
- package/cjs/resources/AccountSessions.d.ts +0 -262
- package/cjs/resources/AccountSessions.js.map +1 -1
- package/cjs/resources/Accounts.d.ts +45 -819
- package/cjs/resources/Accounts.js +0 -15
- package/cjs/resources/Accounts.js.map +1 -1
- package/cjs/resources/Apps/index.d.ts +4 -4
- package/cjs/resources/Balance.d.ts +0 -67
- package/cjs/resources/BalanceSettings.d.ts +86 -0
- package/cjs/resources/BankAccounts.d.ts +2 -2
- package/cjs/resources/Billing/AlertTriggereds.d.ts +1 -2
- package/cjs/resources/Billing/index.d.ts +24 -27
- package/cjs/resources/Billing/index.js +0 -2
- package/cjs/resources/Billing/index.js.map +1 -1
- package/cjs/resources/BillingPortal/index.d.ts +5 -5
- package/cjs/resources/Capabilities.d.ts +2 -2
- package/cjs/resources/Cards.d.ts +0 -4
- package/cjs/resources/Charges.d.ts +92 -3064
- package/cjs/resources/Checkout/Sessions.d.ts +51 -414
- package/cjs/resources/Checkout/index.d.ts +6 -6
- package/cjs/resources/Climate/index.d.ts +9 -9
- package/cjs/resources/ConfirmationTokens.d.ts +7 -67
- package/cjs/resources/Coupons.d.ts +0 -47
- package/cjs/resources/CreditNoteLineItems.d.ts +1 -15
- package/cjs/resources/CreditNotes.d.ts +1 -7
- package/cjs/resources/CreditNotes.js +0 -14
- package/cjs/resources/CreditNotes.js.map +1 -1
- package/cjs/resources/CustomerSessions.d.ts +0 -68
- package/cjs/resources/Customers.d.ts +1 -7
- package/cjs/resources/Customers.js +0 -15
- package/cjs/resources/Customers.js.map +1 -1
- package/cjs/resources/Discounts.d.ts +4 -4
- package/cjs/resources/Disputes.d.ts +0 -29
- package/cjs/resources/Entitlements/index.d.ts +6 -6
- package/cjs/resources/Events.d.ts +2 -547
- package/cjs/resources/ExternalAccounts.d.ts +1 -212
- package/cjs/resources/ExternalAccounts.js +0 -44
- package/cjs/resources/ExternalAccounts.js.map +1 -1
- package/cjs/resources/FinancialConnections/Accounts.d.ts +4 -74
- package/cjs/resources/FinancialConnections/Accounts.js +0 -8
- package/cjs/resources/FinancialConnections/Accounts.js.map +1 -1
- package/cjs/resources/FinancialConnections/Sessions.d.ts +7 -155
- package/cjs/resources/FinancialConnections/index.d.ts +13 -28
- package/cjs/resources/FinancialConnections/index.js +0 -4
- package/cjs/resources/FinancialConnections/index.js.map +1 -1
- package/cjs/resources/Forwarding/index.d.ts +3 -3
- package/cjs/resources/Identity/index.d.ts +8 -8
- package/cjs/resources/InvoiceItems.d.ts +28 -85
- package/cjs/resources/InvoiceItems.js.map +1 -1
- package/cjs/resources/InvoiceLineItems.d.ts +2 -40
- package/cjs/resources/Invoices.d.ts +26 -1348
- package/cjs/resources/Invoices.js +0 -70
- package/cjs/resources/Invoices.js.map +1 -1
- package/cjs/resources/Issuing/Cardholders.d.ts +1 -2
- package/cjs/resources/Issuing/Disputes.d.ts +1 -1
- package/cjs/resources/Issuing/PersonalizationDesigns.d.ts +1 -1
- package/cjs/resources/Issuing/Transactions.d.ts +0 -9
- package/cjs/resources/Issuing/Transactions.js.map +1 -1
- package/cjs/resources/Issuing/index.d.ts +35 -60
- package/cjs/resources/Issuing/index.js +0 -6
- package/cjs/resources/Issuing/index.js.map +1 -1
- package/cjs/resources/LineItems.d.ts +2 -29
- package/cjs/resources/Mandates.d.ts +4 -33
- package/cjs/resources/Mandates.js +0 -8
- package/cjs/resources/Mandates.js.map +1 -1
- package/cjs/resources/OAuth.d.ts +7 -8
- package/cjs/resources/PaymentAttemptRecords.d.ts +23 -92
- package/cjs/resources/PaymentIntents.d.ts +6510 -17236
- package/cjs/resources/PaymentIntents.js +3 -28
- package/cjs/resources/PaymentIntents.js.map +1 -1
- package/cjs/resources/PaymentLinks.d.ts +88 -20
- package/cjs/resources/PaymentMethodConfigurations.d.ts +93 -299
- package/cjs/resources/PaymentMethods.d.ts +22 -152
- package/cjs/resources/PaymentMethods.js.map +1 -1
- package/cjs/resources/PaymentRecords.d.ts +23 -92
- package/cjs/resources/Payouts.d.ts +1 -1
- package/cjs/resources/Persons.d.ts +2 -2
- package/cjs/resources/Plans.d.ts +0 -16
- package/cjs/resources/Prices.d.ts +0 -52
- package/cjs/resources/Products.d.ts +0 -42
- package/cjs/resources/PromotionCodes.d.ts +0 -12
- package/cjs/resources/PromotionCodes.js +0 -28
- package/cjs/resources/PromotionCodes.js.map +1 -1
- package/cjs/resources/Quotes.d.ts +160 -2369
- package/cjs/resources/Quotes.js +13 -1181
- package/cjs/resources/Quotes.js.map +1 -1
- package/cjs/resources/Radar/PaymentEvaluations.d.ts +2 -2
- package/cjs/resources/Radar/index.d.ts +12 -12
- package/cjs/resources/Refunds.d.ts +3 -11
- package/cjs/resources/Reporting/index.d.ts +5 -5
- package/cjs/resources/Reserve/Holds.d.ts +1 -53
- package/cjs/resources/Reserve/Holds.js +0 -19
- package/cjs/resources/Reserve/Holds.js.map +1 -1
- package/cjs/resources/Reserve/Plans.d.ts +0 -16
- package/cjs/resources/Reserve/Plans.js +0 -11
- package/cjs/resources/Reserve/Plans.js.map +1 -1
- package/cjs/resources/Reserve/Releases.d.ts +1 -41
- package/cjs/resources/Reserve/Releases.js +0 -19
- package/cjs/resources/Reserve/Releases.js.map +1 -1
- package/cjs/resources/Reserve/index.d.ts +3 -14
- package/cjs/resources/Reserve/index.js +2 -10
- package/cjs/resources/Reserve/index.js.map +1 -1
- package/cjs/resources/SetupAttempts.d.ts +3 -25
- package/cjs/resources/SetupIntents.d.ts +77 -336
- package/cjs/resources/Sigma/index.d.ts +2 -2
- package/cjs/resources/Sources.d.ts +1 -16
- package/cjs/resources/SubscriptionItems.d.ts +4 -165
- package/cjs/resources/SubscriptionSchedules.d.ts +16 -1174
- package/cjs/resources/SubscriptionSchedules.js +0 -48
- package/cjs/resources/SubscriptionSchedules.js.map +1 -1
- package/cjs/resources/Subscriptions.d.ts +32 -490
- package/cjs/resources/Subscriptions.js +2 -31
- package/cjs/resources/Subscriptions.js.map +1 -1
- package/cjs/resources/Tax/CalculationLineItems.d.ts +2 -6
- package/cjs/resources/Tax/Calculations.d.ts +3 -7
- package/cjs/resources/Tax/Registrations.d.ts +2 -138
- package/cjs/resources/Tax/Transactions.d.ts +2 -2
- package/cjs/resources/Tax/index.d.ts +17 -31
- package/cjs/resources/Tax/index.js +0 -4
- package/cjs/resources/Tax/index.js.map +1 -1
- package/cjs/resources/TaxCodes.d.ts +0 -15
- package/cjs/resources/Terminal/Configurations.d.ts +108 -27
- package/cjs/resources/Terminal/Readers.d.ts +143 -19
- package/cjs/resources/Terminal/Readers.js.map +1 -1
- package/cjs/resources/Terminal/index.d.ts +25 -30
- package/cjs/resources/Terminal/index.js +0 -2
- package/cjs/resources/Terminal/index.js.map +1 -1
- package/cjs/resources/TestHelpers/ConfirmationTokens.d.ts +14 -79
- package/cjs/resources/TestHelpers/TestClocks.d.ts +4 -0
- package/cjs/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +0 -22
- package/cjs/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +0 -22
- package/cjs/resources/TestHelpers/index.d.ts +5 -8
- package/cjs/resources/TestHelpers/index.js +4 -6
- package/cjs/resources/TestHelpers/index.js.map +1 -1
- package/cjs/resources/Transfers.d.ts +0 -8
- package/cjs/resources/Treasury/FinancialAccountFeatures.d.ts +0 -5
- package/cjs/resources/Treasury/FinancialAccounts.d.ts +1 -34
- package/cjs/resources/Treasury/OutboundPayments.d.ts +0 -8
- package/cjs/resources/Treasury/OutboundTransfers.d.ts +0 -44
- package/cjs/resources/Treasury/ReceivedCredits.d.ts +0 -22
- package/cjs/resources/Treasury/ReceivedDebits.d.ts +0 -26
- package/cjs/resources/Treasury/index.d.ts +33 -33
- package/cjs/resources/V2/Billing/index.d.ts +6 -45
- package/cjs/resources/V2/Billing/index.js +0 -8
- package/cjs/resources/V2/Billing/index.js.map +1 -1
- package/cjs/resources/V2/Commerce/ProductCatalog/Imports.d.ts +2 -2
- package/cjs/resources/V2/Core/AccountLinks.d.ts +4 -4
- package/cjs/resources/V2/Core/AccountTokens.d.ts +32 -14
- package/cjs/resources/V2/Core/AccountTokens.js +5 -1
- package/cjs/resources/V2/Core/AccountTokens.js.map +1 -1
- package/cjs/resources/V2/Core/Accounts/Persons.d.ts +2 -2
- package/cjs/resources/V2/Core/Accounts.d.ts +233 -1171
- package/cjs/resources/V2/Core/Accounts.js +1 -1
- package/cjs/resources/V2/Core/EventDestinations.d.ts +2 -2
- package/cjs/resources/V2/Core/Events.d.ts +8 -1126
- package/cjs/resources/V2/Core/Events.js +2 -1
- package/cjs/resources/V2/Core/Events.js.map +1 -1
- package/cjs/resources/V2/Core/index.d.ts +19 -29
- package/cjs/resources/V2/Core/index.js +0 -4
- package/cjs/resources/V2/Core/index.js.map +1 -1
- package/cjs/resources/V2/index.d.ts +0 -27
- package/cjs/resources/V2/index.js +0 -14
- package/cjs/resources/V2/index.js.map +1 -1
- package/cjs/resources/WebhookEndpoints.d.ts +3 -3
- package/cjs/resources.d.ts +0 -10
- package/cjs/resources.js +10 -146
- package/cjs/resources.js.map +1 -1
- package/cjs/stripe.core.d.ts +29 -69
- package/cjs/stripe.core.js +44 -61
- package/cjs/stripe.core.js.map +1 -1
- package/cjs/utils.d.ts +0 -2
- package/cjs/utils.js +1 -16
- package/cjs/utils.js.map +1 -1
- package/esm/Error.d.ts +0 -50
- package/esm/Error.js +0 -109
- package/esm/Error.js.map +1 -1
- package/esm/RequestSender.d.ts +1 -0
- package/esm/RequestSender.js +11 -3
- package/esm/RequestSender.js.map +1 -1
- package/esm/Types.d.ts +2 -4
- package/esm/Types.js.map +1 -1
- package/esm/apiVersion.d.ts +2 -1
- package/esm/apiVersion.js +2 -1
- package/esm/apiVersion.js.map +1 -1
- package/esm/lib.d.ts +48 -3
- package/esm/net/FetchHttpClient.js.map +1 -1
- package/esm/net/HttpClient.js.map +1 -1
- package/esm/platform/NodePlatformFunctions.d.ts +6 -0
- package/esm/platform/NodePlatformFunctions.js +17 -0
- package/esm/platform/NodePlatformFunctions.js.map +1 -1
- package/esm/platform/PlatformFunctions.d.ts +13 -0
- package/esm/platform/PlatformFunctions.js +21 -0
- package/esm/platform/PlatformFunctions.js.map +1 -1
- package/esm/resources/AccountLinks.d.ts +1 -1
- package/esm/resources/AccountSessions.d.ts +0 -262
- package/esm/resources/AccountSessions.js.map +1 -1
- package/esm/resources/Accounts.d.ts +45 -819
- package/esm/resources/Accounts.js +0 -15
- package/esm/resources/Accounts.js.map +1 -1
- package/esm/resources/Apps/index.d.ts +4 -4
- package/esm/resources/Balance.d.ts +0 -67
- package/esm/resources/BalanceSettings.d.ts +86 -0
- package/esm/resources/BankAccounts.d.ts +2 -2
- package/esm/resources/Billing/AlertTriggereds.d.ts +1 -2
- package/esm/resources/Billing/index.d.ts +24 -27
- package/esm/resources/Billing/index.js +0 -2
- package/esm/resources/Billing/index.js.map +1 -1
- package/esm/resources/BillingPortal/index.d.ts +5 -5
- package/esm/resources/Capabilities.d.ts +2 -2
- package/esm/resources/Cards.d.ts +0 -4
- package/esm/resources/Charges.d.ts +92 -3064
- package/esm/resources/Checkout/Sessions.d.ts +51 -414
- package/esm/resources/Checkout/index.d.ts +6 -6
- package/esm/resources/Climate/index.d.ts +9 -9
- package/esm/resources/ConfirmationTokens.d.ts +7 -67
- package/esm/resources/Coupons.d.ts +0 -47
- package/esm/resources/CreditNoteLineItems.d.ts +1 -15
- package/esm/resources/CreditNotes.d.ts +1 -7
- package/esm/resources/CreditNotes.js +0 -14
- package/esm/resources/CreditNotes.js.map +1 -1
- package/esm/resources/CustomerSessions.d.ts +0 -68
- package/esm/resources/Customers.d.ts +1 -7
- package/esm/resources/Customers.js +0 -15
- package/esm/resources/Customers.js.map +1 -1
- package/esm/resources/Discounts.d.ts +4 -4
- package/esm/resources/Disputes.d.ts +0 -29
- package/esm/resources/Entitlements/index.d.ts +6 -6
- package/esm/resources/Events.d.ts +2 -547
- package/esm/resources/ExternalAccounts.d.ts +1 -212
- package/esm/resources/ExternalAccounts.js +1 -42
- package/esm/resources/ExternalAccounts.js.map +1 -1
- package/esm/resources/FinancialConnections/Accounts.d.ts +4 -74
- package/esm/resources/FinancialConnections/Accounts.js +0 -8
- package/esm/resources/FinancialConnections/Accounts.js.map +1 -1
- package/esm/resources/FinancialConnections/Sessions.d.ts +7 -155
- package/esm/resources/FinancialConnections/index.d.ts +13 -28
- package/esm/resources/FinancialConnections/index.js +0 -4
- package/esm/resources/FinancialConnections/index.js.map +1 -1
- package/esm/resources/Forwarding/index.d.ts +3 -3
- package/esm/resources/Identity/index.d.ts +8 -8
- package/esm/resources/InvoiceItems.d.ts +28 -85
- package/esm/resources/InvoiceItems.js.map +1 -1
- package/esm/resources/InvoiceLineItems.d.ts +2 -40
- package/esm/resources/Invoices.d.ts +26 -1348
- package/esm/resources/Invoices.js +0 -70
- package/esm/resources/Invoices.js.map +1 -1
- package/esm/resources/Issuing/Cardholders.d.ts +1 -2
- package/esm/resources/Issuing/Disputes.d.ts +1 -1
- package/esm/resources/Issuing/PersonalizationDesigns.d.ts +1 -1
- package/esm/resources/Issuing/Transactions.d.ts +0 -9
- package/esm/resources/Issuing/Transactions.js.map +1 -1
- package/esm/resources/Issuing/index.d.ts +35 -60
- package/esm/resources/Issuing/index.js +0 -6
- package/esm/resources/Issuing/index.js.map +1 -1
- package/esm/resources/LineItems.d.ts +2 -29
- package/esm/resources/Mandates.d.ts +4 -33
- package/esm/resources/Mandates.js +0 -8
- package/esm/resources/Mandates.js.map +1 -1
- package/esm/resources/OAuth.d.ts +7 -8
- package/esm/resources/PaymentAttemptRecords.d.ts +23 -92
- package/esm/resources/PaymentIntents.d.ts +6510 -17236
- package/esm/resources/PaymentIntents.js +3 -28
- package/esm/resources/PaymentIntents.js.map +1 -1
- package/esm/resources/PaymentLinks.d.ts +88 -20
- package/esm/resources/PaymentMethodConfigurations.d.ts +93 -299
- package/esm/resources/PaymentMethods.d.ts +22 -152
- package/esm/resources/PaymentMethods.js.map +1 -1
- package/esm/resources/PaymentRecords.d.ts +23 -92
- package/esm/resources/Payouts.d.ts +1 -1
- package/esm/resources/Persons.d.ts +2 -2
- package/esm/resources/Plans.d.ts +0 -16
- package/esm/resources/Prices.d.ts +0 -52
- package/esm/resources/Products.d.ts +0 -42
- package/esm/resources/PromotionCodes.d.ts +0 -12
- package/esm/resources/PromotionCodes.js +0 -28
- package/esm/resources/PromotionCodes.js.map +1 -1
- package/esm/resources/Quotes.d.ts +160 -2369
- package/esm/resources/Quotes.js +13 -1181
- package/esm/resources/Quotes.js.map +1 -1
- package/esm/resources/Radar/PaymentEvaluations.d.ts +2 -2
- package/esm/resources/Radar/index.d.ts +12 -12
- package/esm/resources/Refunds.d.ts +3 -11
- package/esm/resources/Reporting/index.d.ts +5 -5
- package/esm/resources/Reserve/Holds.d.ts +1 -53
- package/esm/resources/Reserve/Holds.js +1 -17
- package/esm/resources/Reserve/Holds.js.map +1 -1
- package/esm/resources/Reserve/Plans.d.ts +0 -16
- package/esm/resources/Reserve/Plans.js +1 -9
- package/esm/resources/Reserve/Plans.js.map +1 -1
- package/esm/resources/Reserve/Releases.d.ts +1 -41
- package/esm/resources/Reserve/Releases.js +1 -17
- package/esm/resources/Reserve/Releases.js.map +1 -1
- package/esm/resources/Reserve/index.d.ts +3 -14
- package/esm/resources/Reserve/index.js +2 -10
- package/esm/resources/Reserve/index.js.map +1 -1
- package/esm/resources/SetupAttempts.d.ts +3 -25
- package/esm/resources/SetupIntents.d.ts +77 -336
- package/esm/resources/Sigma/index.d.ts +2 -2
- package/esm/resources/Sources.d.ts +1 -16
- package/esm/resources/SubscriptionItems.d.ts +4 -165
- package/esm/resources/SubscriptionSchedules.d.ts +16 -1174
- package/esm/resources/SubscriptionSchedules.js +0 -48
- package/esm/resources/SubscriptionSchedules.js.map +1 -1
- package/esm/resources/Subscriptions.d.ts +32 -490
- package/esm/resources/Subscriptions.js +2 -31
- package/esm/resources/Subscriptions.js.map +1 -1
- package/esm/resources/Tax/CalculationLineItems.d.ts +2 -6
- package/esm/resources/Tax/Calculations.d.ts +3 -7
- package/esm/resources/Tax/Registrations.d.ts +2 -138
- package/esm/resources/Tax/Transactions.d.ts +2 -2
- package/esm/resources/Tax/index.d.ts +17 -31
- package/esm/resources/Tax/index.js +0 -4
- package/esm/resources/Tax/index.js.map +1 -1
- package/esm/resources/TaxCodes.d.ts +0 -15
- package/esm/resources/Terminal/Configurations.d.ts +108 -27
- package/esm/resources/Terminal/Readers.d.ts +143 -19
- package/esm/resources/Terminal/Readers.js.map +1 -1
- package/esm/resources/Terminal/index.d.ts +25 -30
- package/esm/resources/Terminal/index.js +0 -2
- package/esm/resources/Terminal/index.js.map +1 -1
- package/esm/resources/TestHelpers/ConfirmationTokens.d.ts +14 -79
- package/esm/resources/TestHelpers/TestClocks.d.ts +4 -0
- package/esm/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +0 -22
- package/esm/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +0 -22
- package/esm/resources/TestHelpers/index.d.ts +5 -8
- package/esm/resources/TestHelpers/index.js +0 -2
- package/esm/resources/TestHelpers/index.js.map +1 -1
- package/esm/resources/Transfers.d.ts +0 -8
- package/esm/resources/Treasury/FinancialAccountFeatures.d.ts +0 -5
- package/esm/resources/Treasury/FinancialAccounts.d.ts +1 -34
- package/esm/resources/Treasury/OutboundPayments.d.ts +0 -8
- package/esm/resources/Treasury/OutboundTransfers.d.ts +0 -44
- package/esm/resources/Treasury/ReceivedCredits.d.ts +0 -22
- package/esm/resources/Treasury/ReceivedDebits.d.ts +0 -26
- package/esm/resources/Treasury/index.d.ts +33 -33
- package/esm/resources/V2/Billing/index.d.ts +6 -45
- package/esm/resources/V2/Billing/index.js +0 -8
- package/esm/resources/V2/Billing/index.js.map +1 -1
- package/esm/resources/V2/Commerce/ProductCatalog/Imports.d.ts +2 -2
- package/esm/resources/V2/Core/AccountLinks.d.ts +4 -4
- package/esm/resources/V2/Core/AccountTokens.d.ts +32 -14
- package/esm/resources/V2/Core/AccountTokens.js +5 -1
- package/esm/resources/V2/Core/AccountTokens.js.map +1 -1
- package/esm/resources/V2/Core/Accounts/Persons.d.ts +2 -2
- package/esm/resources/V2/Core/Accounts.d.ts +233 -1171
- package/esm/resources/V2/Core/Accounts.js +1 -1
- package/esm/resources/V2/Core/EventDestinations.d.ts +2 -2
- package/esm/resources/V2/Core/Events.d.ts +8 -1126
- package/esm/resources/V2/Core/Events.js +2 -1
- package/esm/resources/V2/Core/Events.js.map +1 -1
- package/esm/resources/V2/Core/index.d.ts +19 -29
- package/esm/resources/V2/Core/index.js +0 -4
- package/esm/resources/V2/Core/index.js.map +1 -1
- package/esm/resources/V2/index.d.ts +0 -27
- package/esm/resources/V2/index.js +0 -14
- package/esm/resources/V2/index.js.map +1 -1
- package/esm/resources/WebhookEndpoints.d.ts +3 -3
- package/esm/resources.d.ts +0 -10
- package/esm/resources.js +0 -131
- package/esm/resources.js.map +1 -1
- package/esm/stripe.core.d.ts +29 -69
- package/esm/stripe.core.js +15 -32
- package/esm/stripe.core.js.map +1 -1
- package/esm/stripe.esm.node.d.ts +29 -70
- package/esm/stripe.esm.node.js +15 -32
- package/esm/stripe.esm.node.js.map +1 -1
- package/esm/utils.d.ts +0 -2
- package/esm/utils.js +0 -13
- package/esm/utils.js.map +1 -1
- package/package.json +1 -1
- package/cjs/StripeEventNotificationHandler.d.ts +0 -22
- package/cjs/StripeEventNotificationHandler.js +0 -147
- package/cjs/StripeEventNotificationHandler.js.map +0 -1
- package/cjs/resources/AccountNotices.d.ts +0 -140
- package/cjs/resources/AccountNotices.js +0 -29
- package/cjs/resources/AccountNotices.js.map +0 -1
- package/cjs/resources/Billing/Analytics/MeterUsage.d.ts +0 -84
- package/cjs/resources/Billing/Analytics/MeterUsage.js +0 -15
- package/cjs/resources/Billing/Analytics/MeterUsage.js.map +0 -1
- package/cjs/resources/Billing/Analytics/MeterUsageRows.d.ts +0 -32
- package/cjs/resources/Billing/Analytics/MeterUsageRows.js +0 -4
- package/cjs/resources/Billing/Analytics/MeterUsageRows.js.map +0 -1
- package/cjs/resources/Billing/Analytics/index.d.ts +0 -15
- package/cjs/resources/Billing/Analytics/index.js +0 -13
- package/cjs/resources/Billing/Analytics/index.js.map +0 -1
- package/cjs/resources/Capital/FinancingOffers.d.ts +0 -191
- package/cjs/resources/Capital/FinancingOffers.js +0 -30
- package/cjs/resources/Capital/FinancingOffers.js.map +0 -1
- package/cjs/resources/Capital/FinancingSummary.d.ts +0 -98
- package/cjs/resources/Capital/FinancingSummary.js +0 -15
- package/cjs/resources/Capital/FinancingSummary.js.map +0 -1
- package/cjs/resources/Capital/FinancingTransactions.d.ts +0 -143
- package/cjs/resources/Capital/FinancingTransactions.js +0 -24
- package/cjs/resources/Capital/FinancingTransactions.js.map +0 -1
- package/cjs/resources/Capital/index.d.ts +0 -25
- package/cjs/resources/Capital/index.js +0 -17
- package/cjs/resources/Capital/index.js.map +0 -1
- package/cjs/resources/FinancialConnections/AccountInferredBalances.d.ts +0 -24
- package/cjs/resources/FinancialConnections/AccountInferredBalances.js +0 -4
- package/cjs/resources/FinancialConnections/AccountInferredBalances.js.map +0 -1
- package/cjs/resources/FinancialConnections/Authorizations.d.ts +0 -87
- package/cjs/resources/FinancialConnections/Authorizations.js +0 -15
- package/cjs/resources/FinancialConnections/Authorizations.js.map +0 -1
- package/cjs/resources/FinancialConnections/Institutions.d.ts +0 -101
- package/cjs/resources/FinancialConnections/Institutions.js +0 -23
- package/cjs/resources/FinancialConnections/Institutions.js.map +0 -1
- package/cjs/resources/FxQuotes.d.ts +0 -212
- package/cjs/resources/FxQuotes.js +0 -29
- package/cjs/resources/FxQuotes.js.map +0 -1
- package/cjs/resources/Issuing/CreditUnderwritingRecords.d.ts +0 -640
- package/cjs/resources/Issuing/CreditUnderwritingRecords.js +0 -47
- package/cjs/resources/Issuing/CreditUnderwritingRecords.js.map +0 -1
- package/cjs/resources/Issuing/DisputeSettlementDetails.d.ts +0 -95
- package/cjs/resources/Issuing/DisputeSettlementDetails.js +0 -23
- package/cjs/resources/Issuing/DisputeSettlementDetails.js.map +0 -1
- package/cjs/resources/Issuing/FraudLiabilityDebits.d.ts +0 -68
- package/cjs/resources/Issuing/FraudLiabilityDebits.js +0 -23
- package/cjs/resources/Issuing/FraudLiabilityDebits.js.map +0 -1
- package/cjs/resources/Issuing/Settlements.d.ts +0 -85
- package/cjs/resources/Issuing/Settlements.js +0 -4
- package/cjs/resources/Issuing/Settlements.js.map +0 -1
- package/cjs/resources/Margins.d.ts +0 -115
- package/cjs/resources/Margins.js +0 -35
- package/cjs/resources/Margins.js.map +0 -1
- package/cjs/resources/Orders.d.ts +0 -4693
- package/cjs/resources/Orders.js +0 -457
- package/cjs/resources/Orders.js.map +0 -1
- package/cjs/resources/Privacy/RedactionJobValidationErrors.d.ts +0 -37
- package/cjs/resources/Privacy/RedactionJobValidationErrors.js +0 -4
- package/cjs/resources/Privacy/RedactionJobValidationErrors.js.map +0 -1
- package/cjs/resources/Privacy/RedactionJobs.d.ts +0 -229
- package/cjs/resources/Privacy/RedactionJobs.js +0 -73
- package/cjs/resources/Privacy/RedactionJobs.js.map +0 -1
- package/cjs/resources/Privacy/index.d.ts +0 -22
- package/cjs/resources/Privacy/index.js +0 -13
- package/cjs/resources/Privacy/index.js.map +0 -1
- package/cjs/resources/ProductCatalog/TrialOffers.d.ts +0 -127
- package/cjs/resources/ProductCatalog/TrialOffers.js +0 -15
- package/cjs/resources/ProductCatalog/TrialOffers.js.map +0 -1
- package/cjs/resources/ProductCatalog/index.d.ts +0 -12
- package/cjs/resources/ProductCatalog/index.js +0 -13
- package/cjs/resources/ProductCatalog/index.js.map +0 -1
- package/cjs/resources/QuoteLines.d.ts +0 -507
- package/cjs/resources/QuoteLines.js +0 -4
- package/cjs/resources/QuoteLines.js.map +0 -1
- package/cjs/resources/QuotePreviewInvoices.d.ts +0 -1116
- package/cjs/resources/QuotePreviewInvoices.js +0 -4
- package/cjs/resources/QuotePreviewInvoices.js.map +0 -1
- package/cjs/resources/QuotePreviewSubscriptionSchedules.d.ts +0 -733
- package/cjs/resources/QuotePreviewSubscriptionSchedules.js +0 -4
- package/cjs/resources/QuotePreviewSubscriptionSchedules.js.map +0 -1
- package/cjs/resources/SharedPayment/GrantedTokens.d.ts +0 -1089
- package/cjs/resources/SharedPayment/GrantedTokens.js +0 -15
- package/cjs/resources/SharedPayment/GrantedTokens.js.map +0 -1
- package/cjs/resources/SharedPayment/IssuedTokens.d.ts +0 -308
- package/cjs/resources/SharedPayment/IssuedTokens.js +0 -27
- package/cjs/resources/SharedPayment/IssuedTokens.js.map +0 -1
- package/cjs/resources/SharedPayment/index.d.ts +0 -19
- package/cjs/resources/SharedPayment/index.js +0 -15
- package/cjs/resources/SharedPayment/index.js.map +0 -1
- package/cjs/resources/Tax/Forms.d.ts +0 -230
- package/cjs/resources/Tax/Forms.js +0 -32
- package/cjs/resources/Tax/Forms.js.map +0 -1
- package/cjs/resources/Tax/Locations.d.ts +0 -108
- package/cjs/resources/Tax/Locations.js +0 -33
- package/cjs/resources/Tax/Locations.js.map +0 -1
- package/cjs/resources/Terminal/ReaderCollectedData.d.ts +0 -52
- package/cjs/resources/Terminal/ReaderCollectedData.js +0 -15
- package/cjs/resources/Terminal/ReaderCollectedData.js.map +0 -1
- package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.d.ts +0 -68
- package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.js +0 -21
- package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.js.map +0 -1
- package/cjs/resources/TestHelpers/SharedPayment/index.d.ts +0 -8
- package/cjs/resources/TestHelpers/SharedPayment/index.js +0 -13
- package/cjs/resources/TestHelpers/SharedPayment/index.js.map +0 -1
- package/cjs/resources/V2/Billing/BillSettingVersions.d.ts +0 -75
- package/cjs/resources/V2/Billing/BillSettingVersions.js +0 -4
- package/cjs/resources/V2/Billing/BillSettingVersions.js.map +0 -1
- package/cjs/resources/V2/Billing/BillSettings/Versions.d.ts +0 -33
- package/cjs/resources/V2/Billing/BillSettings/Versions.js +0 -23
- package/cjs/resources/V2/Billing/BillSettings/Versions.js.map +0 -1
- package/cjs/resources/V2/Billing/BillSettings.d.ts +0 -284
- package/cjs/resources/V2/Billing/BillSettings.js +0 -41
- package/cjs/resources/V2/Billing/BillSettings.js.map +0 -1
- package/cjs/resources/V2/Billing/Cadences.d.ts +0 -951
- package/cjs/resources/V2/Billing/Cadences.js +0 -198
- package/cjs/resources/V2/Billing/Cadences.js.map +0 -1
- package/cjs/resources/V2/Billing/CollectionSettingVersions.d.ts +0 -240
- package/cjs/resources/V2/Billing/CollectionSettingVersions.js +0 -4
- package/cjs/resources/V2/Billing/CollectionSettingVersions.js.map +0 -1
- package/cjs/resources/V2/Billing/CollectionSettings/Versions.d.ts +0 -33
- package/cjs/resources/V2/Billing/CollectionSettings/Versions.js +0 -70
- package/cjs/resources/V2/Billing/CollectionSettings/Versions.js.map +0 -1
- package/cjs/resources/V2/Billing/CollectionSettings.d.ts +0 -779
- package/cjs/resources/V2/Billing/CollectionSettings.js +0 -166
- package/cjs/resources/V2/Billing/CollectionSettings.js.map +0 -1
- package/cjs/resources/V2/Billing/Profiles.d.ts +0 -166
- package/cjs/resources/V2/Billing/Profiles.js +0 -35
- package/cjs/resources/V2/Billing/Profiles.js.map +0 -1
- package/cjs/resources/V2/Core/BatchJobs.d.ts +0 -373
- package/cjs/resources/V2/Core/BatchJobs.js +0 -225
- package/cjs/resources/V2/Core/BatchJobs.js.map +0 -1
- package/cjs/resources/V2/Core/Vault/GbBankAccounts.d.ts +0 -285
- package/cjs/resources/V2/Core/Vault/GbBankAccounts.js +0 -54
- package/cjs/resources/V2/Core/Vault/GbBankAccounts.js.map +0 -1
- package/cjs/resources/V2/Core/Vault/UsBankAccounts.d.ts +0 -254
- package/cjs/resources/V2/Core/Vault/UsBankAccounts.js +0 -62
- package/cjs/resources/V2/Core/Vault/UsBankAccounts.js.map +0 -1
- package/cjs/resources/V2/Core/Vault/index.d.ts +0 -28
- package/cjs/resources/V2/Core/Vault/index.js +0 -15
- package/cjs/resources/V2/Core/Vault/index.js.map +0 -1
- package/cjs/resources/V2/Data/Reporting/QueryRuns.d.ts +0 -156
- package/cjs/resources/V2/Data/Reporting/QueryRuns.js +0 -46
- package/cjs/resources/V2/Data/Reporting/QueryRuns.js.map +0 -1
- package/cjs/resources/V2/Data/Reporting/index.d.ts +0 -13
- package/cjs/resources/V2/Data/Reporting/index.js +0 -13
- package/cjs/resources/V2/Data/Reporting/index.js.map +0 -1
- package/cjs/resources/V2/Data/index.d.ts +0 -10
- package/cjs/resources/V2/Data/index.js +0 -13
- package/cjs/resources/V2/Data/index.js.map +0 -1
- package/cjs/resources/V2/EventMisc.d.ts +0 -0
- package/cjs/resources/V2/EventMisc.js +0 -2
- package/cjs/resources/V2/EventMisc.js.map +0 -1
- package/cjs/resources/V2/Extend/WorkflowRuns.d.ts +0 -166
- package/cjs/resources/V2/Extend/WorkflowRuns.js +0 -23
- package/cjs/resources/V2/Extend/WorkflowRuns.js.map +0 -1
- package/cjs/resources/V2/Extend/Workflows.d.ts +0 -123
- package/cjs/resources/V2/Extend/Workflows.js +0 -30
- package/cjs/resources/V2/Extend/Workflows.js.map +0 -1
- package/cjs/resources/V2/Extend/index.d.ts +0 -20
- package/cjs/resources/V2/Extend/index.js +0 -15
- package/cjs/resources/V2/Extend/index.js.map +0 -1
- package/cjs/resources/V2/FinancialAddressCreditSimulations.d.ts +0 -14
- package/cjs/resources/V2/FinancialAddressCreditSimulations.js +0 -4
- package/cjs/resources/V2/FinancialAddressCreditSimulations.js.map +0 -1
- package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.d.ts +0 -19
- package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.js +0 -4
- package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.js.map +0 -1
- package/cjs/resources/V2/Iam/ActivityLogs.d.ts +0 -204
- package/cjs/resources/V2/Iam/ActivityLogs.js +0 -17
- package/cjs/resources/V2/Iam/ActivityLogs.js.map +0 -1
- package/cjs/resources/V2/Iam/index.d.ts +0 -12
- package/cjs/resources/V2/Iam/index.js +0 -13
- package/cjs/resources/V2/Iam/index.js.map +0 -1
- package/cjs/resources/V2/MoneyManagement/Adjustments.d.ts +0 -135
- package/cjs/resources/V2/MoneyManagement/Adjustments.js +0 -23
- package/cjs/resources/V2/MoneyManagement/Adjustments.js.map +0 -1
- package/cjs/resources/V2/MoneyManagement/FinancialAccounts.d.ts +0 -244
- package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js +0 -44
- package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js.map +0 -1
- package/cjs/resources/V2/MoneyManagement/FinancialAddresses.d.ts +0 -215
- package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js +0 -31
- package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js.map +0 -1
- package/cjs/resources/V2/MoneyManagement/InboundTransfers.d.ts +0 -254
- package/cjs/resources/V2/MoneyManagement/InboundTransfers.js +0 -30
- package/cjs/resources/V2/MoneyManagement/InboundTransfers.js.map +0 -1
- package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +0 -212
- package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +0 -22
- package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js.map +0 -1
- package/cjs/resources/V2/MoneyManagement/OutboundPayments.d.ts +0 -388
- package/cjs/resources/V2/MoneyManagement/OutboundPayments.js +0 -41
- package/cjs/resources/V2/MoneyManagement/OutboundPayments.js.map +0 -1
- package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.d.ts +0 -299
- package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js +0 -49
- package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js.map +0 -1
- package/cjs/resources/V2/MoneyManagement/OutboundTransfers.d.ts +0 -330
- package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js +0 -39
- package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js.map +0 -1
- package/cjs/resources/V2/MoneyManagement/PayoutMethods.d.ts +0 -243
- package/cjs/resources/V2/MoneyManagement/PayoutMethods.js +0 -44
- package/cjs/resources/V2/MoneyManagement/PayoutMethods.js.map +0 -1
- package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts +0 -96
- package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +0 -17
- package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js.map +0 -1
- package/cjs/resources/V2/MoneyManagement/ReceivedCredits.d.ts +0 -292
- package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js +0 -23
- package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js.map +0 -1
- package/cjs/resources/V2/MoneyManagement/ReceivedDebits.d.ts +0 -161
- package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js +0 -23
- package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js.map +0 -1
- package/cjs/resources/V2/MoneyManagement/TransactionEntries.d.ts +0 -165
- package/cjs/resources/V2/MoneyManagement/TransactionEntries.js +0 -23
- package/cjs/resources/V2/MoneyManagement/TransactionEntries.js.map +0 -1
- package/cjs/resources/V2/MoneyManagement/Transactions.d.ts +0 -196
- package/cjs/resources/V2/MoneyManagement/Transactions.js +0 -23
- package/cjs/resources/V2/MoneyManagement/Transactions.js.map +0 -1
- package/cjs/resources/V2/MoneyManagement/index.d.ts +0 -104
- package/cjs/resources/V2/MoneyManagement/index.js +0 -39
- package/cjs/resources/V2/MoneyManagement/index.js.map +0 -1
- package/cjs/resources/V2/Network/BusinessProfiles.d.ts +0 -96
- package/cjs/resources/V2/Network/BusinessProfiles.js +0 -21
- package/cjs/resources/V2/Network/BusinessProfiles.js.map +0 -1
- package/cjs/resources/V2/Network/index.d.ts +0 -13
- package/cjs/resources/V2/Network/index.js +0 -13
- package/cjs/resources/V2/Network/index.js.map +0 -1
- package/cjs/resources/V2/OrchestratedCommerce/Agreements.d.ts +0 -147
- package/cjs/resources/V2/OrchestratedCommerce/Agreements.js +0 -41
- package/cjs/resources/V2/OrchestratedCommerce/Agreements.js.map +0 -1
- package/cjs/resources/V2/OrchestratedCommerce/index.d.ts +0 -16
- package/cjs/resources/V2/OrchestratedCommerce/index.js +0 -13
- package/cjs/resources/V2/OrchestratedCommerce/index.js.map +0 -1
- package/cjs/resources/V2/TestHelpers/FinancialAddresses.d.ts +0 -44
- package/cjs/resources/V2/TestHelpers/FinancialAddresses.js +0 -23
- package/cjs/resources/V2/TestHelpers/FinancialAddresses.js.map +0 -1
- package/cjs/resources/V2/TestHelpers/index.d.ts +0 -8
- package/cjs/resources/V2/TestHelpers/index.js +0 -13
- package/cjs/resources/V2/TestHelpers/index.js.map +0 -1
- package/esm/StripeEventNotificationHandler.d.ts +0 -22
- package/esm/StripeEventNotificationHandler.js +0 -143
- package/esm/StripeEventNotificationHandler.js.map +0 -1
- package/esm/resources/AccountNotices.d.ts +0 -140
- package/esm/resources/AccountNotices.js +0 -25
- package/esm/resources/AccountNotices.js.map +0 -1
- package/esm/resources/Billing/Analytics/MeterUsage.d.ts +0 -84
- package/esm/resources/Billing/Analytics/MeterUsage.js +0 -11
- package/esm/resources/Billing/Analytics/MeterUsage.js.map +0 -1
- package/esm/resources/Billing/Analytics/MeterUsageRows.d.ts +0 -32
- package/esm/resources/Billing/Analytics/MeterUsageRows.js +0 -3
- package/esm/resources/Billing/Analytics/MeterUsageRows.js.map +0 -1
- package/esm/resources/Billing/Analytics/index.d.ts +0 -15
- package/esm/resources/Billing/Analytics/index.js +0 -9
- package/esm/resources/Billing/Analytics/index.js.map +0 -1
- package/esm/resources/Capital/FinancingOffers.d.ts +0 -191
- package/esm/resources/Capital/FinancingOffers.js +0 -26
- package/esm/resources/Capital/FinancingOffers.js.map +0 -1
- package/esm/resources/Capital/FinancingSummary.d.ts +0 -98
- package/esm/resources/Capital/FinancingSummary.js +0 -11
- package/esm/resources/Capital/FinancingSummary.js.map +0 -1
- package/esm/resources/Capital/FinancingTransactions.d.ts +0 -143
- package/esm/resources/Capital/FinancingTransactions.js +0 -20
- package/esm/resources/Capital/FinancingTransactions.js.map +0 -1
- package/esm/resources/Capital/index.d.ts +0 -25
- package/esm/resources/Capital/index.js +0 -13
- package/esm/resources/Capital/index.js.map +0 -1
- package/esm/resources/FinancialConnections/AccountInferredBalances.d.ts +0 -24
- package/esm/resources/FinancialConnections/AccountInferredBalances.js +0 -3
- package/esm/resources/FinancialConnections/AccountInferredBalances.js.map +0 -1
- package/esm/resources/FinancialConnections/Authorizations.d.ts +0 -87
- package/esm/resources/FinancialConnections/Authorizations.js +0 -11
- package/esm/resources/FinancialConnections/Authorizations.js.map +0 -1
- package/esm/resources/FinancialConnections/Institutions.d.ts +0 -101
- package/esm/resources/FinancialConnections/Institutions.js +0 -19
- package/esm/resources/FinancialConnections/Institutions.js.map +0 -1
- package/esm/resources/FxQuotes.d.ts +0 -212
- package/esm/resources/FxQuotes.js +0 -25
- package/esm/resources/FxQuotes.js.map +0 -1
- package/esm/resources/Issuing/CreditUnderwritingRecords.d.ts +0 -640
- package/esm/resources/Issuing/CreditUnderwritingRecords.js +0 -43
- package/esm/resources/Issuing/CreditUnderwritingRecords.js.map +0 -1
- package/esm/resources/Issuing/DisputeSettlementDetails.d.ts +0 -95
- package/esm/resources/Issuing/DisputeSettlementDetails.js +0 -19
- package/esm/resources/Issuing/DisputeSettlementDetails.js.map +0 -1
- package/esm/resources/Issuing/FraudLiabilityDebits.d.ts +0 -68
- package/esm/resources/Issuing/FraudLiabilityDebits.js +0 -19
- package/esm/resources/Issuing/FraudLiabilityDebits.js.map +0 -1
- package/esm/resources/Issuing/Settlements.d.ts +0 -85
- package/esm/resources/Issuing/Settlements.js +0 -3
- package/esm/resources/Issuing/Settlements.js.map +0 -1
- package/esm/resources/Margins.d.ts +0 -115
- package/esm/resources/Margins.js +0 -31
- package/esm/resources/Margins.js.map +0 -1
- package/esm/resources/Orders.d.ts +0 -4693
- package/esm/resources/Orders.js +0 -453
- package/esm/resources/Orders.js.map +0 -1
- package/esm/resources/Privacy/RedactionJobValidationErrors.d.ts +0 -37
- package/esm/resources/Privacy/RedactionJobValidationErrors.js +0 -3
- package/esm/resources/Privacy/RedactionJobValidationErrors.js.map +0 -1
- package/esm/resources/Privacy/RedactionJobs.d.ts +0 -229
- package/esm/resources/Privacy/RedactionJobs.js +0 -69
- package/esm/resources/Privacy/RedactionJobs.js.map +0 -1
- package/esm/resources/Privacy/index.d.ts +0 -22
- package/esm/resources/Privacy/index.js +0 -9
- package/esm/resources/Privacy/index.js.map +0 -1
- package/esm/resources/ProductCatalog/TrialOffers.d.ts +0 -127
- package/esm/resources/ProductCatalog/TrialOffers.js +0 -11
- package/esm/resources/ProductCatalog/TrialOffers.js.map +0 -1
- package/esm/resources/ProductCatalog/index.d.ts +0 -12
- package/esm/resources/ProductCatalog/index.js +0 -9
- package/esm/resources/ProductCatalog/index.js.map +0 -1
- package/esm/resources/QuoteLines.d.ts +0 -507
- package/esm/resources/QuoteLines.js +0 -3
- package/esm/resources/QuoteLines.js.map +0 -1
- package/esm/resources/QuotePreviewInvoices.d.ts +0 -1116
- package/esm/resources/QuotePreviewInvoices.js +0 -3
- package/esm/resources/QuotePreviewInvoices.js.map +0 -1
- package/esm/resources/QuotePreviewSubscriptionSchedules.d.ts +0 -733
- package/esm/resources/QuotePreviewSubscriptionSchedules.js +0 -3
- package/esm/resources/QuotePreviewSubscriptionSchedules.js.map +0 -1
- package/esm/resources/SharedPayment/GrantedTokens.d.ts +0 -1089
- package/esm/resources/SharedPayment/GrantedTokens.js +0 -11
- package/esm/resources/SharedPayment/GrantedTokens.js.map +0 -1
- package/esm/resources/SharedPayment/IssuedTokens.d.ts +0 -308
- package/esm/resources/SharedPayment/IssuedTokens.js +0 -23
- package/esm/resources/SharedPayment/IssuedTokens.js.map +0 -1
- package/esm/resources/SharedPayment/index.d.ts +0 -19
- package/esm/resources/SharedPayment/index.js +0 -11
- package/esm/resources/SharedPayment/index.js.map +0 -1
- package/esm/resources/Tax/Forms.d.ts +0 -230
- package/esm/resources/Tax/Forms.js +0 -28
- package/esm/resources/Tax/Forms.js.map +0 -1
- package/esm/resources/Tax/Locations.d.ts +0 -108
- package/esm/resources/Tax/Locations.js +0 -29
- package/esm/resources/Tax/Locations.js.map +0 -1
- package/esm/resources/Terminal/ReaderCollectedData.d.ts +0 -52
- package/esm/resources/Terminal/ReaderCollectedData.js +0 -11
- package/esm/resources/Terminal/ReaderCollectedData.js.map +0 -1
- package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.d.ts +0 -68
- package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.js +0 -17
- package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.js.map +0 -1
- package/esm/resources/TestHelpers/SharedPayment/index.d.ts +0 -8
- package/esm/resources/TestHelpers/SharedPayment/index.js +0 -9
- package/esm/resources/TestHelpers/SharedPayment/index.js.map +0 -1
- package/esm/resources/V2/Billing/BillSettingVersions.d.ts +0 -75
- package/esm/resources/V2/Billing/BillSettingVersions.js +0 -3
- package/esm/resources/V2/Billing/BillSettingVersions.js.map +0 -1
- package/esm/resources/V2/Billing/BillSettings/Versions.d.ts +0 -33
- package/esm/resources/V2/Billing/BillSettings/Versions.js +0 -19
- package/esm/resources/V2/Billing/BillSettings/Versions.js.map +0 -1
- package/esm/resources/V2/Billing/BillSettings.d.ts +0 -284
- package/esm/resources/V2/Billing/BillSettings.js +0 -37
- package/esm/resources/V2/Billing/BillSettings.js.map +0 -1
- package/esm/resources/V2/Billing/Cadences.d.ts +0 -951
- package/esm/resources/V2/Billing/Cadences.js +0 -194
- package/esm/resources/V2/Billing/Cadences.js.map +0 -1
- package/esm/resources/V2/Billing/CollectionSettingVersions.d.ts +0 -240
- package/esm/resources/V2/Billing/CollectionSettingVersions.js +0 -3
- package/esm/resources/V2/Billing/CollectionSettingVersions.js.map +0 -1
- package/esm/resources/V2/Billing/CollectionSettings/Versions.d.ts +0 -33
- package/esm/resources/V2/Billing/CollectionSettings/Versions.js +0 -66
- package/esm/resources/V2/Billing/CollectionSettings/Versions.js.map +0 -1
- package/esm/resources/V2/Billing/CollectionSettings.d.ts +0 -779
- package/esm/resources/V2/Billing/CollectionSettings.js +0 -162
- package/esm/resources/V2/Billing/CollectionSettings.js.map +0 -1
- package/esm/resources/V2/Billing/Profiles.d.ts +0 -166
- package/esm/resources/V2/Billing/Profiles.js +0 -31
- package/esm/resources/V2/Billing/Profiles.js.map +0 -1
- package/esm/resources/V2/Core/BatchJobs.d.ts +0 -373
- package/esm/resources/V2/Core/BatchJobs.js +0 -221
- package/esm/resources/V2/Core/BatchJobs.js.map +0 -1
- package/esm/resources/V2/Core/Vault/GbBankAccounts.d.ts +0 -285
- package/esm/resources/V2/Core/Vault/GbBankAccounts.js +0 -50
- package/esm/resources/V2/Core/Vault/GbBankAccounts.js.map +0 -1
- package/esm/resources/V2/Core/Vault/UsBankAccounts.d.ts +0 -254
- package/esm/resources/V2/Core/Vault/UsBankAccounts.js +0 -58
- package/esm/resources/V2/Core/Vault/UsBankAccounts.js.map +0 -1
- package/esm/resources/V2/Core/Vault/index.d.ts +0 -28
- package/esm/resources/V2/Core/Vault/index.js +0 -11
- package/esm/resources/V2/Core/Vault/index.js.map +0 -1
- package/esm/resources/V2/Data/Reporting/QueryRuns.d.ts +0 -156
- package/esm/resources/V2/Data/Reporting/QueryRuns.js +0 -42
- package/esm/resources/V2/Data/Reporting/QueryRuns.js.map +0 -1
- package/esm/resources/V2/Data/Reporting/index.d.ts +0 -13
- package/esm/resources/V2/Data/Reporting/index.js +0 -9
- package/esm/resources/V2/Data/Reporting/index.js.map +0 -1
- package/esm/resources/V2/Data/index.d.ts +0 -10
- package/esm/resources/V2/Data/index.js +0 -9
- package/esm/resources/V2/Data/index.js.map +0 -1
- package/esm/resources/V2/EventMisc.d.ts +0 -0
- package/esm/resources/V2/EventMisc.js +0 -2
- package/esm/resources/V2/EventMisc.js.map +0 -1
- package/esm/resources/V2/Extend/WorkflowRuns.d.ts +0 -166
- package/esm/resources/V2/Extend/WorkflowRuns.js +0 -19
- package/esm/resources/V2/Extend/WorkflowRuns.js.map +0 -1
- package/esm/resources/V2/Extend/Workflows.d.ts +0 -123
- package/esm/resources/V2/Extend/Workflows.js +0 -26
- package/esm/resources/V2/Extend/Workflows.js.map +0 -1
- package/esm/resources/V2/Extend/index.d.ts +0 -20
- package/esm/resources/V2/Extend/index.js +0 -11
- package/esm/resources/V2/Extend/index.js.map +0 -1
- package/esm/resources/V2/FinancialAddressCreditSimulations.d.ts +0 -14
- package/esm/resources/V2/FinancialAddressCreditSimulations.js +0 -3
- package/esm/resources/V2/FinancialAddressCreditSimulations.js.map +0 -1
- package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.d.ts +0 -19
- package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.js +0 -3
- package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.js.map +0 -1
- package/esm/resources/V2/Iam/ActivityLogs.d.ts +0 -204
- package/esm/resources/V2/Iam/ActivityLogs.js +0 -13
- package/esm/resources/V2/Iam/ActivityLogs.js.map +0 -1
- package/esm/resources/V2/Iam/index.d.ts +0 -12
- package/esm/resources/V2/Iam/index.js +0 -9
- package/esm/resources/V2/Iam/index.js.map +0 -1
- package/esm/resources/V2/MoneyManagement/Adjustments.d.ts +0 -135
- package/esm/resources/V2/MoneyManagement/Adjustments.js +0 -19
- package/esm/resources/V2/MoneyManagement/Adjustments.js.map +0 -1
- package/esm/resources/V2/MoneyManagement/FinancialAccounts.d.ts +0 -244
- package/esm/resources/V2/MoneyManagement/FinancialAccounts.js +0 -40
- package/esm/resources/V2/MoneyManagement/FinancialAccounts.js.map +0 -1
- package/esm/resources/V2/MoneyManagement/FinancialAddresses.d.ts +0 -215
- package/esm/resources/V2/MoneyManagement/FinancialAddresses.js +0 -27
- package/esm/resources/V2/MoneyManagement/FinancialAddresses.js.map +0 -1
- package/esm/resources/V2/MoneyManagement/InboundTransfers.d.ts +0 -254
- package/esm/resources/V2/MoneyManagement/InboundTransfers.js +0 -26
- package/esm/resources/V2/MoneyManagement/InboundTransfers.js.map +0 -1
- package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +0 -212
- package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +0 -18
- package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js.map +0 -1
- package/esm/resources/V2/MoneyManagement/OutboundPayments.d.ts +0 -388
- package/esm/resources/V2/MoneyManagement/OutboundPayments.js +0 -37
- package/esm/resources/V2/MoneyManagement/OutboundPayments.js.map +0 -1
- package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.d.ts +0 -299
- package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js +0 -45
- package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js.map +0 -1
- package/esm/resources/V2/MoneyManagement/OutboundTransfers.d.ts +0 -330
- package/esm/resources/V2/MoneyManagement/OutboundTransfers.js +0 -35
- package/esm/resources/V2/MoneyManagement/OutboundTransfers.js.map +0 -1
- package/esm/resources/V2/MoneyManagement/PayoutMethods.d.ts +0 -243
- package/esm/resources/V2/MoneyManagement/PayoutMethods.js +0 -40
- package/esm/resources/V2/MoneyManagement/PayoutMethods.js.map +0 -1
- package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts +0 -96
- package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +0 -13
- package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js.map +0 -1
- package/esm/resources/V2/MoneyManagement/ReceivedCredits.d.ts +0 -292
- package/esm/resources/V2/MoneyManagement/ReceivedCredits.js +0 -19
- package/esm/resources/V2/MoneyManagement/ReceivedCredits.js.map +0 -1
- package/esm/resources/V2/MoneyManagement/ReceivedDebits.d.ts +0 -161
- package/esm/resources/V2/MoneyManagement/ReceivedDebits.js +0 -19
- package/esm/resources/V2/MoneyManagement/ReceivedDebits.js.map +0 -1
- package/esm/resources/V2/MoneyManagement/TransactionEntries.d.ts +0 -165
- package/esm/resources/V2/MoneyManagement/TransactionEntries.js +0 -19
- package/esm/resources/V2/MoneyManagement/TransactionEntries.js.map +0 -1
- package/esm/resources/V2/MoneyManagement/Transactions.d.ts +0 -196
- package/esm/resources/V2/MoneyManagement/Transactions.js +0 -19
- package/esm/resources/V2/MoneyManagement/Transactions.js.map +0 -1
- package/esm/resources/V2/MoneyManagement/index.d.ts +0 -104
- package/esm/resources/V2/MoneyManagement/index.js +0 -35
- package/esm/resources/V2/MoneyManagement/index.js.map +0 -1
- package/esm/resources/V2/Network/BusinessProfiles.d.ts +0 -96
- package/esm/resources/V2/Network/BusinessProfiles.js +0 -17
- package/esm/resources/V2/Network/BusinessProfiles.js.map +0 -1
- package/esm/resources/V2/Network/index.d.ts +0 -13
- package/esm/resources/V2/Network/index.js +0 -9
- package/esm/resources/V2/Network/index.js.map +0 -1
- package/esm/resources/V2/OrchestratedCommerce/Agreements.d.ts +0 -147
- package/esm/resources/V2/OrchestratedCommerce/Agreements.js +0 -37
- package/esm/resources/V2/OrchestratedCommerce/Agreements.js.map +0 -1
- package/esm/resources/V2/OrchestratedCommerce/index.d.ts +0 -16
- package/esm/resources/V2/OrchestratedCommerce/index.js +0 -9
- package/esm/resources/V2/OrchestratedCommerce/index.js.map +0 -1
- package/esm/resources/V2/TestHelpers/FinancialAddresses.d.ts +0 -44
- package/esm/resources/V2/TestHelpers/FinancialAddresses.js +0 -19
- package/esm/resources/V2/TestHelpers/FinancialAddresses.js.map +0 -1
- package/esm/resources/V2/TestHelpers/index.d.ts +0 -8
- package/esm/resources/V2/TestHelpers/index.js +0 -9
- package/esm/resources/V2/TestHelpers/index.js.map +0 -1
|
@@ -45,10 +45,6 @@ export interface EventBase {
|
|
|
45
45
|
* Number of webhooks that haven't been successfully delivered (for example, to return a 20x response) to the URLs you specify.
|
|
46
46
|
*/
|
|
47
47
|
pending_webhooks: number;
|
|
48
|
-
/**
|
|
49
|
-
* Information about the action that causes the event. Only present when the event is triggered by an API request or an [Automation](https://docs.stripe.com/billing/automations) action.
|
|
50
|
-
*/
|
|
51
|
-
reason?: Event.Reason | null;
|
|
52
48
|
/**
|
|
53
49
|
* Information on the API request that triggers the event.
|
|
54
50
|
*/
|
|
@@ -69,14 +65,6 @@ export declare namespace Event {
|
|
|
69
65
|
*/
|
|
70
66
|
previous_attributes?: Data.PreviousAttributes;
|
|
71
67
|
}
|
|
72
|
-
interface Reason {
|
|
73
|
-
automation_action?: Reason.AutomationAction;
|
|
74
|
-
request?: Reason.Request;
|
|
75
|
-
/**
|
|
76
|
-
* The type of the reason for the event.
|
|
77
|
-
*/
|
|
78
|
-
type: Reason.Type;
|
|
79
|
-
}
|
|
80
68
|
interface Request {
|
|
81
69
|
/**
|
|
82
70
|
* ID of the API request that caused the event. If null, the event was automatic (e.g., Stripe's automatic subscription handling). Request logs are available in the [dashboard](https://dashboard.stripe.com/logs), but currently not in the API.
|
|
@@ -87,48 +75,13 @@ export declare namespace Event {
|
|
|
87
75
|
*/
|
|
88
76
|
idempotency_key: string | null;
|
|
89
77
|
}
|
|
90
|
-
type Type = 'account.application.authorized' | 'account.application.deauthorized' | 'account.external_account.created' | 'account.external_account.deleted' | 'account.external_account.updated' | 'account.updated' | '
|
|
78
|
+
type Type = 'account.application.authorized' | 'account.application.deauthorized' | 'account.external_account.created' | 'account.external_account.deleted' | 'account.external_account.updated' | 'account.updated' | 'application_fee.created' | 'application_fee.refund.updated' | 'application_fee.refunded' | 'balance.available' | 'balance_settings.updated' | 'billing.alert.triggered' | 'billing.credit_grant.created' | 'billing_portal.configuration.created' | 'billing_portal.configuration.updated' | 'billing_portal.session.created' | 'capability.updated' | 'cash_balance.funds_available' | 'charge.captured' | 'charge.dispute.closed' | 'charge.dispute.created' | 'charge.dispute.funds_reinstated' | 'charge.dispute.funds_withdrawn' | 'charge.dispute.updated' | 'charge.expired' | 'charge.failed' | 'charge.pending' | 'charge.refund.updated' | 'charge.refunded' | 'charge.succeeded' | 'charge.updated' | 'checkout.session.async_payment_failed' | 'checkout.session.async_payment_succeeded' | 'checkout.session.completed' | 'checkout.session.expired' | 'climate.order.canceled' | 'climate.order.created' | 'climate.order.delayed' | 'climate.order.delivered' | 'climate.order.product_substituted' | 'climate.product.created' | 'climate.product.pricing_updated' | 'coupon.created' | 'coupon.deleted' | 'coupon.updated' | 'credit_note.created' | 'credit_note.updated' | 'credit_note.voided' | 'customer.created' | 'customer.deleted' | 'customer.discount.created' | 'customer.discount.deleted' | 'customer.discount.updated' | 'customer.source.created' | 'customer.source.deleted' | 'customer.source.expiring' | 'customer.source.updated' | 'customer.subscription.created' | 'customer.subscription.deleted' | 'customer.subscription.paused' | 'customer.subscription.pending_update_applied' | 'customer.subscription.pending_update_expired' | 'customer.subscription.resumed' | 'customer.subscription.trial_will_end' | 'customer.subscription.updated' | 'customer.tax_id.created' | 'customer.tax_id.deleted' | 'customer.tax_id.updated' | 'customer.updated' | 'customer_cash_balance_transaction.created' | 'entitlements.active_entitlement_summary.updated' | 'file.created' | 'financial_connections.account.account_numbers_updated' | 'financial_connections.account.created' | 'financial_connections.account.deactivated' | 'financial_connections.account.disconnected' | 'financial_connections.account.reactivated' | 'financial_connections.account.refreshed_balance' | 'financial_connections.account.refreshed_ownership' | 'financial_connections.account.refreshed_transactions' | 'financial_connections.account.upcoming_account_number_expiry' | 'identity.verification_session.canceled' | 'identity.verification_session.created' | 'identity.verification_session.processing' | 'identity.verification_session.redacted' | 'identity.verification_session.requires_input' | 'identity.verification_session.verified' | 'invoice.created' | 'invoice.deleted' | 'invoice.finalization_failed' | 'invoice.finalized' | 'invoice.marked_uncollectible' | 'invoice.overdue' | 'invoice.overpaid' | 'invoice.paid' | 'invoice.payment_action_required' | 'invoice.payment_attempt_required' | 'invoice.payment_failed' | 'invoice.payment_succeeded' | 'invoice.sent' | 'invoice.upcoming' | 'invoice.updated' | 'invoice.voided' | 'invoice.will_be_due' | 'invoice_payment.paid' | 'invoiceitem.created' | 'invoiceitem.deleted' | 'issuing_authorization.created' | 'issuing_authorization.request' | 'issuing_authorization.updated' | 'issuing_card.created' | 'issuing_card.updated' | 'issuing_cardholder.created' | 'issuing_cardholder.updated' | 'issuing_dispute.closed' | 'issuing_dispute.created' | 'issuing_dispute.funds_reinstated' | 'issuing_dispute.funds_rescinded' | 'issuing_dispute.submitted' | 'issuing_dispute.updated' | 'issuing_personalization_design.activated' | 'issuing_personalization_design.deactivated' | 'issuing_personalization_design.rejected' | 'issuing_personalization_design.updated' | 'issuing_token.created' | 'issuing_token.updated' | 'issuing_transaction.created' | 'issuing_transaction.purchase_details_receipt_updated' | 'issuing_transaction.updated' | 'mandate.updated' | 'payment_intent.amount_capturable_updated' | 'payment_intent.canceled' | 'payment_intent.created' | 'payment_intent.partially_funded' | 'payment_intent.payment_failed' | 'payment_intent.processing' | 'payment_intent.requires_action' | 'payment_intent.succeeded' | 'payment_link.created' | 'payment_link.updated' | 'payment_method.attached' | 'payment_method.automatically_updated' | 'payment_method.detached' | 'payment_method.updated' | 'payout.canceled' | 'payout.created' | 'payout.failed' | 'payout.paid' | 'payout.reconciliation_completed' | 'payout.updated' | 'person.created' | 'person.deleted' | 'person.updated' | 'plan.created' | 'plan.deleted' | 'plan.updated' | 'price.created' | 'price.deleted' | 'price.updated' | 'product.created' | 'product.deleted' | 'product.updated' | 'promotion_code.created' | 'promotion_code.updated' | 'quote.accepted' | 'quote.canceled' | 'quote.created' | 'quote.finalized' | 'radar.early_fraud_warning.created' | 'radar.early_fraud_warning.updated' | 'refund.created' | 'refund.failed' | 'refund.updated' | 'reporting.report_run.failed' | 'reporting.report_run.succeeded' | 'reporting.report_type.updated' | 'reserve.hold.created' | 'reserve.hold.updated' | 'reserve.plan.created' | 'reserve.plan.disabled' | 'reserve.plan.expired' | 'reserve.plan.updated' | 'reserve.release.created' | 'review.closed' | 'review.opened' | 'setup_intent.canceled' | 'setup_intent.created' | 'setup_intent.requires_action' | 'setup_intent.setup_failed' | 'setup_intent.succeeded' | 'sigma.scheduled_query_run.created' | 'source.canceled' | 'source.chargeable' | 'source.failed' | 'source.mandate_notification' | 'source.refund_attributes_required' | 'source.transaction.created' | 'source.transaction.updated' | 'subscription_schedule.aborted' | 'subscription_schedule.canceled' | 'subscription_schedule.completed' | 'subscription_schedule.created' | 'subscription_schedule.expiring' | 'subscription_schedule.released' | 'subscription_schedule.updated' | 'tax.settings.updated' | 'tax_rate.created' | 'tax_rate.updated' | 'terminal.reader.action_failed' | 'terminal.reader.action_succeeded' | 'terminal.reader.action_updated' | 'test_helpers.test_clock.advancing' | 'test_helpers.test_clock.created' | 'test_helpers.test_clock.deleted' | 'test_helpers.test_clock.internal_failure' | 'test_helpers.test_clock.ready' | 'topup.canceled' | 'topup.created' | 'topup.failed' | 'topup.reversed' | 'topup.succeeded' | 'transfer.created' | 'transfer.reversed' | 'transfer.updated' | 'treasury.credit_reversal.created' | 'treasury.credit_reversal.posted' | 'treasury.debit_reversal.completed' | 'treasury.debit_reversal.created' | 'treasury.debit_reversal.initial_credit_granted' | 'treasury.financial_account.closed' | 'treasury.financial_account.created' | 'treasury.financial_account.features_status_updated' | 'treasury.inbound_transfer.canceled' | 'treasury.inbound_transfer.created' | 'treasury.inbound_transfer.failed' | 'treasury.inbound_transfer.succeeded' | 'treasury.outbound_payment.canceled' | 'treasury.outbound_payment.created' | 'treasury.outbound_payment.expected_arrival_date_updated' | 'treasury.outbound_payment.failed' | 'treasury.outbound_payment.posted' | 'treasury.outbound_payment.returned' | 'treasury.outbound_payment.tracking_details_updated' | 'treasury.outbound_transfer.canceled' | 'treasury.outbound_transfer.created' | 'treasury.outbound_transfer.expected_arrival_date_updated' | 'treasury.outbound_transfer.failed' | 'treasury.outbound_transfer.posted' | 'treasury.outbound_transfer.returned' | 'treasury.outbound_transfer.tracking_details_updated' | 'treasury.received_credit.created' | 'treasury.received_credit.failed' | 'treasury.received_credit.succeeded' | 'treasury.received_debit.created' | 'billing.credit_balance_transaction.created' | 'billing.credit_grant.updated' | 'billing.meter.created' | 'billing.meter.deactivated' | 'billing.meter.reactivated' | 'billing.meter.updated';
|
|
91
79
|
namespace Data {
|
|
92
80
|
interface Object {
|
|
93
81
|
}
|
|
94
82
|
interface PreviousAttributes {
|
|
95
83
|
}
|
|
96
84
|
}
|
|
97
|
-
namespace Reason {
|
|
98
|
-
interface AutomationAction {
|
|
99
|
-
stripe_send_webhook_custom_event?: AutomationAction.StripeSendWebhookCustomEvent;
|
|
100
|
-
/**
|
|
101
|
-
* The trigger name of the automation that triggered this action.
|
|
102
|
-
* Please visit [Revenue and retention automations](https://docs.stripe.com/billing/automations#choose-a-trigger) for all possible trigger names.
|
|
103
|
-
*/
|
|
104
|
-
trigger: string;
|
|
105
|
-
/**
|
|
106
|
-
* The type of the `automation_action`.
|
|
107
|
-
*/
|
|
108
|
-
type: 'stripe_send_webhook_custom_event';
|
|
109
|
-
}
|
|
110
|
-
interface Request {
|
|
111
|
-
/**
|
|
112
|
-
* ID of the API request that caused the event. If null, the event was automatic (e.g., Stripe's automatic subscription handling). Request logs are available in the [dashboard](https://dashboard.stripe.com/logs), but currently not in the API.
|
|
113
|
-
*/
|
|
114
|
-
id: string | null;
|
|
115
|
-
/**
|
|
116
|
-
* The idempotency key transmitted during the request, if any. *Note: This property is populated only for events on or after May 23, 2017*.
|
|
117
|
-
*/
|
|
118
|
-
idempotency_key: string | null;
|
|
119
|
-
}
|
|
120
|
-
type Type = 'automation_action' | 'request';
|
|
121
|
-
namespace AutomationAction {
|
|
122
|
-
interface StripeSendWebhookCustomEvent {
|
|
123
|
-
/**
|
|
124
|
-
* Set of key-value pairs attached to the action when creating an Automation.
|
|
125
|
-
*/
|
|
126
|
-
custom_data: {
|
|
127
|
-
[key: string]: string;
|
|
128
|
-
} | null;
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
85
|
}
|
|
133
86
|
export interface EventRetrieveParams {
|
|
134
87
|
/**
|
|
@@ -160,14 +113,12 @@ export interface EventListParams extends PaginationParams {
|
|
|
160
113
|
}
|
|
161
114
|
import { Billing } from './Billing/index.js';
|
|
162
115
|
import { BillingPortal } from './BillingPortal/index.js';
|
|
163
|
-
import { Capital } from './Capital/index.js';
|
|
164
116
|
import { Checkout } from './Checkout/index.js';
|
|
165
117
|
import { Climate } from './Climate/index.js';
|
|
166
118
|
import { Entitlements } from './Entitlements/index.js';
|
|
167
119
|
import { FinancialConnections } from './FinancialConnections/index.js';
|
|
168
120
|
import { Identity } from './Identity/index.js';
|
|
169
121
|
import { Issuing } from './Issuing/index.js';
|
|
170
|
-
import { Privacy } from './Privacy/index.js';
|
|
171
122
|
import { Radar } from './Radar/index.js';
|
|
172
123
|
import { Reporting } from './Reporting/index.js';
|
|
173
124
|
import { Reserve } from './Reserve/index.js';
|
|
@@ -179,7 +130,6 @@ import { Treasury } from './Treasury/index.js';
|
|
|
179
130
|
import { Application } from './Applications.js';
|
|
180
131
|
import { ExternalAccount } from './ExternalAccounts.js';
|
|
181
132
|
import { Account } from './Accounts.js';
|
|
182
|
-
import { AccountNotice } from './AccountNotices.js';
|
|
183
133
|
import { ApplicationFee } from './ApplicationFees.js';
|
|
184
134
|
import { FeeRefund } from './FeeRefunds.js';
|
|
185
135
|
import { Balance } from './Balance.js';
|
|
@@ -198,7 +148,6 @@ import { Subscription } from './Subscriptions.js';
|
|
|
198
148
|
import { TaxId } from './TaxIds.js';
|
|
199
149
|
import { CustomerCashBalanceTransaction } from './CustomerCashBalanceTransactions.js';
|
|
200
150
|
import { File } from './Files.js';
|
|
201
|
-
import { FxQuote } from './FxQuotes.js';
|
|
202
151
|
import { Invoice } from './Invoices.js';
|
|
203
152
|
import { InvoicePayment } from './InvoicePayments.js';
|
|
204
153
|
import { InvoiceItem } from './InvoiceItems.js';
|
|
@@ -222,7 +171,7 @@ import { SubscriptionSchedule } from './SubscriptionSchedules.js';
|
|
|
222
171
|
import { TaxRate } from './TaxRates.js';
|
|
223
172
|
import { Topup } from './Topups.js';
|
|
224
173
|
import { Transfer } from './Transfers.js';
|
|
225
|
-
export type Event = AccountApplicationAuthorizedEvent | AccountApplicationDeauthorizedEvent | AccountExternalAccountCreatedEvent | AccountExternalAccountDeletedEvent | AccountExternalAccountUpdatedEvent | AccountUpdatedEvent |
|
|
174
|
+
export type Event = AccountApplicationAuthorizedEvent | AccountApplicationDeauthorizedEvent | AccountExternalAccountCreatedEvent | AccountExternalAccountDeletedEvent | AccountExternalAccountUpdatedEvent | AccountUpdatedEvent | ApplicationFeeCreatedEvent | ApplicationFeeRefundUpdatedEvent | ApplicationFeeRefundedEvent | BalanceAvailableEvent | BalanceSettingsUpdatedEvent | BillingAlertTriggeredEvent | BillingCreditBalanceTransactionCreatedEvent | BillingCreditGrantCreatedEvent | BillingCreditGrantUpdatedEvent | BillingMeterCreatedEvent | BillingMeterDeactivatedEvent | BillingMeterReactivatedEvent | BillingMeterUpdatedEvent | BillingPortalConfigurationCreatedEvent | BillingPortalConfigurationUpdatedEvent | BillingPortalSessionCreatedEvent | CapabilityUpdatedEvent | CashBalanceFundsAvailableEvent | ChargeCapturedEvent | ChargeDisputeClosedEvent | ChargeDisputeCreatedEvent | ChargeDisputeFundsReinstatedEvent | ChargeDisputeFundsWithdrawnEvent | ChargeDisputeUpdatedEvent | ChargeExpiredEvent | ChargeFailedEvent | ChargePendingEvent | ChargeRefundUpdatedEvent | ChargeRefundedEvent | ChargeSucceededEvent | ChargeUpdatedEvent | CheckoutSessionAsyncPaymentFailedEvent | CheckoutSessionAsyncPaymentSucceededEvent | CheckoutSessionCompletedEvent | CheckoutSessionExpiredEvent | ClimateOrderCanceledEvent | ClimateOrderCreatedEvent | ClimateOrderDelayedEvent | ClimateOrderDeliveredEvent | ClimateOrderProductSubstitutedEvent | ClimateProductCreatedEvent | ClimateProductPricingUpdatedEvent | CouponCreatedEvent | CouponDeletedEvent | CouponUpdatedEvent | CreditNoteCreatedEvent | CreditNoteUpdatedEvent | CreditNoteVoidedEvent | CustomerCreatedEvent | CustomerDeletedEvent | CustomerDiscountCreatedEvent | CustomerDiscountDeletedEvent | CustomerDiscountUpdatedEvent | CustomerSourceCreatedEvent | CustomerSourceDeletedEvent | CustomerSourceExpiringEvent | CustomerSourceUpdatedEvent | CustomerSubscriptionCreatedEvent | CustomerSubscriptionDeletedEvent | CustomerSubscriptionPausedEvent | CustomerSubscriptionPendingUpdateAppliedEvent | CustomerSubscriptionPendingUpdateExpiredEvent | CustomerSubscriptionResumedEvent | CustomerSubscriptionTrialWillEndEvent | CustomerSubscriptionUpdatedEvent | CustomerTaxIdCreatedEvent | CustomerTaxIdDeletedEvent | CustomerTaxIdUpdatedEvent | CustomerUpdatedEvent | CustomerCashBalanceTransactionCreatedEvent | EntitlementsActiveEntitlementSummaryUpdatedEvent | FileCreatedEvent | FinancialConnectionsAccountAccountNumbersUpdatedEvent | FinancialConnectionsAccountCreatedEvent | FinancialConnectionsAccountDeactivatedEvent | FinancialConnectionsAccountDisconnectedEvent | FinancialConnectionsAccountReactivatedEvent | FinancialConnectionsAccountRefreshedBalanceEvent | FinancialConnectionsAccountRefreshedOwnershipEvent | FinancialConnectionsAccountRefreshedTransactionsEvent | FinancialConnectionsAccountUpcomingAccountNumberExpiryEvent | IdentityVerificationSessionCanceledEvent | IdentityVerificationSessionCreatedEvent | IdentityVerificationSessionProcessingEvent | IdentityVerificationSessionRedactedEvent | IdentityVerificationSessionRequiresInputEvent | IdentityVerificationSessionVerifiedEvent | InvoiceCreatedEvent | InvoiceDeletedEvent | InvoiceFinalizationFailedEvent | InvoiceFinalizedEvent | InvoiceMarkedUncollectibleEvent | InvoiceOverdueEvent | InvoiceOverpaidEvent | InvoicePaidEvent | InvoicePaymentActionRequiredEvent | InvoicePaymentAttemptRequiredEvent | InvoicePaymentFailedEvent | InvoicePaymentSucceededEvent | InvoiceSentEvent | InvoiceUpcomingEvent | InvoiceUpdatedEvent | InvoiceVoidedEvent | InvoiceWillBeDueEvent | InvoicePaymentPaidEvent | InvoiceItemCreatedEvent | InvoiceItemDeletedEvent | IssuingAuthorizationCreatedEvent | IssuingAuthorizationRequestEvent | IssuingAuthorizationUpdatedEvent | IssuingCardCreatedEvent | IssuingCardUpdatedEvent | IssuingCardholderCreatedEvent | IssuingCardholderUpdatedEvent | IssuingDisputeClosedEvent | IssuingDisputeCreatedEvent | IssuingDisputeFundsReinstatedEvent | IssuingDisputeFundsRescindedEvent | IssuingDisputeSubmittedEvent | IssuingDisputeUpdatedEvent | IssuingPersonalizationDesignActivatedEvent | IssuingPersonalizationDesignDeactivatedEvent | IssuingPersonalizationDesignRejectedEvent | IssuingPersonalizationDesignUpdatedEvent | IssuingTokenCreatedEvent | IssuingTokenUpdatedEvent | IssuingTransactionCreatedEvent | IssuingTransactionPurchaseDetailsReceiptUpdatedEvent | IssuingTransactionUpdatedEvent | MandateUpdatedEvent | PaymentIntentAmountCapturableUpdatedEvent | PaymentIntentCanceledEvent | PaymentIntentCreatedEvent | PaymentIntentPartiallyFundedEvent | PaymentIntentPaymentFailedEvent | PaymentIntentProcessingEvent | PaymentIntentRequiresActionEvent | PaymentIntentSucceededEvent | PaymentLinkCreatedEvent | PaymentLinkUpdatedEvent | PaymentMethodAttachedEvent | PaymentMethodAutomaticallyUpdatedEvent | PaymentMethodDetachedEvent | PaymentMethodUpdatedEvent | PayoutCanceledEvent | PayoutCreatedEvent | PayoutFailedEvent | PayoutPaidEvent | PayoutReconciliationCompletedEvent | PayoutUpdatedEvent | PersonCreatedEvent | PersonDeletedEvent | PersonUpdatedEvent | PlanCreatedEvent | PlanDeletedEvent | PlanUpdatedEvent | PriceCreatedEvent | PriceDeletedEvent | PriceUpdatedEvent | ProductCreatedEvent | ProductDeletedEvent | ProductUpdatedEvent | PromotionCodeCreatedEvent | PromotionCodeUpdatedEvent | QuoteAcceptedEvent | QuoteCanceledEvent | QuoteCreatedEvent | QuoteFinalizedEvent | RadarEarlyFraudWarningCreatedEvent | RadarEarlyFraudWarningUpdatedEvent | RefundCreatedEvent | RefundFailedEvent | RefundUpdatedEvent | ReportingReportRunFailedEvent | ReportingReportRunSucceededEvent | ReportingReportTypeUpdatedEvent | ReserveHoldCreatedEvent | ReserveHoldUpdatedEvent | ReservePlanCreatedEvent | ReservePlanDisabledEvent | ReservePlanExpiredEvent | ReservePlanUpdatedEvent | ReserveReleaseCreatedEvent | ReviewClosedEvent | ReviewOpenedEvent | SetupIntentCanceledEvent | SetupIntentCreatedEvent | SetupIntentRequiresActionEvent | SetupIntentSetupFailedEvent | SetupIntentSucceededEvent | SigmaScheduledQueryRunCreatedEvent | SourceCanceledEvent | SourceChargeableEvent | SourceFailedEvent | SourceMandateNotificationEvent | SourceRefundAttributesRequiredEvent | SourceTransactionCreatedEvent | SourceTransactionUpdatedEvent | SubscriptionScheduleAbortedEvent | SubscriptionScheduleCanceledEvent | SubscriptionScheduleCompletedEvent | SubscriptionScheduleCreatedEvent | SubscriptionScheduleExpiringEvent | SubscriptionScheduleReleasedEvent | SubscriptionScheduleUpdatedEvent | TaxSettingsUpdatedEvent | TaxRateCreatedEvent | TaxRateUpdatedEvent | TerminalReaderActionFailedEvent | TerminalReaderActionSucceededEvent | TerminalReaderActionUpdatedEvent | TestHelpersTestClockAdvancingEvent | TestHelpersTestClockCreatedEvent | TestHelpersTestClockDeletedEvent | TestHelpersTestClockInternalFailureEvent | TestHelpersTestClockReadyEvent | TopupCanceledEvent | TopupCreatedEvent | TopupFailedEvent | TopupReversedEvent | TopupSucceededEvent | TransferCreatedEvent | TransferReversedEvent | TransferUpdatedEvent | TreasuryCreditReversalCreatedEvent | TreasuryCreditReversalPostedEvent | TreasuryDebitReversalCompletedEvent | TreasuryDebitReversalCreatedEvent | TreasuryDebitReversalInitialCreditGrantedEvent | TreasuryFinancialAccountClosedEvent | TreasuryFinancialAccountCreatedEvent | TreasuryFinancialAccountFeaturesStatusUpdatedEvent | TreasuryInboundTransferCanceledEvent | TreasuryInboundTransferCreatedEvent | TreasuryInboundTransferFailedEvent | TreasuryInboundTransferSucceededEvent | TreasuryOutboundPaymentCanceledEvent | TreasuryOutboundPaymentCreatedEvent | TreasuryOutboundPaymentExpectedArrivalDateUpdatedEvent | TreasuryOutboundPaymentFailedEvent | TreasuryOutboundPaymentPostedEvent | TreasuryOutboundPaymentReturnedEvent | TreasuryOutboundPaymentTrackingDetailsUpdatedEvent | TreasuryOutboundTransferCanceledEvent | TreasuryOutboundTransferCreatedEvent | TreasuryOutboundTransferExpectedArrivalDateUpdatedEvent | TreasuryOutboundTransferFailedEvent | TreasuryOutboundTransferPostedEvent | TreasuryOutboundTransferReturnedEvent | TreasuryOutboundTransferTrackingDetailsUpdatedEvent | TreasuryReceivedCreditCreatedEvent | TreasuryReceivedCreditFailedEvent | TreasuryReceivedCreditSucceededEvent | TreasuryReceivedDebitCreatedEvent;
|
|
226
175
|
/**
|
|
227
176
|
* Occurs whenever a user authorizes an application. Sent to the related application only.
|
|
228
177
|
*/
|
|
@@ -301,32 +250,6 @@ export declare namespace AccountUpdatedEvent {
|
|
|
301
250
|
previous_attributes?: Partial<Account>;
|
|
302
251
|
}
|
|
303
252
|
}
|
|
304
|
-
/**
|
|
305
|
-
* Occurs whenever an AccountNotice is created.
|
|
306
|
-
*/
|
|
307
|
-
export interface AccountNoticeCreatedEvent extends EventBase {
|
|
308
|
-
type: 'account_notice.created';
|
|
309
|
-
data: AccountNoticeCreatedEvent.Data;
|
|
310
|
-
}
|
|
311
|
-
export declare namespace AccountNoticeCreatedEvent {
|
|
312
|
-
interface Data extends Event.Data {
|
|
313
|
-
object: AccountNotice;
|
|
314
|
-
previous_attributes?: Partial<AccountNotice>;
|
|
315
|
-
}
|
|
316
|
-
}
|
|
317
|
-
/**
|
|
318
|
-
* Occurs whenever an AccountNotice is updated.
|
|
319
|
-
*/
|
|
320
|
-
export interface AccountNoticeUpdatedEvent extends EventBase {
|
|
321
|
-
type: 'account_notice.updated';
|
|
322
|
-
data: AccountNoticeUpdatedEvent.Data;
|
|
323
|
-
}
|
|
324
|
-
export declare namespace AccountNoticeUpdatedEvent {
|
|
325
|
-
interface Data extends Event.Data {
|
|
326
|
-
object: AccountNotice;
|
|
327
|
-
previous_attributes?: Partial<AccountNotice>;
|
|
328
|
-
}
|
|
329
|
-
}
|
|
330
253
|
/**
|
|
331
254
|
* Occurs whenever an application fee is created on a charge.
|
|
332
255
|
*/
|
|
@@ -548,123 +471,6 @@ export declare namespace CapabilityUpdatedEvent {
|
|
|
548
471
|
previous_attributes?: Partial<Capability>;
|
|
549
472
|
}
|
|
550
473
|
}
|
|
551
|
-
/**
|
|
552
|
-
* Occurs whenever a connected account accepts a financing offer.
|
|
553
|
-
*/
|
|
554
|
-
export interface CapitalFinancingOfferAcceptedEvent extends EventBase {
|
|
555
|
-
type: 'capital.financing_offer.accepted';
|
|
556
|
-
data: CapitalFinancingOfferAcceptedEvent.Data;
|
|
557
|
-
}
|
|
558
|
-
export declare namespace CapitalFinancingOfferAcceptedEvent {
|
|
559
|
-
interface Data extends Event.Data {
|
|
560
|
-
object: Capital.FinancingOffer;
|
|
561
|
-
previous_attributes?: Partial<Capital.FinancingOffer>;
|
|
562
|
-
}
|
|
563
|
-
}
|
|
564
|
-
/**
|
|
565
|
-
* Occurs whenever a financing offer is canceled.
|
|
566
|
-
*/
|
|
567
|
-
export interface CapitalFinancingOfferCanceledEvent extends EventBase {
|
|
568
|
-
type: 'capital.financing_offer.canceled';
|
|
569
|
-
data: CapitalFinancingOfferCanceledEvent.Data;
|
|
570
|
-
}
|
|
571
|
-
export declare namespace CapitalFinancingOfferCanceledEvent {
|
|
572
|
-
interface Data extends Event.Data {
|
|
573
|
-
object: Capital.FinancingOffer;
|
|
574
|
-
previous_attributes?: Partial<Capital.FinancingOffer>;
|
|
575
|
-
}
|
|
576
|
-
}
|
|
577
|
-
/**
|
|
578
|
-
* Occurs whenever a new financing offer is created for a connected account.
|
|
579
|
-
*/
|
|
580
|
-
export interface CapitalFinancingOfferCreatedEvent extends EventBase {
|
|
581
|
-
type: 'capital.financing_offer.created';
|
|
582
|
-
data: CapitalFinancingOfferCreatedEvent.Data;
|
|
583
|
-
}
|
|
584
|
-
export declare namespace CapitalFinancingOfferCreatedEvent {
|
|
585
|
-
interface Data extends Event.Data {
|
|
586
|
-
object: Capital.FinancingOffer;
|
|
587
|
-
previous_attributes?: Partial<Capital.FinancingOffer>;
|
|
588
|
-
}
|
|
589
|
-
}
|
|
590
|
-
/**
|
|
591
|
-
* Occurs whenever a financing offer expires.
|
|
592
|
-
*/
|
|
593
|
-
export interface CapitalFinancingOfferExpiredEvent extends EventBase {
|
|
594
|
-
type: 'capital.financing_offer.expired';
|
|
595
|
-
data: CapitalFinancingOfferExpiredEvent.Data;
|
|
596
|
-
}
|
|
597
|
-
export declare namespace CapitalFinancingOfferExpiredEvent {
|
|
598
|
-
interface Data extends Event.Data {
|
|
599
|
-
object: Capital.FinancingOffer;
|
|
600
|
-
previous_attributes?: Partial<Capital.FinancingOffer>;
|
|
601
|
-
}
|
|
602
|
-
}
|
|
603
|
-
/**
|
|
604
|
-
* Occurs whenever a financing offer is fully repaid.
|
|
605
|
-
*/
|
|
606
|
-
export interface CapitalFinancingOfferFullyRepaidEvent extends EventBase {
|
|
607
|
-
type: 'capital.financing_offer.fully_repaid';
|
|
608
|
-
data: CapitalFinancingOfferFullyRepaidEvent.Data;
|
|
609
|
-
}
|
|
610
|
-
export declare namespace CapitalFinancingOfferFullyRepaidEvent {
|
|
611
|
-
interface Data extends Event.Data {
|
|
612
|
-
object: Capital.FinancingOffer;
|
|
613
|
-
previous_attributes?: Partial<Capital.FinancingOffer>;
|
|
614
|
-
}
|
|
615
|
-
}
|
|
616
|
-
/**
|
|
617
|
-
* Occurs whenever a financing offer is paid out.
|
|
618
|
-
*/
|
|
619
|
-
export interface CapitalFinancingOfferPaidOutEvent extends EventBase {
|
|
620
|
-
type: 'capital.financing_offer.paid_out';
|
|
621
|
-
data: CapitalFinancingOfferPaidOutEvent.Data;
|
|
622
|
-
}
|
|
623
|
-
export declare namespace CapitalFinancingOfferPaidOutEvent {
|
|
624
|
-
interface Data extends Event.Data {
|
|
625
|
-
object: Capital.FinancingOffer;
|
|
626
|
-
previous_attributes?: Partial<Capital.FinancingOffer>;
|
|
627
|
-
}
|
|
628
|
-
}
|
|
629
|
-
/**
|
|
630
|
-
* Occurs whenever a financing offer is rejected.
|
|
631
|
-
*/
|
|
632
|
-
export interface CapitalFinancingOfferRejectedEvent extends EventBase {
|
|
633
|
-
type: 'capital.financing_offer.rejected';
|
|
634
|
-
data: CapitalFinancingOfferRejectedEvent.Data;
|
|
635
|
-
}
|
|
636
|
-
export declare namespace CapitalFinancingOfferRejectedEvent {
|
|
637
|
-
interface Data extends Event.Data {
|
|
638
|
-
object: Capital.FinancingOffer;
|
|
639
|
-
previous_attributes?: Partial<Capital.FinancingOffer>;
|
|
640
|
-
}
|
|
641
|
-
}
|
|
642
|
-
/**
|
|
643
|
-
* Occurs whenever a replacement for a financing offer has been created. More details can be [found here](https://docs.stripe.com/capital/replacements).
|
|
644
|
-
*/
|
|
645
|
-
export interface CapitalFinancingOfferReplacementCreatedEvent extends EventBase {
|
|
646
|
-
type: 'capital.financing_offer.replacement_created';
|
|
647
|
-
data: CapitalFinancingOfferReplacementCreatedEvent.Data;
|
|
648
|
-
}
|
|
649
|
-
export declare namespace CapitalFinancingOfferReplacementCreatedEvent {
|
|
650
|
-
interface Data extends Event.Data {
|
|
651
|
-
object: Capital.FinancingOffer;
|
|
652
|
-
previous_attributes?: Partial<Capital.FinancingOffer>;
|
|
653
|
-
}
|
|
654
|
-
}
|
|
655
|
-
/**
|
|
656
|
-
* Occurs whenever a financing transaction is created.
|
|
657
|
-
*/
|
|
658
|
-
export interface CapitalFinancingTransactionCreatedEvent extends EventBase {
|
|
659
|
-
type: 'capital.financing_transaction.created';
|
|
660
|
-
data: CapitalFinancingTransactionCreatedEvent.Data;
|
|
661
|
-
}
|
|
662
|
-
export declare namespace CapitalFinancingTransactionCreatedEvent {
|
|
663
|
-
interface Data extends Event.Data {
|
|
664
|
-
object: Capital.FinancingTransaction;
|
|
665
|
-
previous_attributes?: Partial<Capital.FinancingTransaction>;
|
|
666
|
-
}
|
|
667
|
-
}
|
|
668
474
|
/**
|
|
669
475
|
* Occurs whenever there is a positive remaining cash balance after Stripe automatically reconciles new funds into the cash balance. If you enabled manual reconciliation, this webhook will fire whenever there are new funds into the cash balance.
|
|
670
476
|
*/
|
|
@@ -1185,32 +991,6 @@ export declare namespace CustomerSourceUpdatedEvent {
|
|
|
1185
991
|
previous_attributes?: Partial<CustomerSource>;
|
|
1186
992
|
}
|
|
1187
993
|
}
|
|
1188
|
-
/**
|
|
1189
|
-
* Occurs whenever collection is paused on a customer's subscription. Only applies when [payment collection](https://docs.stripe.com/billing/subscriptions/pause) is paused, not when subscriptions enter `status=paused`.
|
|
1190
|
-
*/
|
|
1191
|
-
export interface CustomerSubscriptionCollectionPausedEvent extends EventBase {
|
|
1192
|
-
type: 'customer.subscription.collection_paused';
|
|
1193
|
-
data: CustomerSubscriptionCollectionPausedEvent.Data;
|
|
1194
|
-
}
|
|
1195
|
-
export declare namespace CustomerSubscriptionCollectionPausedEvent {
|
|
1196
|
-
interface Data extends Event.Data {
|
|
1197
|
-
object: Subscription;
|
|
1198
|
-
previous_attributes?: Partial<Subscription>;
|
|
1199
|
-
}
|
|
1200
|
-
}
|
|
1201
|
-
/**
|
|
1202
|
-
* Occurs whenever collection is resumed on a customer's subscription that is currently paused. Only applies when [payment collection](https://docs.stripe.com/billing/subscriptions/pause) is resumed, not when subscriptions exit `status=paused`.
|
|
1203
|
-
*/
|
|
1204
|
-
export interface CustomerSubscriptionCollectionResumedEvent extends EventBase {
|
|
1205
|
-
type: 'customer.subscription.collection_resumed';
|
|
1206
|
-
data: CustomerSubscriptionCollectionResumedEvent.Data;
|
|
1207
|
-
}
|
|
1208
|
-
export declare namespace CustomerSubscriptionCollectionResumedEvent {
|
|
1209
|
-
interface Data extends Event.Data {
|
|
1210
|
-
object: Subscription;
|
|
1211
|
-
previous_attributes?: Partial<Subscription>;
|
|
1212
|
-
}
|
|
1213
|
-
}
|
|
1214
994
|
/**
|
|
1215
995
|
* Occurs whenever a customer is signed up for a new plan.
|
|
1216
996
|
*/
|
|
@@ -1224,19 +1004,6 @@ export declare namespace CustomerSubscriptionCreatedEvent {
|
|
|
1224
1004
|
previous_attributes?: Partial<Subscription>;
|
|
1225
1005
|
}
|
|
1226
1006
|
}
|
|
1227
|
-
/**
|
|
1228
|
-
* An ad-hoc custom event that is sent based on user configured [Automation](https://docs.stripe.com/billing/automations#send-custom-webhook-event-action).
|
|
1229
|
-
*/
|
|
1230
|
-
export interface CustomerSubscriptionCustomEventEvent extends EventBase {
|
|
1231
|
-
type: 'customer.subscription.custom_event';
|
|
1232
|
-
data: CustomerSubscriptionCustomEventEvent.Data;
|
|
1233
|
-
}
|
|
1234
|
-
export declare namespace CustomerSubscriptionCustomEventEvent {
|
|
1235
|
-
interface Data extends Event.Data {
|
|
1236
|
-
object: Subscription;
|
|
1237
|
-
previous_attributes?: Partial<Subscription>;
|
|
1238
|
-
}
|
|
1239
|
-
}
|
|
1240
1007
|
/**
|
|
1241
1008
|
* Occurs whenever a customer's subscription ends.
|
|
1242
1009
|
*/
|
|
@@ -1289,19 +1056,6 @@ export declare namespace CustomerSubscriptionPendingUpdateExpiredEvent {
|
|
|
1289
1056
|
previous_attributes?: Partial<Subscription>;
|
|
1290
1057
|
}
|
|
1291
1058
|
}
|
|
1292
|
-
/**
|
|
1293
|
-
* Occurs whenever a price migration failed to transition prices on a subscription.
|
|
1294
|
-
*/
|
|
1295
|
-
export interface CustomerSubscriptionPriceMigrationFailedEvent extends EventBase {
|
|
1296
|
-
type: 'customer.subscription.price_migration_failed';
|
|
1297
|
-
data: CustomerSubscriptionPriceMigrationFailedEvent.Data;
|
|
1298
|
-
}
|
|
1299
|
-
export declare namespace CustomerSubscriptionPriceMigrationFailedEvent {
|
|
1300
|
-
interface Data extends Event.Data {
|
|
1301
|
-
object: Subscription;
|
|
1302
|
-
previous_attributes?: Partial<Subscription>;
|
|
1303
|
-
}
|
|
1304
|
-
}
|
|
1305
1059
|
/**
|
|
1306
1060
|
* Occurs whenever a customer's subscription is no longer paused. Only applies when a `status=paused` subscription is [resumed](https://docs.stripe.com/api/subscriptions/resume), not when [payment collection](https://docs.stripe.com/billing/subscriptions/pause) is resumed.
|
|
1307
1061
|
*/
|
|
@@ -1510,19 +1264,6 @@ export declare namespace FinancialConnectionsAccountRefreshedBalanceEvent {
|
|
|
1510
1264
|
previous_attributes?: Partial<FinancialConnections.Account>;
|
|
1511
1265
|
}
|
|
1512
1266
|
}
|
|
1513
|
-
/**
|
|
1514
|
-
* Occurs when an Account’s `inferred_balances_refresh` status transitions from `pending` to either `succeeded` or `failed`.
|
|
1515
|
-
*/
|
|
1516
|
-
export interface FinancialConnectionsAccountRefreshedInferredBalancesEvent extends EventBase {
|
|
1517
|
-
type: 'financial_connections.account.refreshed_inferred_balances';
|
|
1518
|
-
data: FinancialConnectionsAccountRefreshedInferredBalancesEvent.Data;
|
|
1519
|
-
}
|
|
1520
|
-
export declare namespace FinancialConnectionsAccountRefreshedInferredBalancesEvent {
|
|
1521
|
-
interface Data extends Event.Data {
|
|
1522
|
-
object: FinancialConnections.Account;
|
|
1523
|
-
previous_attributes?: Partial<FinancialConnections.Account>;
|
|
1524
|
-
}
|
|
1525
|
-
}
|
|
1526
1267
|
/**
|
|
1527
1268
|
* Occurs when an Account’s `ownership_refresh` status transitions from `pending` to either `succeeded` or `failed`.
|
|
1528
1269
|
*/
|
|
@@ -1562,32 +1303,6 @@ export declare namespace FinancialConnectionsAccountUpcomingAccountNumberExpiryE
|
|
|
1562
1303
|
previous_attributes?: Partial<FinancialConnections.Account>;
|
|
1563
1304
|
}
|
|
1564
1305
|
}
|
|
1565
|
-
/**
|
|
1566
|
-
* Occurs when a Financial Connections Session `status` transitions from `pending` to `failed`, `cancelled`, or `completed`.
|
|
1567
|
-
*/
|
|
1568
|
-
export interface FinancialConnectionsSessionUpdatedEvent extends EventBase {
|
|
1569
|
-
type: 'financial_connections.session.updated';
|
|
1570
|
-
data: FinancialConnectionsSessionUpdatedEvent.Data;
|
|
1571
|
-
}
|
|
1572
|
-
export declare namespace FinancialConnectionsSessionUpdatedEvent {
|
|
1573
|
-
interface Data extends Event.Data {
|
|
1574
|
-
object: FinancialConnections.Session;
|
|
1575
|
-
previous_attributes?: Partial<FinancialConnections.Session>;
|
|
1576
|
-
}
|
|
1577
|
-
}
|
|
1578
|
-
/**
|
|
1579
|
-
* Occurs when FX Quote's lock_status field transitions to 'Expired'.
|
|
1580
|
-
*/
|
|
1581
|
-
export interface FxQuoteExpiredEvent extends EventBase {
|
|
1582
|
-
type: 'fx_quote.expired';
|
|
1583
|
-
data: FxQuoteExpiredEvent.Data;
|
|
1584
|
-
}
|
|
1585
|
-
export declare namespace FxQuoteExpiredEvent {
|
|
1586
|
-
interface Data extends Event.Data {
|
|
1587
|
-
object: FxQuote;
|
|
1588
|
-
previous_attributes?: Partial<FxQuote>;
|
|
1589
|
-
}
|
|
1590
|
-
}
|
|
1591
1306
|
/**
|
|
1592
1307
|
* Occurs whenever a VerificationSession is canceled
|
|
1593
1308
|
*/
|
|
@@ -1770,19 +1485,6 @@ export declare namespace InvoicePaidEvent {
|
|
|
1770
1485
|
previous_attributes?: Partial<Invoice>;
|
|
1771
1486
|
}
|
|
1772
1487
|
}
|
|
1773
|
-
/**
|
|
1774
|
-
* Occurs when an InvoicePayment transitions to paid with a non-zero amount_overpaid.
|
|
1775
|
-
*/
|
|
1776
|
-
export interface InvoicePaymentOverpaidEvent extends EventBase {
|
|
1777
|
-
type: 'invoice.payment.overpaid';
|
|
1778
|
-
data: InvoicePaymentOverpaidEvent.Data;
|
|
1779
|
-
}
|
|
1780
|
-
export declare namespace InvoicePaymentOverpaidEvent {
|
|
1781
|
-
interface Data extends Event.Data {
|
|
1782
|
-
object: InvoicePayment;
|
|
1783
|
-
previous_attributes?: Partial<InvoicePayment>;
|
|
1784
|
-
}
|
|
1785
|
-
}
|
|
1786
1488
|
/**
|
|
1787
1489
|
* Occurs whenever an invoice payment attempt requires further user action to complete.
|
|
1788
1490
|
*/
|
|
@@ -1900,19 +1602,6 @@ export declare namespace InvoiceWillBeDueEvent {
|
|
|
1900
1602
|
previous_attributes?: Partial<Invoice>;
|
|
1901
1603
|
}
|
|
1902
1604
|
}
|
|
1903
|
-
/**
|
|
1904
|
-
* Occurs when an InvoicePayment is detached from an invoice.
|
|
1905
|
-
*/
|
|
1906
|
-
export interface InvoicePaymentDetachedEvent extends EventBase {
|
|
1907
|
-
type: 'invoice_payment.detached';
|
|
1908
|
-
data: InvoicePaymentDetachedEvent.Data;
|
|
1909
|
-
}
|
|
1910
|
-
export declare namespace InvoicePaymentDetachedEvent {
|
|
1911
|
-
interface Data extends Event.Data {
|
|
1912
|
-
object: InvoicePayment;
|
|
1913
|
-
previous_attributes?: Partial<InvoicePayment>;
|
|
1914
|
-
}
|
|
1915
|
-
}
|
|
1916
1605
|
/**
|
|
1917
1606
|
* Occurs when an InvoicePayment is successfully paid.
|
|
1918
1607
|
*/
|
|
@@ -2121,45 +1810,6 @@ export declare namespace IssuingDisputeUpdatedEvent {
|
|
|
2121
1810
|
previous_attributes?: Partial<Issuing.Dispute>;
|
|
2122
1811
|
}
|
|
2123
1812
|
}
|
|
2124
|
-
/**
|
|
2125
|
-
* Emitted when the DisputeSettlementDetail object is created
|
|
2126
|
-
*/
|
|
2127
|
-
export interface IssuingDisputeSettlementDetailCreatedEvent extends EventBase {
|
|
2128
|
-
type: 'issuing_dispute_settlement_detail.created';
|
|
2129
|
-
data: IssuingDisputeSettlementDetailCreatedEvent.Data;
|
|
2130
|
-
}
|
|
2131
|
-
export declare namespace IssuingDisputeSettlementDetailCreatedEvent {
|
|
2132
|
-
interface Data extends Event.Data {
|
|
2133
|
-
object: Issuing.DisputeSettlementDetail;
|
|
2134
|
-
previous_attributes?: Partial<Issuing.DisputeSettlementDetail>;
|
|
2135
|
-
}
|
|
2136
|
-
}
|
|
2137
|
-
/**
|
|
2138
|
-
* Emitted when the DisputeSettlementDetail object is updated
|
|
2139
|
-
*/
|
|
2140
|
-
export interface IssuingDisputeSettlementDetailUpdatedEvent extends EventBase {
|
|
2141
|
-
type: 'issuing_dispute_settlement_detail.updated';
|
|
2142
|
-
data: IssuingDisputeSettlementDetailUpdatedEvent.Data;
|
|
2143
|
-
}
|
|
2144
|
-
export declare namespace IssuingDisputeSettlementDetailUpdatedEvent {
|
|
2145
|
-
interface Data extends Event.Data {
|
|
2146
|
-
object: Issuing.DisputeSettlementDetail;
|
|
2147
|
-
previous_attributes?: Partial<Issuing.DisputeSettlementDetail>;
|
|
2148
|
-
}
|
|
2149
|
-
}
|
|
2150
|
-
/**
|
|
2151
|
-
* Occurs whenever funds are deducted from your account for fraud dispute loss liability.
|
|
2152
|
-
*/
|
|
2153
|
-
export interface IssuingFraudLiabilityDebitCreatedEvent extends EventBase {
|
|
2154
|
-
type: 'issuing_fraud_liability_debit.created';
|
|
2155
|
-
data: IssuingFraudLiabilityDebitCreatedEvent.Data;
|
|
2156
|
-
}
|
|
2157
|
-
export declare namespace IssuingFraudLiabilityDebitCreatedEvent {
|
|
2158
|
-
interface Data extends Event.Data {
|
|
2159
|
-
object: Issuing.FraudLiabilityDebit;
|
|
2160
|
-
previous_attributes?: Partial<Issuing.FraudLiabilityDebit>;
|
|
2161
|
-
}
|
|
2162
|
-
}
|
|
2163
1813
|
/**
|
|
2164
1814
|
* Occurs whenever a personalization design is activated following the activation of the physical bundle that belongs to it.
|
|
2165
1815
|
*/
|
|
@@ -2212,32 +1862,6 @@ export declare namespace IssuingPersonalizationDesignUpdatedEvent {
|
|
|
2212
1862
|
previous_attributes?: Partial<Issuing.PersonalizationDesign>;
|
|
2213
1863
|
}
|
|
2214
1864
|
}
|
|
2215
|
-
/**
|
|
2216
|
-
* Occurs whenever an issuing settlement is created.
|
|
2217
|
-
*/
|
|
2218
|
-
export interface IssuingSettlementCreatedEvent extends EventBase {
|
|
2219
|
-
type: 'issuing_settlement.created';
|
|
2220
|
-
data: IssuingSettlementCreatedEvent.Data;
|
|
2221
|
-
}
|
|
2222
|
-
export declare namespace IssuingSettlementCreatedEvent {
|
|
2223
|
-
interface Data extends Event.Data {
|
|
2224
|
-
object: Issuing.Settlement;
|
|
2225
|
-
previous_attributes?: Partial<Issuing.Settlement>;
|
|
2226
|
-
}
|
|
2227
|
-
}
|
|
2228
|
-
/**
|
|
2229
|
-
* Occurs whenever an issuing settlement is updated.
|
|
2230
|
-
*/
|
|
2231
|
-
export interface IssuingSettlementUpdatedEvent extends EventBase {
|
|
2232
|
-
type: 'issuing_settlement.updated';
|
|
2233
|
-
data: IssuingSettlementUpdatedEvent.Data;
|
|
2234
|
-
}
|
|
2235
|
-
export declare namespace IssuingSettlementUpdatedEvent {
|
|
2236
|
-
interface Data extends Event.Data {
|
|
2237
|
-
object: Issuing.Settlement;
|
|
2238
|
-
previous_attributes?: Partial<Issuing.Settlement>;
|
|
2239
|
-
}
|
|
2240
|
-
}
|
|
2241
1865
|
/**
|
|
2242
1866
|
* Occurs whenever an issuing digital wallet token is created.
|
|
2243
1867
|
*/
|
|
@@ -2693,71 +2317,6 @@ export declare namespace PriceUpdatedEvent {
|
|
|
2693
2317
|
previous_attributes?: Partial<Price>;
|
|
2694
2318
|
}
|
|
2695
2319
|
}
|
|
2696
|
-
/**
|
|
2697
|
-
* Occurs whenever a redaction job is canceled.
|
|
2698
|
-
*/
|
|
2699
|
-
export interface PrivacyRedactionJobCanceledEvent extends EventBase {
|
|
2700
|
-
type: 'privacy.redaction_job.canceled';
|
|
2701
|
-
data: PrivacyRedactionJobCanceledEvent.Data;
|
|
2702
|
-
}
|
|
2703
|
-
export declare namespace PrivacyRedactionJobCanceledEvent {
|
|
2704
|
-
interface Data extends Event.Data {
|
|
2705
|
-
object: Privacy.RedactionJob;
|
|
2706
|
-
previous_attributes?: Partial<Privacy.RedactionJob>;
|
|
2707
|
-
}
|
|
2708
|
-
}
|
|
2709
|
-
/**
|
|
2710
|
-
* Occurs whenever a redaction job is created.
|
|
2711
|
-
*/
|
|
2712
|
-
export interface PrivacyRedactionJobCreatedEvent extends EventBase {
|
|
2713
|
-
type: 'privacy.redaction_job.created';
|
|
2714
|
-
data: PrivacyRedactionJobCreatedEvent.Data;
|
|
2715
|
-
}
|
|
2716
|
-
export declare namespace PrivacyRedactionJobCreatedEvent {
|
|
2717
|
-
interface Data extends Event.Data {
|
|
2718
|
-
object: Privacy.RedactionJob;
|
|
2719
|
-
previous_attributes?: Partial<Privacy.RedactionJob>;
|
|
2720
|
-
}
|
|
2721
|
-
}
|
|
2722
|
-
/**
|
|
2723
|
-
* Occurs whenever a redaction job has been successfully validated and is ready to run.
|
|
2724
|
-
*/
|
|
2725
|
-
export interface PrivacyRedactionJobReadyEvent extends EventBase {
|
|
2726
|
-
type: 'privacy.redaction_job.ready';
|
|
2727
|
-
data: PrivacyRedactionJobReadyEvent.Data;
|
|
2728
|
-
}
|
|
2729
|
-
export declare namespace PrivacyRedactionJobReadyEvent {
|
|
2730
|
-
interface Data extends Event.Data {
|
|
2731
|
-
object: Privacy.RedactionJob;
|
|
2732
|
-
previous_attributes?: Partial<Privacy.RedactionJob>;
|
|
2733
|
-
}
|
|
2734
|
-
}
|
|
2735
|
-
/**
|
|
2736
|
-
* Occurs whenever a redaction job finishes running.
|
|
2737
|
-
*/
|
|
2738
|
-
export interface PrivacyRedactionJobSucceededEvent extends EventBase {
|
|
2739
|
-
type: 'privacy.redaction_job.succeeded';
|
|
2740
|
-
data: PrivacyRedactionJobSucceededEvent.Data;
|
|
2741
|
-
}
|
|
2742
|
-
export declare namespace PrivacyRedactionJobSucceededEvent {
|
|
2743
|
-
interface Data extends Event.Data {
|
|
2744
|
-
object: Privacy.RedactionJob;
|
|
2745
|
-
previous_attributes?: Partial<Privacy.RedactionJob>;
|
|
2746
|
-
}
|
|
2747
|
-
}
|
|
2748
|
-
/**
|
|
2749
|
-
* Occurs whenever a redaction job fails validation.
|
|
2750
|
-
*/
|
|
2751
|
-
export interface PrivacyRedactionJobValidationErrorEvent extends EventBase {
|
|
2752
|
-
type: 'privacy.redaction_job.validation_error';
|
|
2753
|
-
data: PrivacyRedactionJobValidationErrorEvent.Data;
|
|
2754
|
-
}
|
|
2755
|
-
export declare namespace PrivacyRedactionJobValidationErrorEvent {
|
|
2756
|
-
interface Data extends Event.Data {
|
|
2757
|
-
object: Privacy.RedactionJob;
|
|
2758
|
-
previous_attributes?: Partial<Privacy.RedactionJob>;
|
|
2759
|
-
}
|
|
2760
|
-
}
|
|
2761
2320
|
/**
|
|
2762
2321
|
* Occurs whenever a product is created.
|
|
2763
2322
|
*/
|
|
@@ -2823,19 +2382,6 @@ export declare namespace PromotionCodeUpdatedEvent {
|
|
|
2823
2382
|
previous_attributes?: Partial<PromotionCode>;
|
|
2824
2383
|
}
|
|
2825
2384
|
}
|
|
2826
|
-
/**
|
|
2827
|
-
* Occurs whenever a quote acceptance fails
|
|
2828
|
-
*/
|
|
2829
|
-
export interface QuoteAcceptFailedEvent extends EventBase {
|
|
2830
|
-
type: 'quote.accept_failed';
|
|
2831
|
-
data: QuoteAcceptFailedEvent.Data;
|
|
2832
|
-
}
|
|
2833
|
-
export declare namespace QuoteAcceptFailedEvent {
|
|
2834
|
-
interface Data extends Event.Data {
|
|
2835
|
-
object: Quote;
|
|
2836
|
-
previous_attributes?: Partial<Quote>;
|
|
2837
|
-
}
|
|
2838
|
-
}
|
|
2839
2385
|
/**
|
|
2840
2386
|
* Occurs whenever a quote is accepted.
|
|
2841
2387
|
*/
|
|
@@ -2849,19 +2395,6 @@ export declare namespace QuoteAcceptedEvent {
|
|
|
2849
2395
|
previous_attributes?: Partial<Quote>;
|
|
2850
2396
|
}
|
|
2851
2397
|
}
|
|
2852
|
-
/**
|
|
2853
|
-
* Occurs whenever a quote's status changes to accepting
|
|
2854
|
-
*/
|
|
2855
|
-
export interface QuoteAcceptingEvent extends EventBase {
|
|
2856
|
-
type: 'quote.accepting';
|
|
2857
|
-
data: QuoteAcceptingEvent.Data;
|
|
2858
|
-
}
|
|
2859
|
-
export declare namespace QuoteAcceptingEvent {
|
|
2860
|
-
interface Data extends Event.Data {
|
|
2861
|
-
object: Quote;
|
|
2862
|
-
previous_attributes?: Partial<Quote>;
|
|
2863
|
-
}
|
|
2864
|
-
}
|
|
2865
2398
|
/**
|
|
2866
2399
|
* Occurs whenever a quote is canceled.
|
|
2867
2400
|
*/
|
|
@@ -2888,19 +2421,6 @@ export declare namespace QuoteCreatedEvent {
|
|
|
2888
2421
|
previous_attributes?: Partial<Quote>;
|
|
2889
2422
|
}
|
|
2890
2423
|
}
|
|
2891
|
-
/**
|
|
2892
|
-
* Occurs when a quote's status changes from stale to draft
|
|
2893
|
-
*/
|
|
2894
|
-
export interface QuoteDraftEvent extends EventBase {
|
|
2895
|
-
type: 'quote.draft';
|
|
2896
|
-
data: QuoteDraftEvent.Data;
|
|
2897
|
-
}
|
|
2898
|
-
export declare namespace QuoteDraftEvent {
|
|
2899
|
-
interface Data extends Event.Data {
|
|
2900
|
-
object: Quote;
|
|
2901
|
-
previous_attributes?: Partial<Quote>;
|
|
2902
|
-
}
|
|
2903
|
-
}
|
|
2904
2424
|
/**
|
|
2905
2425
|
* Occurs whenever a quote is finalized.
|
|
2906
2426
|
*/
|
|
@@ -2914,45 +2434,6 @@ export declare namespace QuoteFinalizedEvent {
|
|
|
2914
2434
|
previous_attributes?: Partial<Quote>;
|
|
2915
2435
|
}
|
|
2916
2436
|
}
|
|
2917
|
-
/**
|
|
2918
|
-
* Occurs whenever a quote reestimate fails
|
|
2919
|
-
*/
|
|
2920
|
-
export interface QuoteReestimateFailedEvent extends EventBase {
|
|
2921
|
-
type: 'quote.reestimate_failed';
|
|
2922
|
-
data: QuoteReestimateFailedEvent.Data;
|
|
2923
|
-
}
|
|
2924
|
-
export declare namespace QuoteReestimateFailedEvent {
|
|
2925
|
-
interface Data extends Event.Data {
|
|
2926
|
-
object: Quote;
|
|
2927
|
-
previous_attributes?: Partial<Quote>;
|
|
2928
|
-
}
|
|
2929
|
-
}
|
|
2930
|
-
/**
|
|
2931
|
-
* Occurs whenever an async job to compute preview subscription schedules/upcoming invoices for the quote has completed.
|
|
2932
|
-
*/
|
|
2933
|
-
export interface QuoteReestimatedEvent extends EventBase {
|
|
2934
|
-
type: 'quote.reestimated';
|
|
2935
|
-
data: QuoteReestimatedEvent.Data;
|
|
2936
|
-
}
|
|
2937
|
-
export declare namespace QuoteReestimatedEvent {
|
|
2938
|
-
interface Data extends Event.Data {
|
|
2939
|
-
object: Quote;
|
|
2940
|
-
previous_attributes?: Partial<Quote>;
|
|
2941
|
-
}
|
|
2942
|
-
}
|
|
2943
|
-
/**
|
|
2944
|
-
* Occurs whenever a quote's status changes to stale
|
|
2945
|
-
*/
|
|
2946
|
-
export interface QuoteStaleEvent extends EventBase {
|
|
2947
|
-
type: 'quote.stale';
|
|
2948
|
-
data: QuoteStaleEvent.Data;
|
|
2949
|
-
}
|
|
2950
|
-
export declare namespace QuoteStaleEvent {
|
|
2951
|
-
interface Data extends Event.Data {
|
|
2952
|
-
object: Quote;
|
|
2953
|
-
previous_attributes?: Partial<Quote>;
|
|
2954
|
-
}
|
|
2955
|
-
}
|
|
2956
2437
|
/**
|
|
2957
2438
|
* Occurs whenever an early fraud warning is created.
|
|
2958
2439
|
*/
|
|
@@ -3408,19 +2889,6 @@ export declare namespace SubscriptionScheduleExpiringEvent {
|
|
|
3408
2889
|
previous_attributes?: Partial<SubscriptionSchedule>;
|
|
3409
2890
|
}
|
|
3410
2891
|
}
|
|
3411
|
-
/**
|
|
3412
|
-
* Occurs whenever a price migration failed to transition prices on a subscription schedule.
|
|
3413
|
-
*/
|
|
3414
|
-
export interface SubscriptionSchedulePriceMigrationFailedEvent extends EventBase {
|
|
3415
|
-
type: 'subscription_schedule.price_migration_failed';
|
|
3416
|
-
data: SubscriptionSchedulePriceMigrationFailedEvent.Data;
|
|
3417
|
-
}
|
|
3418
|
-
export declare namespace SubscriptionSchedulePriceMigrationFailedEvent {
|
|
3419
|
-
interface Data extends Event.Data {
|
|
3420
|
-
object: SubscriptionSchedule;
|
|
3421
|
-
previous_attributes?: Partial<SubscriptionSchedule>;
|
|
3422
|
-
}
|
|
3423
|
-
}
|
|
3424
2892
|
/**
|
|
3425
2893
|
* Occurs whenever a new subscription schedule is released.
|
|
3426
2894
|
*/
|
|
@@ -3447,19 +2915,6 @@ export declare namespace SubscriptionScheduleUpdatedEvent {
|
|
|
3447
2915
|
previous_attributes?: Partial<SubscriptionSchedule>;
|
|
3448
2916
|
}
|
|
3449
2917
|
}
|
|
3450
|
-
/**
|
|
3451
|
-
* Occurs when a tax form is updated.
|
|
3452
|
-
*/
|
|
3453
|
-
export interface TaxFormUpdatedEvent extends EventBase {
|
|
3454
|
-
type: 'tax.form.updated';
|
|
3455
|
-
data: TaxFormUpdatedEvent.Data;
|
|
3456
|
-
}
|
|
3457
|
-
export declare namespace TaxFormUpdatedEvent {
|
|
3458
|
-
interface Data extends Event.Data {
|
|
3459
|
-
object: Tax.Form;
|
|
3460
|
-
previous_attributes?: Partial<Tax.Form>;
|
|
3461
|
-
}
|
|
3462
|
-
}
|
|
3463
2918
|
/**
|
|
3464
2919
|
* Occurs whenever tax settings is updated.
|
|
3465
2920
|
*/
|