stripe 21.1.0-beta.2 → 22.0.1
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 +99 -1664
- package/README.md +65 -57
- package/VERSION +1 -1
- package/cjs/Decimal.d.ts +532 -0
- package/cjs/Decimal.js +1 -0
- package/cjs/Decimal.js.map +1 -0
- package/cjs/Error.d.ts +163 -0
- package/cjs/Error.js +3 -115
- package/cjs/Error.js.map +1 -0
- package/cjs/RequestSender.d.ts +59 -0
- package/cjs/RequestSender.js +29 -38
- package/cjs/RequestSender.js.map +1 -0
- package/cjs/ResourceNamespace.d.ts +6 -0
- package/cjs/ResourceNamespace.js +1 -0
- package/cjs/ResourceNamespace.js.map +1 -0
- package/cjs/StripeContext.d.ts +32 -0
- package/cjs/StripeContext.js +1 -0
- package/cjs/StripeContext.js.map +1 -0
- package/cjs/StripeEmitter.d.ts +23 -0
- package/cjs/StripeEmitter.js +1 -0
- package/cjs/StripeEmitter.js.map +1 -0
- package/cjs/StripeResource.d.ts +18 -0
- package/cjs/StripeResource.js +64 -155
- package/cjs/StripeResource.js.map +1 -0
- package/cjs/Types.d.ts +188 -0
- package/cjs/Types.js +10 -0
- package/cjs/Types.js.map +1 -0
- package/cjs/V2Coercion.d.ts +17 -0
- package/cjs/V2Coercion.js +1 -0
- package/cjs/V2Coercion.js.map +1 -0
- package/cjs/Webhooks.d.ts +37 -0
- package/cjs/Webhooks.js +10 -7
- package/cjs/Webhooks.js.map +1 -0
- package/cjs/apiVersion.d.ts +2 -0
- package/cjs/apiVersion.js +4 -2
- package/cjs/apiVersion.js.map +1 -0
- package/cjs/autoPagination.d.ts +25 -0
- package/cjs/autoPagination.js +36 -28
- package/cjs/autoPagination.js.map +1 -0
- package/cjs/crypto/CryptoProvider.d.ts +44 -0
- package/cjs/crypto/CryptoProvider.js +5 -0
- package/cjs/crypto/CryptoProvider.js.map +1 -0
- package/cjs/crypto/NodeCryptoProvider.d.ts +12 -0
- package/cjs/crypto/NodeCryptoProvider.js +1 -0
- package/cjs/crypto/NodeCryptoProvider.js.map +1 -0
- package/cjs/crypto/SubtleCryptoProvider.d.ts +16 -0
- package/cjs/crypto/SubtleCryptoProvider.js +1 -0
- package/cjs/crypto/SubtleCryptoProvider.js.map +1 -0
- package/cjs/lib.d.ts +267 -0
- package/cjs/lib.js +3 -0
- package/cjs/lib.js.map +1 -0
- package/cjs/multipart.d.ts +5 -0
- package/cjs/multipart.js +1 -0
- package/cjs/multipart.js.map +1 -0
- package/cjs/net/FetchHttpClient.d.ts +27 -0
- package/cjs/net/FetchHttpClient.js +5 -1
- package/cjs/net/FetchHttpClient.js.map +1 -0
- package/cjs/net/HttpClient.d.ts +63 -0
- package/cjs/net/HttpClient.js +1 -0
- package/cjs/net/HttpClient.js.map +1 -0
- package/cjs/net/NodeHttpClient.d.ts +24 -0
- package/cjs/net/NodeHttpClient.js +1 -0
- package/cjs/net/NodeHttpClient.js.map +1 -0
- package/cjs/platform/NodePlatformFunctions.d.ts +33 -0
- package/cjs/platform/NodePlatformFunctions.js +1 -0
- package/cjs/platform/NodePlatformFunctions.js.map +1 -0
- package/cjs/platform/PlatformFunctions.d.ts +64 -0
- package/cjs/platform/PlatformFunctions.js +1 -0
- package/cjs/platform/PlatformFunctions.js.map +1 -0
- package/cjs/platform/WebPlatformFunctions.d.ts +22 -0
- package/cjs/platform/WebPlatformFunctions.js +1 -0
- package/cjs/platform/WebPlatformFunctions.js.map +1 -0
- package/cjs/resources/AccountLinks.d.ts +76 -0
- package/cjs/resources/AccountLinks.js +11 -5
- package/cjs/resources/AccountLinks.js.map +1 -0
- package/cjs/resources/AccountSessions.d.ts +1015 -0
- package/cjs/resources/AccountSessions.js +11 -5
- package/cjs/resources/AccountSessions.js.map +1 -0
- package/cjs/resources/Accounts.d.ts +5196 -0
- package/cjs/resources/Accounts.js +174 -108
- package/cjs/resources/Accounts.js.map +1 -0
- package/cjs/resources/ApplePayDomains.d.ts +80 -0
- package/cjs/resources/ApplePayDomains.js +31 -18
- package/cjs/resources/ApplePayDomains.js.map +1 -0
- package/cjs/resources/ApplicationFees.d.ts +181 -0
- package/cjs/resources/ApplicationFees.js +55 -30
- package/cjs/resources/ApplicationFees.js.map +1 -0
- package/cjs/resources/Applications.d.ts +36 -0
- package/cjs/resources/Applications.js +4 -0
- package/cjs/resources/Applications.js.map +1 -0
- package/cjs/resources/Apps/Secrets.d.ts +201 -0
- package/cjs/resources/Apps/Secrets.js +31 -15
- package/cjs/resources/Apps/Secrets.js.map +1 -0
- package/cjs/resources/Apps/index.d.ts +15 -0
- package/cjs/resources/Apps/index.js +13 -0
- package/cjs/resources/Apps/index.js.map +1 -0
- package/cjs/resources/Balance.d.ts +285 -0
- package/cjs/resources/Balance.js +12 -5
- package/cjs/resources/Balance.js.map +1 -0
- package/cjs/resources/BalanceSettings.d.ts +164 -0
- package/cjs/resources/BalanceSettings.js +19 -6
- package/cjs/resources/BalanceSettings.js.map +1 -0
- package/cjs/resources/BalanceTransactionSources.d.ts +15 -0
- package/cjs/resources/BalanceTransactionSources.js +4 -0
- package/cjs/resources/BalanceTransactionSources.js.map +1 -0
- package/cjs/resources/BalanceTransactions.d.ts +142 -0
- package/cjs/resources/BalanceTransactions.js +23 -13
- package/cjs/resources/BalanceTransactions.js.map +1 -0
- package/cjs/resources/BankAccounts.d.ts +182 -0
- package/cjs/resources/BankAccounts.js +4 -0
- package/cjs/resources/BankAccounts.js.map +1 -0
- package/cjs/resources/Billing/AlertTriggereds.d.ts +27 -0
- package/cjs/resources/Billing/AlertTriggereds.js +4 -0
- package/cjs/resources/Billing/AlertTriggereds.js.map +1 -0
- package/cjs/resources/Billing/Alerts.d.ts +193 -0
- package/cjs/resources/Billing/Alerts.js +43 -23
- package/cjs/resources/Billing/Alerts.js.map +1 -0
- package/cjs/resources/Billing/CreditBalanceSummary.d.ts +142 -0
- package/cjs/resources/Billing/CreditBalanceSummary.js +11 -8
- package/cjs/resources/Billing/CreditBalanceSummary.js.map +1 -0
- package/cjs/resources/Billing/CreditBalanceTransactions.d.ts +183 -0
- package/cjs/resources/Billing/CreditBalanceTransactions.js +19 -13
- package/cjs/resources/Billing/CreditBalanceTransactions.js.map +1 -0
- package/cjs/resources/Billing/CreditGrants.d.ts +300 -0
- package/cjs/resources/Billing/CreditGrants.js +43 -26
- package/cjs/resources/Billing/CreditGrants.js.map +1 -0
- package/cjs/resources/Billing/MeterEventAdjustments.d.ts +73 -0
- package/cjs/resources/Billing/MeterEventAdjustments.js +11 -8
- package/cjs/resources/Billing/MeterEventAdjustments.js.map +1 -0
- package/cjs/resources/Billing/MeterEventSummaries.d.ts +30 -0
- package/cjs/resources/Billing/MeterEventSummaries.js +4 -0
- package/cjs/resources/Billing/MeterEventSummaries.js.map +1 -0
- package/cjs/resources/Billing/MeterEvents.d.ts +66 -0
- package/cjs/resources/Billing/MeterEvents.js +11 -5
- package/cjs/resources/Billing/MeterEvents.js.map +1 -0
- package/cjs/resources/Billing/Meters.d.ts +251 -0
- package/cjs/resources/Billing/Meters.js +51 -25
- package/cjs/resources/Billing/Meters.js.map +1 -0
- package/cjs/resources/Billing/index.d.ts +65 -0
- package/cjs/resources/Billing/index.js +25 -0
- package/cjs/resources/Billing/index.js.map +1 -0
- package/cjs/resources/BillingPortal/Configurations.d.ts +728 -0
- package/cjs/resources/BillingPortal/Configurations.js +31 -21
- package/cjs/resources/BillingPortal/Configurations.js.map +1 -0
- package/cjs/resources/BillingPortal/Sessions.d.ts +360 -0
- package/cjs/resources/BillingPortal/Sessions.js +11 -8
- package/cjs/resources/BillingPortal/Sessions.js.map +1 -0
- package/cjs/resources/BillingPortal/index.d.ts +20 -0
- package/cjs/resources/BillingPortal/index.js +15 -0
- package/cjs/resources/BillingPortal/index.js.map +1 -0
- package/cjs/resources/Capabilities.d.ts +160 -0
- package/cjs/resources/Capabilities.js +4 -0
- package/cjs/resources/Capabilities.js.map +1 -0
- package/cjs/resources/Cards.d.ts +170 -0
- package/cjs/resources/Cards.js +4 -0
- package/cjs/resources/Cards.js.map +1 -0
- package/cjs/resources/CashBalances.d.ts +40 -0
- package/cjs/resources/CashBalances.js +4 -0
- package/cjs/resources/CashBalances.js.map +1 -0
- package/cjs/resources/Charges.d.ts +2287 -0
- package/cjs/resources/Charges.js +54 -21
- package/cjs/resources/Charges.js.map +1 -0
- package/cjs/resources/Checkout/Sessions.d.ts +4888 -0
- package/cjs/resources/Checkout/Sessions.js +442 -407
- package/cjs/resources/Checkout/Sessions.js.map +1 -0
- package/cjs/resources/Checkout/index.d.ts +17 -0
- package/cjs/resources/Checkout/index.js +13 -0
- package/cjs/resources/Checkout/index.js.map +1 -0
- package/cjs/resources/Climate/Orders.d.ts +265 -0
- package/cjs/resources/Climate/Orders.js +75 -54
- package/cjs/resources/Climate/Orders.js.map +1 -0
- package/cjs/resources/Climate/Products.d.ts +90 -0
- package/cjs/resources/Climate/Products.js +33 -26
- package/cjs/resources/Climate/Products.js.map +1 -0
- package/cjs/resources/Climate/Suppliers.d.ts +86 -0
- package/cjs/resources/Climate/Suppliers.js +19 -13
- package/cjs/resources/Climate/Suppliers.js.map +1 -0
- package/cjs/resources/Climate/index.d.ts +28 -0
- package/cjs/resources/Climate/index.js +17 -0
- package/cjs/resources/Climate/index.js.map +1 -0
- package/cjs/resources/ConfirmationTokens.d.ts +1212 -0
- package/cjs/resources/ConfirmationTokens.js +11 -8
- package/cjs/resources/ConfirmationTokens.js.map +1 -0
- package/cjs/resources/ConnectCollectionTransfers.d.ts +27 -0
- package/cjs/resources/ConnectCollectionTransfers.js +4 -0
- package/cjs/resources/ConnectCollectionTransfers.js.map +1 -0
- package/cjs/resources/CountrySpecs.d.ts +86 -0
- package/cjs/resources/CountrySpecs.js +19 -13
- package/cjs/resources/CountrySpecs.js.map +1 -0
- package/cjs/resources/Coupons.d.ts +246 -0
- package/cjs/resources/Coupons.js +39 -13
- package/cjs/resources/Coupons.js.map +1 -0
- package/cjs/resources/CreditNoteLineItems.d.ts +140 -0
- package/cjs/resources/CreditNoteLineItems.js +4 -0
- package/cjs/resources/CreditNoteLineItems.js.map +1 -0
- package/cjs/resources/CreditNotes.d.ts +873 -0
- package/cjs/resources/CreditNotes.js +225 -202
- package/cjs/resources/CreditNotes.js.map +1 -0
- package/cjs/resources/CustomerBalanceTransactions.d.ts +70 -0
- package/cjs/resources/CustomerBalanceTransactions.js +4 -0
- package/cjs/resources/CustomerBalanceTransactions.js.map +1 -0
- package/cjs/resources/CustomerCashBalanceTransactions.d.ts +166 -0
- package/cjs/resources/CustomerCashBalanceTransactions.js +4 -0
- package/cjs/resources/CustomerCashBalanceTransactions.js.map +1 -0
- package/cjs/resources/CustomerSessions.d.ts +403 -0
- package/cjs/resources/CustomerSessions.js +11 -5
- package/cjs/resources/CustomerSessions.js.map +1 -0
- package/cjs/resources/CustomerSources.d.ts +6 -0
- package/cjs/resources/CustomerSources.js +4 -0
- package/cjs/resources/CustomerSources.js.map +1 -0
- package/cjs/resources/Customers.d.ts +1115 -0
- package/cjs/resources/Customers.js +543 -475
- package/cjs/resources/Customers.js.map +1 -0
- package/cjs/resources/Discounts.d.ts +133 -0
- package/cjs/resources/Discounts.js +4 -0
- package/cjs/resources/Discounts.js.map +1 -0
- package/cjs/resources/Disputes.d.ts +682 -0
- package/cjs/resources/Disputes.js +35 -15
- package/cjs/resources/Disputes.js.map +1 -0
- package/cjs/resources/Entitlements/ActiveEntitlementSummaries.d.ts +20 -0
- package/cjs/resources/Entitlements/ActiveEntitlementSummaries.js +4 -0
- package/cjs/resources/Entitlements/ActiveEntitlementSummaries.js.map +1 -0
- package/cjs/resources/Entitlements/ActiveEntitlements.d.ts +56 -0
- package/cjs/resources/Entitlements/ActiveEntitlements.js +19 -13
- package/cjs/resources/Entitlements/ActiveEntitlements.js.map +1 -0
- package/cjs/resources/Entitlements/Features.d.ts +115 -0
- package/cjs/resources/Entitlements/Features.js +31 -18
- package/cjs/resources/Entitlements/Features.js.map +1 -0
- package/cjs/resources/Entitlements/index.d.ts +24 -0
- package/cjs/resources/Entitlements/index.js +15 -0
- package/cjs/resources/Entitlements/index.js.map +1 -0
- package/cjs/resources/EphemeralKeys.d.ts +63 -0
- package/cjs/resources/EphemeralKeys.js +20 -14
- package/cjs/resources/EphemeralKeys.js.map +1 -0
- package/cjs/resources/Events.d.ts +3554 -0
- package/cjs/resources/Events.js +19 -10
- package/cjs/resources/Events.js.map +1 -0
- package/cjs/resources/ExchangeRates.d.ts +47 -0
- package/cjs/resources/ExchangeRates.js +25 -13
- package/cjs/resources/ExchangeRates.js.map +1 -0
- package/cjs/resources/ExternalAccounts.d.ts +4 -0
- package/cjs/resources/ExternalAccounts.js +1 -20
- package/cjs/resources/ExternalAccounts.js.map +1 -0
- package/cjs/resources/FeeRefunds.d.ts +37 -0
- package/cjs/resources/FeeRefunds.js +4 -0
- package/cjs/resources/FeeRefunds.js.map +1 -0
- package/cjs/resources/FileLinks.d.ts +116 -0
- package/cjs/resources/FileLinks.js +31 -12
- package/cjs/resources/FileLinks.js.map +1 -0
- package/cjs/resources/Files.d.ts +127 -0
- package/cjs/resources/Files.js +32 -20
- package/cjs/resources/Files.js.map +1 -0
- package/cjs/resources/FinancialConnections/AccountOwners.d.ts +34 -0
- package/cjs/resources/FinancialConnections/AccountOwners.js +4 -0
- package/cjs/resources/FinancialConnections/AccountOwners.js.map +1 -0
- package/cjs/resources/FinancialConnections/AccountOwnerships.d.ts +20 -0
- package/cjs/resources/FinancialConnections/AccountOwnerships.js +4 -0
- package/cjs/resources/FinancialConnections/AccountOwnerships.js.map +1 -0
- package/cjs/resources/FinancialConnections/Accounts.d.ts +383 -0
- package/cjs/resources/FinancialConnections/Accounts.js +51 -39
- package/cjs/resources/FinancialConnections/Accounts.js.map +1 -0
- package/cjs/resources/FinancialConnections/Sessions.d.ts +166 -0
- package/cjs/resources/FinancialConnections/Sessions.js +17 -12
- package/cjs/resources/FinancialConnections/Sessions.js.map +1 -0
- package/cjs/resources/FinancialConnections/Transactions.d.ts +111 -0
- package/cjs/resources/FinancialConnections/Transactions.js +19 -13
- package/cjs/resources/FinancialConnections/Transactions.js.map +1 -0
- package/cjs/resources/FinancialConnections/index.d.ts +36 -0
- package/cjs/resources/FinancialConnections/index.js +17 -0
- package/cjs/resources/FinancialConnections/index.js.map +1 -0
- package/cjs/resources/Forwarding/Requests.d.ts +203 -0
- package/cjs/resources/Forwarding/Requests.js +25 -14
- package/cjs/resources/Forwarding/Requests.js.map +1 -0
- package/cjs/resources/Forwarding/index.d.ts +14 -0
- package/cjs/resources/Forwarding/index.js +13 -0
- package/cjs/resources/Forwarding/index.js.map +1 -0
- package/cjs/resources/FundingInstructions.d.ts +213 -0
- package/cjs/resources/FundingInstructions.js +4 -0
- package/cjs/resources/FundingInstructions.js.map +1 -0
- package/cjs/resources/Identity/VerificationReports.d.ts +414 -0
- package/cjs/resources/Identity/VerificationReports.js +19 -13
- package/cjs/resources/Identity/VerificationReports.js.map +1 -0
- package/cjs/resources/Identity/VerificationSessions.d.ts +532 -0
- package/cjs/resources/Identity/VerificationSessions.js +75 -29
- package/cjs/resources/Identity/VerificationSessions.js.map +1 -0
- package/cjs/resources/Identity/index.d.ts +23 -0
- package/cjs/resources/Identity/index.js +15 -0
- package/cjs/resources/Identity/index.js.map +1 -0
- package/cjs/resources/InvoiceItems.d.ts +506 -0
- package/cjs/resources/InvoiceItems.js +119 -104
- package/cjs/resources/InvoiceItems.js.map +1 -0
- package/cjs/resources/InvoiceLineItems.d.ts +280 -0
- package/cjs/resources/InvoiceLineItems.js +4 -0
- package/cjs/resources/InvoiceLineItems.js.map +1 -0
- package/cjs/resources/InvoicePayments.d.ts +142 -0
- package/cjs/resources/InvoicePayments.js +19 -13
- package/cjs/resources/InvoicePayments.js.map +1 -0
- package/cjs/resources/InvoiceRenderingTemplates.d.ts +87 -0
- package/cjs/resources/InvoiceRenderingTemplates.js +31 -21
- package/cjs/resources/InvoiceRenderingTemplates.js.map +1 -0
- package/cjs/resources/Invoices.d.ts +4024 -0
- package/cjs/resources/Invoices.js +660 -635
- package/cjs/resources/Invoices.js.map +1 -0
- package/cjs/resources/Issuing/Authorizations.d.ts +606 -0
- package/cjs/resources/Issuing/Authorizations.js +673 -645
- package/cjs/resources/Issuing/Authorizations.js.map +1 -0
- package/cjs/resources/Issuing/Cardholders.d.ts +718 -0
- package/cjs/resources/Issuing/Cardholders.js +31 -18
- package/cjs/resources/Issuing/Cardholders.js.map +1 -0
- package/cjs/resources/Issuing/Cards.d.ts +764 -0
- package/cjs/resources/Issuing/Cards.js +31 -12
- package/cjs/resources/Issuing/Cards.js.map +1 -0
- package/cjs/resources/Issuing/Disputes.d.ts +862 -0
- package/cjs/resources/Issuing/Disputes.js +37 -22
- package/cjs/resources/Issuing/Disputes.js.map +1 -0
- package/cjs/resources/Issuing/PersonalizationDesigns.d.ts +291 -0
- package/cjs/resources/Issuing/PersonalizationDesigns.js +31 -21
- package/cjs/resources/Issuing/PersonalizationDesigns.js.map +1 -0
- package/cjs/resources/Issuing/PhysicalBundles.d.ts +93 -0
- package/cjs/resources/Issuing/PhysicalBundles.js +19 -13
- package/cjs/resources/Issuing/PhysicalBundles.js.map +1 -0
- package/cjs/resources/Issuing/Tokens.d.ts +250 -0
- package/cjs/resources/Issuing/Tokens.js +25 -17
- package/cjs/resources/Issuing/Tokens.js.map +1 -0
- package/cjs/resources/Issuing/Transactions.d.ts +451 -0
- package/cjs/resources/Issuing/Transactions.js +221 -211
- package/cjs/resources/Issuing/Transactions.js.map +1 -0
- package/cjs/resources/Issuing/index.d.ts +69 -0
- package/cjs/resources/Issuing/index.js +27 -0
- package/cjs/resources/Issuing/index.js.map +1 -0
- package/cjs/resources/LineItems.d.ts +101 -0
- package/cjs/resources/LineItems.js +4 -0
- package/cjs/resources/LineItems.js.map +1 -0
- package/cjs/resources/LoginLinks.d.ts +14 -0
- package/cjs/resources/LoginLinks.js +4 -0
- package/cjs/resources/LoginLinks.js.map +1 -0
- package/cjs/resources/Mandates.d.ts +279 -0
- package/cjs/resources/Mandates.js +11 -10
- package/cjs/resources/Mandates.js.map +1 -0
- package/cjs/resources/OAuth.d.ts +280 -0
- package/cjs/resources/OAuth.js +24 -22
- package/cjs/resources/OAuth.js.map +1 -0
- package/cjs/resources/PaymentAttemptRecords.d.ts +1809 -0
- package/cjs/resources/PaymentAttemptRecords.js +19 -13
- package/cjs/resources/PaymentAttemptRecords.js.map +1 -0
- package/cjs/resources/PaymentIntentAmountDetailsLineItems.d.ts +93 -0
- package/cjs/resources/PaymentIntentAmountDetailsLineItems.js +4 -0
- package/cjs/resources/PaymentIntentAmountDetailsLineItems.js.map +1 -0
- package/cjs/resources/PaymentIntents.d.ts +11040 -0
- package/cjs/resources/PaymentIntents.js +165 -60
- package/cjs/resources/PaymentIntents.js.map +1 -0
- package/cjs/resources/PaymentLinks.d.ts +2041 -0
- package/cjs/resources/PaymentLinks.js +328 -312
- package/cjs/resources/PaymentLinks.js.map +1 -0
- package/cjs/resources/PaymentMethodConfigurations.d.ts +4039 -0
- package/cjs/resources/PaymentMethodConfigurations.js +31 -21
- package/cjs/resources/PaymentMethodConfigurations.js.map +1 -0
- package/cjs/resources/PaymentMethodDomains.d.ts +246 -0
- package/cjs/resources/PaymentMethodDomains.js +42 -25
- package/cjs/resources/PaymentMethodDomains.js.map +1 -0
- package/cjs/resources/PaymentMethods.d.ts +1920 -0
- package/cjs/resources/PaymentMethods.js +57 -26
- package/cjs/resources/PaymentMethods.js.map +1 -0
- package/cjs/resources/PaymentRecords.d.ts +2279 -0
- package/cjs/resources/PaymentRecords.js +60 -33
- package/cjs/resources/PaymentRecords.js.map +1 -0
- package/cjs/resources/Payouts.d.ts +262 -0
- package/cjs/resources/Payouts.js +49 -20
- package/cjs/resources/Payouts.js.map +1 -0
- package/cjs/resources/Persons.d.ts +474 -0
- package/cjs/resources/Persons.js +4 -0
- package/cjs/resources/Persons.js.map +1 -0
- package/cjs/resources/Plans.d.ts +363 -0
- package/cjs/resources/Plans.js +130 -112
- package/cjs/resources/Plans.js.map +1 -0
- package/cjs/resources/Prices.d.ts +721 -0
- package/cjs/resources/Prices.js +296 -277
- package/cjs/resources/Prices.js.map +1 -0
- package/cjs/resources/ProductFeatures.d.ts +38 -0
- package/cjs/resources/ProductFeatures.js +4 -0
- package/cjs/resources/ProductFeatures.js.map +1 -0
- package/cjs/resources/Products.d.ts +575 -0
- package/cjs/resources/Products.js +96 -59
- package/cjs/resources/Products.js.map +1 -0
- package/cjs/resources/PromotionCodes.d.ts +271 -0
- package/cjs/resources/PromotionCodes.js +31 -46
- package/cjs/resources/PromotionCodes.js.map +1 -0
- package/cjs/resources/Quotes.d.ts +1202 -0
- package/cjs/resources/Quotes.js +599 -1691
- package/cjs/resources/Quotes.js.map +1 -0
- package/cjs/resources/Radar/EarlyFraudWarnings.d.ts +79 -0
- package/cjs/resources/Radar/EarlyFraudWarnings.js +21 -13
- package/cjs/resources/Radar/EarlyFraudWarnings.js.map +1 -0
- package/cjs/resources/Radar/PaymentEvaluations.d.ts +581 -0
- package/cjs/resources/Radar/PaymentEvaluations.js +11 -8
- package/cjs/resources/Radar/PaymentEvaluations.js.map +1 -0
- package/cjs/resources/Radar/ValueListItems.d.ts +119 -0
- package/cjs/resources/Radar/ValueListItems.js +31 -21
- package/cjs/resources/Radar/ValueListItems.js.map +1 -0
- package/cjs/resources/Radar/ValueLists.d.ts +170 -0
- package/cjs/resources/Radar/ValueLists.js +37 -22
- package/cjs/resources/Radar/ValueLists.js.map +1 -0
- package/cjs/resources/Radar/index.d.ts +35 -0
- package/cjs/resources/Radar/index.js +19 -0
- package/cjs/resources/Radar/index.js.map +1 -0
- package/cjs/resources/Refunds.d.ts +502 -0
- package/cjs/resources/Refunds.js +51 -16
- package/cjs/resources/Refunds.js.map +1 -0
- package/cjs/resources/Reporting/ReportRuns.d.ts +176 -0
- package/cjs/resources/Reporting/ReportRuns.js +25 -14
- package/cjs/resources/Reporting/ReportRuns.js.map +1 -0
- package/cjs/resources/Reporting/ReportTypes.d.ts +66 -0
- package/cjs/resources/Reporting/ReportTypes.js +19 -13
- package/cjs/resources/Reporting/ReportTypes.js.map +1 -0
- package/cjs/resources/Reporting/index.d.ts +20 -0
- package/cjs/resources/Reporting/index.js +15 -0
- package/cjs/resources/Reporting/index.js.map +1 -0
- package/cjs/resources/Reserve/Holds.d.ts +79 -0
- package/cjs/resources/Reserve/Holds.js +1 -11
- package/cjs/resources/Reserve/Holds.js.map +1 -0
- package/cjs/resources/Reserve/Plans.d.ts +76 -0
- package/cjs/resources/Reserve/Plans.js +1 -6
- package/cjs/resources/Reserve/Plans.js.map +1 -0
- package/cjs/resources/Reserve/Releases.d.ts +79 -0
- package/cjs/resources/Reserve/Releases.js +1 -14
- package/cjs/resources/Reserve/Releases.js.map +1 -0
- package/cjs/resources/Reserve/index.d.ts +13 -0
- package/cjs/resources/Reserve/index.js +9 -0
- package/cjs/resources/Reserve/index.js.map +1 -0
- package/cjs/resources/ReserveTransactions.d.ts +19 -0
- package/cjs/resources/ReserveTransactions.js +4 -0
- package/cjs/resources/ReserveTransactions.js.map +1 -0
- package/cjs/resources/Reviews.d.ts +143 -0
- package/cjs/resources/Reviews.js +25 -14
- package/cjs/resources/Reviews.js.map +1 -0
- package/cjs/resources/SetupAttempts.d.ts +535 -0
- package/cjs/resources/SetupAttempts.js +13 -9
- package/cjs/resources/SetupAttempts.js.map +1 -0
- package/cjs/resources/SetupIntents.d.ts +4266 -0
- package/cjs/resources/SetupIntents.js +71 -30
- package/cjs/resources/SetupIntents.js.map +1 -0
- package/cjs/resources/ShippingRates.d.ts +319 -0
- package/cjs/resources/ShippingRates.js +31 -18
- package/cjs/resources/ShippingRates.js.map +1 -0
- package/cjs/resources/Sigma/ScheduledQueryRuns.d.ts +83 -0
- package/cjs/resources/Sigma/ScheduledQueryRuns.js +19 -13
- package/cjs/resources/Sigma/ScheduledQueryRuns.js.map +1 -0
- package/cjs/resources/Sigma/index.d.ts +13 -0
- package/cjs/resources/Sigma/index.js +13 -0
- package/cjs/resources/Sigma/index.js.map +1 -0
- package/cjs/resources/SourceMandateNotifications.d.ts +79 -0
- package/cjs/resources/SourceMandateNotifications.js +4 -0
- package/cjs/resources/SourceMandateNotifications.js.map +1 -0
- package/cjs/resources/SourceTransactions.d.ts +140 -0
- package/cjs/resources/SourceTransactions.js +4 -0
- package/cjs/resources/SourceTransactions.js.map +1 -0
- package/cjs/resources/Sources.d.ts +918 -0
- package/cjs/resources/Sources.js +39 -16
- package/cjs/resources/Sources.js.map +1 -0
- package/cjs/resources/SubscriptionItems.d.ts +417 -0
- package/cjs/resources/SubscriptionItems.js +330 -306
- package/cjs/resources/SubscriptionItems.js.map +1 -0
- package/cjs/resources/SubscriptionSchedules.d.ts +1777 -0
- package/cjs/resources/SubscriptionSchedules.js +105 -127
- package/cjs/resources/SubscriptionSchedules.js.map +1 -0
- package/cjs/resources/Subscriptions.d.ts +2313 -0
- package/cjs/resources/Subscriptions.js +749 -718
- package/cjs/resources/Subscriptions.js.map +1 -0
- package/cjs/resources/Tax/Associations.d.ts +75 -0
- package/cjs/resources/Tax/Associations.js +11 -5
- package/cjs/resources/Tax/Associations.js.map +1 -0
- package/cjs/resources/Tax/CalculationLineItems.d.ts +121 -0
- package/cjs/resources/Tax/CalculationLineItems.js +4 -0
- package/cjs/resources/Tax/CalculationLineItems.js.map +1 -0
- package/cjs/resources/Tax/Calculations.d.ts +487 -0
- package/cjs/resources/Tax/Calculations.js +25 -14
- package/cjs/resources/Tax/Calculations.js.map +1 -0
- package/cjs/resources/Tax/Registrations.d.ts +3300 -0
- package/cjs/resources/Tax/Registrations.js +33 -18
- package/cjs/resources/Tax/Registrations.js.map +1 -0
- package/cjs/resources/Tax/Settings.d.ts +118 -0
- package/cjs/resources/Tax/Settings.js +17 -6
- package/cjs/resources/Tax/Settings.js.map +1 -0
- package/cjs/resources/Tax/TransactionLineItems.d.ts +67 -0
- package/cjs/resources/Tax/TransactionLineItems.js +4 -0
- package/cjs/resources/Tax/TransactionLineItems.js.map +1 -0
- package/cjs/resources/Tax/Transactions.d.ts +347 -0
- package/cjs/resources/Tax/Transactions.js +31 -21
- package/cjs/resources/Tax/Transactions.js.map +1 -0
- package/cjs/resources/Tax/index.d.ts +47 -0
- package/cjs/resources/Tax/index.js +21 -0
- package/cjs/resources/Tax/index.js.map +1 -0
- package/cjs/resources/TaxCodes.d.ts +43 -0
- package/cjs/resources/TaxCodes.js +19 -10
- package/cjs/resources/TaxCodes.js.map +1 -0
- package/cjs/resources/TaxDeductedAtSources.d.ts +22 -0
- package/cjs/resources/TaxDeductedAtSources.js +4 -0
- package/cjs/resources/TaxDeductedAtSources.js.map +1 -0
- package/cjs/resources/TaxIds.d.ts +216 -0
- package/cjs/resources/TaxIds.js +31 -12
- package/cjs/resources/TaxIds.js.map +1 -0
- package/cjs/resources/TaxRates.d.ts +226 -0
- package/cjs/resources/TaxRates.js +31 -12
- package/cjs/resources/TaxRates.js.map +1 -0
- package/cjs/resources/Terminal/Configurations.d.ts +1655 -0
- package/cjs/resources/Terminal/Configurations.js +37 -25
- package/cjs/resources/Terminal/Configurations.js.map +1 -0
- package/cjs/resources/Terminal/ConnectionTokens.d.ts +34 -0
- package/cjs/resources/Terminal/ConnectionTokens.js +11 -8
- package/cjs/resources/Terminal/ConnectionTokens.js.map +1 -0
- package/cjs/resources/Terminal/Locations.d.ts +285 -0
- package/cjs/resources/Terminal/Locations.js +38 -22
- package/cjs/resources/Terminal/Locations.js.map +1 -0
- package/cjs/resources/Terminal/OnboardingLinks.d.ts +89 -0
- package/cjs/resources/Terminal/OnboardingLinks.js +11 -8
- package/cjs/resources/Terminal/OnboardingLinks.js.map +1 -0
- package/cjs/resources/Terminal/Readers.d.ts +1013 -0
- package/cjs/resources/Terminal/Readers.js +85 -54
- package/cjs/resources/Terminal/Readers.js.map +1 -0
- package/cjs/resources/Terminal/index.d.ts +52 -0
- package/cjs/resources/Terminal/index.js +21 -0
- package/cjs/resources/Terminal/index.js.map +1 -0
- package/cjs/resources/TestHelpers/ConfirmationTokens.d.ts +651 -0
- package/cjs/resources/TestHelpers/ConfirmationTokens.js +11 -8
- package/cjs/resources/TestHelpers/ConfirmationTokens.js.map +1 -0
- package/cjs/resources/TestHelpers/Customers.d.ts +29 -0
- package/cjs/resources/TestHelpers/Customers.js +11 -8
- package/cjs/resources/TestHelpers/Customers.js.map +1 -0
- package/cjs/resources/TestHelpers/Issuing/Authorizations.d.ts +806 -0
- package/cjs/resources/TestHelpers/Issuing/Authorizations.js +980 -954
- package/cjs/resources/TestHelpers/Issuing/Authorizations.js.map +1 -0
- package/cjs/resources/TestHelpers/Issuing/Cards.d.ts +75 -0
- package/cjs/resources/TestHelpers/Issuing/Cards.js +35 -24
- package/cjs/resources/TestHelpers/Issuing/Cards.js.map +1 -0
- package/cjs/resources/TestHelpers/Issuing/PersonalizationDesigns.d.ts +67 -0
- package/cjs/resources/TestHelpers/Issuing/PersonalizationDesigns.js +23 -16
- package/cjs/resources/TestHelpers/Issuing/PersonalizationDesigns.js.map +1 -0
- package/cjs/resources/TestHelpers/Issuing/Transactions.d.ts +582 -0
- package/cjs/resources/TestHelpers/Issuing/Transactions.js +291 -273
- package/cjs/resources/TestHelpers/Issuing/Transactions.js.map +1 -0
- package/cjs/resources/TestHelpers/Issuing/index.d.ts +14 -0
- package/cjs/resources/TestHelpers/Issuing/index.js +19 -0
- package/cjs/resources/TestHelpers/Issuing/index.js.map +1 -0
- package/cjs/resources/TestHelpers/Refunds.d.ts +17 -0
- package/cjs/resources/TestHelpers/Refunds.js +11 -8
- package/cjs/resources/TestHelpers/Refunds.js.map +1 -0
- package/cjs/resources/TestHelpers/Terminal/Readers.d.ts +107 -0
- package/cjs/resources/TestHelpers/Terminal/Readers.js +23 -16
- package/cjs/resources/TestHelpers/Terminal/Readers.js.map +1 -0
- package/cjs/resources/TestHelpers/Terminal/index.d.ts +8 -0
- package/cjs/resources/TestHelpers/Terminal/index.js +13 -0
- package/cjs/resources/TestHelpers/Terminal/index.js.map +1 -0
- package/cjs/resources/TestHelpers/TestClocks.d.ts +142 -0
- package/cjs/resources/TestHelpers/TestClocks.js +37 -25
- package/cjs/resources/TestHelpers/TestClocks.js.map +1 -0
- package/cjs/resources/TestHelpers/Treasury/InboundTransfers.d.ts +62 -0
- package/cjs/resources/TestHelpers/Treasury/InboundTransfers.js +23 -16
- package/cjs/resources/TestHelpers/Treasury/InboundTransfers.js.map +1 -0
- package/cjs/resources/TestHelpers/Treasury/OutboundPayments.d.ts +119 -0
- package/cjs/resources/TestHelpers/Treasury/OutboundPayments.js +29 -20
- package/cjs/resources/TestHelpers/Treasury/OutboundPayments.js.map +1 -0
- package/cjs/resources/TestHelpers/Treasury/OutboundTransfers.d.ts +119 -0
- package/cjs/resources/TestHelpers/Treasury/OutboundTransfers.js +29 -20
- package/cjs/resources/TestHelpers/Treasury/OutboundTransfers.js.map +1 -0
- package/cjs/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +72 -0
- package/cjs/resources/TestHelpers/Treasury/ReceivedCredits.js +11 -8
- package/cjs/resources/TestHelpers/Treasury/ReceivedCredits.js.map +1 -0
- package/cjs/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +71 -0
- package/cjs/resources/TestHelpers/Treasury/ReceivedDebits.js +11 -8
- package/cjs/resources/TestHelpers/Treasury/ReceivedDebits.js.map +1 -0
- package/cjs/resources/TestHelpers/Treasury/index.d.ts +16 -0
- package/cjs/resources/TestHelpers/Treasury/index.js +21 -0
- package/cjs/resources/TestHelpers/Treasury/index.js.map +1 -0
- package/cjs/resources/TestHelpers/index.d.ts +31 -0
- package/cjs/resources/TestHelpers/index.js +25 -0
- package/cjs/resources/TestHelpers/index.js.map +1 -0
- package/cjs/resources/Tokens.d.ts +874 -0
- package/cjs/resources/Tokens.js +18 -6
- package/cjs/resources/Tokens.js.map +1 -0
- package/cjs/resources/Topups.d.ts +177 -0
- package/cjs/resources/Topups.js +37 -13
- package/cjs/resources/Topups.js.map +1 -0
- package/cjs/resources/TransferReversals.d.ts +46 -0
- package/cjs/resources/TransferReversals.js +4 -0
- package/cjs/resources/TransferReversals.js.map +1 -0
- package/cjs/resources/Transfers.d.ts +242 -0
- package/cjs/resources/Transfers.js +65 -29
- package/cjs/resources/Transfers.js.map +1 -0
- package/cjs/resources/Treasury/CreditReversals.d.ts +132 -0
- package/cjs/resources/Treasury/CreditReversals.js +25 -17
- package/cjs/resources/Treasury/CreditReversals.js.map +1 -0
- package/cjs/resources/Treasury/DebitReversals.d.ts +147 -0
- package/cjs/resources/Treasury/DebitReversals.js +25 -17
- package/cjs/resources/Treasury/DebitReversals.js.map +1 -0
- package/cjs/resources/Treasury/FinancialAccountFeatures.d.ts +402 -0
- package/cjs/resources/Treasury/FinancialAccountFeatures.js +4 -0
- package/cjs/resources/Treasury/FinancialAccountFeatures.js.map +1 -0
- package/cjs/resources/Treasury/FinancialAccounts.d.ts +756 -0
- package/cjs/resources/Treasury/FinancialAccounts.js +49 -33
- package/cjs/resources/Treasury/FinancialAccounts.js.map +1 -0
- package/cjs/resources/Treasury/InboundTransfers.d.ts +263 -0
- package/cjs/resources/Treasury/InboundTransfers.js +31 -21
- package/cjs/resources/Treasury/InboundTransfers.js.map +1 -0
- package/cjs/resources/Treasury/OutboundPayments.d.ts +452 -0
- package/cjs/resources/Treasury/OutboundPayments.js +31 -21
- package/cjs/resources/Treasury/OutboundPayments.js.map +1 -0
- package/cjs/resources/Treasury/OutboundTransfers.d.ts +346 -0
- package/cjs/resources/Treasury/OutboundTransfers.js +31 -21
- package/cjs/resources/Treasury/OutboundTransfers.js.map +1 -0
- package/cjs/resources/Treasury/ReceivedCredits.d.ts +261 -0
- package/cjs/resources/Treasury/ReceivedCredits.js +19 -13
- package/cjs/resources/Treasury/ReceivedCredits.js.map +1 -0
- package/cjs/resources/Treasury/ReceivedDebits.d.ts +202 -0
- package/cjs/resources/Treasury/ReceivedDebits.js +19 -13
- package/cjs/resources/Treasury/ReceivedDebits.js.map +1 -0
- package/cjs/resources/Treasury/TransactionEntries.d.ts +187 -0
- package/cjs/resources/Treasury/TransactionEntries.js +315 -306
- package/cjs/resources/Treasury/TransactionEntries.js.map +1 -0
- package/cjs/resources/Treasury/Transactions.d.ts +212 -0
- package/cjs/resources/Treasury/Transactions.js +349 -342
- package/cjs/resources/Treasury/Transactions.js.map +1 -0
- package/cjs/resources/Treasury/index.d.ts +83 -0
- package/cjs/resources/Treasury/index.js +31 -0
- package/cjs/resources/Treasury/index.js.map +1 -0
- package/cjs/resources/V2/Billing/MeterEventAdjustments.d.ts +81 -0
- package/cjs/resources/V2/Billing/MeterEventAdjustments.js +11 -8
- package/cjs/resources/V2/Billing/MeterEventAdjustments.js.map +1 -0
- package/cjs/resources/V2/Billing/MeterEventSession.d.ts +41 -0
- package/cjs/resources/V2/Billing/MeterEventSession.js +11 -8
- package/cjs/resources/V2/Billing/MeterEventSession.js.map +1 -0
- package/cjs/resources/V2/Billing/MeterEventStream.d.ts +48 -0
- package/cjs/resources/V2/Billing/MeterEventStream.js +14 -9
- package/cjs/resources/V2/Billing/MeterEventStream.js.map +1 -0
- package/cjs/resources/V2/Billing/MeterEvents.d.ts +75 -0
- package/cjs/resources/V2/Billing/MeterEvents.js +11 -5
- package/cjs/resources/V2/Billing/MeterEvents.js.map +1 -0
- package/cjs/resources/V2/Billing/index.d.ts +24 -0
- package/cjs/resources/V2/Billing/index.js +19 -0
- package/cjs/resources/V2/Billing/index.js.map +1 -0
- package/cjs/resources/V2/Core/AccountLinks.d.ts +235 -0
- package/cjs/resources/V2/Core/AccountLinks.js +12 -5
- package/cjs/resources/V2/Core/AccountLinks.js.map +1 -0
- package/cjs/resources/V2/Core/AccountPersonTokens.d.ts +26 -0
- package/cjs/resources/V2/Core/AccountPersonTokens.js +4 -0
- package/cjs/resources/V2/Core/AccountPersonTokens.js.map +1 -0
- package/cjs/resources/V2/Core/AccountPersons.d.ts +473 -0
- package/cjs/resources/V2/Core/AccountPersons.js +4 -0
- package/cjs/resources/V2/Core/AccountPersons.js.map +1 -0
- package/cjs/resources/V2/Core/AccountTokens.d.ts +778 -0
- package/cjs/resources/V2/Core/AccountTokens.js +33 -25
- package/cjs/resources/V2/Core/AccountTokens.js.map +1 -0
- package/cjs/resources/V2/Core/Accounts/PersonTokens.d.ts +378 -0
- package/cjs/resources/V2/Core/Accounts/PersonTokens.js +27 -19
- package/cjs/resources/V2/Core/Accounts/PersonTokens.js.map +1 -0
- package/cjs/resources/V2/Core/Accounts/Persons.d.ts +884 -0
- package/cjs/resources/V2/Core/Accounts/Persons.js +93 -73
- package/cjs/resources/V2/Core/Accounts/Persons.js.map +1 -0
- package/cjs/resources/V2/Core/Accounts.d.ts +6951 -0
- package/cjs/resources/V2/Core/Accounts.js +142 -120
- package/cjs/resources/V2/Core/Accounts.js.map +1 -0
- package/cjs/resources/V2/Core/EventDestinations.d.ts +327 -0
- package/cjs/resources/V2/Core/EventDestinations.js +55 -37
- package/cjs/resources/V2/Core/EventDestinations.js.map +1 -0
- package/cjs/resources/V2/Core/Events.d.ts +650 -0
- package/cjs/resources/V2/Core/Events.js +31 -39
- package/cjs/resources/V2/Core/Events.js.map +1 -0
- package/cjs/resources/V2/Core/index.d.ts +51 -0
- package/cjs/resources/V2/Core/index.js +21 -0
- package/cjs/resources/V2/Core/index.js.map +1 -0
- package/cjs/resources/V2/DeletedObject.d.ts +10 -0
- package/cjs/resources/V2/DeletedObject.js +4 -0
- package/cjs/resources/V2/DeletedObject.js.map +1 -0
- package/cjs/resources/V2/V2Amounts.d.ts +4 -0
- package/cjs/resources/V2/V2Amounts.js +3 -0
- package/cjs/resources/V2/V2Amounts.js.map +1 -0
- package/cjs/resources/V2/index.d.ts +16 -0
- package/cjs/resources/V2/index.js +15 -0
- package/cjs/resources/V2/index.js.map +1 -0
- package/cjs/resources/WebhookEndpoints.d.ts +170 -0
- package/cjs/resources/WebhookEndpoints.js +37 -22
- package/cjs/resources/WebhookEndpoints.js.map +1 -0
- package/cjs/resources.d.ts +76 -0
- package/cjs/resources.js +152 -253
- package/cjs/resources.js.map +1 -0
- package/cjs/shared.d.ts +152 -0
- package/cjs/shared.js +6 -0
- package/cjs/shared.js.map +1 -0
- package/cjs/stripe.cjs.node.d.ts +9 -0
- package/cjs/stripe.cjs.node.js +30 -10
- package/cjs/stripe.cjs.node.js.map +1 -0
- package/cjs/stripe.cjs.worker.d.ts +6 -0
- package/cjs/stripe.cjs.worker.js +30 -10
- package/cjs/stripe.cjs.worker.js.map +1 -0
- package/cjs/stripe.core.d.ts +441 -0
- package/cjs/stripe.core.js +475 -325
- package/cjs/stripe.core.js.map +1 -0
- package/cjs/utils.d.ts +74 -0
- package/cjs/utils.js +57 -130
- package/cjs/utils.js.map +1 -0
- package/esm/Decimal.d.ts +532 -0
- package/esm/Decimal.js +1 -0
- package/esm/Decimal.js.map +1 -0
- package/esm/Error.d.ts +163 -0
- package/esm/Error.js +2 -100
- package/esm/Error.js.map +1 -0
- package/esm/RequestSender.d.ts +59 -0
- package/esm/RequestSender.js +30 -39
- package/esm/RequestSender.js.map +1 -0
- package/esm/ResourceNamespace.d.ts +6 -0
- package/esm/ResourceNamespace.js +1 -0
- package/esm/ResourceNamespace.js.map +1 -0
- package/esm/StripeContext.d.ts +32 -0
- package/esm/StripeContext.js +1 -0
- package/esm/StripeContext.js.map +1 -0
- package/esm/StripeEmitter.d.ts +23 -0
- package/esm/StripeEmitter.js +1 -0
- package/esm/StripeEmitter.js.map +1 -0
- package/esm/StripeResource.d.ts +18 -0
- package/esm/StripeResource.js +64 -155
- package/esm/StripeResource.js.map +1 -0
- package/esm/Types.d.ts +188 -0
- package/esm/Types.js +7 -0
- package/esm/Types.js.map +1 -0
- package/esm/V2Coercion.d.ts +17 -0
- package/esm/V2Coercion.js +1 -0
- package/esm/V2Coercion.js.map +1 -0
- package/esm/Webhooks.d.ts +37 -0
- package/esm/Webhooks.js +10 -7
- package/esm/Webhooks.js.map +1 -0
- package/esm/apiVersion.d.ts +2 -0
- package/esm/apiVersion.js +3 -1
- package/esm/apiVersion.js.map +1 -0
- package/esm/autoPagination.d.ts +25 -0
- package/esm/autoPagination.js +37 -29
- package/esm/autoPagination.js.map +1 -0
- package/esm/crypto/CryptoProvider.d.ts +44 -0
- package/esm/crypto/CryptoProvider.js +5 -0
- package/esm/crypto/CryptoProvider.js.map +1 -0
- package/esm/crypto/NodeCryptoProvider.d.ts +12 -0
- package/esm/crypto/NodeCryptoProvider.js +1 -0
- package/esm/crypto/NodeCryptoProvider.js.map +1 -0
- package/esm/crypto/SubtleCryptoProvider.d.ts +16 -0
- package/esm/crypto/SubtleCryptoProvider.js +1 -0
- package/esm/crypto/SubtleCryptoProvider.js.map +1 -0
- package/esm/lib.d.ts +267 -0
- package/esm/lib.js +2 -0
- package/esm/lib.js.map +1 -0
- package/esm/multipart.d.ts +5 -0
- package/esm/multipart.js +1 -0
- package/esm/multipart.js.map +1 -0
- package/esm/net/FetchHttpClient.d.ts +27 -0
- package/esm/net/FetchHttpClient.js +5 -1
- package/esm/net/FetchHttpClient.js.map +1 -0
- package/esm/net/HttpClient.d.ts +63 -0
- package/esm/net/HttpClient.js +1 -0
- package/esm/net/HttpClient.js.map +1 -0
- package/esm/net/NodeHttpClient.d.ts +24 -0
- package/esm/net/NodeHttpClient.js +1 -0
- package/esm/net/NodeHttpClient.js.map +1 -0
- package/esm/platform/NodePlatformFunctions.d.ts +33 -0
- package/esm/platform/NodePlatformFunctions.js +1 -0
- package/esm/platform/NodePlatformFunctions.js.map +1 -0
- package/esm/platform/PlatformFunctions.d.ts +64 -0
- package/esm/platform/PlatformFunctions.js +1 -0
- package/esm/platform/PlatformFunctions.js.map +1 -0
- package/esm/platform/WebPlatformFunctions.d.ts +22 -0
- package/esm/platform/WebPlatformFunctions.js +1 -0
- package/esm/platform/WebPlatformFunctions.js.map +1 -0
- package/esm/resources/AccountLinks.d.ts +76 -0
- package/esm/resources/AccountLinks.js +9 -4
- package/esm/resources/AccountLinks.js.map +1 -0
- package/esm/resources/AccountSessions.d.ts +1015 -0
- package/esm/resources/AccountSessions.js +9 -4
- package/esm/resources/AccountSessions.js.map +1 -0
- package/esm/resources/Accounts.d.ts +5196 -0
- package/esm/resources/Accounts.js +172 -107
- package/esm/resources/Accounts.js.map +1 -0
- package/esm/resources/ApplePayDomains.d.ts +80 -0
- package/esm/resources/ApplePayDomains.js +29 -17
- package/esm/resources/ApplePayDomains.js.map +1 -0
- package/esm/resources/ApplicationFees.d.ts +181 -0
- package/esm/resources/ApplicationFees.js +53 -29
- package/esm/resources/ApplicationFees.js.map +1 -0
- package/esm/resources/Applications.d.ts +36 -0
- package/esm/resources/Applications.js +3 -0
- package/esm/resources/Applications.js.map +1 -0
- package/esm/resources/Apps/Secrets.d.ts +201 -0
- package/esm/resources/Apps/Secrets.js +29 -14
- package/esm/resources/Apps/Secrets.js.map +1 -0
- package/esm/resources/Apps/index.d.ts +15 -0
- package/esm/resources/Apps/index.js +9 -0
- package/esm/resources/Apps/index.js.map +1 -0
- package/esm/resources/Balance.d.ts +285 -0
- package/esm/resources/Balance.js +10 -4
- package/esm/resources/Balance.js.map +1 -0
- package/esm/resources/BalanceSettings.d.ts +164 -0
- package/esm/resources/BalanceSettings.js +17 -5
- package/esm/resources/BalanceSettings.js.map +1 -0
- package/esm/resources/BalanceTransactionSources.d.ts +15 -0
- package/esm/resources/BalanceTransactionSources.js +3 -0
- package/esm/resources/BalanceTransactionSources.js.map +1 -0
- package/esm/resources/BalanceTransactions.d.ts +142 -0
- package/esm/resources/BalanceTransactions.js +21 -12
- package/esm/resources/BalanceTransactions.js.map +1 -0
- package/esm/resources/BankAccounts.d.ts +182 -0
- package/esm/resources/BankAccounts.js +3 -0
- package/esm/resources/BankAccounts.js.map +1 -0
- package/esm/resources/Billing/AlertTriggereds.d.ts +27 -0
- package/esm/resources/Billing/AlertTriggereds.js +3 -0
- package/esm/resources/Billing/AlertTriggereds.js.map +1 -0
- package/esm/resources/Billing/Alerts.d.ts +193 -0
- package/esm/resources/Billing/Alerts.js +41 -22
- package/esm/resources/Billing/Alerts.js.map +1 -0
- package/esm/resources/Billing/CreditBalanceSummary.d.ts +142 -0
- package/esm/resources/Billing/CreditBalanceSummary.js +9 -7
- package/esm/resources/Billing/CreditBalanceSummary.js.map +1 -0
- package/esm/resources/Billing/CreditBalanceTransactions.d.ts +183 -0
- package/esm/resources/Billing/CreditBalanceTransactions.js +17 -12
- package/esm/resources/Billing/CreditBalanceTransactions.js.map +1 -0
- package/esm/resources/Billing/CreditGrants.d.ts +300 -0
- package/esm/resources/Billing/CreditGrants.js +41 -25
- package/esm/resources/Billing/CreditGrants.js.map +1 -0
- package/esm/resources/Billing/MeterEventAdjustments.d.ts +73 -0
- package/esm/resources/Billing/MeterEventAdjustments.js +9 -7
- package/esm/resources/Billing/MeterEventAdjustments.js.map +1 -0
- package/esm/resources/Billing/MeterEventSummaries.d.ts +30 -0
- package/esm/resources/Billing/MeterEventSummaries.js +3 -0
- package/esm/resources/Billing/MeterEventSummaries.js.map +1 -0
- package/esm/resources/Billing/MeterEvents.d.ts +66 -0
- package/esm/resources/Billing/MeterEvents.js +9 -4
- package/esm/resources/Billing/MeterEvents.js.map +1 -0
- package/esm/resources/Billing/Meters.d.ts +251 -0
- package/esm/resources/Billing/Meters.js +49 -24
- package/esm/resources/Billing/Meters.js.map +1 -0
- package/esm/resources/Billing/index.d.ts +65 -0
- package/esm/resources/Billing/index.js +21 -0
- package/esm/resources/Billing/index.js.map +1 -0
- package/esm/resources/BillingPortal/Configurations.d.ts +728 -0
- package/esm/resources/BillingPortal/Configurations.js +29 -20
- package/esm/resources/BillingPortal/Configurations.js.map +1 -0
- package/esm/resources/BillingPortal/Sessions.d.ts +360 -0
- package/esm/resources/BillingPortal/Sessions.js +9 -7
- package/esm/resources/BillingPortal/Sessions.js.map +1 -0
- package/esm/resources/BillingPortal/index.d.ts +20 -0
- package/esm/resources/BillingPortal/index.js +11 -0
- package/esm/resources/BillingPortal/index.js.map +1 -0
- package/esm/resources/Capabilities.d.ts +160 -0
- package/esm/resources/Capabilities.js +3 -0
- package/esm/resources/Capabilities.js.map +1 -0
- package/esm/resources/Cards.d.ts +170 -0
- package/esm/resources/Cards.js +3 -0
- package/esm/resources/Cards.js.map +1 -0
- package/esm/resources/CashBalances.d.ts +40 -0
- package/esm/resources/CashBalances.js +3 -0
- package/esm/resources/CashBalances.js.map +1 -0
- package/esm/resources/Charges.d.ts +2287 -0
- package/esm/resources/Charges.js +52 -20
- package/esm/resources/Charges.js.map +1 -0
- package/esm/resources/Checkout/Sessions.d.ts +4888 -0
- package/esm/resources/Checkout/Sessions.js +440 -406
- package/esm/resources/Checkout/Sessions.js.map +1 -0
- package/esm/resources/Checkout/index.d.ts +17 -0
- package/esm/resources/Checkout/index.js +9 -0
- package/esm/resources/Checkout/index.js.map +1 -0
- package/esm/resources/Climate/Orders.d.ts +265 -0
- package/esm/resources/Climate/Orders.js +73 -53
- package/esm/resources/Climate/Orders.js.map +1 -0
- package/esm/resources/Climate/Products.d.ts +90 -0
- package/esm/resources/Climate/Products.js +31 -25
- package/esm/resources/Climate/Products.js.map +1 -0
- package/esm/resources/Climate/Suppliers.d.ts +86 -0
- package/esm/resources/Climate/Suppliers.js +17 -12
- package/esm/resources/Climate/Suppliers.js.map +1 -0
- package/esm/resources/Climate/index.d.ts +28 -0
- package/esm/resources/Climate/index.js +13 -0
- package/esm/resources/Climate/index.js.map +1 -0
- package/esm/resources/ConfirmationTokens.d.ts +1212 -0
- package/esm/resources/ConfirmationTokens.js +9 -7
- package/esm/resources/ConfirmationTokens.js.map +1 -0
- package/esm/resources/ConnectCollectionTransfers.d.ts +27 -0
- package/esm/resources/ConnectCollectionTransfers.js +3 -0
- package/esm/resources/ConnectCollectionTransfers.js.map +1 -0
- package/esm/resources/CountrySpecs.d.ts +86 -0
- package/esm/resources/CountrySpecs.js +17 -12
- package/esm/resources/CountrySpecs.js.map +1 -0
- package/esm/resources/Coupons.d.ts +246 -0
- package/esm/resources/Coupons.js +37 -12
- package/esm/resources/Coupons.js.map +1 -0
- package/esm/resources/CreditNoteLineItems.d.ts +140 -0
- package/esm/resources/CreditNoteLineItems.js +3 -0
- package/esm/resources/CreditNoteLineItems.js.map +1 -0
- package/esm/resources/CreditNotes.d.ts +873 -0
- package/esm/resources/CreditNotes.js +223 -201
- package/esm/resources/CreditNotes.js.map +1 -0
- package/esm/resources/CustomerBalanceTransactions.d.ts +70 -0
- package/esm/resources/CustomerBalanceTransactions.js +3 -0
- package/esm/resources/CustomerBalanceTransactions.js.map +1 -0
- package/esm/resources/CustomerCashBalanceTransactions.d.ts +166 -0
- package/esm/resources/CustomerCashBalanceTransactions.js +3 -0
- package/esm/resources/CustomerCashBalanceTransactions.js.map +1 -0
- package/esm/resources/CustomerSessions.d.ts +403 -0
- package/esm/resources/CustomerSessions.js +9 -4
- package/esm/resources/CustomerSessions.js.map +1 -0
- package/esm/resources/CustomerSources.d.ts +6 -0
- package/esm/resources/CustomerSources.js +3 -0
- package/esm/resources/CustomerSources.js.map +1 -0
- package/esm/resources/Customers.d.ts +1115 -0
- package/esm/resources/Customers.js +541 -474
- package/esm/resources/Customers.js.map +1 -0
- package/esm/resources/Discounts.d.ts +133 -0
- package/esm/resources/Discounts.js +3 -0
- package/esm/resources/Discounts.js.map +1 -0
- package/esm/resources/Disputes.d.ts +682 -0
- package/esm/resources/Disputes.js +33 -14
- package/esm/resources/Disputes.js.map +1 -0
- package/esm/resources/Entitlements/ActiveEntitlementSummaries.d.ts +20 -0
- package/esm/resources/Entitlements/ActiveEntitlementSummaries.js +3 -0
- package/esm/resources/Entitlements/ActiveEntitlementSummaries.js.map +1 -0
- package/esm/resources/Entitlements/ActiveEntitlements.d.ts +56 -0
- package/esm/resources/Entitlements/ActiveEntitlements.js +17 -12
- package/esm/resources/Entitlements/ActiveEntitlements.js.map +1 -0
- package/esm/resources/Entitlements/Features.d.ts +115 -0
- package/esm/resources/Entitlements/Features.js +29 -17
- package/esm/resources/Entitlements/Features.js.map +1 -0
- package/esm/resources/Entitlements/index.d.ts +24 -0
- package/esm/resources/Entitlements/index.js +11 -0
- package/esm/resources/Entitlements/index.js.map +1 -0
- package/esm/resources/EphemeralKeys.d.ts +63 -0
- package/esm/resources/EphemeralKeys.js +18 -13
- package/esm/resources/EphemeralKeys.js.map +1 -0
- package/esm/resources/Events.d.ts +3554 -0
- package/esm/resources/Events.js +17 -9
- package/esm/resources/Events.js.map +1 -0
- package/esm/resources/ExchangeRates.d.ts +47 -0
- package/esm/resources/ExchangeRates.js +23 -12
- package/esm/resources/ExchangeRates.js.map +1 -0
- package/esm/resources/ExternalAccounts.d.ts +4 -0
- package/esm/resources/ExternalAccounts.js +2 -19
- package/esm/resources/ExternalAccounts.js.map +1 -0
- package/esm/resources/FeeRefunds.d.ts +37 -0
- package/esm/resources/FeeRefunds.js +3 -0
- package/esm/resources/FeeRefunds.js.map +1 -0
- package/esm/resources/FileLinks.d.ts +116 -0
- package/esm/resources/FileLinks.js +29 -11
- package/esm/resources/FileLinks.js.map +1 -0
- package/esm/resources/Files.d.ts +127 -0
- package/esm/resources/Files.js +30 -19
- package/esm/resources/Files.js.map +1 -0
- package/esm/resources/FinancialConnections/AccountOwners.d.ts +34 -0
- package/esm/resources/FinancialConnections/AccountOwners.js +3 -0
- package/esm/resources/FinancialConnections/AccountOwners.js.map +1 -0
- package/esm/resources/FinancialConnections/AccountOwnerships.d.ts +20 -0
- package/esm/resources/FinancialConnections/AccountOwnerships.js +3 -0
- package/esm/resources/FinancialConnections/AccountOwnerships.js.map +1 -0
- package/esm/resources/FinancialConnections/Accounts.d.ts +383 -0
- package/esm/resources/FinancialConnections/Accounts.js +49 -38
- package/esm/resources/FinancialConnections/Accounts.js.map +1 -0
- package/esm/resources/FinancialConnections/Sessions.d.ts +166 -0
- package/esm/resources/FinancialConnections/Sessions.js +15 -11
- package/esm/resources/FinancialConnections/Sessions.js.map +1 -0
- package/esm/resources/FinancialConnections/Transactions.d.ts +111 -0
- package/esm/resources/FinancialConnections/Transactions.js +17 -12
- package/esm/resources/FinancialConnections/Transactions.js.map +1 -0
- package/esm/resources/FinancialConnections/index.d.ts +36 -0
- package/esm/resources/FinancialConnections/index.js +13 -0
- package/esm/resources/FinancialConnections/index.js.map +1 -0
- package/esm/resources/Forwarding/Requests.d.ts +203 -0
- package/esm/resources/Forwarding/Requests.js +23 -13
- package/esm/resources/Forwarding/Requests.js.map +1 -0
- package/esm/resources/Forwarding/index.d.ts +14 -0
- package/esm/resources/Forwarding/index.js +9 -0
- package/esm/resources/Forwarding/index.js.map +1 -0
- package/esm/resources/FundingInstructions.d.ts +213 -0
- package/esm/resources/FundingInstructions.js +3 -0
- package/esm/resources/FundingInstructions.js.map +1 -0
- package/esm/resources/Identity/VerificationReports.d.ts +414 -0
- package/esm/resources/Identity/VerificationReports.js +17 -12
- package/esm/resources/Identity/VerificationReports.js.map +1 -0
- package/esm/resources/Identity/VerificationSessions.d.ts +532 -0
- package/esm/resources/Identity/VerificationSessions.js +73 -28
- package/esm/resources/Identity/VerificationSessions.js.map +1 -0
- package/esm/resources/Identity/index.d.ts +23 -0
- package/esm/resources/Identity/index.js +11 -0
- package/esm/resources/Identity/index.js.map +1 -0
- package/esm/resources/InvoiceItems.d.ts +506 -0
- package/esm/resources/InvoiceItems.js +117 -103
- package/esm/resources/InvoiceItems.js.map +1 -0
- package/esm/resources/InvoiceLineItems.d.ts +280 -0
- package/esm/resources/InvoiceLineItems.js +3 -0
- package/esm/resources/InvoiceLineItems.js.map +1 -0
- package/esm/resources/InvoicePayments.d.ts +142 -0
- package/esm/resources/InvoicePayments.js +17 -12
- package/esm/resources/InvoicePayments.js.map +1 -0
- package/esm/resources/InvoiceRenderingTemplates.d.ts +87 -0
- package/esm/resources/InvoiceRenderingTemplates.js +29 -20
- package/esm/resources/InvoiceRenderingTemplates.js.map +1 -0
- package/esm/resources/Invoices.d.ts +4024 -0
- package/esm/resources/Invoices.js +658 -634
- package/esm/resources/Invoices.js.map +1 -0
- package/esm/resources/Issuing/Authorizations.d.ts +606 -0
- package/esm/resources/Issuing/Authorizations.js +671 -644
- package/esm/resources/Issuing/Authorizations.js.map +1 -0
- package/esm/resources/Issuing/Cardholders.d.ts +718 -0
- package/esm/resources/Issuing/Cardholders.js +29 -17
- package/esm/resources/Issuing/Cardholders.js.map +1 -0
- package/esm/resources/Issuing/Cards.d.ts +764 -0
- package/esm/resources/Issuing/Cards.js +29 -11
- package/esm/resources/Issuing/Cards.js.map +1 -0
- package/esm/resources/Issuing/Disputes.d.ts +862 -0
- package/esm/resources/Issuing/Disputes.js +35 -21
- package/esm/resources/Issuing/Disputes.js.map +1 -0
- package/esm/resources/Issuing/PersonalizationDesigns.d.ts +291 -0
- package/esm/resources/Issuing/PersonalizationDesigns.js +29 -20
- package/esm/resources/Issuing/PersonalizationDesigns.js.map +1 -0
- package/esm/resources/Issuing/PhysicalBundles.d.ts +93 -0
- package/esm/resources/Issuing/PhysicalBundles.js +17 -12
- package/esm/resources/Issuing/PhysicalBundles.js.map +1 -0
- package/esm/resources/Issuing/Tokens.d.ts +250 -0
- package/esm/resources/Issuing/Tokens.js +23 -16
- package/esm/resources/Issuing/Tokens.js.map +1 -0
- package/esm/resources/Issuing/Transactions.d.ts +451 -0
- package/esm/resources/Issuing/Transactions.js +219 -210
- package/esm/resources/Issuing/Transactions.js.map +1 -0
- package/esm/resources/Issuing/index.d.ts +69 -0
- package/esm/resources/Issuing/index.js +23 -0
- package/esm/resources/Issuing/index.js.map +1 -0
- package/esm/resources/LineItems.d.ts +101 -0
- package/esm/resources/LineItems.js +3 -0
- package/esm/resources/LineItems.js.map +1 -0
- package/esm/resources/LoginLinks.d.ts +14 -0
- package/esm/resources/LoginLinks.js +3 -0
- package/esm/resources/LoginLinks.js.map +1 -0
- package/esm/resources/Mandates.d.ts +279 -0
- package/esm/resources/Mandates.js +9 -9
- package/esm/resources/Mandates.js.map +1 -0
- package/esm/resources/OAuth.d.ts +280 -0
- package/esm/resources/OAuth.js +23 -22
- package/esm/resources/OAuth.js.map +1 -0
- package/esm/resources/PaymentAttemptRecords.d.ts +1809 -0
- package/esm/resources/PaymentAttemptRecords.js +17 -12
- package/esm/resources/PaymentAttemptRecords.js.map +1 -0
- package/esm/resources/PaymentIntentAmountDetailsLineItems.d.ts +93 -0
- package/esm/resources/PaymentIntentAmountDetailsLineItems.js +3 -0
- package/esm/resources/PaymentIntentAmountDetailsLineItems.js.map +1 -0
- package/esm/resources/PaymentIntents.d.ts +11040 -0
- package/esm/resources/PaymentIntents.js +163 -59
- package/esm/resources/PaymentIntents.js.map +1 -0
- package/esm/resources/PaymentLinks.d.ts +2041 -0
- package/esm/resources/PaymentLinks.js +326 -311
- package/esm/resources/PaymentLinks.js.map +1 -0
- package/esm/resources/PaymentMethodConfigurations.d.ts +4039 -0
- package/esm/resources/PaymentMethodConfigurations.js +29 -20
- package/esm/resources/PaymentMethodConfigurations.js.map +1 -0
- package/esm/resources/PaymentMethodDomains.d.ts +246 -0
- package/esm/resources/PaymentMethodDomains.js +40 -24
- package/esm/resources/PaymentMethodDomains.js.map +1 -0
- package/esm/resources/PaymentMethods.d.ts +1920 -0
- package/esm/resources/PaymentMethods.js +55 -25
- package/esm/resources/PaymentMethods.js.map +1 -0
- package/esm/resources/PaymentRecords.d.ts +2279 -0
- package/esm/resources/PaymentRecords.js +58 -32
- package/esm/resources/PaymentRecords.js.map +1 -0
- package/esm/resources/Payouts.d.ts +262 -0
- package/esm/resources/Payouts.js +47 -19
- package/esm/resources/Payouts.js.map +1 -0
- package/esm/resources/Persons.d.ts +474 -0
- package/esm/resources/Persons.js +3 -0
- package/esm/resources/Persons.js.map +1 -0
- package/esm/resources/Plans.d.ts +363 -0
- package/esm/resources/Plans.js +128 -111
- package/esm/resources/Plans.js.map +1 -0
- package/esm/resources/Prices.d.ts +721 -0
- package/esm/resources/Prices.js +294 -276
- package/esm/resources/Prices.js.map +1 -0
- package/esm/resources/ProductFeatures.d.ts +38 -0
- package/esm/resources/ProductFeatures.js +3 -0
- package/esm/resources/ProductFeatures.js.map +1 -0
- package/esm/resources/Products.d.ts +575 -0
- package/esm/resources/Products.js +94 -58
- package/esm/resources/Products.js.map +1 -0
- package/esm/resources/PromotionCodes.d.ts +271 -0
- package/esm/resources/PromotionCodes.js +29 -45
- package/esm/resources/PromotionCodes.js.map +1 -0
- package/esm/resources/Quotes.d.ts +1202 -0
- package/esm/resources/Quotes.js +597 -1690
- package/esm/resources/Quotes.js.map +1 -0
- package/esm/resources/Radar/EarlyFraudWarnings.d.ts +79 -0
- package/esm/resources/Radar/EarlyFraudWarnings.js +19 -12
- package/esm/resources/Radar/EarlyFraudWarnings.js.map +1 -0
- package/esm/resources/Radar/PaymentEvaluations.d.ts +581 -0
- package/esm/resources/Radar/PaymentEvaluations.js +9 -7
- package/esm/resources/Radar/PaymentEvaluations.js.map +1 -0
- package/esm/resources/Radar/ValueListItems.d.ts +119 -0
- package/esm/resources/Radar/ValueListItems.js +29 -20
- package/esm/resources/Radar/ValueListItems.js.map +1 -0
- package/esm/resources/Radar/ValueLists.d.ts +170 -0
- package/esm/resources/Radar/ValueLists.js +35 -21
- package/esm/resources/Radar/ValueLists.js.map +1 -0
- package/esm/resources/Radar/index.d.ts +35 -0
- package/esm/resources/Radar/index.js +15 -0
- package/esm/resources/Radar/index.js.map +1 -0
- package/esm/resources/Refunds.d.ts +502 -0
- package/esm/resources/Refunds.js +49 -15
- package/esm/resources/Refunds.js.map +1 -0
- package/esm/resources/Reporting/ReportRuns.d.ts +176 -0
- package/esm/resources/Reporting/ReportRuns.js +23 -13
- package/esm/resources/Reporting/ReportRuns.js.map +1 -0
- package/esm/resources/Reporting/ReportTypes.d.ts +66 -0
- package/esm/resources/Reporting/ReportTypes.js +17 -12
- package/esm/resources/Reporting/ReportTypes.js.map +1 -0
- package/esm/resources/Reporting/index.d.ts +20 -0
- package/esm/resources/Reporting/index.js +11 -0
- package/esm/resources/Reporting/index.js.map +1 -0
- package/esm/resources/Reserve/Holds.d.ts +79 -0
- package/esm/resources/Reserve/Holds.js +2 -10
- package/esm/resources/Reserve/Holds.js.map +1 -0
- package/esm/resources/Reserve/Plans.d.ts +76 -0
- package/esm/resources/Reserve/Plans.js +2 -5
- package/esm/resources/Reserve/Plans.js.map +1 -0
- package/esm/resources/Reserve/Releases.d.ts +79 -0
- package/esm/resources/Reserve/Releases.js +2 -13
- package/esm/resources/Reserve/Releases.js.map +1 -0
- package/esm/resources/Reserve/index.d.ts +13 -0
- package/esm/resources/Reserve/index.js +5 -0
- package/esm/resources/Reserve/index.js.map +1 -0
- package/esm/resources/ReserveTransactions.d.ts +19 -0
- package/esm/resources/ReserveTransactions.js +3 -0
- package/esm/resources/ReserveTransactions.js.map +1 -0
- package/esm/resources/Reviews.d.ts +143 -0
- package/esm/resources/Reviews.js +23 -13
- package/esm/resources/Reviews.js.map +1 -0
- package/esm/resources/SetupAttempts.d.ts +535 -0
- package/esm/resources/SetupAttempts.js +11 -8
- package/esm/resources/SetupAttempts.js.map +1 -0
- package/esm/resources/SetupIntents.d.ts +4266 -0
- package/esm/resources/SetupIntents.js +69 -29
- package/esm/resources/SetupIntents.js.map +1 -0
- package/esm/resources/ShippingRates.d.ts +319 -0
- package/esm/resources/ShippingRates.js +29 -17
- package/esm/resources/ShippingRates.js.map +1 -0
- package/esm/resources/Sigma/ScheduledQueryRuns.d.ts +83 -0
- package/esm/resources/Sigma/ScheduledQueryRuns.js +17 -12
- package/esm/resources/Sigma/ScheduledQueryRuns.js.map +1 -0
- package/esm/resources/Sigma/index.d.ts +13 -0
- package/esm/resources/Sigma/index.js +9 -0
- package/esm/resources/Sigma/index.js.map +1 -0
- package/esm/resources/SourceMandateNotifications.d.ts +79 -0
- package/esm/resources/SourceMandateNotifications.js +3 -0
- package/esm/resources/SourceMandateNotifications.js.map +1 -0
- package/esm/resources/SourceTransactions.d.ts +140 -0
- package/esm/resources/SourceTransactions.js +3 -0
- package/esm/resources/SourceTransactions.js.map +1 -0
- package/esm/resources/Sources.d.ts +918 -0
- package/esm/resources/Sources.js +37 -15
- package/esm/resources/Sources.js.map +1 -0
- package/esm/resources/SubscriptionItems.d.ts +417 -0
- package/esm/resources/SubscriptionItems.js +328 -305
- package/esm/resources/SubscriptionItems.js.map +1 -0
- package/esm/resources/SubscriptionSchedules.d.ts +1777 -0
- package/esm/resources/SubscriptionSchedules.js +103 -126
- package/esm/resources/SubscriptionSchedules.js.map +1 -0
- package/esm/resources/Subscriptions.d.ts +2313 -0
- package/esm/resources/Subscriptions.js +747 -717
- package/esm/resources/Subscriptions.js.map +1 -0
- package/esm/resources/Tax/Associations.d.ts +75 -0
- package/esm/resources/Tax/Associations.js +9 -4
- package/esm/resources/Tax/Associations.js.map +1 -0
- package/esm/resources/Tax/CalculationLineItems.d.ts +121 -0
- package/esm/resources/Tax/CalculationLineItems.js +3 -0
- package/esm/resources/Tax/CalculationLineItems.js.map +1 -0
- package/esm/resources/Tax/Calculations.d.ts +487 -0
- package/esm/resources/Tax/Calculations.js +23 -13
- package/esm/resources/Tax/Calculations.js.map +1 -0
- package/esm/resources/Tax/Registrations.d.ts +3300 -0
- package/esm/resources/Tax/Registrations.js +31 -17
- package/esm/resources/Tax/Registrations.js.map +1 -0
- package/esm/resources/Tax/Settings.d.ts +118 -0
- package/esm/resources/Tax/Settings.js +15 -5
- package/esm/resources/Tax/Settings.js.map +1 -0
- package/esm/resources/Tax/TransactionLineItems.d.ts +67 -0
- package/esm/resources/Tax/TransactionLineItems.js +3 -0
- package/esm/resources/Tax/TransactionLineItems.js.map +1 -0
- package/esm/resources/Tax/Transactions.d.ts +347 -0
- package/esm/resources/Tax/Transactions.js +29 -20
- package/esm/resources/Tax/Transactions.js.map +1 -0
- package/esm/resources/Tax/index.d.ts +47 -0
- package/esm/resources/Tax/index.js +17 -0
- package/esm/resources/Tax/index.js.map +1 -0
- package/esm/resources/TaxCodes.d.ts +43 -0
- package/esm/resources/TaxCodes.js +17 -9
- package/esm/resources/TaxCodes.js.map +1 -0
- package/esm/resources/TaxDeductedAtSources.d.ts +22 -0
- package/esm/resources/TaxDeductedAtSources.js +3 -0
- package/esm/resources/TaxDeductedAtSources.js.map +1 -0
- package/esm/resources/TaxIds.d.ts +216 -0
- package/esm/resources/TaxIds.js +29 -11
- package/esm/resources/TaxIds.js.map +1 -0
- package/esm/resources/TaxRates.d.ts +226 -0
- package/esm/resources/TaxRates.js +29 -11
- package/esm/resources/TaxRates.js.map +1 -0
- package/esm/resources/Terminal/Configurations.d.ts +1655 -0
- package/esm/resources/Terminal/Configurations.js +35 -24
- package/esm/resources/Terminal/Configurations.js.map +1 -0
- package/esm/resources/Terminal/ConnectionTokens.d.ts +34 -0
- package/esm/resources/Terminal/ConnectionTokens.js +9 -7
- package/esm/resources/Terminal/ConnectionTokens.js.map +1 -0
- package/esm/resources/Terminal/Locations.d.ts +285 -0
- package/esm/resources/Terminal/Locations.js +36 -21
- package/esm/resources/Terminal/Locations.js.map +1 -0
- package/esm/resources/Terminal/OnboardingLinks.d.ts +89 -0
- package/esm/resources/Terminal/OnboardingLinks.js +9 -7
- package/esm/resources/Terminal/OnboardingLinks.js.map +1 -0
- package/esm/resources/Terminal/Readers.d.ts +1013 -0
- package/esm/resources/Terminal/Readers.js +83 -53
- package/esm/resources/Terminal/Readers.js.map +1 -0
- package/esm/resources/Terminal/index.d.ts +52 -0
- package/esm/resources/Terminal/index.js +17 -0
- package/esm/resources/Terminal/index.js.map +1 -0
- package/esm/resources/TestHelpers/ConfirmationTokens.d.ts +651 -0
- package/esm/resources/TestHelpers/ConfirmationTokens.js +9 -7
- package/esm/resources/TestHelpers/ConfirmationTokens.js.map +1 -0
- package/esm/resources/TestHelpers/Customers.d.ts +29 -0
- package/esm/resources/TestHelpers/Customers.js +9 -7
- package/esm/resources/TestHelpers/Customers.js.map +1 -0
- package/esm/resources/TestHelpers/Issuing/Authorizations.d.ts +806 -0
- package/esm/resources/TestHelpers/Issuing/Authorizations.js +978 -953
- package/esm/resources/TestHelpers/Issuing/Authorizations.js.map +1 -0
- package/esm/resources/TestHelpers/Issuing/Cards.d.ts +75 -0
- package/esm/resources/TestHelpers/Issuing/Cards.js +33 -23
- package/esm/resources/TestHelpers/Issuing/Cards.js.map +1 -0
- package/esm/resources/TestHelpers/Issuing/PersonalizationDesigns.d.ts +67 -0
- package/esm/resources/TestHelpers/Issuing/PersonalizationDesigns.js +21 -15
- package/esm/resources/TestHelpers/Issuing/PersonalizationDesigns.js.map +1 -0
- package/esm/resources/TestHelpers/Issuing/Transactions.d.ts +582 -0
- package/esm/resources/TestHelpers/Issuing/Transactions.js +289 -272
- package/esm/resources/TestHelpers/Issuing/Transactions.js.map +1 -0
- package/esm/resources/TestHelpers/Issuing/index.d.ts +14 -0
- package/esm/resources/TestHelpers/Issuing/index.js +15 -0
- package/esm/resources/TestHelpers/Issuing/index.js.map +1 -0
- package/esm/resources/TestHelpers/Refunds.d.ts +17 -0
- package/esm/resources/TestHelpers/Refunds.js +9 -7
- package/esm/resources/TestHelpers/Refunds.js.map +1 -0
- package/esm/resources/TestHelpers/Terminal/Readers.d.ts +107 -0
- package/esm/resources/TestHelpers/Terminal/Readers.js +21 -15
- package/esm/resources/TestHelpers/Terminal/Readers.js.map +1 -0
- package/esm/resources/TestHelpers/Terminal/index.d.ts +8 -0
- package/esm/resources/TestHelpers/Terminal/index.js +9 -0
- package/esm/resources/TestHelpers/Terminal/index.js.map +1 -0
- package/esm/resources/TestHelpers/TestClocks.d.ts +142 -0
- package/esm/resources/TestHelpers/TestClocks.js +35 -24
- package/esm/resources/TestHelpers/TestClocks.js.map +1 -0
- package/esm/resources/TestHelpers/Treasury/InboundTransfers.d.ts +62 -0
- package/esm/resources/TestHelpers/Treasury/InboundTransfers.js +21 -15
- package/esm/resources/TestHelpers/Treasury/InboundTransfers.js.map +1 -0
- package/esm/resources/TestHelpers/Treasury/OutboundPayments.d.ts +119 -0
- package/esm/resources/TestHelpers/Treasury/OutboundPayments.js +27 -19
- package/esm/resources/TestHelpers/Treasury/OutboundPayments.js.map +1 -0
- package/esm/resources/TestHelpers/Treasury/OutboundTransfers.d.ts +119 -0
- package/esm/resources/TestHelpers/Treasury/OutboundTransfers.js +27 -19
- package/esm/resources/TestHelpers/Treasury/OutboundTransfers.js.map +1 -0
- package/esm/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +72 -0
- package/esm/resources/TestHelpers/Treasury/ReceivedCredits.js +9 -7
- package/esm/resources/TestHelpers/Treasury/ReceivedCredits.js.map +1 -0
- package/esm/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +71 -0
- package/esm/resources/TestHelpers/Treasury/ReceivedDebits.js +9 -7
- package/esm/resources/TestHelpers/Treasury/ReceivedDebits.js.map +1 -0
- package/esm/resources/TestHelpers/Treasury/index.d.ts +16 -0
- package/esm/resources/TestHelpers/Treasury/index.js +17 -0
- package/esm/resources/TestHelpers/Treasury/index.js.map +1 -0
- package/esm/resources/TestHelpers/index.d.ts +31 -0
- package/esm/resources/TestHelpers/index.js +21 -0
- package/esm/resources/TestHelpers/index.js.map +1 -0
- package/esm/resources/Tokens.d.ts +874 -0
- package/esm/resources/Tokens.js +16 -5
- package/esm/resources/Tokens.js.map +1 -0
- package/esm/resources/Topups.d.ts +177 -0
- package/esm/resources/Topups.js +35 -12
- package/esm/resources/Topups.js.map +1 -0
- package/esm/resources/TransferReversals.d.ts +46 -0
- package/esm/resources/TransferReversals.js +3 -0
- package/esm/resources/TransferReversals.js.map +1 -0
- package/esm/resources/Transfers.d.ts +242 -0
- package/esm/resources/Transfers.js +63 -28
- package/esm/resources/Transfers.js.map +1 -0
- package/esm/resources/Treasury/CreditReversals.d.ts +132 -0
- package/esm/resources/Treasury/CreditReversals.js +23 -16
- package/esm/resources/Treasury/CreditReversals.js.map +1 -0
- package/esm/resources/Treasury/DebitReversals.d.ts +147 -0
- package/esm/resources/Treasury/DebitReversals.js +23 -16
- package/esm/resources/Treasury/DebitReversals.js.map +1 -0
- package/esm/resources/Treasury/FinancialAccountFeatures.d.ts +402 -0
- package/esm/resources/Treasury/FinancialAccountFeatures.js +3 -0
- package/esm/resources/Treasury/FinancialAccountFeatures.js.map +1 -0
- package/esm/resources/Treasury/FinancialAccounts.d.ts +756 -0
- package/esm/resources/Treasury/FinancialAccounts.js +47 -32
- package/esm/resources/Treasury/FinancialAccounts.js.map +1 -0
- package/esm/resources/Treasury/InboundTransfers.d.ts +263 -0
- package/esm/resources/Treasury/InboundTransfers.js +29 -20
- package/esm/resources/Treasury/InboundTransfers.js.map +1 -0
- package/esm/resources/Treasury/OutboundPayments.d.ts +452 -0
- package/esm/resources/Treasury/OutboundPayments.js +29 -20
- package/esm/resources/Treasury/OutboundPayments.js.map +1 -0
- package/esm/resources/Treasury/OutboundTransfers.d.ts +346 -0
- package/esm/resources/Treasury/OutboundTransfers.js +29 -20
- package/esm/resources/Treasury/OutboundTransfers.js.map +1 -0
- package/esm/resources/Treasury/ReceivedCredits.d.ts +261 -0
- package/esm/resources/Treasury/ReceivedCredits.js +17 -12
- package/esm/resources/Treasury/ReceivedCredits.js.map +1 -0
- package/esm/resources/Treasury/ReceivedDebits.d.ts +202 -0
- package/esm/resources/Treasury/ReceivedDebits.js +17 -12
- package/esm/resources/Treasury/ReceivedDebits.js.map +1 -0
- package/esm/resources/Treasury/TransactionEntries.d.ts +187 -0
- package/esm/resources/Treasury/TransactionEntries.js +313 -305
- package/esm/resources/Treasury/TransactionEntries.js.map +1 -0
- package/esm/resources/Treasury/Transactions.d.ts +212 -0
- package/esm/resources/Treasury/Transactions.js +347 -341
- package/esm/resources/Treasury/Transactions.js.map +1 -0
- package/esm/resources/Treasury/index.d.ts +83 -0
- package/esm/resources/Treasury/index.js +27 -0
- package/esm/resources/Treasury/index.js.map +1 -0
- package/esm/resources/V2/Billing/MeterEventAdjustments.d.ts +81 -0
- package/esm/resources/V2/Billing/MeterEventAdjustments.js +9 -7
- package/esm/resources/V2/Billing/MeterEventAdjustments.js.map +1 -0
- package/esm/resources/V2/Billing/MeterEventSession.d.ts +41 -0
- package/esm/resources/V2/Billing/MeterEventSession.js +9 -7
- package/esm/resources/V2/Billing/MeterEventSession.js.map +1 -0
- package/esm/resources/V2/Billing/MeterEventStream.d.ts +48 -0
- package/esm/resources/V2/Billing/MeterEventStream.js +12 -8
- package/esm/resources/V2/Billing/MeterEventStream.js.map +1 -0
- package/esm/resources/V2/Billing/MeterEvents.d.ts +75 -0
- package/esm/resources/V2/Billing/MeterEvents.js +9 -4
- package/esm/resources/V2/Billing/MeterEvents.js.map +1 -0
- package/esm/resources/V2/Billing/index.d.ts +24 -0
- package/esm/resources/V2/Billing/index.js +15 -0
- package/esm/resources/V2/Billing/index.js.map +1 -0
- package/esm/resources/V2/Core/AccountLinks.d.ts +235 -0
- package/esm/resources/V2/Core/AccountLinks.js +10 -4
- package/esm/resources/V2/Core/AccountLinks.js.map +1 -0
- package/esm/resources/V2/Core/AccountPersonTokens.d.ts +26 -0
- package/esm/resources/V2/Core/AccountPersonTokens.js +3 -0
- package/esm/resources/V2/Core/AccountPersonTokens.js.map +1 -0
- package/esm/resources/V2/Core/AccountPersons.d.ts +473 -0
- package/esm/resources/V2/Core/AccountPersons.js +3 -0
- package/esm/resources/V2/Core/AccountPersons.js.map +1 -0
- package/esm/resources/V2/Core/AccountTokens.d.ts +778 -0
- package/esm/resources/V2/Core/AccountTokens.js +31 -24
- package/esm/resources/V2/Core/AccountTokens.js.map +1 -0
- package/esm/resources/V2/Core/Accounts/PersonTokens.d.ts +378 -0
- package/esm/resources/V2/Core/Accounts/PersonTokens.js +25 -18
- package/esm/resources/V2/Core/Accounts/PersonTokens.js.map +1 -0
- package/esm/resources/V2/Core/Accounts/Persons.d.ts +884 -0
- package/esm/resources/V2/Core/Accounts/Persons.js +91 -72
- package/esm/resources/V2/Core/Accounts/Persons.js.map +1 -0
- package/esm/resources/V2/Core/Accounts.d.ts +6951 -0
- package/esm/resources/V2/Core/Accounts.js +142 -121
- package/esm/resources/V2/Core/Accounts.js.map +1 -0
- package/esm/resources/V2/Core/EventDestinations.d.ts +327 -0
- package/esm/resources/V2/Core/EventDestinations.js +53 -36
- package/esm/resources/V2/Core/EventDestinations.js.map +1 -0
- package/esm/resources/V2/Core/Events.d.ts +650 -0
- package/esm/resources/V2/Core/Events.js +29 -38
- package/esm/resources/V2/Core/Events.js.map +1 -0
- package/esm/resources/V2/Core/index.d.ts +51 -0
- package/esm/resources/V2/Core/index.js +17 -0
- package/esm/resources/V2/Core/index.js.map +1 -0
- package/esm/resources/V2/DeletedObject.d.ts +10 -0
- package/esm/resources/V2/DeletedObject.js +3 -0
- package/esm/resources/V2/DeletedObject.js.map +1 -0
- package/esm/resources/V2/V2Amounts.d.ts +4 -0
- package/esm/resources/V2/V2Amounts.js +2 -0
- package/esm/resources/V2/V2Amounts.js.map +1 -0
- package/esm/resources/V2/index.d.ts +16 -0
- package/esm/resources/V2/index.js +11 -0
- package/esm/resources/V2/index.js.map +1 -0
- package/esm/resources/WebhookEndpoints.d.ts +170 -0
- package/esm/resources/WebhookEndpoints.js +35 -21
- package/esm/resources/WebhookEndpoints.js.map +1 -0
- package/esm/resources.d.ts +76 -0
- package/esm/resources.js +139 -236
- package/esm/resources.js.map +1 -0
- package/esm/shared.d.ts +152 -0
- package/esm/shared.js +2 -0
- package/esm/shared.js.map +1 -0
- package/esm/stripe.core.d.ts +441 -0
- package/esm/stripe.core.js +473 -324
- package/esm/stripe.core.js.map +1 -0
- package/esm/stripe.esm.node.d.ts +441 -0
- package/esm/stripe.esm.node.js +566 -3
- package/esm/stripe.esm.node.js.map +1 -0
- package/esm/stripe.esm.worker.d.ts +3 -0
- package/esm/stripe.esm.worker.js +4 -2
- package/esm/stripe.esm.worker.js.map +1 -0
- package/esm/utils.d.ts +74 -0
- package/esm/utils.js +54 -125
- package/esm/utils.js.map +1 -0
- package/package.json +9 -5
- package/cjs/StripeEventNotificationHandler.js +0 -132
- package/cjs/StripeMethod.js +0 -36
- package/cjs/resources/AccountNotices.js +0 -21
- package/cjs/resources/Billing/Analytics/MeterUsage.js +0 -12
- package/cjs/resources/Capital/FinancingOffers.js +0 -21
- package/cjs/resources/Capital/FinancingSummary.js +0 -12
- package/cjs/resources/Capital/FinancingTransactions.js +0 -17
- package/cjs/resources/FinancialConnections/Authorizations.js +0 -12
- package/cjs/resources/FinancialConnections/Institutions.js +0 -17
- package/cjs/resources/FxQuotes.js +0 -15
- package/cjs/resources/Issuing/CreditUnderwritingRecords.js +0 -33
- package/cjs/resources/Issuing/DisputeSettlementDetails.js +0 -17
- package/cjs/resources/Issuing/FraudLiabilityDebits.js +0 -17
- package/cjs/resources/Margins.js +0 -22
- package/cjs/resources/Orders.js +0 -441
- package/cjs/resources/Privacy/RedactionJobs.js +0 -42
- package/cjs/resources/ProductCatalog/TrialOffers.js +0 -12
- package/cjs/resources/Tax/Forms.js +0 -20
- package/cjs/resources/Tax/Locations.js +0 -18
- package/cjs/resources/Terminal/ReaderCollectedData.js +0 -12
- package/cjs/resources/V2/Billing/BillSettings/Versions.js +0 -17
- package/cjs/resources/V2/Billing/BillSettings.js +0 -27
- package/cjs/resources/V2/Billing/Cadences.js +0 -182
- package/cjs/resources/V2/Billing/CollectionSettings/Versions.js +0 -63
- package/cjs/resources/V2/Billing/CollectionSettings.js +0 -152
- package/cjs/resources/V2/Billing/Profiles.js +0 -19
- package/cjs/resources/V2/Core/BatchJobs.js +0 -215
- package/cjs/resources/V2/Core/Vault/GbBankAccounts.js +0 -33
- package/cjs/resources/V2/Core/Vault/UsBankAccounts.js +0 -37
- package/cjs/resources/V2/MoneyManagement/Adjustments.js +0 -17
- package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js +0 -29
- package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js +0 -21
- package/cjs/resources/V2/MoneyManagement/InboundTransfers.js +0 -21
- package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +0 -16
- package/cjs/resources/V2/MoneyManagement/OutboundPayments.js +0 -25
- package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js +0 -29
- package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js +0 -25
- package/cjs/resources/V2/MoneyManagement/PayoutMethods.js +0 -25
- package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +0 -12
- package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js +0 -17
- package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js +0 -17
- package/cjs/resources/V2/MoneyManagement/TransactionEntries.js +0 -17
- package/cjs/resources/V2/MoneyManagement/Transactions.js +0 -17
- package/cjs/resources/V2/TestHelpers/FinancialAddresses.js +0 -16
- package/esm/StripeEventNotificationHandler.js +0 -128
- package/esm/StripeMethod.js +0 -32
- package/esm/resources/AccountNotices.js +0 -18
- package/esm/resources/Billing/Analytics/MeterUsage.js +0 -9
- package/esm/resources/Capital/FinancingOffers.js +0 -18
- package/esm/resources/Capital/FinancingSummary.js +0 -9
- package/esm/resources/Capital/FinancingTransactions.js +0 -14
- package/esm/resources/FinancialConnections/Authorizations.js +0 -9
- package/esm/resources/FinancialConnections/Institutions.js +0 -14
- package/esm/resources/FxQuotes.js +0 -12
- package/esm/resources/Issuing/CreditUnderwritingRecords.js +0 -30
- package/esm/resources/Issuing/DisputeSettlementDetails.js +0 -14
- package/esm/resources/Issuing/FraudLiabilityDebits.js +0 -14
- package/esm/resources/Margins.js +0 -19
- package/esm/resources/Orders.js +0 -438
- package/esm/resources/Privacy/RedactionJobs.js +0 -39
- package/esm/resources/ProductCatalog/TrialOffers.js +0 -9
- package/esm/resources/Tax/Forms.js +0 -17
- package/esm/resources/Tax/Locations.js +0 -15
- package/esm/resources/Terminal/ReaderCollectedData.js +0 -9
- package/esm/resources/V2/Billing/BillSettings/Versions.js +0 -14
- package/esm/resources/V2/Billing/BillSettings.js +0 -24
- package/esm/resources/V2/Billing/Cadences.js +0 -179
- package/esm/resources/V2/Billing/CollectionSettings/Versions.js +0 -60
- package/esm/resources/V2/Billing/CollectionSettings.js +0 -149
- package/esm/resources/V2/Billing/Profiles.js +0 -16
- package/esm/resources/V2/Core/BatchJobs.js +0 -212
- package/esm/resources/V2/Core/Vault/GbBankAccounts.js +0 -30
- package/esm/resources/V2/Core/Vault/UsBankAccounts.js +0 -34
- package/esm/resources/V2/MoneyManagement/Adjustments.js +0 -14
- package/esm/resources/V2/MoneyManagement/FinancialAccounts.js +0 -26
- package/esm/resources/V2/MoneyManagement/FinancialAddresses.js +0 -18
- package/esm/resources/V2/MoneyManagement/InboundTransfers.js +0 -18
- package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +0 -13
- package/esm/resources/V2/MoneyManagement/OutboundPayments.js +0 -22
- package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js +0 -26
- package/esm/resources/V2/MoneyManagement/OutboundTransfers.js +0 -22
- package/esm/resources/V2/MoneyManagement/PayoutMethods.js +0 -22
- package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +0 -9
- package/esm/resources/V2/MoneyManagement/ReceivedCredits.js +0 -14
- package/esm/resources/V2/MoneyManagement/ReceivedDebits.js +0 -14
- package/esm/resources/V2/MoneyManagement/TransactionEntries.js +0 -14
- package/esm/resources/V2/MoneyManagement/Transactions.js +0 -14
- package/esm/resources/V2/TestHelpers/FinancialAddresses.js +0 -13
- package/types/.eslintrc.js +0 -22
- package/types/AccountLinks.d.ts +0 -33
- package/types/AccountLinksResource.d.ts +0 -82
- package/types/AccountNotices.d.ts +0 -113
- package/types/AccountNoticesResource.d.ts +0 -98
- package/types/AccountSessions.d.ts +0 -623
- package/types/AccountSessionsResource.d.ts +0 -941
- package/types/Accounts.d.ts +0 -2018
- package/types/AccountsResource.d.ts +0 -6057
- package/types/ApplePayDomains.d.ts +0 -57
- package/types/ApplePayDomainsResource.d.ts +0 -77
- package/types/ApplicationFees.d.ts +0 -108
- package/types/ApplicationFeesResource.d.ts +0 -162
- package/types/Applications.d.ts +0 -55
- package/types/Apps/Secrets.d.ts +0 -80
- package/types/Apps/SecretsResource.d.ts +0 -186
- package/types/Balance.d.ts +0 -425
- package/types/BalanceResource.d.ts +0 -26
- package/types/BalanceSettings.d.ts +0 -103
- package/types/BalanceSettingsResource.d.ts +0 -124
- package/types/BalanceTransactionSources.d.ts +0 -23
- package/types/BalanceTransactions.d.ts +0 -176
- package/types/BalanceTransactionsResource.d.ts +0 -72
- package/types/BankAccounts.d.ts +0 -435
- package/types/Billing/AlertTriggereds.d.ts +0 -42
- package/types/Billing/Alerts.d.ts +0 -84
- package/types/Billing/AlertsResource.d.ts +0 -183
- package/types/Billing/Analytics/MeterUsage.d.ts +0 -31
- package/types/Billing/Analytics/MeterUsageResource.d.ts +0 -689
- package/types/Billing/Analytics/MeterUsageRows.d.ts +0 -51
- package/types/Billing/CreditBalanceSummary.d.ts +0 -99
- package/types/Billing/CreditBalanceSummaryResource.d.ts +0 -83
- package/types/Billing/CreditBalanceTransactions.d.ts +0 -178
- package/types/Billing/CreditBalanceTransactionsResource.d.ts +0 -62
- package/types/Billing/CreditGrants.d.ts +0 -150
- package/types/Billing/CreditGrantsResource.d.ts +0 -248
- package/types/Billing/MeterEventAdjustments.d.ts +0 -53
- package/types/Billing/MeterEventAdjustmentsResource.d.ts +0 -48
- package/types/Billing/MeterEventSummaries.d.ts +0 -50
- package/types/Billing/MeterEvents.d.ts +0 -49
- package/types/Billing/MeterEventsResource.d.ts +0 -46
- package/types/Billing/Meters.d.ts +0 -110
- package/types/Billing/MetersResource.d.ts +0 -234
- package/types/BillingPortal/Configurations.d.ts +0 -319
- package/types/BillingPortal/ConfigurationsResource.d.ts +0 -679
- package/types/BillingPortal/Sessions.d.ts +0 -293
- package/types/BillingPortal/SessionsResource.d.ts +0 -273
- package/types/Capabilities.d.ts +0 -424
- package/types/Capital/FinancingOffers.d.ts +0 -188
- package/types/Capital/FinancingOffersResource.d.ts +0 -97
- package/types/Capital/FinancingSummary.d.ts +0 -109
- package/types/Capital/FinancingSummaryResource.d.ts +0 -27
- package/types/Capital/FinancingTransactions.d.ts +0 -135
- package/types/Capital/FinancingTransactionsResource.d.ts +0 -68
- package/types/Cards.d.ts +0 -230
- package/types/CashBalances.d.ts +0 -57
- package/types/Charges.d.ts +0 -2789
- package/types/ChargesResource.d.ts +0 -4202
- package/types/Checkout/Sessions.d.ts +0 -3169
- package/types/Checkout/SessionsResource.d.ts +0 -4460
- package/types/Climate/Orders.d.ts +0 -197
- package/types/Climate/OrdersResource.d.ts +0 -159
- package/types/Climate/Products.d.ts +0 -81
- package/types/Climate/ProductsResource.d.ts +0 -45
- package/types/Climate/Suppliers.d.ts +0 -82
- package/types/Climate/SuppliersResource.d.ts +0 -45
- package/types/ConfirmationTokens.d.ts +0 -1849
- package/types/ConfirmationTokensResource.d.ts +0 -27
- package/types/ConnectCollectionTransfers.d.ts +0 -40
- package/types/CountrySpecs.d.ts +0 -88
- package/types/CountrySpecsResource.d.ts +0 -43
- package/types/Coupons.d.ts +0 -174
- package/types/CouponsResource.d.ts +0 -226
- package/types/CreditNoteLineItems.d.ts +0 -212
- package/types/CreditNotes.d.ts +0 -408
- package/types/CreditNotesResource.d.ts +0 -773
- package/types/CustomerBalanceTransactions.d.ts +0 -106
- package/types/CustomerCashBalanceTransactions.d.ts +0 -230
- package/types/CustomerSessions.d.ts +0 -324
- package/types/CustomerSessionsResource.d.ts +0 -304
- package/types/CustomerSources.d.ts +0 -9
- package/types/Customers.d.ts +0 -326
- package/types/CustomersResource.d.ts +0 -1570
- package/types/Discounts.d.ts +0 -175
- package/types/Disputes.d.ts +0 -559
- package/types/DisputesResource.d.ts +0 -395
- package/types/Entitlements/ActiveEntitlementSummaries.d.ts +0 -32
- package/types/Entitlements/ActiveEntitlements.d.ts +0 -37
- package/types/Entitlements/ActiveEntitlementsResource.d.ts +0 -49
- package/types/Entitlements/Features.d.ts +0 -48
- package/types/Entitlements/FeaturesResource.d.ts +0 -118
- package/types/EphemeralKeys.d.ts +0 -40
- package/types/EphemeralKeysResource.d.ts +0 -65
- package/types/Errors.d.ts +0 -441
- package/types/EventTypes.d.ts +0 -5090
- package/types/Events.d.ts +0 -471
- package/types/EventsResource.d.ts +0 -63
- package/types/ExchangeRates.d.ts +0 -54
- package/types/ExchangeRatesResource.d.ts +0 -49
- package/types/ExternalAccounts.d.ts +0 -9
- package/types/ExternalAccountsResource.d.ts +0 -304
- package/types/FeeRefunds.d.ts +0 -54
- package/types/FileLinks.d.ts +0 -57
- package/types/FileLinksResource.d.ts +0 -114
- package/types/Files.d.ts +0 -96
- package/types/FilesResource.d.ts +0 -146
- package/types/FinancialConnections/AccountInferredBalances.d.ts +0 -38
- package/types/FinancialConnections/AccountOwners.d.ts +0 -52
- package/types/FinancialConnections/AccountOwnerships.d.ts +0 -32
- package/types/FinancialConnections/Accounts.d.ts +0 -394
- package/types/FinancialConnections/AccountsResource.d.ts +0 -216
- package/types/FinancialConnections/Authorizations.d.ts +0 -93
- package/types/FinancialConnections/AuthorizationsResource.d.ts +0 -29
- package/types/FinancialConnections/Institutions.d.ts +0 -98
- package/types/FinancialConnections/InstitutionsResource.d.ts +0 -47
- package/types/FinancialConnections/Sessions.d.ts +0 -231
- package/types/FinancialConnections/SessionsResource.d.ts +0 -205
- package/types/FinancialConnections/Transactions.d.ts +0 -85
- package/types/FinancialConnections/TransactionsResource.d.ts +0 -68
- package/types/Forwarding/Requests.d.ts +0 -165
- package/types/Forwarding/RequestsResource.d.ts +0 -127
- package/types/FundingInstructions.d.ts +0 -297
- package/types/FxQuotes.d.ts +0 -155
- package/types/FxQuotesResource.d.ts +0 -130
- package/types/Identity/VerificationReports.d.ts +0 -487
- package/types/Identity/VerificationReportsResource.d.ts +0 -71
- package/types/Identity/VerificationSessions.d.ts +0 -352
- package/types/Identity/VerificationSessionsResource.d.ts +0 -366
- package/types/InvoiceItems.d.ts +0 -245
- package/types/InvoiceItemsResource.d.ts +0 -522
- package/types/InvoiceLineItems.d.ts +0 -410
- package/types/InvoicePayments.d.ts +0 -111
- package/types/InvoicePaymentsResource.d.ts +0 -88
- package/types/InvoiceRenderingTemplates.d.ts +0 -55
- package/types/InvoiceRenderingTemplatesResource.d.ts +0 -93
- package/types/Invoices.d.ts +0 -1834
- package/types/InvoicesResource.d.ts +0 -5936
- package/types/Issuing/Authorizations.d.ts +0 -689
- package/types/Issuing/AuthorizationsResource.d.ts +0 -151
- package/types/Issuing/Cardholders.d.ts +0 -1184
- package/types/Issuing/CardholdersResource.d.ts +0 -2412
- package/types/Issuing/Cards.d.ts +0 -1312
- package/types/Issuing/CardsResource.d.ts +0 -2371
- package/types/Issuing/CreditUnderwritingRecords.d.ts +0 -451
- package/types/Issuing/CreditUnderwritingRecordsResource.d.ts +0 -1032
- package/types/Issuing/DisputeSettlementDetails.d.ts +0 -85
- package/types/Issuing/DisputeSettlementDetailsResource.d.ts +0 -52
- package/types/Issuing/Disputes.d.ts +0 -383
- package/types/Issuing/DisputesResource.d.ts +0 -776
- package/types/Issuing/FraudLiabilityDebits.d.ts +0 -52
- package/types/Issuing/FraudLiabilityDebitsResource.d.ts +0 -52
- package/types/Issuing/PersonalizationDesigns.d.ts +0 -142
- package/types/Issuing/PersonalizationDesignsResource.d.ts +0 -253
- package/types/Issuing/PhysicalBundles.d.ts +0 -75
- package/types/Issuing/PhysicalBundlesResource.d.ts +0 -63
- package/types/Issuing/Settlements.d.ts +0 -113
- package/types/Issuing/Tokens.d.ts +0 -273
- package/types/Issuing/TokensResource.d.ts +0 -88
- package/types/Issuing/Transactions.d.ts +0 -484
- package/types/Issuing/TransactionsResource.d.ts +0 -97
- package/types/LineItems.d.ts +0 -179
- package/types/LoginLinks.d.ts +0 -26
- package/types/Mandates.d.ts +0 -441
- package/types/MandatesResource.d.ts +0 -58
- package/types/Margins.d.ts +0 -56
- package/types/MarginsResource.d.ts +0 -114
- package/types/OAuth.d.ts +0 -355
- package/types/Orders.d.ts +0 -1165
- package/types/OrdersResource.d.ts +0 -5449
- package/types/PaymentAttemptRecords.d.ts +0 -2546
- package/types/PaymentAttemptRecordsResource.d.ts +0 -57
- package/types/PaymentIntentAmountDetailsLineItems.d.ts +0 -126
- package/types/PaymentIntents.d.ts +0 -4875
- package/types/PaymentIntentsResource.d.ts +0 -24384
- package/types/PaymentLinks.d.ts +0 -1068
- package/types/PaymentLinksResource.d.ts +0 -2375
- package/types/PaymentMethodConfigurations.d.ts +0 -2225
- package/types/PaymentMethodConfigurationsResource.d.ts +0 -3208
- package/types/PaymentMethodDomains.d.ts +0 -213
- package/types/PaymentMethodDomainsResource.d.ts +0 -126
- package/types/PaymentMethods.d.ts +0 -1744
- package/types/PaymentMethodsResource.d.ts +0 -1324
- package/types/PaymentRecords.d.ts +0 -2546
- package/types/PaymentRecordsResource.d.ts +0 -657
- package/types/Payouts.d.ts +0 -177
- package/types/PayoutsResource.d.ts +0 -201
- package/types/Persons.d.ts +0 -826
- package/types/Plans.d.ts +0 -195
- package/types/PlansResource.d.ts +0 -322
- package/types/Prices.d.ts +0 -347
- package/types/PricesResource.d.ts +0 -648
- package/types/Privacy/RedactionJobValidationErrors.d.ts +0 -60
- package/types/Privacy/RedactionJobs.d.ts +0 -111
- package/types/Privacy/RedactionJobsResource.d.ts +0 -233
- package/types/ProductCatalog/TrialOffers.d.ts +0 -82
- package/types/ProductCatalog/TrialOffersResource.d.ts +0 -85
- package/types/ProductFeatures.d.ts +0 -57
- package/types/Products.d.ts +0 -170
- package/types/ProductsResource.d.ts +0 -650
- package/types/PromotionCodes.d.ts +0 -125
- package/types/PromotionCodesResource.d.ts +0 -250
- package/types/QuoteLines.d.ts +0 -644
- package/types/QuotePreviewInvoices.d.ts +0 -1818
- package/types/QuotePreviewSubscriptionSchedules.d.ts +0 -913
- package/types/Quotes.d.ts +0 -1278
- package/types/QuotesResource.d.ts +0 -3248
- package/types/Radar/EarlyFraudWarnings.d.ts +0 -55
- package/types/Radar/EarlyFraudWarningsResource.d.ts +0 -64
- package/types/Radar/PaymentEvaluations.d.ts +0 -580
- package/types/Radar/PaymentEvaluationsResource.d.ts +0 -208
- package/types/Radar/ValueListItems.d.ts +0 -74
- package/types/Radar/ValueListItemsResource.d.ts +0 -99
- package/types/Radar/ValueLists.d.ts +0 -104
- package/types/Radar/ValueListsResource.d.ts +0 -156
- package/types/Refunds.d.ts +0 -501
- package/types/RefundsResource.d.ts +0 -187
- package/types/Reporting/ReportRuns.d.ts +0 -115
- package/types/Reporting/ReportRunsResource.d.ts +0 -763
- package/types/Reporting/ReportTypes.d.ts +0 -64
- package/types/Reporting/ReportTypesResource.d.ts +0 -47
- package/types/Reserve/Holds.d.ts +0 -104
- package/types/Reserve/HoldsResource.d.ts +0 -76
- package/types/Reserve/Plans.d.ts +0 -103
- package/types/Reserve/PlansResource.d.ts +0 -29
- package/types/Reserve/Releases.d.ts +0 -105
- package/types/Reserve/ReleasesResource.d.ts +0 -60
- package/types/ReserveTransactions.d.ts +0 -32
- package/types/Reviews.d.ts +0 -146
- package/types/ReviewsResource.d.ts +0 -68
- package/types/SetupAttempts.d.ts +0 -919
- package/types/SetupAttemptsResource.d.ts +0 -35
- package/types/SetupIntents.d.ts +0 -1250
- package/types/SetupIntentsResource.d.ts +0 -5850
- package/types/ShippingRates.d.ts +0 -155
- package/types/ShippingRatesResource.d.ts +0 -262
- package/types/Sigma/ScheduledQueryRuns.d.ts +0 -76
- package/types/Sigma/ScheduledQueryRunsResource.d.ts +0 -47
- package/types/SourceMandateNotifications.d.ts +0 -105
- package/types/SourceTransactions.d.ts +0 -203
- package/types/Sources.d.ts +0 -775
- package/types/SourcesResource.d.ts +0 -611
- package/types/SubscriptionItems.d.ts +0 -161
- package/types/SubscriptionItemsResource.d.ts +0 -584
- package/types/SubscriptionSchedules.d.ts +0 -892
- package/types/SubscriptionSchedulesResource.d.ts +0 -2829
- package/types/Subscriptions.d.ts +0 -1127
- package/types/SubscriptionsResource.d.ts +0 -3095
- package/types/Tax/Associations.d.ts +0 -82
- package/types/Tax/AssociationsResource.d.ts +0 -29
- package/types/Tax/CalculationLineItems.d.ts +0 -200
- package/types/Tax/Calculations.d.ts +0 -527
- package/types/Tax/CalculationsResource.d.ts +0 -411
- package/types/Tax/Forms.d.ts +0 -220
- package/types/Tax/FormsResource.d.ts +0 -107
- package/types/Tax/Locations.d.ts +0 -34
- package/types/Tax/LocationsResource.d.ts +0 -117
- package/types/Tax/Registrations.d.ts +0 -1790
- package/types/Tax/RegistrationsResource.d.ts +0 -2591
- package/types/Tax/Settings.d.ts +0 -86
- package/types/Tax/SettingsResource.d.ts +0 -77
- package/types/Tax/TransactionLineItems.d.ts +0 -90
- package/types/Tax/Transactions.d.ts +0 -426
- package/types/Tax/TransactionsResource.d.ts +0 -182
- package/types/TaxCodes.d.ts +0 -48
- package/types/TaxCodesResource.d.ts +0 -43
- package/types/TaxDeductedAtSources.d.ts +0 -35
- package/types/TaxIds.d.ts +0 -262
- package/types/TaxIdsResource.d.ts +0 -263
- package/types/TaxRates.d.ts +0 -144
- package/types/TaxRatesResource.d.ts +0 -215
- package/types/Terminal/Configurations.d.ts +0 -639
- package/types/Terminal/ConfigurationsResource.d.ts +0 -1497
- package/types/Terminal/ConnectionTokens.d.ts +0 -29
- package/types/Terminal/ConnectionTokensResource.d.ts +0 -32
- package/types/Terminal/Locations.d.ts +0 -166
- package/types/Terminal/LocationsResource.d.ts +0 -233
- package/types/Terminal/OnboardingLinks.d.ts +0 -57
- package/types/Terminal/OnboardingLinksResource.d.ts +0 -62
- package/types/Terminal/ReaderCollectedData.d.ts +0 -51
- package/types/Terminal/ReaderCollectedDataResource.d.ts +0 -29
- package/types/Terminal/Readers.d.ts +0 -696
- package/types/Terminal/ReadersResource.d.ts +0 -665
- package/types/TestHelpers/ConfirmationTokensResource.d.ts +0 -1030
- package/types/TestHelpers/CustomersResource.d.ts +0 -40
- package/types/TestHelpers/Issuing/AuthorizationsResource.d.ts +0 -1404
- package/types/TestHelpers/Issuing/CardsResource.d.ts +0 -121
- package/types/TestHelpers/Issuing/PersonalizationDesignsResource.d.ts +0 -113
- package/types/TestHelpers/Issuing/TransactionsResource.d.ts +0 -1354
- package/types/TestHelpers/RefundsResource.d.ts +0 -29
- package/types/TestHelpers/Terminal/ReadersResource.d.ts +0 -151
- package/types/TestHelpers/TestClocks.d.ts +0 -98
- package/types/TestHelpers/TestClocksResource.d.ts +0 -108
- package/types/TestHelpers/Treasury/InboundTransfersResource.d.ts +0 -108
- package/types/TestHelpers/Treasury/OutboundPaymentsResource.d.ts +0 -175
- package/types/TestHelpers/Treasury/OutboundTransfersResource.d.ts +0 -175
- package/types/TestHelpers/Treasury/ReceivedCreditsResource.d.ts +0 -119
- package/types/TestHelpers/Treasury/ReceivedDebitsResource.d.ts +0 -117
- package/types/Tokens.d.ts +0 -84
- package/types/TokensResource.d.ts +0 -1086
- package/types/Topups.d.ts +0 -103
- package/types/TopupsResource.d.ts +0 -158
- package/types/TransferReversals.d.ts +0 -72
- package/types/Transfers.d.ts +0 -109
- package/types/TransfersResource.d.ts +0 -265
- package/types/Treasury/CreditReversals.d.ts +0 -92
- package/types/Treasury/CreditReversalsResource.d.ts +0 -88
- package/types/Treasury/DebitReversals.d.ts +0 -104
- package/types/Treasury/DebitReversalsResource.d.ts +0 -95
- package/types/Treasury/FinancialAccountFeatures.d.ts +0 -630
- package/types/Treasury/FinancialAccounts.d.ts +0 -255
- package/types/Treasury/FinancialAccountsResource.d.ts +0 -770
- package/types/Treasury/InboundTransfers.d.ts +0 -235
- package/types/Treasury/InboundTransfersResource.d.ts +0 -128
- package/types/Treasury/OutboundPayments.d.ts +0 -324
- package/types/Treasury/OutboundPaymentsResource.d.ts +0 -285
- package/types/Treasury/OutboundTransfers.d.ts +0 -325
- package/types/Treasury/OutboundTransfersResource.d.ts +0 -205
- package/types/Treasury/ReceivedCredits.d.ts +0 -305
- package/types/Treasury/ReceivedCreditsResource.d.ts +0 -79
- package/types/Treasury/ReceivedDebits.d.ts +0 -258
- package/types/Treasury/ReceivedDebitsResource.d.ts +0 -58
- package/types/Treasury/TransactionEntries.d.ts +0 -203
- package/types/Treasury/TransactionEntriesResource.d.ts +0 -70
- package/types/Treasury/Transactions.d.ts +0 -202
- package/types/Treasury/TransactionsResource.d.ts +0 -82
- package/types/UpcomingInvoices.d.ts +0 -5
- package/types/V2/Billing/BillSettingVersions.d.ts +0 -97
- package/types/V2/Billing/BillSettings/VersionsResource.d.ts +0 -58
- package/types/V2/Billing/BillSettings.d.ts +0 -120
- package/types/V2/Billing/BillSettingsResource.d.ts +0 -241
- package/types/V2/Billing/Cadences.d.ts +0 -690
- package/types/V2/Billing/CadencesResource.d.ts +0 -487
- package/types/V2/Billing/CollectionSettingVersions.d.ts +0 -318
- package/types/V2/Billing/CollectionSettings/VersionsResource.d.ts +0 -62
- package/types/V2/Billing/CollectionSettings.d.ts +0 -341
- package/types/V2/Billing/CollectionSettingsResource.d.ts +0 -683
- package/types/V2/Billing/MeterEventAdjustments.d.ts +0 -65
- package/types/V2/Billing/MeterEventAdjustmentsResource.d.ts +0 -47
- package/types/V2/Billing/MeterEventSessionResource.d.ts +0 -26
- package/types/V2/Billing/MeterEventSessions.d.ts +0 -45
- package/types/V2/Billing/MeterEventStreamResource.d.ts +0 -62
- package/types/V2/Billing/MeterEvents.d.ts +0 -55
- package/types/V2/Billing/MeterEventsResource.d.ts +0 -52
- package/types/V2/Billing/Profiles.d.ts +0 -70
- package/types/V2/Billing/ProfilesResource.d.ts +0 -150
- package/types/V2/Core/AccountLinks.d.ts +0 -168
- package/types/V2/Core/AccountLinksResource.d.ts +0 -153
- package/types/V2/Core/AccountPersonTokens.d.ts +0 -44
- package/types/V2/Core/AccountPersons.d.ts +0 -661
- package/types/V2/Core/AccountTokens.d.ts +0 -44
- package/types/V2/Core/AccountTokensResource.d.ts +0 -1161
- package/types/V2/Core/Accounts/PersonTokensResource.d.ts +0 -556
- package/types/V2/Core/Accounts/PersonsResource.d.ts +0 -1260
- package/types/V2/Core/Accounts.d.ts +0 -6404
- package/types/V2/Core/AccountsResource.d.ts +0 -5623
- package/types/V2/Core/BatchJobs.d.ts +0 -365
- package/types/V2/Core/BatchJobsResource.d.ts +0 -126
- package/types/V2/Core/EventDestinations.d.ts +0 -214
- package/types/V2/Core/EventDestinationsResource.d.ts +0 -303
- package/types/V2/Core/EventTypes.d.ts +0 -2059
- package/types/V2/Core/Events.d.ts +0 -86
- package/types/V2/Core/EventsResource.d.ts +0 -63
- package/types/V2/Core/Vault/GbBankAccounts.d.ts +0 -186
- package/types/V2/Core/Vault/GbBankAccountsResource.d.ts +0 -204
- package/types/V2/Core/Vault/UsBankAccounts.d.ts +0 -147
- package/types/V2/Core/Vault/UsBankAccountsResource.d.ts +0 -203
- package/types/V2/DeletedObject.d.ts +0 -22
- package/types/V2/EventMisc.d.ts +0 -117
- package/types/V2/FinancialAddressCreditSimulations.d.ts +0 -27
- package/types/V2/FinancialAddressGeneratedMicrodeposits.d.ts +0 -32
- package/types/V2/MoneyManagement/Adjustments.d.ts +0 -110
- package/types/V2/MoneyManagement/AdjustmentsResource.d.ts +0 -83
- package/types/V2/MoneyManagement/FinancialAccounts.d.ts +0 -160
- package/types/V2/MoneyManagement/FinancialAccountsResource.d.ts +0 -172
- package/types/V2/MoneyManagement/FinancialAddresses.d.ts +0 -185
- package/types/V2/MoneyManagement/FinancialAddressesResource.d.ts +0 -109
- package/types/V2/MoneyManagement/InboundTransfers.d.ts +0 -212
- package/types/V2/MoneyManagement/InboundTransfersResource.d.ts +0 -144
- package/types/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +0 -170
- package/types/V2/MoneyManagement/OutboundPaymentQuotesResource.d.ts +0 -115
- package/types/V2/MoneyManagement/OutboundPayments.d.ts +0 -283
- package/types/V2/MoneyManagement/OutboundPaymentsResource.d.ts +0 -247
- package/types/V2/MoneyManagement/OutboundSetupIntents.d.ts +0 -97
- package/types/V2/MoneyManagement/OutboundSetupIntentsResource.d.ts +0 -318
- package/types/V2/MoneyManagement/OutboundTransfers.d.ts +0 -251
- package/types/V2/MoneyManagement/OutboundTransfersResource.d.ts +0 -208
- package/types/V2/MoneyManagement/PayoutMethods.d.ts +0 -213
- package/types/V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts +0 -98
- package/types/V2/MoneyManagement/PayoutMethodsBankAccountSpecResource.d.ts +0 -41
- package/types/V2/MoneyManagement/PayoutMethodsResource.d.ts +0 -115
- package/types/V2/MoneyManagement/ReceivedCredits.d.ts +0 -311
- package/types/V2/MoneyManagement/ReceivedCreditsResource.d.ts +0 -78
- package/types/V2/MoneyManagement/ReceivedDebits.d.ts +0 -176
- package/types/V2/MoneyManagement/ReceivedDebitsResource.d.ts +0 -48
- package/types/V2/MoneyManagement/TransactionEntries.d.ts +0 -162
- package/types/V2/MoneyManagement/TransactionEntriesResource.d.ts +0 -82
- package/types/V2/MoneyManagement/Transactions.d.ts +0 -195
- package/types/V2/MoneyManagement/TransactionsResource.d.ts +0 -83
- package/types/V2/TestHelpers/FinancialAddressesResource.d.ts +0 -68
- package/types/WebhookEndpoints.d.ts +0 -101
- package/types/WebhookEndpointsResource.d.ts +0 -878
- package/types/Webhooks.d.ts +0 -164
- package/types/apiVersion.d.ts +0 -3
- package/types/crypto/crypto.d.ts +0 -59
- package/types/index.d.ts +0 -767
- package/types/lib.d.ts +0 -420
- package/types/net/net.d.ts +0 -99
- package/types/shared.d.ts +0 -178
- package/types/test/.eslintrc.js +0 -6
- package/types/test/tsconfig.json +0 -67
- package/types/test/typescriptTest.ts +0 -384
|
@@ -0,0 +1,582 @@
|
|
|
1
|
+
import { StripeResource } from '../../../StripeResource.js';
|
|
2
|
+
import { Transaction } from './../../Issuing/Transactions.js';
|
|
3
|
+
import { Decimal } from '../../../shared.js';
|
|
4
|
+
import { RequestOptions, Response } from '../../../lib.js';
|
|
5
|
+
export declare class TransactionResource extends StripeResource {
|
|
6
|
+
/**
|
|
7
|
+
* Refund a test-mode Transaction.
|
|
8
|
+
*/
|
|
9
|
+
refund(id: string, params?: TestHelpers.Issuing.TransactionRefundParams, options?: RequestOptions): Promise<Response<Transaction>>;
|
|
10
|
+
/**
|
|
11
|
+
* Allows the user to capture an arbitrary amount, also known as a forced capture.
|
|
12
|
+
*/
|
|
13
|
+
createForceCapture(params: TestHelpers.Issuing.TransactionCreateForceCaptureParams, options?: RequestOptions): Promise<Response<Transaction>>;
|
|
14
|
+
/**
|
|
15
|
+
* Allows the user to refund an arbitrary amount, also known as a unlinked refund.
|
|
16
|
+
*/
|
|
17
|
+
createUnlinkedRefund(params: TestHelpers.Issuing.TransactionCreateUnlinkedRefundParams, options?: RequestOptions): Promise<Response<Transaction>>;
|
|
18
|
+
}
|
|
19
|
+
export declare namespace TestHelpers {
|
|
20
|
+
namespace Issuing {
|
|
21
|
+
interface TransactionCreateForceCaptureParams {
|
|
22
|
+
/**
|
|
23
|
+
* The total amount to attempt to capture. This amount is in the provided currency, or defaults to the cards currency, and in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).
|
|
24
|
+
*/
|
|
25
|
+
amount: number;
|
|
26
|
+
/**
|
|
27
|
+
* Card associated with this transaction.
|
|
28
|
+
*/
|
|
29
|
+
card: string;
|
|
30
|
+
/**
|
|
31
|
+
* The currency of the capture. If not provided, defaults to the currency of the card. Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
|
|
32
|
+
*/
|
|
33
|
+
currency?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Specifies which fields in the response should be expanded.
|
|
36
|
+
*/
|
|
37
|
+
expand?: Array<string>;
|
|
38
|
+
/**
|
|
39
|
+
* Details about the seller (grocery store, e-commerce website, etc.) where the card authorization happened.
|
|
40
|
+
*/
|
|
41
|
+
merchant_data?: TransactionCreateForceCaptureParams.MerchantData;
|
|
42
|
+
/**
|
|
43
|
+
* Additional purchase information that is optionally provided by the merchant.
|
|
44
|
+
*/
|
|
45
|
+
purchase_details?: TransactionCreateForceCaptureParams.PurchaseDetails;
|
|
46
|
+
}
|
|
47
|
+
namespace TransactionCreateForceCaptureParams {
|
|
48
|
+
interface MerchantData {
|
|
49
|
+
/**
|
|
50
|
+
* A categorization of the seller's type of business. See our [merchant categories guide](https://docs.stripe.com/issuing/merchant-categories) for a list of possible values.
|
|
51
|
+
*/
|
|
52
|
+
category?: MerchantData.Category;
|
|
53
|
+
/**
|
|
54
|
+
* City where the seller is located
|
|
55
|
+
*/
|
|
56
|
+
city?: string;
|
|
57
|
+
/**
|
|
58
|
+
* Country where the seller is located
|
|
59
|
+
*/
|
|
60
|
+
country?: string;
|
|
61
|
+
/**
|
|
62
|
+
* Name of the seller
|
|
63
|
+
*/
|
|
64
|
+
name?: string;
|
|
65
|
+
/**
|
|
66
|
+
* Identifier assigned to the seller by the card network. Different card networks may assign different network_id fields to the same merchant.
|
|
67
|
+
*/
|
|
68
|
+
network_id?: string;
|
|
69
|
+
/**
|
|
70
|
+
* Postal code where the seller is located
|
|
71
|
+
*/
|
|
72
|
+
postal_code?: string;
|
|
73
|
+
/**
|
|
74
|
+
* State where the seller is located
|
|
75
|
+
*/
|
|
76
|
+
state?: string;
|
|
77
|
+
/**
|
|
78
|
+
* An ID assigned by the seller to the location of the sale.
|
|
79
|
+
*/
|
|
80
|
+
terminal_id?: string;
|
|
81
|
+
/**
|
|
82
|
+
* URL provided by the merchant on a 3DS request
|
|
83
|
+
*/
|
|
84
|
+
url?: string;
|
|
85
|
+
}
|
|
86
|
+
interface PurchaseDetails {
|
|
87
|
+
/**
|
|
88
|
+
* Fleet-specific information for transactions using Fleet cards.
|
|
89
|
+
*/
|
|
90
|
+
fleet?: PurchaseDetails.Fleet;
|
|
91
|
+
/**
|
|
92
|
+
* Information about the flight that was purchased with this transaction.
|
|
93
|
+
*/
|
|
94
|
+
flight?: PurchaseDetails.Flight;
|
|
95
|
+
/**
|
|
96
|
+
* Information about fuel that was purchased with this transaction.
|
|
97
|
+
*/
|
|
98
|
+
fuel?: PurchaseDetails.Fuel;
|
|
99
|
+
/**
|
|
100
|
+
* Information about lodging that was purchased with this transaction.
|
|
101
|
+
*/
|
|
102
|
+
lodging?: PurchaseDetails.Lodging;
|
|
103
|
+
/**
|
|
104
|
+
* The line items in the purchase.
|
|
105
|
+
*/
|
|
106
|
+
receipt?: Array<PurchaseDetails.Receipt>;
|
|
107
|
+
/**
|
|
108
|
+
* A merchant-specific order number.
|
|
109
|
+
*/
|
|
110
|
+
reference?: string;
|
|
111
|
+
}
|
|
112
|
+
namespace MerchantData {
|
|
113
|
+
type Category = 'ac_refrigeration_repair' | 'accounting_bookkeeping_services' | 'advertising_services' | 'agricultural_cooperative' | 'airlines_air_carriers' | 'airports_flying_fields' | 'ambulance_services' | 'amusement_parks_carnivals' | 'antique_reproductions' | 'antique_shops' | 'aquariums' | 'architectural_surveying_services' | 'art_dealers_and_galleries' | 'artists_supply_and_craft_shops' | 'auto_and_home_supply_stores' | 'auto_body_repair_shops' | 'auto_paint_shops' | 'auto_service_shops' | 'automated_cash_disburse' | 'automated_fuel_dispensers' | 'automobile_associations' | 'automotive_parts_and_accessories_stores' | 'automotive_tire_stores' | 'bail_and_bond_payments' | 'bakeries' | 'bands_orchestras' | 'barber_and_beauty_shops' | 'betting_casino_gambling' | 'bicycle_shops' | 'billiard_pool_establishments' | 'boat_dealers' | 'boat_rentals_and_leases' | 'book_stores' | 'books_periodicals_and_newspapers' | 'bowling_alleys' | 'bus_lines' | 'business_secretarial_schools' | 'buying_shopping_services' | 'cable_satellite_and_other_pay_television_and_radio' | 'camera_and_photographic_supply_stores' | 'candy_nut_and_confectionery_stores' | 'car_and_truck_dealers_new_used' | 'car_and_truck_dealers_used_only' | 'car_rental_agencies' | 'car_washes' | 'carpentry_services' | 'carpet_upholstery_cleaning' | 'caterers' | 'charitable_and_social_service_organizations_fundraising' | 'chemicals_and_allied_products' | 'child_care_services' | 'childrens_and_infants_wear_stores' | 'chiropodists_podiatrists' | 'chiropractors' | 'cigar_stores_and_stands' | 'civic_social_fraternal_associations' | 'cleaning_and_maintenance' | 'clothing_rental' | 'colleges_universities' | 'commercial_equipment' | 'commercial_footwear' | 'commercial_photography_art_and_graphics' | 'commuter_transport_and_ferries' | 'computer_network_services' | 'computer_programming' | 'computer_repair' | 'computer_software_stores' | 'computers_peripherals_and_software' | 'concrete_work_services' | 'construction_materials' | 'consulting_public_relations' | 'correspondence_schools' | 'cosmetic_stores' | 'counseling_services' | 'country_clubs' | 'courier_services' | 'court_costs' | 'credit_reporting_agencies' | 'cruise_lines' | 'dairy_products_stores' | 'dance_hall_studios_schools' | 'dating_escort_services' | 'dentists_orthodontists' | 'department_stores' | 'detective_agencies' | 'digital_goods_applications' | 'digital_goods_games' | 'digital_goods_large_volume' | 'digital_goods_media' | 'direct_marketing_catalog_merchant' | 'direct_marketing_combination_catalog_and_retail_merchant' | 'direct_marketing_inbound_telemarketing' | 'direct_marketing_insurance_services' | 'direct_marketing_other' | 'direct_marketing_outbound_telemarketing' | 'direct_marketing_subscription' | 'direct_marketing_travel' | 'discount_stores' | 'doctors' | 'door_to_door_sales' | 'drapery_window_covering_and_upholstery_stores' | 'drinking_places' | 'drug_stores_and_pharmacies' | 'drugs_drug_proprietaries_and_druggist_sundries' | 'dry_cleaners' | 'durable_goods' | 'duty_free_stores' | 'eating_places_restaurants' | 'educational_services' | 'electric_razor_stores' | 'electric_vehicle_charging' | 'electrical_parts_and_equipment' | 'electrical_services' | 'electronics_repair_shops' | 'electronics_stores' | 'elementary_secondary_schools' | 'emergency_services_gcas_visa_use_only' | 'employment_temp_agencies' | 'equipment_rental' | 'exterminating_services' | 'family_clothing_stores' | 'fast_food_restaurants' | 'financial_institutions' | 'fines_government_administrative_entities' | 'fireplace_fireplace_screens_and_accessories_stores' | 'floor_covering_stores' | 'florists' | 'florists_supplies_nursery_stock_and_flowers' | 'freezer_and_locker_meat_provisioners' | 'fuel_dealers_non_automotive' | 'funeral_services_crematories' | 'furniture_home_furnishings_and_equipment_stores_except_appliances' | 'furniture_repair_refinishing' | 'furriers_and_fur_shops' | 'general_services' | 'gift_card_novelty_and_souvenir_shops' | 'glass_paint_and_wallpaper_stores' | 'glassware_crystal_stores' | 'golf_courses_public' | 'government_licensed_horse_dog_racing_us_region_only' | 'government_licensed_online_casions_online_gambling_us_region_only' | 'government_owned_lotteries_non_us_region' | 'government_owned_lotteries_us_region_only' | 'government_services' | 'grocery_stores_supermarkets' | 'hardware_equipment_and_supplies' | 'hardware_stores' | 'health_and_beauty_spas' | 'hearing_aids_sales_and_supplies' | 'heating_plumbing_a_c' | 'hobby_toy_and_game_shops' | 'home_supply_warehouse_stores' | 'hospitals' | 'hotels_motels_and_resorts' | 'household_appliance_stores' | 'industrial_supplies' | 'information_retrieval_services' | 'insurance_default' | 'insurance_underwriting_premiums' | 'intra_company_purchases' | 'jewelry_stores_watches_clocks_and_silverware_stores' | 'landscaping_services' | 'laundries' | 'laundry_cleaning_services' | 'legal_services_attorneys' | 'luggage_and_leather_goods_stores' | 'lumber_building_materials_stores' | 'manual_cash_disburse' | 'marinas_service_and_supplies' | 'marketplaces' | 'masonry_stonework_and_plaster' | 'massage_parlors' | 'medical_and_dental_labs' | 'medical_dental_ophthalmic_and_hospital_equipment_and_supplies' | 'medical_services' | 'membership_organizations' | 'mens_and_boys_clothing_and_accessories_stores' | 'mens_womens_clothing_stores' | 'metal_service_centers' | 'miscellaneous_apparel_and_accessory_shops' | 'miscellaneous_auto_dealers' | 'miscellaneous_business_services' | 'miscellaneous_food_stores' | 'miscellaneous_general_merchandise' | 'miscellaneous_general_services' | 'miscellaneous_home_furnishing_specialty_stores' | 'miscellaneous_publishing_and_printing' | 'miscellaneous_recreation_services' | 'miscellaneous_repair_shops' | 'miscellaneous_specialty_retail' | 'mobile_home_dealers' | 'motion_picture_theaters' | 'motor_freight_carriers_and_trucking' | 'motor_homes_dealers' | 'motor_vehicle_supplies_and_new_parts' | 'motorcycle_shops_and_dealers' | 'motorcycle_shops_dealers' | 'music_stores_musical_instruments_pianos_and_sheet_music' | 'news_dealers_and_newsstands' | 'non_fi_money_orders' | 'non_fi_stored_value_card_purchase_load' | 'nondurable_goods' | 'nurseries_lawn_and_garden_supply_stores' | 'nursing_personal_care' | 'office_and_commercial_furniture' | 'opticians_eyeglasses' | 'optometrists_ophthalmologist' | 'orthopedic_goods_prosthetic_devices' | 'osteopaths' | 'package_stores_beer_wine_and_liquor' | 'paints_varnishes_and_supplies' | 'parking_lots_garages' | 'passenger_railways' | 'pawn_shops' | 'pet_shops_pet_food_and_supplies' | 'petroleum_and_petroleum_products' | 'photo_developing' | 'photographic_photocopy_microfilm_equipment_and_supplies' | 'photographic_studios' | 'picture_video_production' | 'piece_goods_notions_and_other_dry_goods' | 'plumbing_heating_equipment_and_supplies' | 'political_organizations' | 'postal_services_government_only' | 'precious_stones_and_metals_watches_and_jewelry' | 'professional_services' | 'public_warehousing_and_storage' | 'quick_copy_repro_and_blueprint' | 'railroads' | 'real_estate_agents_and_managers_rentals' | 'record_stores' | 'recreational_vehicle_rentals' | 'religious_goods_stores' | 'religious_organizations' | 'roofing_siding_sheet_metal' | 'secretarial_support_services' | 'security_brokers_dealers' | 'service_stations' | 'sewing_needlework_fabric_and_piece_goods_stores' | 'shoe_repair_hat_cleaning' | 'shoe_stores' | 'small_appliance_repair' | 'snowmobile_dealers' | 'special_trade_services' | 'specialty_cleaning' | 'sporting_goods_stores' | 'sporting_recreation_camps' | 'sports_and_riding_apparel_stores' | 'sports_clubs_fields' | 'stamp_and_coin_stores' | 'stationary_office_supplies_printing_and_writing_paper' | 'stationery_stores_office_and_school_supply_stores' | 'swimming_pools_sales' | 't_ui_travel_germany' | 'tailors_alterations' | 'tax_payments_government_agencies' | 'tax_preparation_services' | 'taxicabs_limousines' | 'telecommunication_equipment_and_telephone_sales' | 'telecommunication_services' | 'telegraph_services' | 'tent_and_awning_shops' | 'testing_laboratories' | 'theatrical_ticket_agencies' | 'timeshares' | 'tire_retreading_and_repair' | 'tolls_bridge_fees' | 'tourist_attractions_and_exhibits' | 'towing_services' | 'trailer_parks_campgrounds' | 'transportation_services' | 'travel_agencies_tour_operators' | 'truck_stop_iteration' | 'truck_utility_trailer_rentals' | 'typesetting_plate_making_and_related_services' | 'typewriter_stores' | 'u_s_federal_government_agencies_or_departments' | 'uniforms_commercial_clothing' | 'used_merchandise_and_secondhand_stores' | 'utilities' | 'variety_stores' | 'veterinary_services' | 'video_amusement_game_supplies' | 'video_game_arcades' | 'video_tape_rental_stores' | 'vocational_trade_schools' | 'watch_jewelry_repair' | 'welding_repair' | 'wholesale_clubs' | 'wig_and_toupee_stores' | 'wires_money_orders' | 'womens_accessory_and_specialty_shops' | 'womens_ready_to_wear_stores' | 'wrecking_and_salvage_yards';
|
|
114
|
+
}
|
|
115
|
+
namespace PurchaseDetails {
|
|
116
|
+
interface Fleet {
|
|
117
|
+
/**
|
|
118
|
+
* Answers to prompts presented to the cardholder at the point of sale. Prompted fields vary depending on the configuration of your physical fleet cards. Typical points of sale support only numeric entry.
|
|
119
|
+
*/
|
|
120
|
+
cardholder_prompt_data?: Fleet.CardholderPromptData;
|
|
121
|
+
/**
|
|
122
|
+
* The type of purchase. One of `fuel_purchase`, `non_fuel_purchase`, or `fuel_and_non_fuel_purchase`.
|
|
123
|
+
*/
|
|
124
|
+
purchase_type?: Fleet.PurchaseType;
|
|
125
|
+
/**
|
|
126
|
+
* More information about the total amount. This information is not guaranteed to be accurate as some merchants may provide unreliable data.
|
|
127
|
+
*/
|
|
128
|
+
reported_breakdown?: Fleet.ReportedBreakdown;
|
|
129
|
+
/**
|
|
130
|
+
* The type of fuel service. One of `non_fuel_transaction`, `full_service`, or `self_service`.
|
|
131
|
+
*/
|
|
132
|
+
service_type?: Fleet.ServiceType;
|
|
133
|
+
}
|
|
134
|
+
interface Flight {
|
|
135
|
+
/**
|
|
136
|
+
* The time that the flight departed.
|
|
137
|
+
*/
|
|
138
|
+
departure_at?: number;
|
|
139
|
+
/**
|
|
140
|
+
* The name of the passenger.
|
|
141
|
+
*/
|
|
142
|
+
passenger_name?: string;
|
|
143
|
+
/**
|
|
144
|
+
* Whether the ticket is refundable.
|
|
145
|
+
*/
|
|
146
|
+
refundable?: boolean;
|
|
147
|
+
/**
|
|
148
|
+
* The legs of the trip.
|
|
149
|
+
*/
|
|
150
|
+
segments?: Array<Flight.Segment>;
|
|
151
|
+
/**
|
|
152
|
+
* The travel agency that issued the ticket.
|
|
153
|
+
*/
|
|
154
|
+
travel_agency?: string;
|
|
155
|
+
}
|
|
156
|
+
interface Fuel {
|
|
157
|
+
/**
|
|
158
|
+
* [Conexxus Payment System Product Code](https://www.conexxus.org/conexxus-payment-system-product-codes) identifying the primary fuel product purchased.
|
|
159
|
+
*/
|
|
160
|
+
industry_product_code?: string;
|
|
161
|
+
/**
|
|
162
|
+
* The quantity of `unit`s of fuel that was dispensed, represented as a decimal string with at most 12 decimal places.
|
|
163
|
+
*/
|
|
164
|
+
quantity_decimal?: Decimal;
|
|
165
|
+
/**
|
|
166
|
+
* The type of fuel that was purchased. One of `diesel`, `unleaded_plus`, `unleaded_regular`, `unleaded_super`, or `other`.
|
|
167
|
+
*/
|
|
168
|
+
type?: Fuel.Type;
|
|
169
|
+
/**
|
|
170
|
+
* The units for `quantity_decimal`. One of `charging_minute`, `imperial_gallon`, `kilogram`, `kilowatt_hour`, `liter`, `pound`, `us_gallon`, or `other`.
|
|
171
|
+
*/
|
|
172
|
+
unit?: Fuel.Unit;
|
|
173
|
+
/**
|
|
174
|
+
* The cost in cents per each unit of fuel, represented as a decimal string with at most 12 decimal places.
|
|
175
|
+
*/
|
|
176
|
+
unit_cost_decimal?: Decimal;
|
|
177
|
+
}
|
|
178
|
+
interface Lodging {
|
|
179
|
+
/**
|
|
180
|
+
* The time of checking into the lodging.
|
|
181
|
+
*/
|
|
182
|
+
check_in_at?: number;
|
|
183
|
+
/**
|
|
184
|
+
* The number of nights stayed at the lodging.
|
|
185
|
+
*/
|
|
186
|
+
nights?: number;
|
|
187
|
+
}
|
|
188
|
+
interface Receipt {
|
|
189
|
+
description?: string;
|
|
190
|
+
quantity?: Decimal;
|
|
191
|
+
total?: number;
|
|
192
|
+
unit_cost?: number;
|
|
193
|
+
}
|
|
194
|
+
namespace Fleet {
|
|
195
|
+
interface CardholderPromptData {
|
|
196
|
+
/**
|
|
197
|
+
* Driver ID.
|
|
198
|
+
*/
|
|
199
|
+
driver_id?: string;
|
|
200
|
+
/**
|
|
201
|
+
* Odometer reading.
|
|
202
|
+
*/
|
|
203
|
+
odometer?: number;
|
|
204
|
+
/**
|
|
205
|
+
* An alphanumeric ID. This field is used when a vehicle ID, driver ID, or generic ID is entered by the cardholder, but the merchant or card network did not specify the prompt type.
|
|
206
|
+
*/
|
|
207
|
+
unspecified_id?: string;
|
|
208
|
+
/**
|
|
209
|
+
* User ID.
|
|
210
|
+
*/
|
|
211
|
+
user_id?: string;
|
|
212
|
+
/**
|
|
213
|
+
* Vehicle number.
|
|
214
|
+
*/
|
|
215
|
+
vehicle_number?: string;
|
|
216
|
+
}
|
|
217
|
+
type PurchaseType = 'fuel_and_non_fuel_purchase' | 'fuel_purchase' | 'non_fuel_purchase';
|
|
218
|
+
interface ReportedBreakdown {
|
|
219
|
+
/**
|
|
220
|
+
* Breakdown of fuel portion of the purchase.
|
|
221
|
+
*/
|
|
222
|
+
fuel?: ReportedBreakdown.Fuel;
|
|
223
|
+
/**
|
|
224
|
+
* Breakdown of non-fuel portion of the purchase.
|
|
225
|
+
*/
|
|
226
|
+
non_fuel?: ReportedBreakdown.NonFuel;
|
|
227
|
+
/**
|
|
228
|
+
* Information about tax included in this transaction.
|
|
229
|
+
*/
|
|
230
|
+
tax?: ReportedBreakdown.Tax;
|
|
231
|
+
}
|
|
232
|
+
type ServiceType = 'full_service' | 'non_fuel_transaction' | 'self_service';
|
|
233
|
+
namespace ReportedBreakdown {
|
|
234
|
+
interface Fuel {
|
|
235
|
+
/**
|
|
236
|
+
* Gross fuel amount that should equal Fuel Volume multipled by Fuel Unit Cost, inclusive of taxes.
|
|
237
|
+
*/
|
|
238
|
+
gross_amount_decimal?: Decimal;
|
|
239
|
+
}
|
|
240
|
+
interface NonFuel {
|
|
241
|
+
/**
|
|
242
|
+
* Gross non-fuel amount that should equal the sum of the line items, inclusive of taxes.
|
|
243
|
+
*/
|
|
244
|
+
gross_amount_decimal?: Decimal;
|
|
245
|
+
}
|
|
246
|
+
interface Tax {
|
|
247
|
+
/**
|
|
248
|
+
* Amount of state or provincial Sales Tax included in the transaction amount. Null if not reported by merchant or not subject to tax.
|
|
249
|
+
*/
|
|
250
|
+
local_amount_decimal?: Decimal;
|
|
251
|
+
/**
|
|
252
|
+
* Amount of national Sales Tax or VAT included in the transaction amount. Null if not reported by merchant or not subject to tax.
|
|
253
|
+
*/
|
|
254
|
+
national_amount_decimal?: Decimal;
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
namespace Flight {
|
|
259
|
+
interface Segment {
|
|
260
|
+
/**
|
|
261
|
+
* The three-letter IATA airport code of the flight's destination.
|
|
262
|
+
*/
|
|
263
|
+
arrival_airport_code?: string;
|
|
264
|
+
/**
|
|
265
|
+
* The airline carrier code.
|
|
266
|
+
*/
|
|
267
|
+
carrier?: string;
|
|
268
|
+
/**
|
|
269
|
+
* The three-letter IATA airport code that the flight departed from.
|
|
270
|
+
*/
|
|
271
|
+
departure_airport_code?: string;
|
|
272
|
+
/**
|
|
273
|
+
* The flight number.
|
|
274
|
+
*/
|
|
275
|
+
flight_number?: string;
|
|
276
|
+
/**
|
|
277
|
+
* The flight's service class.
|
|
278
|
+
*/
|
|
279
|
+
service_class?: string;
|
|
280
|
+
/**
|
|
281
|
+
* Whether a stopover is allowed on this flight.
|
|
282
|
+
*/
|
|
283
|
+
stopover_allowed?: boolean;
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
namespace Fuel {
|
|
287
|
+
type Type = 'diesel' | 'other' | 'unleaded_plus' | 'unleaded_regular' | 'unleaded_super';
|
|
288
|
+
type Unit = 'charging_minute' | 'imperial_gallon' | 'kilogram' | 'kilowatt_hour' | 'liter' | 'other' | 'pound' | 'us_gallon';
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
export declare namespace TestHelpers {
|
|
295
|
+
namespace Issuing {
|
|
296
|
+
interface TransactionCreateUnlinkedRefundParams {
|
|
297
|
+
/**
|
|
298
|
+
* The total amount to attempt to refund. This amount is in the provided currency, or defaults to the cards currency, and in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).
|
|
299
|
+
*/
|
|
300
|
+
amount: number;
|
|
301
|
+
/**
|
|
302
|
+
* Card associated with this unlinked refund transaction.
|
|
303
|
+
*/
|
|
304
|
+
card: string;
|
|
305
|
+
/**
|
|
306
|
+
* The currency of the unlinked refund. If not provided, defaults to the currency of the card. Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
|
|
307
|
+
*/
|
|
308
|
+
currency?: string;
|
|
309
|
+
/**
|
|
310
|
+
* Specifies which fields in the response should be expanded.
|
|
311
|
+
*/
|
|
312
|
+
expand?: Array<string>;
|
|
313
|
+
/**
|
|
314
|
+
* Details about the seller (grocery store, e-commerce website, etc.) where the card authorization happened.
|
|
315
|
+
*/
|
|
316
|
+
merchant_data?: TransactionCreateUnlinkedRefundParams.MerchantData;
|
|
317
|
+
/**
|
|
318
|
+
* Additional purchase information that is optionally provided by the merchant.
|
|
319
|
+
*/
|
|
320
|
+
purchase_details?: TransactionCreateUnlinkedRefundParams.PurchaseDetails;
|
|
321
|
+
}
|
|
322
|
+
namespace TransactionCreateUnlinkedRefundParams {
|
|
323
|
+
interface MerchantData {
|
|
324
|
+
/**
|
|
325
|
+
* A categorization of the seller's type of business. See our [merchant categories guide](https://docs.stripe.com/issuing/merchant-categories) for a list of possible values.
|
|
326
|
+
*/
|
|
327
|
+
category?: MerchantData.Category;
|
|
328
|
+
/**
|
|
329
|
+
* City where the seller is located
|
|
330
|
+
*/
|
|
331
|
+
city?: string;
|
|
332
|
+
/**
|
|
333
|
+
* Country where the seller is located
|
|
334
|
+
*/
|
|
335
|
+
country?: string;
|
|
336
|
+
/**
|
|
337
|
+
* Name of the seller
|
|
338
|
+
*/
|
|
339
|
+
name?: string;
|
|
340
|
+
/**
|
|
341
|
+
* Identifier assigned to the seller by the card network. Different card networks may assign different network_id fields to the same merchant.
|
|
342
|
+
*/
|
|
343
|
+
network_id?: string;
|
|
344
|
+
/**
|
|
345
|
+
* Postal code where the seller is located
|
|
346
|
+
*/
|
|
347
|
+
postal_code?: string;
|
|
348
|
+
/**
|
|
349
|
+
* State where the seller is located
|
|
350
|
+
*/
|
|
351
|
+
state?: string;
|
|
352
|
+
/**
|
|
353
|
+
* An ID assigned by the seller to the location of the sale.
|
|
354
|
+
*/
|
|
355
|
+
terminal_id?: string;
|
|
356
|
+
/**
|
|
357
|
+
* URL provided by the merchant on a 3DS request
|
|
358
|
+
*/
|
|
359
|
+
url?: string;
|
|
360
|
+
}
|
|
361
|
+
interface PurchaseDetails {
|
|
362
|
+
/**
|
|
363
|
+
* Fleet-specific information for transactions using Fleet cards.
|
|
364
|
+
*/
|
|
365
|
+
fleet?: PurchaseDetails.Fleet;
|
|
366
|
+
/**
|
|
367
|
+
* Information about the flight that was purchased with this transaction.
|
|
368
|
+
*/
|
|
369
|
+
flight?: PurchaseDetails.Flight;
|
|
370
|
+
/**
|
|
371
|
+
* Information about fuel that was purchased with this transaction.
|
|
372
|
+
*/
|
|
373
|
+
fuel?: PurchaseDetails.Fuel;
|
|
374
|
+
/**
|
|
375
|
+
* Information about lodging that was purchased with this transaction.
|
|
376
|
+
*/
|
|
377
|
+
lodging?: PurchaseDetails.Lodging;
|
|
378
|
+
/**
|
|
379
|
+
* The line items in the purchase.
|
|
380
|
+
*/
|
|
381
|
+
receipt?: Array<PurchaseDetails.Receipt>;
|
|
382
|
+
/**
|
|
383
|
+
* A merchant-specific order number.
|
|
384
|
+
*/
|
|
385
|
+
reference?: string;
|
|
386
|
+
}
|
|
387
|
+
namespace MerchantData {
|
|
388
|
+
type Category = 'ac_refrigeration_repair' | 'accounting_bookkeeping_services' | 'advertising_services' | 'agricultural_cooperative' | 'airlines_air_carriers' | 'airports_flying_fields' | 'ambulance_services' | 'amusement_parks_carnivals' | 'antique_reproductions' | 'antique_shops' | 'aquariums' | 'architectural_surveying_services' | 'art_dealers_and_galleries' | 'artists_supply_and_craft_shops' | 'auto_and_home_supply_stores' | 'auto_body_repair_shops' | 'auto_paint_shops' | 'auto_service_shops' | 'automated_cash_disburse' | 'automated_fuel_dispensers' | 'automobile_associations' | 'automotive_parts_and_accessories_stores' | 'automotive_tire_stores' | 'bail_and_bond_payments' | 'bakeries' | 'bands_orchestras' | 'barber_and_beauty_shops' | 'betting_casino_gambling' | 'bicycle_shops' | 'billiard_pool_establishments' | 'boat_dealers' | 'boat_rentals_and_leases' | 'book_stores' | 'books_periodicals_and_newspapers' | 'bowling_alleys' | 'bus_lines' | 'business_secretarial_schools' | 'buying_shopping_services' | 'cable_satellite_and_other_pay_television_and_radio' | 'camera_and_photographic_supply_stores' | 'candy_nut_and_confectionery_stores' | 'car_and_truck_dealers_new_used' | 'car_and_truck_dealers_used_only' | 'car_rental_agencies' | 'car_washes' | 'carpentry_services' | 'carpet_upholstery_cleaning' | 'caterers' | 'charitable_and_social_service_organizations_fundraising' | 'chemicals_and_allied_products' | 'child_care_services' | 'childrens_and_infants_wear_stores' | 'chiropodists_podiatrists' | 'chiropractors' | 'cigar_stores_and_stands' | 'civic_social_fraternal_associations' | 'cleaning_and_maintenance' | 'clothing_rental' | 'colleges_universities' | 'commercial_equipment' | 'commercial_footwear' | 'commercial_photography_art_and_graphics' | 'commuter_transport_and_ferries' | 'computer_network_services' | 'computer_programming' | 'computer_repair' | 'computer_software_stores' | 'computers_peripherals_and_software' | 'concrete_work_services' | 'construction_materials' | 'consulting_public_relations' | 'correspondence_schools' | 'cosmetic_stores' | 'counseling_services' | 'country_clubs' | 'courier_services' | 'court_costs' | 'credit_reporting_agencies' | 'cruise_lines' | 'dairy_products_stores' | 'dance_hall_studios_schools' | 'dating_escort_services' | 'dentists_orthodontists' | 'department_stores' | 'detective_agencies' | 'digital_goods_applications' | 'digital_goods_games' | 'digital_goods_large_volume' | 'digital_goods_media' | 'direct_marketing_catalog_merchant' | 'direct_marketing_combination_catalog_and_retail_merchant' | 'direct_marketing_inbound_telemarketing' | 'direct_marketing_insurance_services' | 'direct_marketing_other' | 'direct_marketing_outbound_telemarketing' | 'direct_marketing_subscription' | 'direct_marketing_travel' | 'discount_stores' | 'doctors' | 'door_to_door_sales' | 'drapery_window_covering_and_upholstery_stores' | 'drinking_places' | 'drug_stores_and_pharmacies' | 'drugs_drug_proprietaries_and_druggist_sundries' | 'dry_cleaners' | 'durable_goods' | 'duty_free_stores' | 'eating_places_restaurants' | 'educational_services' | 'electric_razor_stores' | 'electric_vehicle_charging' | 'electrical_parts_and_equipment' | 'electrical_services' | 'electronics_repair_shops' | 'electronics_stores' | 'elementary_secondary_schools' | 'emergency_services_gcas_visa_use_only' | 'employment_temp_agencies' | 'equipment_rental' | 'exterminating_services' | 'family_clothing_stores' | 'fast_food_restaurants' | 'financial_institutions' | 'fines_government_administrative_entities' | 'fireplace_fireplace_screens_and_accessories_stores' | 'floor_covering_stores' | 'florists' | 'florists_supplies_nursery_stock_and_flowers' | 'freezer_and_locker_meat_provisioners' | 'fuel_dealers_non_automotive' | 'funeral_services_crematories' | 'furniture_home_furnishings_and_equipment_stores_except_appliances' | 'furniture_repair_refinishing' | 'furriers_and_fur_shops' | 'general_services' | 'gift_card_novelty_and_souvenir_shops' | 'glass_paint_and_wallpaper_stores' | 'glassware_crystal_stores' | 'golf_courses_public' | 'government_licensed_horse_dog_racing_us_region_only' | 'government_licensed_online_casions_online_gambling_us_region_only' | 'government_owned_lotteries_non_us_region' | 'government_owned_lotteries_us_region_only' | 'government_services' | 'grocery_stores_supermarkets' | 'hardware_equipment_and_supplies' | 'hardware_stores' | 'health_and_beauty_spas' | 'hearing_aids_sales_and_supplies' | 'heating_plumbing_a_c' | 'hobby_toy_and_game_shops' | 'home_supply_warehouse_stores' | 'hospitals' | 'hotels_motels_and_resorts' | 'household_appliance_stores' | 'industrial_supplies' | 'information_retrieval_services' | 'insurance_default' | 'insurance_underwriting_premiums' | 'intra_company_purchases' | 'jewelry_stores_watches_clocks_and_silverware_stores' | 'landscaping_services' | 'laundries' | 'laundry_cleaning_services' | 'legal_services_attorneys' | 'luggage_and_leather_goods_stores' | 'lumber_building_materials_stores' | 'manual_cash_disburse' | 'marinas_service_and_supplies' | 'marketplaces' | 'masonry_stonework_and_plaster' | 'massage_parlors' | 'medical_and_dental_labs' | 'medical_dental_ophthalmic_and_hospital_equipment_and_supplies' | 'medical_services' | 'membership_organizations' | 'mens_and_boys_clothing_and_accessories_stores' | 'mens_womens_clothing_stores' | 'metal_service_centers' | 'miscellaneous_apparel_and_accessory_shops' | 'miscellaneous_auto_dealers' | 'miscellaneous_business_services' | 'miscellaneous_food_stores' | 'miscellaneous_general_merchandise' | 'miscellaneous_general_services' | 'miscellaneous_home_furnishing_specialty_stores' | 'miscellaneous_publishing_and_printing' | 'miscellaneous_recreation_services' | 'miscellaneous_repair_shops' | 'miscellaneous_specialty_retail' | 'mobile_home_dealers' | 'motion_picture_theaters' | 'motor_freight_carriers_and_trucking' | 'motor_homes_dealers' | 'motor_vehicle_supplies_and_new_parts' | 'motorcycle_shops_and_dealers' | 'motorcycle_shops_dealers' | 'music_stores_musical_instruments_pianos_and_sheet_music' | 'news_dealers_and_newsstands' | 'non_fi_money_orders' | 'non_fi_stored_value_card_purchase_load' | 'nondurable_goods' | 'nurseries_lawn_and_garden_supply_stores' | 'nursing_personal_care' | 'office_and_commercial_furniture' | 'opticians_eyeglasses' | 'optometrists_ophthalmologist' | 'orthopedic_goods_prosthetic_devices' | 'osteopaths' | 'package_stores_beer_wine_and_liquor' | 'paints_varnishes_and_supplies' | 'parking_lots_garages' | 'passenger_railways' | 'pawn_shops' | 'pet_shops_pet_food_and_supplies' | 'petroleum_and_petroleum_products' | 'photo_developing' | 'photographic_photocopy_microfilm_equipment_and_supplies' | 'photographic_studios' | 'picture_video_production' | 'piece_goods_notions_and_other_dry_goods' | 'plumbing_heating_equipment_and_supplies' | 'political_organizations' | 'postal_services_government_only' | 'precious_stones_and_metals_watches_and_jewelry' | 'professional_services' | 'public_warehousing_and_storage' | 'quick_copy_repro_and_blueprint' | 'railroads' | 'real_estate_agents_and_managers_rentals' | 'record_stores' | 'recreational_vehicle_rentals' | 'religious_goods_stores' | 'religious_organizations' | 'roofing_siding_sheet_metal' | 'secretarial_support_services' | 'security_brokers_dealers' | 'service_stations' | 'sewing_needlework_fabric_and_piece_goods_stores' | 'shoe_repair_hat_cleaning' | 'shoe_stores' | 'small_appliance_repair' | 'snowmobile_dealers' | 'special_trade_services' | 'specialty_cleaning' | 'sporting_goods_stores' | 'sporting_recreation_camps' | 'sports_and_riding_apparel_stores' | 'sports_clubs_fields' | 'stamp_and_coin_stores' | 'stationary_office_supplies_printing_and_writing_paper' | 'stationery_stores_office_and_school_supply_stores' | 'swimming_pools_sales' | 't_ui_travel_germany' | 'tailors_alterations' | 'tax_payments_government_agencies' | 'tax_preparation_services' | 'taxicabs_limousines' | 'telecommunication_equipment_and_telephone_sales' | 'telecommunication_services' | 'telegraph_services' | 'tent_and_awning_shops' | 'testing_laboratories' | 'theatrical_ticket_agencies' | 'timeshares' | 'tire_retreading_and_repair' | 'tolls_bridge_fees' | 'tourist_attractions_and_exhibits' | 'towing_services' | 'trailer_parks_campgrounds' | 'transportation_services' | 'travel_agencies_tour_operators' | 'truck_stop_iteration' | 'truck_utility_trailer_rentals' | 'typesetting_plate_making_and_related_services' | 'typewriter_stores' | 'u_s_federal_government_agencies_or_departments' | 'uniforms_commercial_clothing' | 'used_merchandise_and_secondhand_stores' | 'utilities' | 'variety_stores' | 'veterinary_services' | 'video_amusement_game_supplies' | 'video_game_arcades' | 'video_tape_rental_stores' | 'vocational_trade_schools' | 'watch_jewelry_repair' | 'welding_repair' | 'wholesale_clubs' | 'wig_and_toupee_stores' | 'wires_money_orders' | 'womens_accessory_and_specialty_shops' | 'womens_ready_to_wear_stores' | 'wrecking_and_salvage_yards';
|
|
389
|
+
}
|
|
390
|
+
namespace PurchaseDetails {
|
|
391
|
+
interface Fleet {
|
|
392
|
+
/**
|
|
393
|
+
* Answers to prompts presented to the cardholder at the point of sale. Prompted fields vary depending on the configuration of your physical fleet cards. Typical points of sale support only numeric entry.
|
|
394
|
+
*/
|
|
395
|
+
cardholder_prompt_data?: Fleet.CardholderPromptData;
|
|
396
|
+
/**
|
|
397
|
+
* The type of purchase. One of `fuel_purchase`, `non_fuel_purchase`, or `fuel_and_non_fuel_purchase`.
|
|
398
|
+
*/
|
|
399
|
+
purchase_type?: Fleet.PurchaseType;
|
|
400
|
+
/**
|
|
401
|
+
* More information about the total amount. This information is not guaranteed to be accurate as some merchants may provide unreliable data.
|
|
402
|
+
*/
|
|
403
|
+
reported_breakdown?: Fleet.ReportedBreakdown;
|
|
404
|
+
/**
|
|
405
|
+
* The type of fuel service. One of `non_fuel_transaction`, `full_service`, or `self_service`.
|
|
406
|
+
*/
|
|
407
|
+
service_type?: Fleet.ServiceType;
|
|
408
|
+
}
|
|
409
|
+
interface Flight {
|
|
410
|
+
/**
|
|
411
|
+
* The time that the flight departed.
|
|
412
|
+
*/
|
|
413
|
+
departure_at?: number;
|
|
414
|
+
/**
|
|
415
|
+
* The name of the passenger.
|
|
416
|
+
*/
|
|
417
|
+
passenger_name?: string;
|
|
418
|
+
/**
|
|
419
|
+
* Whether the ticket is refundable.
|
|
420
|
+
*/
|
|
421
|
+
refundable?: boolean;
|
|
422
|
+
/**
|
|
423
|
+
* The legs of the trip.
|
|
424
|
+
*/
|
|
425
|
+
segments?: Array<Flight.Segment>;
|
|
426
|
+
/**
|
|
427
|
+
* The travel agency that issued the ticket.
|
|
428
|
+
*/
|
|
429
|
+
travel_agency?: string;
|
|
430
|
+
}
|
|
431
|
+
interface Fuel {
|
|
432
|
+
/**
|
|
433
|
+
* [Conexxus Payment System Product Code](https://www.conexxus.org/conexxus-payment-system-product-codes) identifying the primary fuel product purchased.
|
|
434
|
+
*/
|
|
435
|
+
industry_product_code?: string;
|
|
436
|
+
/**
|
|
437
|
+
* The quantity of `unit`s of fuel that was dispensed, represented as a decimal string with at most 12 decimal places.
|
|
438
|
+
*/
|
|
439
|
+
quantity_decimal?: Decimal;
|
|
440
|
+
/**
|
|
441
|
+
* The type of fuel that was purchased. One of `diesel`, `unleaded_plus`, `unleaded_regular`, `unleaded_super`, or `other`.
|
|
442
|
+
*/
|
|
443
|
+
type?: Fuel.Type;
|
|
444
|
+
/**
|
|
445
|
+
* The units for `quantity_decimal`. One of `charging_minute`, `imperial_gallon`, `kilogram`, `kilowatt_hour`, `liter`, `pound`, `us_gallon`, or `other`.
|
|
446
|
+
*/
|
|
447
|
+
unit?: Fuel.Unit;
|
|
448
|
+
/**
|
|
449
|
+
* The cost in cents per each unit of fuel, represented as a decimal string with at most 12 decimal places.
|
|
450
|
+
*/
|
|
451
|
+
unit_cost_decimal?: Decimal;
|
|
452
|
+
}
|
|
453
|
+
interface Lodging {
|
|
454
|
+
/**
|
|
455
|
+
* The time of checking into the lodging.
|
|
456
|
+
*/
|
|
457
|
+
check_in_at?: number;
|
|
458
|
+
/**
|
|
459
|
+
* The number of nights stayed at the lodging.
|
|
460
|
+
*/
|
|
461
|
+
nights?: number;
|
|
462
|
+
}
|
|
463
|
+
interface Receipt {
|
|
464
|
+
description?: string;
|
|
465
|
+
quantity?: Decimal;
|
|
466
|
+
total?: number;
|
|
467
|
+
unit_cost?: number;
|
|
468
|
+
}
|
|
469
|
+
namespace Fleet {
|
|
470
|
+
interface CardholderPromptData {
|
|
471
|
+
/**
|
|
472
|
+
* Driver ID.
|
|
473
|
+
*/
|
|
474
|
+
driver_id?: string;
|
|
475
|
+
/**
|
|
476
|
+
* Odometer reading.
|
|
477
|
+
*/
|
|
478
|
+
odometer?: number;
|
|
479
|
+
/**
|
|
480
|
+
* An alphanumeric ID. This field is used when a vehicle ID, driver ID, or generic ID is entered by the cardholder, but the merchant or card network did not specify the prompt type.
|
|
481
|
+
*/
|
|
482
|
+
unspecified_id?: string;
|
|
483
|
+
/**
|
|
484
|
+
* User ID.
|
|
485
|
+
*/
|
|
486
|
+
user_id?: string;
|
|
487
|
+
/**
|
|
488
|
+
* Vehicle number.
|
|
489
|
+
*/
|
|
490
|
+
vehicle_number?: string;
|
|
491
|
+
}
|
|
492
|
+
type PurchaseType = 'fuel_and_non_fuel_purchase' | 'fuel_purchase' | 'non_fuel_purchase';
|
|
493
|
+
interface ReportedBreakdown {
|
|
494
|
+
/**
|
|
495
|
+
* Breakdown of fuel portion of the purchase.
|
|
496
|
+
*/
|
|
497
|
+
fuel?: ReportedBreakdown.Fuel;
|
|
498
|
+
/**
|
|
499
|
+
* Breakdown of non-fuel portion of the purchase.
|
|
500
|
+
*/
|
|
501
|
+
non_fuel?: ReportedBreakdown.NonFuel;
|
|
502
|
+
/**
|
|
503
|
+
* Information about tax included in this transaction.
|
|
504
|
+
*/
|
|
505
|
+
tax?: ReportedBreakdown.Tax;
|
|
506
|
+
}
|
|
507
|
+
type ServiceType = 'full_service' | 'non_fuel_transaction' | 'self_service';
|
|
508
|
+
namespace ReportedBreakdown {
|
|
509
|
+
interface Fuel {
|
|
510
|
+
/**
|
|
511
|
+
* Gross fuel amount that should equal Fuel Volume multipled by Fuel Unit Cost, inclusive of taxes.
|
|
512
|
+
*/
|
|
513
|
+
gross_amount_decimal?: Decimal;
|
|
514
|
+
}
|
|
515
|
+
interface NonFuel {
|
|
516
|
+
/**
|
|
517
|
+
* Gross non-fuel amount that should equal the sum of the line items, inclusive of taxes.
|
|
518
|
+
*/
|
|
519
|
+
gross_amount_decimal?: Decimal;
|
|
520
|
+
}
|
|
521
|
+
interface Tax {
|
|
522
|
+
/**
|
|
523
|
+
* Amount of state or provincial Sales Tax included in the transaction amount. Null if not reported by merchant or not subject to tax.
|
|
524
|
+
*/
|
|
525
|
+
local_amount_decimal?: Decimal;
|
|
526
|
+
/**
|
|
527
|
+
* Amount of national Sales Tax or VAT included in the transaction amount. Null if not reported by merchant or not subject to tax.
|
|
528
|
+
*/
|
|
529
|
+
national_amount_decimal?: Decimal;
|
|
530
|
+
}
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
namespace Flight {
|
|
534
|
+
interface Segment {
|
|
535
|
+
/**
|
|
536
|
+
* The three-letter IATA airport code of the flight's destination.
|
|
537
|
+
*/
|
|
538
|
+
arrival_airport_code?: string;
|
|
539
|
+
/**
|
|
540
|
+
* The airline carrier code.
|
|
541
|
+
*/
|
|
542
|
+
carrier?: string;
|
|
543
|
+
/**
|
|
544
|
+
* The three-letter IATA airport code that the flight departed from.
|
|
545
|
+
*/
|
|
546
|
+
departure_airport_code?: string;
|
|
547
|
+
/**
|
|
548
|
+
* The flight number.
|
|
549
|
+
*/
|
|
550
|
+
flight_number?: string;
|
|
551
|
+
/**
|
|
552
|
+
* The flight's service class.
|
|
553
|
+
*/
|
|
554
|
+
service_class?: string;
|
|
555
|
+
/**
|
|
556
|
+
* Whether a stopover is allowed on this flight.
|
|
557
|
+
*/
|
|
558
|
+
stopover_allowed?: boolean;
|
|
559
|
+
}
|
|
560
|
+
}
|
|
561
|
+
namespace Fuel {
|
|
562
|
+
type Type = 'diesel' | 'other' | 'unleaded_plus' | 'unleaded_regular' | 'unleaded_super';
|
|
563
|
+
type Unit = 'charging_minute' | 'imperial_gallon' | 'kilogram' | 'kilowatt_hour' | 'liter' | 'other' | 'pound' | 'us_gallon';
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
}
|
|
568
|
+
}
|
|
569
|
+
export declare namespace TestHelpers {
|
|
570
|
+
namespace Issuing {
|
|
571
|
+
interface TransactionRefundParams {
|
|
572
|
+
/**
|
|
573
|
+
* Specifies which fields in the response should be expanded.
|
|
574
|
+
*/
|
|
575
|
+
expand?: Array<string>;
|
|
576
|
+
/**
|
|
577
|
+
* The total amount to attempt to refund. This amount is in the provided currency, or defaults to the cards currency, and in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).
|
|
578
|
+
*/
|
|
579
|
+
refund_amount?: number;
|
|
580
|
+
}
|
|
581
|
+
}
|
|
582
|
+
}
|