@noodleseed/one 0.54.0 → 0.56.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commands/billing-enforcement-activation-ops.js +3 -0
- package/dist/commands/billing-enforcement-activation-ops.js.map +1 -1
- package/dist/commands/billing-read-ops.d.ts.map +1 -1
- package/dist/commands/billing-read-ops.js +10 -2
- package/dist/commands/billing-read-ops.js.map +1 -1
- package/dist/commands/billing-stripe-ops.d.ts +2 -0
- package/dist/commands/billing-stripe-ops.d.ts.map +1 -0
- package/dist/commands/billing-stripe-ops.js +155 -0
- package/dist/commands/billing-stripe-ops.js.map +1 -0
- package/dist/commands/catalog-data-resources.d.ts.map +1 -1
- package/dist/commands/catalog-data-resources.js +6 -4
- package/dist/commands/catalog-data-resources.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/billing/enforcement-release-config.d.ts +1 -1
- package/node_modules/@noodle-borg/service/dist/billing/enforcement-release-config.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/billing/enforcement-release-config.js +2 -5
- package/node_modules/@noodle-borg/service/dist/billing/enforcement-release-config.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/billing/integration.d.ts +2 -1
- package/node_modules/@noodle-borg/service/dist/billing/integration.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/billing/integration.js +2 -2
- package/node_modules/@noodle-borg/service/dist/billing/integration.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/billing/model.d.ts +8 -1
- package/node_modules/@noodle-borg/service/dist/billing/model.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/billing/model.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/billing/postgres-commercial-contract-cutover.d.ts +27 -0
- package/node_modules/@noodle-borg/service/dist/billing/postgres-commercial-contract-cutover.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/billing/postgres-commercial-contract-cutover.js +284 -0
- package/node_modules/@noodle-borg/service/dist/billing/postgres-commercial-contract-cutover.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/billing/postgres-enforcement-activation-schema.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/billing/postgres-enforcement-activation-schema.js +55 -0
- package/node_modules/@noodle-borg/service/dist/billing/postgres-enforcement-activation-schema.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/billing/postgres-enforcement-release-activation.d.ts +4 -7
- package/node_modules/@noodle-borg/service/dist/billing/postgres-enforcement-release-activation.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/billing/postgres-enforcement-release-activation.js +34 -4
- package/node_modules/@noodle-borg/service/dist/billing/postgres-enforcement-release-activation.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/billing/postgres-records.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/billing/postgres-records.js +20 -1
- package/node_modules/@noodle-borg/service/dist/billing/postgres-records.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/billing/postgres-schema.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/billing/postgres-schema.js +2 -0
- package/node_modules/@noodle-borg/service/dist/billing/postgres-schema.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-events.d.ts +7 -0
- package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-events.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-events.js +99 -0
- package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-events.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-records.d.ts +35 -0
- package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-records.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-records.js +50 -0
- package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-records.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-schema.d.ts +4 -0
- package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-schema.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-schema.js +98 -0
- package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-schema.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-store.d.ts +24 -0
- package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-store.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-store.js +322 -0
- package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-store.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation-persistence.d.ts +2 -2
- package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation-persistence.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation-persistence.js +3 -3
- package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation-persistence.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation.js +33 -14
- package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-schema.js +41 -2
- package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-schema.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/billing/read-contract.d.ts +12 -0
- package/node_modules/@noodle-borg/service/dist/billing/read-contract.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/billing/read-contract.js +5 -0
- package/node_modules/@noodle-borg/service/dist/billing/read-contract.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/billing/service-enforcement-release.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/billing/service-enforcement-release.js +4 -1
- package/node_modules/@noodle-borg/service/dist/billing/service-enforcement-release.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/billing/stripe-config.d.ts +23 -0
- package/node_modules/@noodle-borg/service/dist/billing/stripe-config.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/billing/stripe-config.js +128 -0
- package/node_modules/@noodle-borg/service/dist/billing/stripe-config.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/billing/stripe-contract.d.ts +30 -0
- package/node_modules/@noodle-borg/service/dist/billing/stripe-contract.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/billing/stripe-contract.js +21 -0
- package/node_modules/@noodle-borg/service/dist/billing/stripe-contract.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/billing/stripe-integration-loader.d.ts +14 -0
- package/node_modules/@noodle-borg/service/dist/billing/stripe-integration-loader.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/billing/stripe-integration-loader.js +19 -0
- package/node_modules/@noodle-borg/service/dist/billing/stripe-integration-loader.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/billing/stripe-integration.d.ts +14 -0
- package/node_modules/@noodle-borg/service/dist/billing/stripe-integration.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/billing/stripe-integration.js +45 -0
- package/node_modules/@noodle-borg/service/dist/billing/stripe-integration.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/billing/stripe-lifecycle.d.ts +18 -0
- package/node_modules/@noodle-borg/service/dist/billing/stripe-lifecycle.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/billing/stripe-lifecycle.js +119 -0
- package/node_modules/@noodle-borg/service/dist/billing/stripe-lifecycle.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/billing/stripe-provider.d.ts +78 -0
- package/node_modules/@noodle-borg/service/dist/billing/stripe-provider.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/billing/stripe-provider.js +299 -0
- package/node_modules/@noodle-borg/service/dist/billing/stripe-provider.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/billing/stripe-service.d.ts +55 -0
- package/node_modules/@noodle-borg/service/dist/billing/stripe-service.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/billing/stripe-service.js +277 -0
- package/node_modules/@noodle-borg/service/dist/billing/stripe-service.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/billing/stripe-store.d.ts +75 -0
- package/node_modules/@noodle-borg/service/dist/billing/stripe-store.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/billing/stripe-store.js +2 -0
- package/node_modules/@noodle-borg/service/dist/billing/stripe-store.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/billing/subscription-model.d.ts +9 -1
- package/node_modules/@noodle-borg/service/dist/billing/subscription-model.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/billing/subscription-model.js +130 -0
- package/node_modules/@noodle-borg/service/dist/billing/subscription-model.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/billing/subscription-reconciliation.d.ts +1 -1
- package/node_modules/@noodle-borg/service/dist/billing/subscription-reconciliation.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/billing/subscription-reconciliation.js +8 -9
- package/node_modules/@noodle-borg/service/dist/billing/subscription-reconciliation.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/billing-public.d.ts +2 -1
- package/node_modules/@noodle-borg/service/dist/billing-public.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/billing-public.js +2 -1
- package/node_modules/@noodle-borg/service/dist/billing-public.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/http-util.d.ts +9 -0
- package/node_modules/@noodle-borg/service/dist/http-util.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/http-util.js +4 -0
- package/node_modules/@noodle-borg/service/dist/http-util.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/main.js +3 -0
- package/node_modules/@noodle-borg/service/dist/main.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/options.d.ts +3 -0
- package/node_modules/@noodle-borg/service/dist/options.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/billing-read.d.ts +2 -0
- package/node_modules/@noodle-borg/service/dist/routes/billing-read.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/billing-read.js +3 -0
- package/node_modules/@noodle-borg/service/dist/routes/billing-read.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/billing-stripe.d.ts +22 -0
- package/node_modules/@noodle-borg/service/dist/routes/billing-stripe.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/routes/billing-stripe.js +98 -0
- package/node_modules/@noodle-borg/service/dist/routes/billing-stripe.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/routes/commercial-dispatch.d.ts +2 -0
- package/node_modules/@noodle-borg/service/dist/routes/commercial-dispatch.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/commercial-dispatch.js +50 -1
- package/node_modules/@noodle-borg/service/dist/routes/commercial-dispatch.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/commercial-service-deps.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/commercial-service-deps.js +3 -0
- package/node_modules/@noodle-borg/service/dist/routes/commercial-service-deps.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/paths.d.ts +5 -0
- package/node_modules/@noodle-borg/service/dist/routes/paths.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/paths.js +15 -0
- package/node_modules/@noodle-borg/service/dist/routes/paths.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/serve-options.d.ts +3 -0
- package/node_modules/@noodle-borg/service/dist/serve-options.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/serve.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/serve.js +17 -0
- package/node_modules/@noodle-borg/service/dist/serve.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/service-resource-cleanup.d.ts +1 -0
- package/node_modules/@noodle-borg/service/dist/service-resource-cleanup.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/service-resource-cleanup.js +3 -0
- package/node_modules/@noodle-borg/service/dist/service-resource-cleanup.js.map +1 -1
- package/node_modules/@noodle-borg/service/package.json +2 -1
- package/node_modules/stripe/CHANGELOG.md +4818 -0
- package/node_modules/stripe/LICENSE +20 -0
- package/node_modules/stripe/OPENAPI_VERSION +1 -0
- package/node_modules/stripe/README.md +713 -0
- package/node_modules/stripe/VERSION +1 -0
- package/node_modules/stripe/cjs/Decimal.d.ts +532 -0
- package/node_modules/stripe/cjs/Decimal.js +855 -0
- package/node_modules/stripe/cjs/Decimal.js.map +1 -0
- package/node_modules/stripe/cjs/Error.d.ts +217 -0
- package/node_modules/stripe/cjs/Error.js +295 -0
- package/node_modules/stripe/cjs/Error.js.map +1 -0
- package/node_modules/stripe/cjs/RequestSender.d.ts +60 -0
- package/node_modules/stripe/cjs/RequestSender.js +476 -0
- package/node_modules/stripe/cjs/RequestSender.js.map +1 -0
- package/node_modules/stripe/cjs/ResourceNamespace.d.ts +6 -0
- package/node_modules/stripe/cjs/ResourceNamespace.js +22 -0
- package/node_modules/stripe/cjs/ResourceNamespace.js.map +1 -0
- package/node_modules/stripe/cjs/StripeContext.d.ts +32 -0
- package/node_modules/stripe/cjs/StripeContext.js +57 -0
- package/node_modules/stripe/cjs/StripeContext.js.map +1 -0
- package/node_modules/stripe/cjs/StripeEmitter.d.ts +23 -0
- package/node_modules/stripe/cjs/StripeEmitter.js +47 -0
- package/node_modules/stripe/cjs/StripeEmitter.js.map +1 -0
- package/node_modules/stripe/cjs/StripeResource.d.ts +18 -0
- package/node_modules/stripe/cjs/StripeResource.js +101 -0
- package/node_modules/stripe/cjs/StripeResource.js.map +1 -0
- package/node_modules/stripe/cjs/Types.d.ts +250 -0
- package/node_modules/stripe/cjs/Types.js +10 -0
- package/node_modules/stripe/cjs/Types.js.map +1 -0
- package/node_modules/stripe/cjs/V2Coercion.d.ts +17 -0
- package/node_modules/stripe/cjs/V2Coercion.js +110 -0
- package/node_modules/stripe/cjs/V2Coercion.js.map +1 -0
- package/node_modules/stripe/cjs/Webhooks.d.ts +37 -0
- package/node_modules/stripe/cjs/Webhooks.js +265 -0
- package/node_modules/stripe/cjs/Webhooks.js.map +1 -0
- package/node_modules/stripe/cjs/apiVersion.d.ts +2 -0
- package/node_modules/stripe/cjs/apiVersion.js +7 -0
- package/node_modules/stripe/cjs/apiVersion.js.map +1 -0
- package/node_modules/stripe/cjs/autoPagination.d.ts +25 -0
- package/node_modules/stripe/cjs/autoPagination.js +339 -0
- package/node_modules/stripe/cjs/autoPagination.js.map +1 -0
- package/node_modules/stripe/cjs/crypto/CryptoProvider.d.ts +44 -0
- package/node_modules/stripe/cjs/crypto/CryptoProvider.js +56 -0
- package/node_modules/stripe/cjs/crypto/CryptoProvider.js.map +1 -0
- package/node_modules/stripe/cjs/crypto/NodeCryptoProvider.d.ts +12 -0
- package/node_modules/stripe/cjs/crypto/NodeCryptoProvider.js +31 -0
- package/node_modules/stripe/cjs/crypto/NodeCryptoProvider.js.map +1 -0
- package/node_modules/stripe/cjs/crypto/SubtleCryptoProvider.d.ts +16 -0
- package/node_modules/stripe/cjs/crypto/SubtleCryptoProvider.js +52 -0
- package/node_modules/stripe/cjs/crypto/SubtleCryptoProvider.js.map +1 -0
- package/node_modules/stripe/cjs/lib.d.ts +318 -0
- package/node_modules/stripe/cjs/lib.js +3 -0
- package/node_modules/stripe/cjs/lib.js.map +1 -0
- package/node_modules/stripe/cjs/multipart.d.ts +5 -0
- package/node_modules/stripe/cjs/multipart.js +62 -0
- package/node_modules/stripe/cjs/multipart.js.map +1 -0
- package/node_modules/stripe/cjs/net/FetchHttpClient.d.ts +27 -0
- package/node_modules/stripe/cjs/net/FetchHttpClient.js +159 -0
- package/node_modules/stripe/cjs/net/FetchHttpClient.js.map +1 -0
- package/node_modules/stripe/cjs/net/HttpClient.d.ts +63 -0
- package/node_modules/stripe/cjs/net/HttpClient.js +54 -0
- package/node_modules/stripe/cjs/net/HttpClient.js.map +1 -0
- package/node_modules/stripe/cjs/net/NodeHttpClient.d.ts +24 -0
- package/node_modules/stripe/cjs/net/NodeHttpClient.js +112 -0
- package/node_modules/stripe/cjs/net/NodeHttpClient.js.map +1 -0
- package/node_modules/stripe/cjs/package.json +1 -0
- package/node_modules/stripe/cjs/platform/NodePlatformFunctions.d.ts +43 -0
- package/node_modules/stripe/cjs/platform/NodePlatformFunctions.js +172 -0
- package/node_modules/stripe/cjs/platform/NodePlatformFunctions.js.map +1 -0
- package/node_modules/stripe/cjs/platform/PlatformFunctions.d.ts +78 -0
- package/node_modules/stripe/cjs/platform/PlatformFunctions.js +123 -0
- package/node_modules/stripe/cjs/platform/PlatformFunctions.js.map +1 -0
- package/node_modules/stripe/cjs/platform/WebPlatformFunctions.d.ts +22 -0
- package/node_modules/stripe/cjs/platform/WebPlatformFunctions.js +39 -0
- package/node_modules/stripe/cjs/platform/WebPlatformFunctions.js.map +1 -0
- package/node_modules/stripe/cjs/resources/AccountLinks.d.ts +76 -0
- package/node_modules/stripe/cjs/resources/AccountLinks.js +15 -0
- package/node_modules/stripe/cjs/resources/AccountLinks.js.map +1 -0
- package/node_modules/stripe/cjs/resources/AccountSessions.d.ts +1075 -0
- package/node_modules/stripe/cjs/resources/AccountSessions.js +15 -0
- package/node_modules/stripe/cjs/resources/AccountSessions.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Accounts.d.ts +5296 -0
- package/node_modules/stripe/cjs/resources/Accounts.js +182 -0
- package/node_modules/stripe/cjs/resources/Accounts.js.map +1 -0
- package/node_modules/stripe/cjs/resources/ApplePayDomains.d.ts +80 -0
- package/node_modules/stripe/cjs/resources/ApplePayDomains.js +35 -0
- package/node_modules/stripe/cjs/resources/ApplePayDomains.js.map +1 -0
- package/node_modules/stripe/cjs/resources/ApplicationFees.d.ts +181 -0
- package/node_modules/stripe/cjs/resources/ApplicationFees.js +59 -0
- package/node_modules/stripe/cjs/resources/ApplicationFees.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Applications.d.ts +36 -0
- package/node_modules/stripe/cjs/resources/Applications.js +4 -0
- package/node_modules/stripe/cjs/resources/Applications.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Apps/Secrets.d.ts +199 -0
- package/node_modules/stripe/cjs/resources/Apps/Secrets.js +35 -0
- package/node_modules/stripe/cjs/resources/Apps/Secrets.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Apps/index.d.ts +15 -0
- package/node_modules/stripe/cjs/resources/Apps/index.js +13 -0
- package/node_modules/stripe/cjs/resources/Apps/index.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Balance.d.ts +285 -0
- package/node_modules/stripe/cjs/resources/Balance.js +16 -0
- package/node_modules/stripe/cjs/resources/Balance.js.map +1 -0
- package/node_modules/stripe/cjs/resources/BalanceSettings.d.ts +250 -0
- package/node_modules/stripe/cjs/resources/BalanceSettings.js +23 -0
- package/node_modules/stripe/cjs/resources/BalanceSettings.js.map +1 -0
- package/node_modules/stripe/cjs/resources/BalanceTransactionSources.d.ts +15 -0
- package/node_modules/stripe/cjs/resources/BalanceTransactionSources.js +4 -0
- package/node_modules/stripe/cjs/resources/BalanceTransactionSources.js.map +1 -0
- package/node_modules/stripe/cjs/resources/BalanceTransactions.d.ts +142 -0
- package/node_modules/stripe/cjs/resources/BalanceTransactions.js +27 -0
- package/node_modules/stripe/cjs/resources/BalanceTransactions.js.map +1 -0
- package/node_modules/stripe/cjs/resources/BankAccounts.d.ts +182 -0
- package/node_modules/stripe/cjs/resources/BankAccounts.js +4 -0
- package/node_modules/stripe/cjs/resources/BankAccounts.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Billing/AlertTriggereds.d.ts +27 -0
- package/node_modules/stripe/cjs/resources/Billing/AlertTriggereds.js +4 -0
- package/node_modules/stripe/cjs/resources/Billing/AlertTriggereds.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Billing/Alerts.d.ts +191 -0
- package/node_modules/stripe/cjs/resources/Billing/Alerts.js +47 -0
- package/node_modules/stripe/cjs/resources/Billing/Alerts.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Billing/CreditBalanceSummary.d.ts +140 -0
- package/node_modules/stripe/cjs/resources/Billing/CreditBalanceSummary.js +15 -0
- package/node_modules/stripe/cjs/resources/Billing/CreditBalanceSummary.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Billing/CreditBalanceTransactions.d.ts +181 -0
- package/node_modules/stripe/cjs/resources/Billing/CreditBalanceTransactions.js +23 -0
- package/node_modules/stripe/cjs/resources/Billing/CreditBalanceTransactions.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Billing/CreditGrants.d.ts +298 -0
- package/node_modules/stripe/cjs/resources/Billing/CreditGrants.js +47 -0
- package/node_modules/stripe/cjs/resources/Billing/CreditGrants.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Billing/MeterEventAdjustments.d.ts +71 -0
- package/node_modules/stripe/cjs/resources/Billing/MeterEventAdjustments.js +15 -0
- package/node_modules/stripe/cjs/resources/Billing/MeterEventAdjustments.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Billing/MeterEventSummaries.d.ts +30 -0
- package/node_modules/stripe/cjs/resources/Billing/MeterEventSummaries.js +4 -0
- package/node_modules/stripe/cjs/resources/Billing/MeterEventSummaries.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Billing/MeterEvents.d.ts +66 -0
- package/node_modules/stripe/cjs/resources/Billing/MeterEvents.js +15 -0
- package/node_modules/stripe/cjs/resources/Billing/MeterEvents.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Billing/Meters.d.ts +249 -0
- package/node_modules/stripe/cjs/resources/Billing/Meters.js +55 -0
- package/node_modules/stripe/cjs/resources/Billing/Meters.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Billing/index.d.ts +65 -0
- package/node_modules/stripe/cjs/resources/Billing/index.js +25 -0
- package/node_modules/stripe/cjs/resources/Billing/index.js.map +1 -0
- package/node_modules/stripe/cjs/resources/BillingPortal/Configurations.d.ts +726 -0
- package/node_modules/stripe/cjs/resources/BillingPortal/Configurations.js +35 -0
- package/node_modules/stripe/cjs/resources/BillingPortal/Configurations.js.map +1 -0
- package/node_modules/stripe/cjs/resources/BillingPortal/Sessions.d.ts +358 -0
- package/node_modules/stripe/cjs/resources/BillingPortal/Sessions.js +15 -0
- package/node_modules/stripe/cjs/resources/BillingPortal/Sessions.js.map +1 -0
- package/node_modules/stripe/cjs/resources/BillingPortal/index.d.ts +20 -0
- package/node_modules/stripe/cjs/resources/BillingPortal/index.js +15 -0
- package/node_modules/stripe/cjs/resources/BillingPortal/index.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Capabilities.d.ts +160 -0
- package/node_modules/stripe/cjs/resources/Capabilities.js +4 -0
- package/node_modules/stripe/cjs/resources/Capabilities.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Cards.d.ts +170 -0
- package/node_modules/stripe/cjs/resources/Cards.js +4 -0
- package/node_modules/stripe/cjs/resources/Cards.js.map +1 -0
- package/node_modules/stripe/cjs/resources/CashBalances.d.ts +40 -0
- package/node_modules/stripe/cjs/resources/CashBalances.js +4 -0
- package/node_modules/stripe/cjs/resources/CashBalances.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Charges.d.ts +2340 -0
- package/node_modules/stripe/cjs/resources/Charges.js +58 -0
- package/node_modules/stripe/cjs/resources/Charges.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Checkout/Sessions.d.ts +5100 -0
- package/node_modules/stripe/cjs/resources/Checkout/Sessions.js +573 -0
- package/node_modules/stripe/cjs/resources/Checkout/Sessions.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Checkout/index.d.ts +17 -0
- package/node_modules/stripe/cjs/resources/Checkout/index.js +13 -0
- package/node_modules/stripe/cjs/resources/Checkout/index.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Climate/Orders.d.ts +263 -0
- package/node_modules/stripe/cjs/resources/Climate/Orders.js +82 -0
- package/node_modules/stripe/cjs/resources/Climate/Orders.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Climate/Products.d.ts +88 -0
- package/node_modules/stripe/cjs/resources/Climate/Products.js +40 -0
- package/node_modules/stripe/cjs/resources/Climate/Products.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Climate/Suppliers.d.ts +84 -0
- package/node_modules/stripe/cjs/resources/Climate/Suppliers.js +23 -0
- package/node_modules/stripe/cjs/resources/Climate/Suppliers.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Climate/index.d.ts +28 -0
- package/node_modules/stripe/cjs/resources/Climate/index.js +17 -0
- package/node_modules/stripe/cjs/resources/Climate/index.js.map +1 -0
- package/node_modules/stripe/cjs/resources/ConfirmationTokens.d.ts +1233 -0
- package/node_modules/stripe/cjs/resources/ConfirmationTokens.js +15 -0
- package/node_modules/stripe/cjs/resources/ConfirmationTokens.js.map +1 -0
- package/node_modules/stripe/cjs/resources/ConnectCollectionTransfers.d.ts +27 -0
- package/node_modules/stripe/cjs/resources/ConnectCollectionTransfers.js +4 -0
- package/node_modules/stripe/cjs/resources/ConnectCollectionTransfers.js.map +1 -0
- package/node_modules/stripe/cjs/resources/CountrySpecs.d.ts +86 -0
- package/node_modules/stripe/cjs/resources/CountrySpecs.js +23 -0
- package/node_modules/stripe/cjs/resources/CountrySpecs.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Coupons.d.ts +246 -0
- package/node_modules/stripe/cjs/resources/Coupons.js +43 -0
- package/node_modules/stripe/cjs/resources/Coupons.js.map +1 -0
- package/node_modules/stripe/cjs/resources/CreditNoteLineItems.d.ts +140 -0
- package/node_modules/stripe/cjs/resources/CreditNoteLineItems.js +4 -0
- package/node_modules/stripe/cjs/resources/CreditNoteLineItems.js.map +1 -0
- package/node_modules/stripe/cjs/resources/CreditNotes.d.ts +876 -0
- package/node_modules/stripe/cjs/resources/CreditNotes.js +292 -0
- package/node_modules/stripe/cjs/resources/CreditNotes.js.map +1 -0
- package/node_modules/stripe/cjs/resources/CustomerBalanceTransactions.d.ts +70 -0
- package/node_modules/stripe/cjs/resources/CustomerBalanceTransactions.js +4 -0
- package/node_modules/stripe/cjs/resources/CustomerBalanceTransactions.js.map +1 -0
- package/node_modules/stripe/cjs/resources/CustomerCashBalanceTransactions.d.ts +166 -0
- package/node_modules/stripe/cjs/resources/CustomerCashBalanceTransactions.js +4 -0
- package/node_modules/stripe/cjs/resources/CustomerCashBalanceTransactions.js.map +1 -0
- package/node_modules/stripe/cjs/resources/CustomerSessions.d.ts +403 -0
- package/node_modules/stripe/cjs/resources/CustomerSessions.js +15 -0
- package/node_modules/stripe/cjs/resources/CustomerSessions.js.map +1 -0
- package/node_modules/stripe/cjs/resources/CustomerSources.d.ts +6 -0
- package/node_modules/stripe/cjs/resources/CustomerSources.js +4 -0
- package/node_modules/stripe/cjs/resources/CustomerSources.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Customers.d.ts +1115 -0
- package/node_modules/stripe/cjs/resources/Customers.js +668 -0
- package/node_modules/stripe/cjs/resources/Customers.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Discounts.d.ts +133 -0
- package/node_modules/stripe/cjs/resources/Discounts.js +4 -0
- package/node_modules/stripe/cjs/resources/Discounts.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Disputes.d.ts +709 -0
- package/node_modules/stripe/cjs/resources/Disputes.js +39 -0
- package/node_modules/stripe/cjs/resources/Disputes.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Entitlements/ActiveEntitlementSummaries.d.ts +20 -0
- package/node_modules/stripe/cjs/resources/Entitlements/ActiveEntitlementSummaries.js +4 -0
- package/node_modules/stripe/cjs/resources/Entitlements/ActiveEntitlementSummaries.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Entitlements/ActiveEntitlements.d.ts +56 -0
- package/node_modules/stripe/cjs/resources/Entitlements/ActiveEntitlements.js +23 -0
- package/node_modules/stripe/cjs/resources/Entitlements/ActiveEntitlements.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Entitlements/Features.d.ts +115 -0
- package/node_modules/stripe/cjs/resources/Entitlements/Features.js +35 -0
- package/node_modules/stripe/cjs/resources/Entitlements/Features.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Entitlements/index.d.ts +24 -0
- package/node_modules/stripe/cjs/resources/Entitlements/index.js +15 -0
- package/node_modules/stripe/cjs/resources/Entitlements/index.js.map +1 -0
- package/node_modules/stripe/cjs/resources/EphemeralKeys.d.ts +63 -0
- package/node_modules/stripe/cjs/resources/EphemeralKeys.js +24 -0
- package/node_modules/stripe/cjs/resources/EphemeralKeys.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Events.d.ts +3554 -0
- package/node_modules/stripe/cjs/resources/Events.js +23 -0
- package/node_modules/stripe/cjs/resources/Events.js.map +1 -0
- package/node_modules/stripe/cjs/resources/ExchangeRates.d.ts +47 -0
- package/node_modules/stripe/cjs/resources/ExchangeRates.js +29 -0
- package/node_modules/stripe/cjs/resources/ExchangeRates.js.map +1 -0
- package/node_modules/stripe/cjs/resources/ExternalAccounts.d.ts +4 -0
- package/node_modules/stripe/cjs/resources/ExternalAccounts.js +4 -0
- package/node_modules/stripe/cjs/resources/ExternalAccounts.js.map +1 -0
- package/node_modules/stripe/cjs/resources/FeeRefunds.d.ts +37 -0
- package/node_modules/stripe/cjs/resources/FeeRefunds.js +4 -0
- package/node_modules/stripe/cjs/resources/FeeRefunds.js.map +1 -0
- package/node_modules/stripe/cjs/resources/FileLinks.d.ts +116 -0
- package/node_modules/stripe/cjs/resources/FileLinks.js +35 -0
- package/node_modules/stripe/cjs/resources/FileLinks.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Files.d.ts +129 -0
- package/node_modules/stripe/cjs/resources/Files.js +41 -0
- package/node_modules/stripe/cjs/resources/Files.js.map +1 -0
- package/node_modules/stripe/cjs/resources/FinancialConnections/AccountOwners.d.ts +34 -0
- package/node_modules/stripe/cjs/resources/FinancialConnections/AccountOwners.js +4 -0
- package/node_modules/stripe/cjs/resources/FinancialConnections/AccountOwners.js.map +1 -0
- package/node_modules/stripe/cjs/resources/FinancialConnections/AccountOwnerships.d.ts +20 -0
- package/node_modules/stripe/cjs/resources/FinancialConnections/AccountOwnerships.js +4 -0
- package/node_modules/stripe/cjs/resources/FinancialConnections/AccountOwnerships.js.map +1 -0
- package/node_modules/stripe/cjs/resources/FinancialConnections/Accounts.d.ts +405 -0
- package/node_modules/stripe/cjs/resources/FinancialConnections/Accounts.js +55 -0
- package/node_modules/stripe/cjs/resources/FinancialConnections/Accounts.js.map +1 -0
- package/node_modules/stripe/cjs/resources/FinancialConnections/Sessions.d.ts +164 -0
- package/node_modules/stripe/cjs/resources/FinancialConnections/Sessions.js +21 -0
- package/node_modules/stripe/cjs/resources/FinancialConnections/Sessions.js.map +1 -0
- package/node_modules/stripe/cjs/resources/FinancialConnections/Transactions.d.ts +109 -0
- package/node_modules/stripe/cjs/resources/FinancialConnections/Transactions.js +23 -0
- package/node_modules/stripe/cjs/resources/FinancialConnections/Transactions.js.map +1 -0
- package/node_modules/stripe/cjs/resources/FinancialConnections/index.d.ts +36 -0
- package/node_modules/stripe/cjs/resources/FinancialConnections/index.js +17 -0
- package/node_modules/stripe/cjs/resources/FinancialConnections/index.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Forwarding/Requests.d.ts +201 -0
- package/node_modules/stripe/cjs/resources/Forwarding/Requests.js +29 -0
- package/node_modules/stripe/cjs/resources/Forwarding/Requests.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Forwarding/index.d.ts +14 -0
- package/node_modules/stripe/cjs/resources/Forwarding/index.js +13 -0
- package/node_modules/stripe/cjs/resources/Forwarding/index.js.map +1 -0
- package/node_modules/stripe/cjs/resources/FundingInstructions.d.ts +213 -0
- package/node_modules/stripe/cjs/resources/FundingInstructions.js +4 -0
- package/node_modules/stripe/cjs/resources/FundingInstructions.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Identity/VerificationReports.d.ts +412 -0
- package/node_modules/stripe/cjs/resources/Identity/VerificationReports.js +23 -0
- package/node_modules/stripe/cjs/resources/Identity/VerificationReports.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Identity/VerificationSessions.d.ts +530 -0
- package/node_modules/stripe/cjs/resources/Identity/VerificationSessions.js +79 -0
- package/node_modules/stripe/cjs/resources/Identity/VerificationSessions.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Identity/index.d.ts +23 -0
- package/node_modules/stripe/cjs/resources/Identity/index.js +15 -0
- package/node_modules/stripe/cjs/resources/Identity/index.js.map +1 -0
- package/node_modules/stripe/cjs/resources/InvoiceItems.d.ts +534 -0
- package/node_modules/stripe/cjs/resources/InvoiceItems.js +146 -0
- package/node_modules/stripe/cjs/resources/InvoiceItems.js.map +1 -0
- package/node_modules/stripe/cjs/resources/InvoiceLineItems.d.ts +280 -0
- package/node_modules/stripe/cjs/resources/InvoiceLineItems.js +4 -0
- package/node_modules/stripe/cjs/resources/InvoiceLineItems.js.map +1 -0
- package/node_modules/stripe/cjs/resources/InvoicePayments.d.ts +142 -0
- package/node_modules/stripe/cjs/resources/InvoicePayments.js +23 -0
- package/node_modules/stripe/cjs/resources/InvoicePayments.js.map +1 -0
- package/node_modules/stripe/cjs/resources/InvoiceRenderingTemplates.d.ts +87 -0
- package/node_modules/stripe/cjs/resources/InvoiceRenderingTemplates.js +35 -0
- package/node_modules/stripe/cjs/resources/InvoiceRenderingTemplates.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Invoices.d.ts +4239 -0
- package/node_modules/stripe/cjs/resources/Invoices.js +868 -0
- package/node_modules/stripe/cjs/resources/Invoices.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Issuing/Authorizations.d.ts +609 -0
- package/node_modules/stripe/cjs/resources/Issuing/Authorizations.js +875 -0
- package/node_modules/stripe/cjs/resources/Issuing/Authorizations.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Issuing/Cardholders.d.ts +746 -0
- package/node_modules/stripe/cjs/resources/Issuing/Cardholders.js +35 -0
- package/node_modules/stripe/cjs/resources/Issuing/Cardholders.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Issuing/Cards.d.ts +792 -0
- package/node_modules/stripe/cjs/resources/Issuing/Cards.js +35 -0
- package/node_modules/stripe/cjs/resources/Issuing/Cards.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Issuing/Disputes.d.ts +860 -0
- package/node_modules/stripe/cjs/resources/Issuing/Disputes.js +41 -0
- package/node_modules/stripe/cjs/resources/Issuing/Disputes.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Issuing/PersonalizationDesigns.d.ts +289 -0
- package/node_modules/stripe/cjs/resources/Issuing/PersonalizationDesigns.js +35 -0
- package/node_modules/stripe/cjs/resources/Issuing/PersonalizationDesigns.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Issuing/PhysicalBundles.d.ts +91 -0
- package/node_modules/stripe/cjs/resources/Issuing/PhysicalBundles.js +23 -0
- package/node_modules/stripe/cjs/resources/Issuing/PhysicalBundles.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Issuing/Tokens.d.ts +248 -0
- package/node_modules/stripe/cjs/resources/Issuing/Tokens.js +29 -0
- package/node_modules/stripe/cjs/resources/Issuing/Tokens.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Issuing/Transactions.d.ts +449 -0
- package/node_modules/stripe/cjs/resources/Issuing/Transactions.js +285 -0
- package/node_modules/stripe/cjs/resources/Issuing/Transactions.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Issuing/index.d.ts +69 -0
- package/node_modules/stripe/cjs/resources/Issuing/index.js +27 -0
- package/node_modules/stripe/cjs/resources/Issuing/index.js.map +1 -0
- package/node_modules/stripe/cjs/resources/LineItems.d.ts +102 -0
- package/node_modules/stripe/cjs/resources/LineItems.js +4 -0
- package/node_modules/stripe/cjs/resources/LineItems.js.map +1 -0
- package/node_modules/stripe/cjs/resources/LoginLinks.d.ts +14 -0
- package/node_modules/stripe/cjs/resources/LoginLinks.js +4 -0
- package/node_modules/stripe/cjs/resources/LoginLinks.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Mandates.d.ts +322 -0
- package/node_modules/stripe/cjs/resources/Mandates.js +15 -0
- package/node_modules/stripe/cjs/resources/Mandates.js.map +1 -0
- package/node_modules/stripe/cjs/resources/OAuth.d.ts +279 -0
- package/node_modules/stripe/cjs/resources/OAuth.js +46 -0
- package/node_modules/stripe/cjs/resources/OAuth.js.map +1 -0
- package/node_modules/stripe/cjs/resources/PaymentAttemptRecords.d.ts +1838 -0
- package/node_modules/stripe/cjs/resources/PaymentAttemptRecords.js +23 -0
- package/node_modules/stripe/cjs/resources/PaymentAttemptRecords.js.map +1 -0
- package/node_modules/stripe/cjs/resources/PaymentIntentAmountDetailsLineItems.d.ts +93 -0
- package/node_modules/stripe/cjs/resources/PaymentIntentAmountDetailsLineItems.js +4 -0
- package/node_modules/stripe/cjs/resources/PaymentIntentAmountDetailsLineItems.js.map +1 -0
- package/node_modules/stripe/cjs/resources/PaymentIntents.d.ts +11591 -0
- package/node_modules/stripe/cjs/resources/PaymentIntents.js +171 -0
- package/node_modules/stripe/cjs/resources/PaymentIntents.js.map +1 -0
- package/node_modules/stripe/cjs/resources/PaymentLinks.d.ts +2148 -0
- package/node_modules/stripe/cjs/resources/PaymentLinks.js +436 -0
- package/node_modules/stripe/cjs/resources/PaymentLinks.js.map +1 -0
- package/node_modules/stripe/cjs/resources/PaymentMethodConfigurations.d.ts +4253 -0
- package/node_modules/stripe/cjs/resources/PaymentMethodConfigurations.js +35 -0
- package/node_modules/stripe/cjs/resources/PaymentMethodConfigurations.js.map +1 -0
- package/node_modules/stripe/cjs/resources/PaymentMethodDomains.d.ts +246 -0
- package/node_modules/stripe/cjs/resources/PaymentMethodDomains.js +46 -0
- package/node_modules/stripe/cjs/resources/PaymentMethodDomains.js.map +1 -0
- package/node_modules/stripe/cjs/resources/PaymentMethods.d.ts +1959 -0
- package/node_modules/stripe/cjs/resources/PaymentMethods.js +61 -0
- package/node_modules/stripe/cjs/resources/PaymentMethods.js.map +1 -0
- package/node_modules/stripe/cjs/resources/PaymentRecords.d.ts +2308 -0
- package/node_modules/stripe/cjs/resources/PaymentRecords.js +64 -0
- package/node_modules/stripe/cjs/resources/PaymentRecords.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Payouts.d.ts +262 -0
- package/node_modules/stripe/cjs/resources/Payouts.js +53 -0
- package/node_modules/stripe/cjs/resources/Payouts.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Persons.d.ts +474 -0
- package/node_modules/stripe/cjs/resources/Persons.js +4 -0
- package/node_modules/stripe/cjs/resources/Persons.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Plans.d.ts +363 -0
- package/node_modules/stripe/cjs/resources/Plans.js +159 -0
- package/node_modules/stripe/cjs/resources/Plans.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Prices.d.ts +721 -0
- package/node_modules/stripe/cjs/resources/Prices.js +365 -0
- package/node_modules/stripe/cjs/resources/Prices.js.map +1 -0
- package/node_modules/stripe/cjs/resources/ProductFeatures.d.ts +38 -0
- package/node_modules/stripe/cjs/resources/ProductFeatures.js +4 -0
- package/node_modules/stripe/cjs/resources/ProductFeatures.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Products.d.ts +575 -0
- package/node_modules/stripe/cjs/resources/Products.js +109 -0
- package/node_modules/stripe/cjs/resources/Products.js.map +1 -0
- package/node_modules/stripe/cjs/resources/PromotionCodes.d.ts +271 -0
- package/node_modules/stripe/cjs/resources/PromotionCodes.js +35 -0
- package/node_modules/stripe/cjs/resources/PromotionCodes.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Quotes.d.ts +1202 -0
- package/node_modules/stripe/cjs/resources/Quotes.js +876 -0
- package/node_modules/stripe/cjs/resources/Quotes.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Radar/EarlyFraudWarnings.d.ts +79 -0
- package/node_modules/stripe/cjs/resources/Radar/EarlyFraudWarnings.js +25 -0
- package/node_modules/stripe/cjs/resources/Radar/EarlyFraudWarnings.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Radar/PaymentEvaluations.d.ts +579 -0
- package/node_modules/stripe/cjs/resources/Radar/PaymentEvaluations.js +15 -0
- package/node_modules/stripe/cjs/resources/Radar/PaymentEvaluations.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Radar/ValueListItems.d.ts +117 -0
- package/node_modules/stripe/cjs/resources/Radar/ValueListItems.js +35 -0
- package/node_modules/stripe/cjs/resources/Radar/ValueListItems.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Radar/ValueLists.d.ts +168 -0
- package/node_modules/stripe/cjs/resources/Radar/ValueLists.js +41 -0
- package/node_modules/stripe/cjs/resources/Radar/ValueLists.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Radar/index.d.ts +37 -0
- package/node_modules/stripe/cjs/resources/Radar/index.js +19 -0
- package/node_modules/stripe/cjs/resources/Radar/index.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Refunds.d.ts +505 -0
- package/node_modules/stripe/cjs/resources/Refunds.js +55 -0
- package/node_modules/stripe/cjs/resources/Refunds.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Reporting/ReportRuns.d.ts +174 -0
- package/node_modules/stripe/cjs/resources/Reporting/ReportRuns.js +29 -0
- package/node_modules/stripe/cjs/resources/Reporting/ReportRuns.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Reporting/ReportTypes.d.ts +66 -0
- package/node_modules/stripe/cjs/resources/Reporting/ReportTypes.js +23 -0
- package/node_modules/stripe/cjs/resources/Reporting/ReportTypes.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Reporting/index.d.ts +20 -0
- package/node_modules/stripe/cjs/resources/Reporting/index.js +15 -0
- package/node_modules/stripe/cjs/resources/Reporting/index.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Reserve/Holds.d.ts +91 -0
- package/node_modules/stripe/cjs/resources/Reserve/Holds.js +4 -0
- package/node_modules/stripe/cjs/resources/Reserve/Holds.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Reserve/Plans.d.ts +74 -0
- package/node_modules/stripe/cjs/resources/Reserve/Plans.js +4 -0
- package/node_modules/stripe/cjs/resources/Reserve/Plans.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Reserve/Releases.d.ts +77 -0
- package/node_modules/stripe/cjs/resources/Reserve/Releases.js +4 -0
- package/node_modules/stripe/cjs/resources/Reserve/Releases.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Reserve/index.d.ts +13 -0
- package/node_modules/stripe/cjs/resources/Reserve/index.js +8 -0
- package/node_modules/stripe/cjs/resources/Reserve/index.js.map +1 -0
- package/node_modules/stripe/cjs/resources/ReserveTransactions.d.ts +19 -0
- package/node_modules/stripe/cjs/resources/ReserveTransactions.js +4 -0
- package/node_modules/stripe/cjs/resources/ReserveTransactions.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Reviews.d.ts +143 -0
- package/node_modules/stripe/cjs/resources/Reviews.js +29 -0
- package/node_modules/stripe/cjs/resources/Reviews.js.map +1 -0
- package/node_modules/stripe/cjs/resources/SetupAttempts.d.ts +552 -0
- package/node_modules/stripe/cjs/resources/SetupAttempts.js +17 -0
- package/node_modules/stripe/cjs/resources/SetupAttempts.js.map +1 -0
- package/node_modules/stripe/cjs/resources/SetupIntents.d.ts +4572 -0
- package/node_modules/stripe/cjs/resources/SetupIntents.js +75 -0
- package/node_modules/stripe/cjs/resources/SetupIntents.js.map +1 -0
- package/node_modules/stripe/cjs/resources/ShippingRates.d.ts +319 -0
- package/node_modules/stripe/cjs/resources/ShippingRates.js +35 -0
- package/node_modules/stripe/cjs/resources/ShippingRates.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Sigma/ScheduledQueryRuns.d.ts +81 -0
- package/node_modules/stripe/cjs/resources/Sigma/ScheduledQueryRuns.js +23 -0
- package/node_modules/stripe/cjs/resources/Sigma/ScheduledQueryRuns.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Sigma/index.d.ts +13 -0
- package/node_modules/stripe/cjs/resources/Sigma/index.js +13 -0
- package/node_modules/stripe/cjs/resources/Sigma/index.js.map +1 -0
- package/node_modules/stripe/cjs/resources/SourceMandateNotifications.d.ts +79 -0
- package/node_modules/stripe/cjs/resources/SourceMandateNotifications.js +4 -0
- package/node_modules/stripe/cjs/resources/SourceMandateNotifications.js.map +1 -0
- package/node_modules/stripe/cjs/resources/SourceTransactions.d.ts +140 -0
- package/node_modules/stripe/cjs/resources/SourceTransactions.js +4 -0
- package/node_modules/stripe/cjs/resources/SourceTransactions.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Sources.d.ts +918 -0
- package/node_modules/stripe/cjs/resources/Sources.js +43 -0
- package/node_modules/stripe/cjs/resources/Sources.js.map +1 -0
- package/node_modules/stripe/cjs/resources/SubscriptionItems.d.ts +403 -0
- package/node_modules/stripe/cjs/resources/SubscriptionItems.js +402 -0
- package/node_modules/stripe/cjs/resources/SubscriptionItems.js.map +1 -0
- package/node_modules/stripe/cjs/resources/SubscriptionSchedules.d.ts +1790 -0
- package/node_modules/stripe/cjs/resources/SubscriptionSchedules.js +131 -0
- package/node_modules/stripe/cjs/resources/SubscriptionSchedules.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Subscriptions.d.ts +2785 -0
- package/node_modules/stripe/cjs/resources/Subscriptions.js +948 -0
- package/node_modules/stripe/cjs/resources/Subscriptions.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Tax/Associations.d.ts +73 -0
- package/node_modules/stripe/cjs/resources/Tax/Associations.js +15 -0
- package/node_modules/stripe/cjs/resources/Tax/Associations.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Tax/CalculationLineItems.d.ts +119 -0
- package/node_modules/stripe/cjs/resources/Tax/CalculationLineItems.js +4 -0
- package/node_modules/stripe/cjs/resources/Tax/CalculationLineItems.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Tax/Calculations.d.ts +485 -0
- package/node_modules/stripe/cjs/resources/Tax/Calculations.js +29 -0
- package/node_modules/stripe/cjs/resources/Tax/Calculations.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Tax/Registrations.d.ts +3298 -0
- package/node_modules/stripe/cjs/resources/Tax/Registrations.js +37 -0
- package/node_modules/stripe/cjs/resources/Tax/Registrations.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Tax/Settings.d.ts +116 -0
- package/node_modules/stripe/cjs/resources/Tax/Settings.js +21 -0
- package/node_modules/stripe/cjs/resources/Tax/Settings.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Tax/TransactionLineItems.d.ts +65 -0
- package/node_modules/stripe/cjs/resources/Tax/TransactionLineItems.js +4 -0
- package/node_modules/stripe/cjs/resources/Tax/TransactionLineItems.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Tax/Transactions.d.ts +345 -0
- package/node_modules/stripe/cjs/resources/Tax/Transactions.js +35 -0
- package/node_modules/stripe/cjs/resources/Tax/Transactions.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Tax/index.d.ts +47 -0
- package/node_modules/stripe/cjs/resources/Tax/index.js +21 -0
- package/node_modules/stripe/cjs/resources/Tax/index.js.map +1 -0
- package/node_modules/stripe/cjs/resources/TaxCodes.d.ts +43 -0
- package/node_modules/stripe/cjs/resources/TaxCodes.js +23 -0
- package/node_modules/stripe/cjs/resources/TaxCodes.js.map +1 -0
- package/node_modules/stripe/cjs/resources/TaxDeductedAtSources.d.ts +22 -0
- package/node_modules/stripe/cjs/resources/TaxDeductedAtSources.js +4 -0
- package/node_modules/stripe/cjs/resources/TaxDeductedAtSources.js.map +1 -0
- package/node_modules/stripe/cjs/resources/TaxIds.d.ts +216 -0
- package/node_modules/stripe/cjs/resources/TaxIds.js +35 -0
- package/node_modules/stripe/cjs/resources/TaxIds.js.map +1 -0
- package/node_modules/stripe/cjs/resources/TaxRates.d.ts +226 -0
- package/node_modules/stripe/cjs/resources/TaxRates.js +35 -0
- package/node_modules/stripe/cjs/resources/TaxRates.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Terminal/Configurations.d.ts +1761 -0
- package/node_modules/stripe/cjs/resources/Terminal/Configurations.js +41 -0
- package/node_modules/stripe/cjs/resources/Terminal/Configurations.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Terminal/ConnectionTokens.d.ts +34 -0
- package/node_modules/stripe/cjs/resources/Terminal/ConnectionTokens.js +15 -0
- package/node_modules/stripe/cjs/resources/Terminal/ConnectionTokens.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Terminal/Locations.d.ts +283 -0
- package/node_modules/stripe/cjs/resources/Terminal/Locations.js +42 -0
- package/node_modules/stripe/cjs/resources/Terminal/Locations.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Terminal/OnboardingLinks.d.ts +87 -0
- package/node_modules/stripe/cjs/resources/Terminal/OnboardingLinks.js +15 -0
- package/node_modules/stripe/cjs/resources/Terminal/OnboardingLinks.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Terminal/Readers.d.ts +1151 -0
- package/node_modules/stripe/cjs/resources/Terminal/Readers.js +89 -0
- package/node_modules/stripe/cjs/resources/Terminal/Readers.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Terminal/index.d.ts +55 -0
- package/node_modules/stripe/cjs/resources/Terminal/index.js +21 -0
- package/node_modules/stripe/cjs/resources/Terminal/index.js.map +1 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/ConfirmationTokens.d.ts +669 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/ConfirmationTokens.js +15 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/ConfirmationTokens.js.map +1 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Customers.d.ts +29 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Customers.js +15 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Customers.js.map +1 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Authorizations.d.ts +806 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Authorizations.js +1319 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Authorizations.js.map +1 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Cards.d.ts +75 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Cards.js +39 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Cards.js.map +1 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/PersonalizationDesigns.d.ts +67 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/PersonalizationDesigns.js +27 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/PersonalizationDesigns.js.map +1 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Transactions.d.ts +582 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Transactions.js +382 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Transactions.js.map +1 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/index.d.ts +14 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/index.js +19 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/index.js.map +1 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Refunds.d.ts +17 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Refunds.js +15 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Refunds.js.map +1 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Terminal/Readers.d.ts +107 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Terminal/Readers.js +27 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Terminal/Readers.js.map +1 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Terminal/index.d.ts +8 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Terminal/index.js +13 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Terminal/index.js.map +1 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/TestClocks.d.ts +144 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/TestClocks.js +41 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/TestClocks.js.map +1 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/InboundTransfers.d.ts +62 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/InboundTransfers.js +27 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/InboundTransfers.js.map +1 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/OutboundPayments.d.ts +119 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/OutboundPayments.js +33 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/OutboundPayments.js.map +1 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/OutboundTransfers.d.ts +119 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/OutboundTransfers.js +33 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/OutboundTransfers.js.map +1 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +72 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/ReceivedCredits.js +15 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/ReceivedCredits.js.map +1 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +71 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/ReceivedDebits.js +15 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/ReceivedDebits.js.map +1 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/index.d.ts +16 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/index.js +21 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/index.js.map +1 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/index.d.ts +32 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/index.js +25 -0
- package/node_modules/stripe/cjs/resources/TestHelpers/index.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Tokens.d.ts +874 -0
- package/node_modules/stripe/cjs/resources/Tokens.js +22 -0
- package/node_modules/stripe/cjs/resources/Tokens.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Topups.d.ts +195 -0
- package/node_modules/stripe/cjs/resources/Topups.js +41 -0
- package/node_modules/stripe/cjs/resources/Topups.js.map +1 -0
- package/node_modules/stripe/cjs/resources/TransferReversals.d.ts +46 -0
- package/node_modules/stripe/cjs/resources/TransferReversals.js +4 -0
- package/node_modules/stripe/cjs/resources/TransferReversals.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Transfers.d.ts +242 -0
- package/node_modules/stripe/cjs/resources/Transfers.js +69 -0
- package/node_modules/stripe/cjs/resources/Transfers.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Treasury/CreditReversals.d.ts +130 -0
- package/node_modules/stripe/cjs/resources/Treasury/CreditReversals.js +29 -0
- package/node_modules/stripe/cjs/resources/Treasury/CreditReversals.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Treasury/DebitReversals.d.ts +145 -0
- package/node_modules/stripe/cjs/resources/Treasury/DebitReversals.js +29 -0
- package/node_modules/stripe/cjs/resources/Treasury/DebitReversals.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Treasury/FinancialAccountFeatures.d.ts +400 -0
- package/node_modules/stripe/cjs/resources/Treasury/FinancialAccountFeatures.js +4 -0
- package/node_modules/stripe/cjs/resources/Treasury/FinancialAccountFeatures.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Treasury/FinancialAccounts.d.ts +754 -0
- package/node_modules/stripe/cjs/resources/Treasury/FinancialAccounts.js +53 -0
- package/node_modules/stripe/cjs/resources/Treasury/FinancialAccounts.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Treasury/InboundTransfers.d.ts +261 -0
- package/node_modules/stripe/cjs/resources/Treasury/InboundTransfers.js +35 -0
- package/node_modules/stripe/cjs/resources/Treasury/InboundTransfers.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Treasury/OutboundPayments.d.ts +450 -0
- package/node_modules/stripe/cjs/resources/Treasury/OutboundPayments.js +35 -0
- package/node_modules/stripe/cjs/resources/Treasury/OutboundPayments.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Treasury/OutboundTransfers.d.ts +344 -0
- package/node_modules/stripe/cjs/resources/Treasury/OutboundTransfers.js +35 -0
- package/node_modules/stripe/cjs/resources/Treasury/OutboundTransfers.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Treasury/ReceivedCredits.d.ts +259 -0
- package/node_modules/stripe/cjs/resources/Treasury/ReceivedCredits.js +23 -0
- package/node_modules/stripe/cjs/resources/Treasury/ReceivedCredits.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Treasury/ReceivedDebits.d.ts +200 -0
- package/node_modules/stripe/cjs/resources/Treasury/ReceivedDebits.js +23 -0
- package/node_modules/stripe/cjs/resources/Treasury/ReceivedDebits.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Treasury/TransactionEntries.d.ts +185 -0
- package/node_modules/stripe/cjs/resources/Treasury/TransactionEntries.js +402 -0
- package/node_modules/stripe/cjs/resources/Treasury/TransactionEntries.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Treasury/Transactions.d.ts +210 -0
- package/node_modules/stripe/cjs/resources/Treasury/Transactions.js +454 -0
- package/node_modules/stripe/cjs/resources/Treasury/Transactions.js.map +1 -0
- package/node_modules/stripe/cjs/resources/Treasury/index.d.ts +83 -0
- package/node_modules/stripe/cjs/resources/Treasury/index.js +31 -0
- package/node_modules/stripe/cjs/resources/Treasury/index.js.map +1 -0
- package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventAdjustments.d.ts +77 -0
- package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventAdjustments.js +15 -0
- package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventAdjustments.js.map +1 -0
- package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventSession.d.ts +41 -0
- package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventSession.js +15 -0
- package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventSession.js.map +1 -0
- package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventStream.d.ts +48 -0
- package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventStream.js +18 -0
- package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventStream.js.map +1 -0
- package/node_modules/stripe/cjs/resources/V2/Billing/MeterEvents.d.ts +75 -0
- package/node_modules/stripe/cjs/resources/V2/Billing/MeterEvents.js +15 -0
- package/node_modules/stripe/cjs/resources/V2/Billing/MeterEvents.js.map +1 -0
- package/node_modules/stripe/cjs/resources/V2/Billing/index.d.ts +24 -0
- package/node_modules/stripe/cjs/resources/V2/Billing/index.js +19 -0
- package/node_modules/stripe/cjs/resources/V2/Billing/index.js.map +1 -0
- package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalog/Imports.d.ts +99 -0
- package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalog/Imports.js +156 -0
- package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalog/Imports.js.map +1 -0
- package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalog/index.d.ts +8 -0
- package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalog/index.js +13 -0
- package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalog/index.js.map +1 -0
- package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalogImports.d.ts +184 -0
- package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalogImports.js +4 -0
- package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalogImports.js.map +1 -0
- package/node_modules/stripe/cjs/resources/V2/Commerce/index.d.ts +13 -0
- package/node_modules/stripe/cjs/resources/V2/Commerce/index.js +13 -0
- package/node_modules/stripe/cjs/resources/V2/Commerce/index.js.map +1 -0
- package/node_modules/stripe/cjs/resources/V2/Core/AccountLinks.d.ts +231 -0
- package/node_modules/stripe/cjs/resources/V2/Core/AccountLinks.js +16 -0
- package/node_modules/stripe/cjs/resources/V2/Core/AccountLinks.js.map +1 -0
- package/node_modules/stripe/cjs/resources/V2/Core/AccountPersonTokens.d.ts +26 -0
- package/node_modules/stripe/cjs/resources/V2/Core/AccountPersonTokens.js +4 -0
- package/node_modules/stripe/cjs/resources/V2/Core/AccountPersonTokens.js.map +1 -0
- package/node_modules/stripe/cjs/resources/V2/Core/AccountPersons.d.ts +469 -0
- package/node_modules/stripe/cjs/resources/V2/Core/AccountPersons.js +4 -0
- package/node_modules/stripe/cjs/resources/V2/Core/AccountPersons.js.map +1 -0
- package/node_modules/stripe/cjs/resources/V2/Core/AccountTokens.d.ts +806 -0
- package/node_modules/stripe/cjs/resources/V2/Core/AccountTokens.js +47 -0
- package/node_modules/stripe/cjs/resources/V2/Core/AccountTokens.js.map +1 -0
- package/node_modules/stripe/cjs/resources/V2/Core/Accounts/PersonTokens.d.ts +379 -0
- package/node_modules/stripe/cjs/resources/V2/Core/Accounts/PersonTokens.js +34 -0
- package/node_modules/stripe/cjs/resources/V2/Core/Accounts/PersonTokens.js.map +1 -0
- package/node_modules/stripe/cjs/resources/V2/Core/Accounts/Persons.d.ts +884 -0
- package/node_modules/stripe/cjs/resources/V2/Core/Accounts/Persons.js +111 -0
- package/node_modules/stripe/cjs/resources/V2/Core/Accounts/Persons.js.map +1 -0
- package/node_modules/stripe/cjs/resources/V2/Core/Accounts.d.ts +7070 -0
- package/node_modules/stripe/cjs/resources/V2/Core/Accounts.js +199 -0
- package/node_modules/stripe/cjs/resources/V2/Core/Accounts.js.map +1 -0
- package/node_modules/stripe/cjs/resources/V2/Core/EventDestinations.d.ts +370 -0
- package/node_modules/stripe/cjs/resources/V2/Core/EventDestinations.js +59 -0
- package/node_modules/stripe/cjs/resources/V2/Core/EventDestinations.js.map +1 -0
- package/node_modules/stripe/cjs/resources/V2/Core/Events.d.ts +704 -0
- package/node_modules/stripe/cjs/resources/V2/Core/Events.js +59 -0
- package/node_modules/stripe/cjs/resources/V2/Core/Events.js.map +1 -0
- package/node_modules/stripe/cjs/resources/V2/Core/index.d.ts +51 -0
- package/node_modules/stripe/cjs/resources/V2/Core/index.js +21 -0
- package/node_modules/stripe/cjs/resources/V2/Core/index.js.map +1 -0
- package/node_modules/stripe/cjs/resources/V2/DeletedObject.d.ts +10 -0
- package/node_modules/stripe/cjs/resources/V2/DeletedObject.js +4 -0
- package/node_modules/stripe/cjs/resources/V2/DeletedObject.js.map +1 -0
- package/node_modules/stripe/cjs/resources/V2/V2Amounts.d.ts +4 -0
- package/node_modules/stripe/cjs/resources/V2/V2Amounts.js +3 -0
- package/node_modules/stripe/cjs/resources/V2/V2Amounts.js.map +1 -0
- package/node_modules/stripe/cjs/resources/V2/index.d.ts +19 -0
- package/node_modules/stripe/cjs/resources/V2/index.js +17 -0
- package/node_modules/stripe/cjs/resources/V2/index.js.map +1 -0
- package/node_modules/stripe/cjs/resources/WebhookEndpoints.d.ts +170 -0
- package/node_modules/stripe/cjs/resources/WebhookEndpoints.js +41 -0
- package/node_modules/stripe/cjs/resources/WebhookEndpoints.js.map +1 -0
- package/node_modules/stripe/cjs/resources.d.ts +76 -0
- package/node_modules/stripe/cjs/resources.js +333 -0
- package/node_modules/stripe/cjs/resources.js.map +1 -0
- package/node_modules/stripe/cjs/shared.d.ts +152 -0
- package/node_modules/stripe/cjs/shared.js +6 -0
- package/node_modules/stripe/cjs/shared.js.map +1 -0
- package/node_modules/stripe/cjs/stripe.cjs.node.d.ts +14402 -0
- package/node_modules/stripe/cjs/stripe.cjs.node.js +30 -0
- package/node_modules/stripe/cjs/stripe.cjs.node.js.map +1 -0
- package/node_modules/stripe/cjs/stripe.cjs.worker.d.ts +6 -0
- package/node_modules/stripe/cjs/stripe.cjs.worker.js +33 -0
- package/node_modules/stripe/cjs/stripe.cjs.worker.js.map +1 -0
- package/node_modules/stripe/cjs/stripe.core.d.ts +497 -0
- package/node_modules/stripe/cjs/stripe.core.js +630 -0
- package/node_modules/stripe/cjs/stripe.core.js.map +1 -0
- package/node_modules/stripe/cjs/utils.d.ts +77 -0
- package/node_modules/stripe/cjs/utils.js +402 -0
- package/node_modules/stripe/cjs/utils.js.map +1 -0
- package/node_modules/stripe/esm/Decimal.d.ts +532 -0
- package/node_modules/stripe/esm/Decimal.js +851 -0
- package/node_modules/stripe/esm/Decimal.js.map +1 -0
- package/node_modules/stripe/esm/Error.d.ts +217 -0
- package/node_modules/stripe/esm/Error.js +270 -0
- package/node_modules/stripe/esm/Error.js.map +1 -0
- package/node_modules/stripe/esm/RequestSender.d.ts +60 -0
- package/node_modules/stripe/esm/RequestSender.js +472 -0
- package/node_modules/stripe/esm/RequestSender.js.map +1 -0
- package/node_modules/stripe/esm/ResourceNamespace.d.ts +6 -0
- package/node_modules/stripe/esm/ResourceNamespace.js +18 -0
- package/node_modules/stripe/esm/ResourceNamespace.js.map +1 -0
- package/node_modules/stripe/esm/StripeContext.d.ts +32 -0
- package/node_modules/stripe/esm/StripeContext.js +53 -0
- package/node_modules/stripe/esm/StripeContext.js.map +1 -0
- package/node_modules/stripe/esm/StripeEmitter.d.ts +23 -0
- package/node_modules/stripe/esm/StripeEmitter.js +43 -0
- package/node_modules/stripe/esm/StripeEmitter.js.map +1 -0
- package/node_modules/stripe/esm/StripeResource.d.ts +18 -0
- package/node_modules/stripe/esm/StripeResource.js +98 -0
- package/node_modules/stripe/esm/StripeResource.js.map +1 -0
- package/node_modules/stripe/esm/Types.d.ts +250 -0
- package/node_modules/stripe/esm/Types.js +7 -0
- package/node_modules/stripe/esm/Types.js.map +1 -0
- package/node_modules/stripe/esm/V2Coercion.d.ts +17 -0
- package/node_modules/stripe/esm/V2Coercion.js +105 -0
- package/node_modules/stripe/esm/V2Coercion.js.map +1 -0
- package/node_modules/stripe/esm/Webhooks.d.ts +37 -0
- package/node_modules/stripe/esm/Webhooks.js +261 -0
- package/node_modules/stripe/esm/Webhooks.js.map +1 -0
- package/node_modules/stripe/esm/apiVersion.d.ts +2 -0
- package/node_modules/stripe/esm/apiVersion.js +4 -0
- package/node_modules/stripe/esm/apiVersion.js.map +1 -0
- package/node_modules/stripe/esm/autoPagination.d.ts +25 -0
- package/node_modules/stripe/esm/autoPagination.js +335 -0
- package/node_modules/stripe/esm/autoPagination.js.map +1 -0
- package/node_modules/stripe/esm/crypto/CryptoProvider.d.ts +44 -0
- package/node_modules/stripe/esm/crypto/CryptoProvider.js +51 -0
- package/node_modules/stripe/esm/crypto/CryptoProvider.js.map +1 -0
- package/node_modules/stripe/esm/crypto/NodeCryptoProvider.d.ts +12 -0
- package/node_modules/stripe/esm/crypto/NodeCryptoProvider.js +27 -0
- package/node_modules/stripe/esm/crypto/NodeCryptoProvider.js.map +1 -0
- package/node_modules/stripe/esm/crypto/SubtleCryptoProvider.d.ts +16 -0
- package/node_modules/stripe/esm/crypto/SubtleCryptoProvider.js +48 -0
- package/node_modules/stripe/esm/crypto/SubtleCryptoProvider.js.map +1 -0
- package/node_modules/stripe/esm/lib.d.ts +318 -0
- package/node_modules/stripe/esm/lib.js +2 -0
- package/node_modules/stripe/esm/lib.js.map +1 -0
- package/node_modules/stripe/esm/multipart.d.ts +5 -0
- package/node_modules/stripe/esm/multipart.js +58 -0
- package/node_modules/stripe/esm/multipart.js.map +1 -0
- package/node_modules/stripe/esm/net/FetchHttpClient.d.ts +27 -0
- package/node_modules/stripe/esm/net/FetchHttpClient.js +154 -0
- package/node_modules/stripe/esm/net/FetchHttpClient.js.map +1 -0
- package/node_modules/stripe/esm/net/HttpClient.d.ts +63 -0
- package/node_modules/stripe/esm/net/HttpClient.js +49 -0
- package/node_modules/stripe/esm/net/HttpClient.js.map +1 -0
- package/node_modules/stripe/esm/net/NodeHttpClient.d.ts +24 -0
- package/node_modules/stripe/esm/net/NodeHttpClient.js +107 -0
- package/node_modules/stripe/esm/net/NodeHttpClient.js.map +1 -0
- package/node_modules/stripe/esm/package.json +1 -0
- package/node_modules/stripe/esm/platform/NodePlatformFunctions.d.ts +43 -0
- package/node_modules/stripe/esm/platform/NodePlatformFunctions.js +168 -0
- package/node_modules/stripe/esm/platform/NodePlatformFunctions.js.map +1 -0
- package/node_modules/stripe/esm/platform/PlatformFunctions.d.ts +78 -0
- package/node_modules/stripe/esm/platform/PlatformFunctions.js +119 -0
- package/node_modules/stripe/esm/platform/PlatformFunctions.js.map +1 -0
- package/node_modules/stripe/esm/platform/WebPlatformFunctions.d.ts +22 -0
- package/node_modules/stripe/esm/platform/WebPlatformFunctions.js +35 -0
- package/node_modules/stripe/esm/platform/WebPlatformFunctions.js.map +1 -0
- package/node_modules/stripe/esm/resources/AccountLinks.d.ts +76 -0
- package/node_modules/stripe/esm/resources/AccountLinks.js +11 -0
- package/node_modules/stripe/esm/resources/AccountLinks.js.map +1 -0
- package/node_modules/stripe/esm/resources/AccountSessions.d.ts +1075 -0
- package/node_modules/stripe/esm/resources/AccountSessions.js +11 -0
- package/node_modules/stripe/esm/resources/AccountSessions.js.map +1 -0
- package/node_modules/stripe/esm/resources/Accounts.d.ts +5296 -0
- package/node_modules/stripe/esm/resources/Accounts.js +178 -0
- package/node_modules/stripe/esm/resources/Accounts.js.map +1 -0
- package/node_modules/stripe/esm/resources/ApplePayDomains.d.ts +80 -0
- package/node_modules/stripe/esm/resources/ApplePayDomains.js +31 -0
- package/node_modules/stripe/esm/resources/ApplePayDomains.js.map +1 -0
- package/node_modules/stripe/esm/resources/ApplicationFees.d.ts +181 -0
- package/node_modules/stripe/esm/resources/ApplicationFees.js +55 -0
- package/node_modules/stripe/esm/resources/ApplicationFees.js.map +1 -0
- package/node_modules/stripe/esm/resources/Applications.d.ts +36 -0
- package/node_modules/stripe/esm/resources/Applications.js +3 -0
- package/node_modules/stripe/esm/resources/Applications.js.map +1 -0
- package/node_modules/stripe/esm/resources/Apps/Secrets.d.ts +199 -0
- package/node_modules/stripe/esm/resources/Apps/Secrets.js +31 -0
- package/node_modules/stripe/esm/resources/Apps/Secrets.js.map +1 -0
- package/node_modules/stripe/esm/resources/Apps/index.d.ts +15 -0
- package/node_modules/stripe/esm/resources/Apps/index.js +9 -0
- package/node_modules/stripe/esm/resources/Apps/index.js.map +1 -0
- package/node_modules/stripe/esm/resources/Balance.d.ts +285 -0
- package/node_modules/stripe/esm/resources/Balance.js +12 -0
- package/node_modules/stripe/esm/resources/Balance.js.map +1 -0
- package/node_modules/stripe/esm/resources/BalanceSettings.d.ts +250 -0
- package/node_modules/stripe/esm/resources/BalanceSettings.js +19 -0
- package/node_modules/stripe/esm/resources/BalanceSettings.js.map +1 -0
- package/node_modules/stripe/esm/resources/BalanceTransactionSources.d.ts +15 -0
- package/node_modules/stripe/esm/resources/BalanceTransactionSources.js +3 -0
- package/node_modules/stripe/esm/resources/BalanceTransactionSources.js.map +1 -0
- package/node_modules/stripe/esm/resources/BalanceTransactions.d.ts +142 -0
- package/node_modules/stripe/esm/resources/BalanceTransactions.js +23 -0
- package/node_modules/stripe/esm/resources/BalanceTransactions.js.map +1 -0
- package/node_modules/stripe/esm/resources/BankAccounts.d.ts +182 -0
- package/node_modules/stripe/esm/resources/BankAccounts.js +3 -0
- package/node_modules/stripe/esm/resources/BankAccounts.js.map +1 -0
- package/node_modules/stripe/esm/resources/Billing/AlertTriggereds.d.ts +27 -0
- package/node_modules/stripe/esm/resources/Billing/AlertTriggereds.js +3 -0
- package/node_modules/stripe/esm/resources/Billing/AlertTriggereds.js.map +1 -0
- package/node_modules/stripe/esm/resources/Billing/Alerts.d.ts +191 -0
- package/node_modules/stripe/esm/resources/Billing/Alerts.js +43 -0
- package/node_modules/stripe/esm/resources/Billing/Alerts.js.map +1 -0
- package/node_modules/stripe/esm/resources/Billing/CreditBalanceSummary.d.ts +140 -0
- package/node_modules/stripe/esm/resources/Billing/CreditBalanceSummary.js +11 -0
- package/node_modules/stripe/esm/resources/Billing/CreditBalanceSummary.js.map +1 -0
- package/node_modules/stripe/esm/resources/Billing/CreditBalanceTransactions.d.ts +181 -0
- package/node_modules/stripe/esm/resources/Billing/CreditBalanceTransactions.js +19 -0
- package/node_modules/stripe/esm/resources/Billing/CreditBalanceTransactions.js.map +1 -0
- package/node_modules/stripe/esm/resources/Billing/CreditGrants.d.ts +298 -0
- package/node_modules/stripe/esm/resources/Billing/CreditGrants.js +43 -0
- package/node_modules/stripe/esm/resources/Billing/CreditGrants.js.map +1 -0
- package/node_modules/stripe/esm/resources/Billing/MeterEventAdjustments.d.ts +71 -0
- package/node_modules/stripe/esm/resources/Billing/MeterEventAdjustments.js +11 -0
- package/node_modules/stripe/esm/resources/Billing/MeterEventAdjustments.js.map +1 -0
- package/node_modules/stripe/esm/resources/Billing/MeterEventSummaries.d.ts +30 -0
- package/node_modules/stripe/esm/resources/Billing/MeterEventSummaries.js +3 -0
- package/node_modules/stripe/esm/resources/Billing/MeterEventSummaries.js.map +1 -0
- package/node_modules/stripe/esm/resources/Billing/MeterEvents.d.ts +66 -0
- package/node_modules/stripe/esm/resources/Billing/MeterEvents.js +11 -0
- package/node_modules/stripe/esm/resources/Billing/MeterEvents.js.map +1 -0
- package/node_modules/stripe/esm/resources/Billing/Meters.d.ts +249 -0
- package/node_modules/stripe/esm/resources/Billing/Meters.js +51 -0
- package/node_modules/stripe/esm/resources/Billing/Meters.js.map +1 -0
- package/node_modules/stripe/esm/resources/Billing/index.d.ts +65 -0
- package/node_modules/stripe/esm/resources/Billing/index.js +21 -0
- package/node_modules/stripe/esm/resources/Billing/index.js.map +1 -0
- package/node_modules/stripe/esm/resources/BillingPortal/Configurations.d.ts +726 -0
- package/node_modules/stripe/esm/resources/BillingPortal/Configurations.js +31 -0
- package/node_modules/stripe/esm/resources/BillingPortal/Configurations.js.map +1 -0
- package/node_modules/stripe/esm/resources/BillingPortal/Sessions.d.ts +358 -0
- package/node_modules/stripe/esm/resources/BillingPortal/Sessions.js +11 -0
- package/node_modules/stripe/esm/resources/BillingPortal/Sessions.js.map +1 -0
- package/node_modules/stripe/esm/resources/BillingPortal/index.d.ts +20 -0
- package/node_modules/stripe/esm/resources/BillingPortal/index.js +11 -0
- package/node_modules/stripe/esm/resources/BillingPortal/index.js.map +1 -0
- package/node_modules/stripe/esm/resources/Capabilities.d.ts +160 -0
- package/node_modules/stripe/esm/resources/Capabilities.js +3 -0
- package/node_modules/stripe/esm/resources/Capabilities.js.map +1 -0
- package/node_modules/stripe/esm/resources/Cards.d.ts +170 -0
- package/node_modules/stripe/esm/resources/Cards.js +3 -0
- package/node_modules/stripe/esm/resources/Cards.js.map +1 -0
- package/node_modules/stripe/esm/resources/CashBalances.d.ts +40 -0
- package/node_modules/stripe/esm/resources/CashBalances.js +3 -0
- package/node_modules/stripe/esm/resources/CashBalances.js.map +1 -0
- package/node_modules/stripe/esm/resources/Charges.d.ts +2340 -0
- package/node_modules/stripe/esm/resources/Charges.js +54 -0
- package/node_modules/stripe/esm/resources/Charges.js.map +1 -0
- package/node_modules/stripe/esm/resources/Checkout/Sessions.d.ts +5100 -0
- package/node_modules/stripe/esm/resources/Checkout/Sessions.js +569 -0
- package/node_modules/stripe/esm/resources/Checkout/Sessions.js.map +1 -0
- package/node_modules/stripe/esm/resources/Checkout/index.d.ts +17 -0
- package/node_modules/stripe/esm/resources/Checkout/index.js +9 -0
- package/node_modules/stripe/esm/resources/Checkout/index.js.map +1 -0
- package/node_modules/stripe/esm/resources/Climate/Orders.d.ts +263 -0
- package/node_modules/stripe/esm/resources/Climate/Orders.js +78 -0
- package/node_modules/stripe/esm/resources/Climate/Orders.js.map +1 -0
- package/node_modules/stripe/esm/resources/Climate/Products.d.ts +88 -0
- package/node_modules/stripe/esm/resources/Climate/Products.js +36 -0
- package/node_modules/stripe/esm/resources/Climate/Products.js.map +1 -0
- package/node_modules/stripe/esm/resources/Climate/Suppliers.d.ts +84 -0
- package/node_modules/stripe/esm/resources/Climate/Suppliers.js +19 -0
- package/node_modules/stripe/esm/resources/Climate/Suppliers.js.map +1 -0
- package/node_modules/stripe/esm/resources/Climate/index.d.ts +28 -0
- package/node_modules/stripe/esm/resources/Climate/index.js +13 -0
- package/node_modules/stripe/esm/resources/Climate/index.js.map +1 -0
- package/node_modules/stripe/esm/resources/ConfirmationTokens.d.ts +1233 -0
- package/node_modules/stripe/esm/resources/ConfirmationTokens.js +11 -0
- package/node_modules/stripe/esm/resources/ConfirmationTokens.js.map +1 -0
- package/node_modules/stripe/esm/resources/ConnectCollectionTransfers.d.ts +27 -0
- package/node_modules/stripe/esm/resources/ConnectCollectionTransfers.js +3 -0
- package/node_modules/stripe/esm/resources/ConnectCollectionTransfers.js.map +1 -0
- package/node_modules/stripe/esm/resources/CountrySpecs.d.ts +86 -0
- package/node_modules/stripe/esm/resources/CountrySpecs.js +19 -0
- package/node_modules/stripe/esm/resources/CountrySpecs.js.map +1 -0
- package/node_modules/stripe/esm/resources/Coupons.d.ts +246 -0
- package/node_modules/stripe/esm/resources/Coupons.js +39 -0
- package/node_modules/stripe/esm/resources/Coupons.js.map +1 -0
- package/node_modules/stripe/esm/resources/CreditNoteLineItems.d.ts +140 -0
- package/node_modules/stripe/esm/resources/CreditNoteLineItems.js +3 -0
- package/node_modules/stripe/esm/resources/CreditNoteLineItems.js.map +1 -0
- package/node_modules/stripe/esm/resources/CreditNotes.d.ts +876 -0
- package/node_modules/stripe/esm/resources/CreditNotes.js +288 -0
- package/node_modules/stripe/esm/resources/CreditNotes.js.map +1 -0
- package/node_modules/stripe/esm/resources/CustomerBalanceTransactions.d.ts +70 -0
- package/node_modules/stripe/esm/resources/CustomerBalanceTransactions.js +3 -0
- package/node_modules/stripe/esm/resources/CustomerBalanceTransactions.js.map +1 -0
- package/node_modules/stripe/esm/resources/CustomerCashBalanceTransactions.d.ts +166 -0
- package/node_modules/stripe/esm/resources/CustomerCashBalanceTransactions.js +3 -0
- package/node_modules/stripe/esm/resources/CustomerCashBalanceTransactions.js.map +1 -0
- package/node_modules/stripe/esm/resources/CustomerSessions.d.ts +403 -0
- package/node_modules/stripe/esm/resources/CustomerSessions.js +11 -0
- package/node_modules/stripe/esm/resources/CustomerSessions.js.map +1 -0
- package/node_modules/stripe/esm/resources/CustomerSources.d.ts +6 -0
- package/node_modules/stripe/esm/resources/CustomerSources.js +3 -0
- package/node_modules/stripe/esm/resources/CustomerSources.js.map +1 -0
- package/node_modules/stripe/esm/resources/Customers.d.ts +1115 -0
- package/node_modules/stripe/esm/resources/Customers.js +664 -0
- package/node_modules/stripe/esm/resources/Customers.js.map +1 -0
- package/node_modules/stripe/esm/resources/Discounts.d.ts +133 -0
- package/node_modules/stripe/esm/resources/Discounts.js +3 -0
- package/node_modules/stripe/esm/resources/Discounts.js.map +1 -0
- package/node_modules/stripe/esm/resources/Disputes.d.ts +709 -0
- package/node_modules/stripe/esm/resources/Disputes.js +35 -0
- package/node_modules/stripe/esm/resources/Disputes.js.map +1 -0
- package/node_modules/stripe/esm/resources/Entitlements/ActiveEntitlementSummaries.d.ts +20 -0
- package/node_modules/stripe/esm/resources/Entitlements/ActiveEntitlementSummaries.js +3 -0
- package/node_modules/stripe/esm/resources/Entitlements/ActiveEntitlementSummaries.js.map +1 -0
- package/node_modules/stripe/esm/resources/Entitlements/ActiveEntitlements.d.ts +56 -0
- package/node_modules/stripe/esm/resources/Entitlements/ActiveEntitlements.js +19 -0
- package/node_modules/stripe/esm/resources/Entitlements/ActiveEntitlements.js.map +1 -0
- package/node_modules/stripe/esm/resources/Entitlements/Features.d.ts +115 -0
- package/node_modules/stripe/esm/resources/Entitlements/Features.js +31 -0
- package/node_modules/stripe/esm/resources/Entitlements/Features.js.map +1 -0
- package/node_modules/stripe/esm/resources/Entitlements/index.d.ts +24 -0
- package/node_modules/stripe/esm/resources/Entitlements/index.js +11 -0
- package/node_modules/stripe/esm/resources/Entitlements/index.js.map +1 -0
- package/node_modules/stripe/esm/resources/EphemeralKeys.d.ts +63 -0
- package/node_modules/stripe/esm/resources/EphemeralKeys.js +20 -0
- package/node_modules/stripe/esm/resources/EphemeralKeys.js.map +1 -0
- package/node_modules/stripe/esm/resources/Events.d.ts +3554 -0
- package/node_modules/stripe/esm/resources/Events.js +19 -0
- package/node_modules/stripe/esm/resources/Events.js.map +1 -0
- package/node_modules/stripe/esm/resources/ExchangeRates.d.ts +47 -0
- package/node_modules/stripe/esm/resources/ExchangeRates.js +25 -0
- package/node_modules/stripe/esm/resources/ExchangeRates.js.map +1 -0
- package/node_modules/stripe/esm/resources/ExternalAccounts.d.ts +4 -0
- package/node_modules/stripe/esm/resources/ExternalAccounts.js +3 -0
- package/node_modules/stripe/esm/resources/ExternalAccounts.js.map +1 -0
- package/node_modules/stripe/esm/resources/FeeRefunds.d.ts +37 -0
- package/node_modules/stripe/esm/resources/FeeRefunds.js +3 -0
- package/node_modules/stripe/esm/resources/FeeRefunds.js.map +1 -0
- package/node_modules/stripe/esm/resources/FileLinks.d.ts +116 -0
- package/node_modules/stripe/esm/resources/FileLinks.js +31 -0
- package/node_modules/stripe/esm/resources/FileLinks.js.map +1 -0
- package/node_modules/stripe/esm/resources/Files.d.ts +129 -0
- package/node_modules/stripe/esm/resources/Files.js +37 -0
- package/node_modules/stripe/esm/resources/Files.js.map +1 -0
- package/node_modules/stripe/esm/resources/FinancialConnections/AccountOwners.d.ts +34 -0
- package/node_modules/stripe/esm/resources/FinancialConnections/AccountOwners.js +3 -0
- package/node_modules/stripe/esm/resources/FinancialConnections/AccountOwners.js.map +1 -0
- package/node_modules/stripe/esm/resources/FinancialConnections/AccountOwnerships.d.ts +20 -0
- package/node_modules/stripe/esm/resources/FinancialConnections/AccountOwnerships.js +3 -0
- package/node_modules/stripe/esm/resources/FinancialConnections/AccountOwnerships.js.map +1 -0
- package/node_modules/stripe/esm/resources/FinancialConnections/Accounts.d.ts +405 -0
- package/node_modules/stripe/esm/resources/FinancialConnections/Accounts.js +51 -0
- package/node_modules/stripe/esm/resources/FinancialConnections/Accounts.js.map +1 -0
- package/node_modules/stripe/esm/resources/FinancialConnections/Sessions.d.ts +164 -0
- package/node_modules/stripe/esm/resources/FinancialConnections/Sessions.js +17 -0
- package/node_modules/stripe/esm/resources/FinancialConnections/Sessions.js.map +1 -0
- package/node_modules/stripe/esm/resources/FinancialConnections/Transactions.d.ts +109 -0
- package/node_modules/stripe/esm/resources/FinancialConnections/Transactions.js +19 -0
- package/node_modules/stripe/esm/resources/FinancialConnections/Transactions.js.map +1 -0
- package/node_modules/stripe/esm/resources/FinancialConnections/index.d.ts +36 -0
- package/node_modules/stripe/esm/resources/FinancialConnections/index.js +13 -0
- package/node_modules/stripe/esm/resources/FinancialConnections/index.js.map +1 -0
- package/node_modules/stripe/esm/resources/Forwarding/Requests.d.ts +201 -0
- package/node_modules/stripe/esm/resources/Forwarding/Requests.js +25 -0
- package/node_modules/stripe/esm/resources/Forwarding/Requests.js.map +1 -0
- package/node_modules/stripe/esm/resources/Forwarding/index.d.ts +14 -0
- package/node_modules/stripe/esm/resources/Forwarding/index.js +9 -0
- package/node_modules/stripe/esm/resources/Forwarding/index.js.map +1 -0
- package/node_modules/stripe/esm/resources/FundingInstructions.d.ts +213 -0
- package/node_modules/stripe/esm/resources/FundingInstructions.js +3 -0
- package/node_modules/stripe/esm/resources/FundingInstructions.js.map +1 -0
- package/node_modules/stripe/esm/resources/Identity/VerificationReports.d.ts +412 -0
- package/node_modules/stripe/esm/resources/Identity/VerificationReports.js +19 -0
- package/node_modules/stripe/esm/resources/Identity/VerificationReports.js.map +1 -0
- package/node_modules/stripe/esm/resources/Identity/VerificationSessions.d.ts +530 -0
- package/node_modules/stripe/esm/resources/Identity/VerificationSessions.js +75 -0
- package/node_modules/stripe/esm/resources/Identity/VerificationSessions.js.map +1 -0
- package/node_modules/stripe/esm/resources/Identity/index.d.ts +23 -0
- package/node_modules/stripe/esm/resources/Identity/index.js +11 -0
- package/node_modules/stripe/esm/resources/Identity/index.js.map +1 -0
- package/node_modules/stripe/esm/resources/InvoiceItems.d.ts +534 -0
- package/node_modules/stripe/esm/resources/InvoiceItems.js +142 -0
- package/node_modules/stripe/esm/resources/InvoiceItems.js.map +1 -0
- package/node_modules/stripe/esm/resources/InvoiceLineItems.d.ts +280 -0
- package/node_modules/stripe/esm/resources/InvoiceLineItems.js +3 -0
- package/node_modules/stripe/esm/resources/InvoiceLineItems.js.map +1 -0
- package/node_modules/stripe/esm/resources/InvoicePayments.d.ts +142 -0
- package/node_modules/stripe/esm/resources/InvoicePayments.js +19 -0
- package/node_modules/stripe/esm/resources/InvoicePayments.js.map +1 -0
- package/node_modules/stripe/esm/resources/InvoiceRenderingTemplates.d.ts +87 -0
- package/node_modules/stripe/esm/resources/InvoiceRenderingTemplates.js +31 -0
- package/node_modules/stripe/esm/resources/InvoiceRenderingTemplates.js.map +1 -0
- package/node_modules/stripe/esm/resources/Invoices.d.ts +4239 -0
- package/node_modules/stripe/esm/resources/Invoices.js +864 -0
- package/node_modules/stripe/esm/resources/Invoices.js.map +1 -0
- package/node_modules/stripe/esm/resources/Issuing/Authorizations.d.ts +609 -0
- package/node_modules/stripe/esm/resources/Issuing/Authorizations.js +871 -0
- package/node_modules/stripe/esm/resources/Issuing/Authorizations.js.map +1 -0
- package/node_modules/stripe/esm/resources/Issuing/Cardholders.d.ts +746 -0
- package/node_modules/stripe/esm/resources/Issuing/Cardholders.js +31 -0
- package/node_modules/stripe/esm/resources/Issuing/Cardholders.js.map +1 -0
- package/node_modules/stripe/esm/resources/Issuing/Cards.d.ts +792 -0
- package/node_modules/stripe/esm/resources/Issuing/Cards.js +31 -0
- package/node_modules/stripe/esm/resources/Issuing/Cards.js.map +1 -0
- package/node_modules/stripe/esm/resources/Issuing/Disputes.d.ts +860 -0
- package/node_modules/stripe/esm/resources/Issuing/Disputes.js +37 -0
- package/node_modules/stripe/esm/resources/Issuing/Disputes.js.map +1 -0
- package/node_modules/stripe/esm/resources/Issuing/PersonalizationDesigns.d.ts +289 -0
- package/node_modules/stripe/esm/resources/Issuing/PersonalizationDesigns.js +31 -0
- package/node_modules/stripe/esm/resources/Issuing/PersonalizationDesigns.js.map +1 -0
- package/node_modules/stripe/esm/resources/Issuing/PhysicalBundles.d.ts +91 -0
- package/node_modules/stripe/esm/resources/Issuing/PhysicalBundles.js +19 -0
- package/node_modules/stripe/esm/resources/Issuing/PhysicalBundles.js.map +1 -0
- package/node_modules/stripe/esm/resources/Issuing/Tokens.d.ts +248 -0
- package/node_modules/stripe/esm/resources/Issuing/Tokens.js +25 -0
- package/node_modules/stripe/esm/resources/Issuing/Tokens.js.map +1 -0
- package/node_modules/stripe/esm/resources/Issuing/Transactions.d.ts +449 -0
- package/node_modules/stripe/esm/resources/Issuing/Transactions.js +281 -0
- package/node_modules/stripe/esm/resources/Issuing/Transactions.js.map +1 -0
- package/node_modules/stripe/esm/resources/Issuing/index.d.ts +69 -0
- package/node_modules/stripe/esm/resources/Issuing/index.js +23 -0
- package/node_modules/stripe/esm/resources/Issuing/index.js.map +1 -0
- package/node_modules/stripe/esm/resources/LineItems.d.ts +102 -0
- package/node_modules/stripe/esm/resources/LineItems.js +3 -0
- package/node_modules/stripe/esm/resources/LineItems.js.map +1 -0
- package/node_modules/stripe/esm/resources/LoginLinks.d.ts +14 -0
- package/node_modules/stripe/esm/resources/LoginLinks.js +3 -0
- package/node_modules/stripe/esm/resources/LoginLinks.js.map +1 -0
- package/node_modules/stripe/esm/resources/Mandates.d.ts +322 -0
- package/node_modules/stripe/esm/resources/Mandates.js +11 -0
- package/node_modules/stripe/esm/resources/Mandates.js.map +1 -0
- package/node_modules/stripe/esm/resources/OAuth.d.ts +279 -0
- package/node_modules/stripe/esm/resources/OAuth.js +43 -0
- package/node_modules/stripe/esm/resources/OAuth.js.map +1 -0
- package/node_modules/stripe/esm/resources/PaymentAttemptRecords.d.ts +1838 -0
- package/node_modules/stripe/esm/resources/PaymentAttemptRecords.js +19 -0
- package/node_modules/stripe/esm/resources/PaymentAttemptRecords.js.map +1 -0
- package/node_modules/stripe/esm/resources/PaymentIntentAmountDetailsLineItems.d.ts +93 -0
- package/node_modules/stripe/esm/resources/PaymentIntentAmountDetailsLineItems.js +3 -0
- package/node_modules/stripe/esm/resources/PaymentIntentAmountDetailsLineItems.js.map +1 -0
- package/node_modules/stripe/esm/resources/PaymentIntents.d.ts +11591 -0
- package/node_modules/stripe/esm/resources/PaymentIntents.js +167 -0
- package/node_modules/stripe/esm/resources/PaymentIntents.js.map +1 -0
- package/node_modules/stripe/esm/resources/PaymentLinks.d.ts +2148 -0
- package/node_modules/stripe/esm/resources/PaymentLinks.js +432 -0
- package/node_modules/stripe/esm/resources/PaymentLinks.js.map +1 -0
- package/node_modules/stripe/esm/resources/PaymentMethodConfigurations.d.ts +4253 -0
- package/node_modules/stripe/esm/resources/PaymentMethodConfigurations.js +31 -0
- package/node_modules/stripe/esm/resources/PaymentMethodConfigurations.js.map +1 -0
- package/node_modules/stripe/esm/resources/PaymentMethodDomains.d.ts +246 -0
- package/node_modules/stripe/esm/resources/PaymentMethodDomains.js +42 -0
- package/node_modules/stripe/esm/resources/PaymentMethodDomains.js.map +1 -0
- package/node_modules/stripe/esm/resources/PaymentMethods.d.ts +1959 -0
- package/node_modules/stripe/esm/resources/PaymentMethods.js +57 -0
- package/node_modules/stripe/esm/resources/PaymentMethods.js.map +1 -0
- package/node_modules/stripe/esm/resources/PaymentRecords.d.ts +2308 -0
- package/node_modules/stripe/esm/resources/PaymentRecords.js +60 -0
- package/node_modules/stripe/esm/resources/PaymentRecords.js.map +1 -0
- package/node_modules/stripe/esm/resources/Payouts.d.ts +262 -0
- package/node_modules/stripe/esm/resources/Payouts.js +49 -0
- package/node_modules/stripe/esm/resources/Payouts.js.map +1 -0
- package/node_modules/stripe/esm/resources/Persons.d.ts +474 -0
- package/node_modules/stripe/esm/resources/Persons.js +3 -0
- package/node_modules/stripe/esm/resources/Persons.js.map +1 -0
- package/node_modules/stripe/esm/resources/Plans.d.ts +363 -0
- package/node_modules/stripe/esm/resources/Plans.js +155 -0
- package/node_modules/stripe/esm/resources/Plans.js.map +1 -0
- package/node_modules/stripe/esm/resources/Prices.d.ts +721 -0
- package/node_modules/stripe/esm/resources/Prices.js +361 -0
- package/node_modules/stripe/esm/resources/Prices.js.map +1 -0
- package/node_modules/stripe/esm/resources/ProductFeatures.d.ts +38 -0
- package/node_modules/stripe/esm/resources/ProductFeatures.js +3 -0
- package/node_modules/stripe/esm/resources/ProductFeatures.js.map +1 -0
- package/node_modules/stripe/esm/resources/Products.d.ts +575 -0
- package/node_modules/stripe/esm/resources/Products.js +105 -0
- package/node_modules/stripe/esm/resources/Products.js.map +1 -0
- package/node_modules/stripe/esm/resources/PromotionCodes.d.ts +271 -0
- package/node_modules/stripe/esm/resources/PromotionCodes.js +31 -0
- package/node_modules/stripe/esm/resources/PromotionCodes.js.map +1 -0
- package/node_modules/stripe/esm/resources/Quotes.d.ts +1202 -0
- package/node_modules/stripe/esm/resources/Quotes.js +872 -0
- package/node_modules/stripe/esm/resources/Quotes.js.map +1 -0
- package/node_modules/stripe/esm/resources/Radar/EarlyFraudWarnings.d.ts +79 -0
- package/node_modules/stripe/esm/resources/Radar/EarlyFraudWarnings.js +21 -0
- package/node_modules/stripe/esm/resources/Radar/EarlyFraudWarnings.js.map +1 -0
- package/node_modules/stripe/esm/resources/Radar/PaymentEvaluations.d.ts +579 -0
- package/node_modules/stripe/esm/resources/Radar/PaymentEvaluations.js +11 -0
- package/node_modules/stripe/esm/resources/Radar/PaymentEvaluations.js.map +1 -0
- package/node_modules/stripe/esm/resources/Radar/ValueListItems.d.ts +117 -0
- package/node_modules/stripe/esm/resources/Radar/ValueListItems.js +31 -0
- package/node_modules/stripe/esm/resources/Radar/ValueListItems.js.map +1 -0
- package/node_modules/stripe/esm/resources/Radar/ValueLists.d.ts +168 -0
- package/node_modules/stripe/esm/resources/Radar/ValueLists.js +37 -0
- package/node_modules/stripe/esm/resources/Radar/ValueLists.js.map +1 -0
- package/node_modules/stripe/esm/resources/Radar/index.d.ts +37 -0
- package/node_modules/stripe/esm/resources/Radar/index.js +15 -0
- package/node_modules/stripe/esm/resources/Radar/index.js.map +1 -0
- package/node_modules/stripe/esm/resources/Refunds.d.ts +505 -0
- package/node_modules/stripe/esm/resources/Refunds.js +51 -0
- package/node_modules/stripe/esm/resources/Refunds.js.map +1 -0
- package/node_modules/stripe/esm/resources/Reporting/ReportRuns.d.ts +174 -0
- package/node_modules/stripe/esm/resources/Reporting/ReportRuns.js +25 -0
- package/node_modules/stripe/esm/resources/Reporting/ReportRuns.js.map +1 -0
- package/node_modules/stripe/esm/resources/Reporting/ReportTypes.d.ts +66 -0
- package/node_modules/stripe/esm/resources/Reporting/ReportTypes.js +19 -0
- package/node_modules/stripe/esm/resources/Reporting/ReportTypes.js.map +1 -0
- package/node_modules/stripe/esm/resources/Reporting/index.d.ts +20 -0
- package/node_modules/stripe/esm/resources/Reporting/index.js +11 -0
- package/node_modules/stripe/esm/resources/Reporting/index.js.map +1 -0
- package/node_modules/stripe/esm/resources/Reserve/Holds.d.ts +91 -0
- package/node_modules/stripe/esm/resources/Reserve/Holds.js +3 -0
- package/node_modules/stripe/esm/resources/Reserve/Holds.js.map +1 -0
- package/node_modules/stripe/esm/resources/Reserve/Plans.d.ts +74 -0
- package/node_modules/stripe/esm/resources/Reserve/Plans.js +3 -0
- package/node_modules/stripe/esm/resources/Reserve/Plans.js.map +1 -0
- package/node_modules/stripe/esm/resources/Reserve/Releases.d.ts +77 -0
- package/node_modules/stripe/esm/resources/Reserve/Releases.js +3 -0
- package/node_modules/stripe/esm/resources/Reserve/Releases.js.map +1 -0
- package/node_modules/stripe/esm/resources/Reserve/index.d.ts +13 -0
- package/node_modules/stripe/esm/resources/Reserve/index.js +4 -0
- package/node_modules/stripe/esm/resources/Reserve/index.js.map +1 -0
- package/node_modules/stripe/esm/resources/ReserveTransactions.d.ts +19 -0
- package/node_modules/stripe/esm/resources/ReserveTransactions.js +3 -0
- package/node_modules/stripe/esm/resources/ReserveTransactions.js.map +1 -0
- package/node_modules/stripe/esm/resources/Reviews.d.ts +143 -0
- package/node_modules/stripe/esm/resources/Reviews.js +25 -0
- package/node_modules/stripe/esm/resources/Reviews.js.map +1 -0
- package/node_modules/stripe/esm/resources/SetupAttempts.d.ts +552 -0
- package/node_modules/stripe/esm/resources/SetupAttempts.js +13 -0
- package/node_modules/stripe/esm/resources/SetupAttempts.js.map +1 -0
- package/node_modules/stripe/esm/resources/SetupIntents.d.ts +4572 -0
- package/node_modules/stripe/esm/resources/SetupIntents.js +71 -0
- package/node_modules/stripe/esm/resources/SetupIntents.js.map +1 -0
- package/node_modules/stripe/esm/resources/ShippingRates.d.ts +319 -0
- package/node_modules/stripe/esm/resources/ShippingRates.js +31 -0
- package/node_modules/stripe/esm/resources/ShippingRates.js.map +1 -0
- package/node_modules/stripe/esm/resources/Sigma/ScheduledQueryRuns.d.ts +81 -0
- package/node_modules/stripe/esm/resources/Sigma/ScheduledQueryRuns.js +19 -0
- package/node_modules/stripe/esm/resources/Sigma/ScheduledQueryRuns.js.map +1 -0
- package/node_modules/stripe/esm/resources/Sigma/index.d.ts +13 -0
- package/node_modules/stripe/esm/resources/Sigma/index.js +9 -0
- package/node_modules/stripe/esm/resources/Sigma/index.js.map +1 -0
- package/node_modules/stripe/esm/resources/SourceMandateNotifications.d.ts +79 -0
- package/node_modules/stripe/esm/resources/SourceMandateNotifications.js +3 -0
- package/node_modules/stripe/esm/resources/SourceMandateNotifications.js.map +1 -0
- package/node_modules/stripe/esm/resources/SourceTransactions.d.ts +140 -0
- package/node_modules/stripe/esm/resources/SourceTransactions.js +3 -0
- package/node_modules/stripe/esm/resources/SourceTransactions.js.map +1 -0
- package/node_modules/stripe/esm/resources/Sources.d.ts +918 -0
- package/node_modules/stripe/esm/resources/Sources.js +39 -0
- package/node_modules/stripe/esm/resources/Sources.js.map +1 -0
- package/node_modules/stripe/esm/resources/SubscriptionItems.d.ts +403 -0
- package/node_modules/stripe/esm/resources/SubscriptionItems.js +398 -0
- package/node_modules/stripe/esm/resources/SubscriptionItems.js.map +1 -0
- package/node_modules/stripe/esm/resources/SubscriptionSchedules.d.ts +1790 -0
- package/node_modules/stripe/esm/resources/SubscriptionSchedules.js +127 -0
- package/node_modules/stripe/esm/resources/SubscriptionSchedules.js.map +1 -0
- package/node_modules/stripe/esm/resources/Subscriptions.d.ts +2785 -0
- package/node_modules/stripe/esm/resources/Subscriptions.js +944 -0
- package/node_modules/stripe/esm/resources/Subscriptions.js.map +1 -0
- package/node_modules/stripe/esm/resources/Tax/Associations.d.ts +73 -0
- package/node_modules/stripe/esm/resources/Tax/Associations.js +11 -0
- package/node_modules/stripe/esm/resources/Tax/Associations.js.map +1 -0
- package/node_modules/stripe/esm/resources/Tax/CalculationLineItems.d.ts +119 -0
- package/node_modules/stripe/esm/resources/Tax/CalculationLineItems.js +3 -0
- package/node_modules/stripe/esm/resources/Tax/CalculationLineItems.js.map +1 -0
- package/node_modules/stripe/esm/resources/Tax/Calculations.d.ts +485 -0
- package/node_modules/stripe/esm/resources/Tax/Calculations.js +25 -0
- package/node_modules/stripe/esm/resources/Tax/Calculations.js.map +1 -0
- package/node_modules/stripe/esm/resources/Tax/Registrations.d.ts +3298 -0
- package/node_modules/stripe/esm/resources/Tax/Registrations.js +33 -0
- package/node_modules/stripe/esm/resources/Tax/Registrations.js.map +1 -0
- package/node_modules/stripe/esm/resources/Tax/Settings.d.ts +116 -0
- package/node_modules/stripe/esm/resources/Tax/Settings.js +17 -0
- package/node_modules/stripe/esm/resources/Tax/Settings.js.map +1 -0
- package/node_modules/stripe/esm/resources/Tax/TransactionLineItems.d.ts +65 -0
- package/node_modules/stripe/esm/resources/Tax/TransactionLineItems.js +3 -0
- package/node_modules/stripe/esm/resources/Tax/TransactionLineItems.js.map +1 -0
- package/node_modules/stripe/esm/resources/Tax/Transactions.d.ts +345 -0
- package/node_modules/stripe/esm/resources/Tax/Transactions.js +31 -0
- package/node_modules/stripe/esm/resources/Tax/Transactions.js.map +1 -0
- package/node_modules/stripe/esm/resources/Tax/index.d.ts +47 -0
- package/node_modules/stripe/esm/resources/Tax/index.js +17 -0
- package/node_modules/stripe/esm/resources/Tax/index.js.map +1 -0
- package/node_modules/stripe/esm/resources/TaxCodes.d.ts +43 -0
- package/node_modules/stripe/esm/resources/TaxCodes.js +19 -0
- package/node_modules/stripe/esm/resources/TaxCodes.js.map +1 -0
- package/node_modules/stripe/esm/resources/TaxDeductedAtSources.d.ts +22 -0
- package/node_modules/stripe/esm/resources/TaxDeductedAtSources.js +3 -0
- package/node_modules/stripe/esm/resources/TaxDeductedAtSources.js.map +1 -0
- package/node_modules/stripe/esm/resources/TaxIds.d.ts +216 -0
- package/node_modules/stripe/esm/resources/TaxIds.js +31 -0
- package/node_modules/stripe/esm/resources/TaxIds.js.map +1 -0
- package/node_modules/stripe/esm/resources/TaxRates.d.ts +226 -0
- package/node_modules/stripe/esm/resources/TaxRates.js +31 -0
- package/node_modules/stripe/esm/resources/TaxRates.js.map +1 -0
- package/node_modules/stripe/esm/resources/Terminal/Configurations.d.ts +1761 -0
- package/node_modules/stripe/esm/resources/Terminal/Configurations.js +37 -0
- package/node_modules/stripe/esm/resources/Terminal/Configurations.js.map +1 -0
- package/node_modules/stripe/esm/resources/Terminal/ConnectionTokens.d.ts +34 -0
- package/node_modules/stripe/esm/resources/Terminal/ConnectionTokens.js +11 -0
- package/node_modules/stripe/esm/resources/Terminal/ConnectionTokens.js.map +1 -0
- package/node_modules/stripe/esm/resources/Terminal/Locations.d.ts +283 -0
- package/node_modules/stripe/esm/resources/Terminal/Locations.js +38 -0
- package/node_modules/stripe/esm/resources/Terminal/Locations.js.map +1 -0
- package/node_modules/stripe/esm/resources/Terminal/OnboardingLinks.d.ts +87 -0
- package/node_modules/stripe/esm/resources/Terminal/OnboardingLinks.js +11 -0
- package/node_modules/stripe/esm/resources/Terminal/OnboardingLinks.js.map +1 -0
- package/node_modules/stripe/esm/resources/Terminal/Readers.d.ts +1151 -0
- package/node_modules/stripe/esm/resources/Terminal/Readers.js +85 -0
- package/node_modules/stripe/esm/resources/Terminal/Readers.js.map +1 -0
- package/node_modules/stripe/esm/resources/Terminal/index.d.ts +55 -0
- package/node_modules/stripe/esm/resources/Terminal/index.js +17 -0
- package/node_modules/stripe/esm/resources/Terminal/index.js.map +1 -0
- package/node_modules/stripe/esm/resources/TestHelpers/ConfirmationTokens.d.ts +669 -0
- package/node_modules/stripe/esm/resources/TestHelpers/ConfirmationTokens.js +11 -0
- package/node_modules/stripe/esm/resources/TestHelpers/ConfirmationTokens.js.map +1 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Customers.d.ts +29 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Customers.js +11 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Customers.js.map +1 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Authorizations.d.ts +806 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Authorizations.js +1315 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Authorizations.js.map +1 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Cards.d.ts +75 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Cards.js +35 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Cards.js.map +1 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Issuing/PersonalizationDesigns.d.ts +67 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Issuing/PersonalizationDesigns.js +23 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Issuing/PersonalizationDesigns.js.map +1 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Transactions.d.ts +582 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Transactions.js +378 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Transactions.js.map +1 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Issuing/index.d.ts +14 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Issuing/index.js +15 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Issuing/index.js.map +1 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Refunds.d.ts +17 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Refunds.js +11 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Refunds.js.map +1 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Terminal/Readers.d.ts +107 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Terminal/Readers.js +23 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Terminal/Readers.js.map +1 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Terminal/index.d.ts +8 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Terminal/index.js +9 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Terminal/index.js.map +1 -0
- package/node_modules/stripe/esm/resources/TestHelpers/TestClocks.d.ts +144 -0
- package/node_modules/stripe/esm/resources/TestHelpers/TestClocks.js +37 -0
- package/node_modules/stripe/esm/resources/TestHelpers/TestClocks.js.map +1 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Treasury/InboundTransfers.d.ts +62 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Treasury/InboundTransfers.js +23 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Treasury/InboundTransfers.js.map +1 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Treasury/OutboundPayments.d.ts +119 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Treasury/OutboundPayments.js +29 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Treasury/OutboundPayments.js.map +1 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Treasury/OutboundTransfers.d.ts +119 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Treasury/OutboundTransfers.js +29 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Treasury/OutboundTransfers.js.map +1 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +72 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Treasury/ReceivedCredits.js +11 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Treasury/ReceivedCredits.js.map +1 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +71 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Treasury/ReceivedDebits.js +11 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Treasury/ReceivedDebits.js.map +1 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Treasury/index.d.ts +16 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Treasury/index.js +17 -0
- package/node_modules/stripe/esm/resources/TestHelpers/Treasury/index.js.map +1 -0
- package/node_modules/stripe/esm/resources/TestHelpers/index.d.ts +32 -0
- package/node_modules/stripe/esm/resources/TestHelpers/index.js +21 -0
- package/node_modules/stripe/esm/resources/TestHelpers/index.js.map +1 -0
- package/node_modules/stripe/esm/resources/Tokens.d.ts +874 -0
- package/node_modules/stripe/esm/resources/Tokens.js +18 -0
- package/node_modules/stripe/esm/resources/Tokens.js.map +1 -0
- package/node_modules/stripe/esm/resources/Topups.d.ts +195 -0
- package/node_modules/stripe/esm/resources/Topups.js +37 -0
- package/node_modules/stripe/esm/resources/Topups.js.map +1 -0
- package/node_modules/stripe/esm/resources/TransferReversals.d.ts +46 -0
- package/node_modules/stripe/esm/resources/TransferReversals.js +3 -0
- package/node_modules/stripe/esm/resources/TransferReversals.js.map +1 -0
- package/node_modules/stripe/esm/resources/Transfers.d.ts +242 -0
- package/node_modules/stripe/esm/resources/Transfers.js +65 -0
- package/node_modules/stripe/esm/resources/Transfers.js.map +1 -0
- package/node_modules/stripe/esm/resources/Treasury/CreditReversals.d.ts +130 -0
- package/node_modules/stripe/esm/resources/Treasury/CreditReversals.js +25 -0
- package/node_modules/stripe/esm/resources/Treasury/CreditReversals.js.map +1 -0
- package/node_modules/stripe/esm/resources/Treasury/DebitReversals.d.ts +145 -0
- package/node_modules/stripe/esm/resources/Treasury/DebitReversals.js +25 -0
- package/node_modules/stripe/esm/resources/Treasury/DebitReversals.js.map +1 -0
- package/node_modules/stripe/esm/resources/Treasury/FinancialAccountFeatures.d.ts +400 -0
- package/node_modules/stripe/esm/resources/Treasury/FinancialAccountFeatures.js +3 -0
- package/node_modules/stripe/esm/resources/Treasury/FinancialAccountFeatures.js.map +1 -0
- package/node_modules/stripe/esm/resources/Treasury/FinancialAccounts.d.ts +754 -0
- package/node_modules/stripe/esm/resources/Treasury/FinancialAccounts.js +49 -0
- package/node_modules/stripe/esm/resources/Treasury/FinancialAccounts.js.map +1 -0
- package/node_modules/stripe/esm/resources/Treasury/InboundTransfers.d.ts +261 -0
- package/node_modules/stripe/esm/resources/Treasury/InboundTransfers.js +31 -0
- package/node_modules/stripe/esm/resources/Treasury/InboundTransfers.js.map +1 -0
- package/node_modules/stripe/esm/resources/Treasury/OutboundPayments.d.ts +450 -0
- package/node_modules/stripe/esm/resources/Treasury/OutboundPayments.js +31 -0
- package/node_modules/stripe/esm/resources/Treasury/OutboundPayments.js.map +1 -0
- package/node_modules/stripe/esm/resources/Treasury/OutboundTransfers.d.ts +344 -0
- package/node_modules/stripe/esm/resources/Treasury/OutboundTransfers.js +31 -0
- package/node_modules/stripe/esm/resources/Treasury/OutboundTransfers.js.map +1 -0
- package/node_modules/stripe/esm/resources/Treasury/ReceivedCredits.d.ts +259 -0
- package/node_modules/stripe/esm/resources/Treasury/ReceivedCredits.js +19 -0
- package/node_modules/stripe/esm/resources/Treasury/ReceivedCredits.js.map +1 -0
- package/node_modules/stripe/esm/resources/Treasury/ReceivedDebits.d.ts +200 -0
- package/node_modules/stripe/esm/resources/Treasury/ReceivedDebits.js +19 -0
- package/node_modules/stripe/esm/resources/Treasury/ReceivedDebits.js.map +1 -0
- package/node_modules/stripe/esm/resources/Treasury/TransactionEntries.d.ts +185 -0
- package/node_modules/stripe/esm/resources/Treasury/TransactionEntries.js +398 -0
- package/node_modules/stripe/esm/resources/Treasury/TransactionEntries.js.map +1 -0
- package/node_modules/stripe/esm/resources/Treasury/Transactions.d.ts +210 -0
- package/node_modules/stripe/esm/resources/Treasury/Transactions.js +450 -0
- package/node_modules/stripe/esm/resources/Treasury/Transactions.js.map +1 -0
- package/node_modules/stripe/esm/resources/Treasury/index.d.ts +83 -0
- package/node_modules/stripe/esm/resources/Treasury/index.js +27 -0
- package/node_modules/stripe/esm/resources/Treasury/index.js.map +1 -0
- package/node_modules/stripe/esm/resources/V2/Billing/MeterEventAdjustments.d.ts +77 -0
- package/node_modules/stripe/esm/resources/V2/Billing/MeterEventAdjustments.js +11 -0
- package/node_modules/stripe/esm/resources/V2/Billing/MeterEventAdjustments.js.map +1 -0
- package/node_modules/stripe/esm/resources/V2/Billing/MeterEventSession.d.ts +41 -0
- package/node_modules/stripe/esm/resources/V2/Billing/MeterEventSession.js +11 -0
- package/node_modules/stripe/esm/resources/V2/Billing/MeterEventSession.js.map +1 -0
- package/node_modules/stripe/esm/resources/V2/Billing/MeterEventStream.d.ts +48 -0
- package/node_modules/stripe/esm/resources/V2/Billing/MeterEventStream.js +14 -0
- package/node_modules/stripe/esm/resources/V2/Billing/MeterEventStream.js.map +1 -0
- package/node_modules/stripe/esm/resources/V2/Billing/MeterEvents.d.ts +75 -0
- package/node_modules/stripe/esm/resources/V2/Billing/MeterEvents.js +11 -0
- package/node_modules/stripe/esm/resources/V2/Billing/MeterEvents.js.map +1 -0
- package/node_modules/stripe/esm/resources/V2/Billing/index.d.ts +24 -0
- package/node_modules/stripe/esm/resources/V2/Billing/index.js +15 -0
- package/node_modules/stripe/esm/resources/V2/Billing/index.js.map +1 -0
- package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalog/Imports.d.ts +99 -0
- package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalog/Imports.js +152 -0
- package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalog/Imports.js.map +1 -0
- package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalog/index.d.ts +8 -0
- package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalog/index.js +9 -0
- package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalog/index.js.map +1 -0
- package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalogImports.d.ts +184 -0
- package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalogImports.js +3 -0
- package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalogImports.js.map +1 -0
- package/node_modules/stripe/esm/resources/V2/Commerce/index.d.ts +13 -0
- package/node_modules/stripe/esm/resources/V2/Commerce/index.js +9 -0
- package/node_modules/stripe/esm/resources/V2/Commerce/index.js.map +1 -0
- package/node_modules/stripe/esm/resources/V2/Core/AccountLinks.d.ts +231 -0
- package/node_modules/stripe/esm/resources/V2/Core/AccountLinks.js +12 -0
- package/node_modules/stripe/esm/resources/V2/Core/AccountLinks.js.map +1 -0
- package/node_modules/stripe/esm/resources/V2/Core/AccountPersonTokens.d.ts +26 -0
- package/node_modules/stripe/esm/resources/V2/Core/AccountPersonTokens.js +3 -0
- package/node_modules/stripe/esm/resources/V2/Core/AccountPersonTokens.js.map +1 -0
- package/node_modules/stripe/esm/resources/V2/Core/AccountPersons.d.ts +469 -0
- package/node_modules/stripe/esm/resources/V2/Core/AccountPersons.js +3 -0
- package/node_modules/stripe/esm/resources/V2/Core/AccountPersons.js.map +1 -0
- package/node_modules/stripe/esm/resources/V2/Core/AccountTokens.d.ts +806 -0
- package/node_modules/stripe/esm/resources/V2/Core/AccountTokens.js +43 -0
- package/node_modules/stripe/esm/resources/V2/Core/AccountTokens.js.map +1 -0
- package/node_modules/stripe/esm/resources/V2/Core/Accounts/PersonTokens.d.ts +379 -0
- package/node_modules/stripe/esm/resources/V2/Core/Accounts/PersonTokens.js +30 -0
- package/node_modules/stripe/esm/resources/V2/Core/Accounts/PersonTokens.js.map +1 -0
- package/node_modules/stripe/esm/resources/V2/Core/Accounts/Persons.d.ts +884 -0
- package/node_modules/stripe/esm/resources/V2/Core/Accounts/Persons.js +107 -0
- package/node_modules/stripe/esm/resources/V2/Core/Accounts/Persons.js.map +1 -0
- package/node_modules/stripe/esm/resources/V2/Core/Accounts.d.ts +7070 -0
- package/node_modules/stripe/esm/resources/V2/Core/Accounts.js +195 -0
- package/node_modules/stripe/esm/resources/V2/Core/Accounts.js.map +1 -0
- package/node_modules/stripe/esm/resources/V2/Core/EventDestinations.d.ts +370 -0
- package/node_modules/stripe/esm/resources/V2/Core/EventDestinations.js +55 -0
- package/node_modules/stripe/esm/resources/V2/Core/EventDestinations.js.map +1 -0
- package/node_modules/stripe/esm/resources/V2/Core/Events.d.ts +704 -0
- package/node_modules/stripe/esm/resources/V2/Core/Events.js +55 -0
- package/node_modules/stripe/esm/resources/V2/Core/Events.js.map +1 -0
- package/node_modules/stripe/esm/resources/V2/Core/index.d.ts +51 -0
- package/node_modules/stripe/esm/resources/V2/Core/index.js +17 -0
- package/node_modules/stripe/esm/resources/V2/Core/index.js.map +1 -0
- package/node_modules/stripe/esm/resources/V2/DeletedObject.d.ts +10 -0
- package/node_modules/stripe/esm/resources/V2/DeletedObject.js +3 -0
- package/node_modules/stripe/esm/resources/V2/DeletedObject.js.map +1 -0
- package/node_modules/stripe/esm/resources/V2/V2Amounts.d.ts +4 -0
- package/node_modules/stripe/esm/resources/V2/V2Amounts.js +2 -0
- package/node_modules/stripe/esm/resources/V2/V2Amounts.js.map +1 -0
- package/node_modules/stripe/esm/resources/V2/index.d.ts +19 -0
- package/node_modules/stripe/esm/resources/V2/index.js +13 -0
- package/node_modules/stripe/esm/resources/V2/index.js.map +1 -0
- package/node_modules/stripe/esm/resources/WebhookEndpoints.d.ts +170 -0
- package/node_modules/stripe/esm/resources/WebhookEndpoints.js +37 -0
- package/node_modules/stripe/esm/resources/WebhookEndpoints.js.map +1 -0
- package/node_modules/stripe/esm/resources.d.ts +76 -0
- package/node_modules/stripe/esm/resources.js +271 -0
- package/node_modules/stripe/esm/resources.js.map +1 -0
- package/node_modules/stripe/esm/shared.d.ts +152 -0
- package/node_modules/stripe/esm/shared.js +2 -0
- package/node_modules/stripe/esm/shared.js.map +1 -0
- package/node_modules/stripe/esm/stripe.core.d.ts +497 -0
- package/node_modules/stripe/esm/stripe.core.js +625 -0
- package/node_modules/stripe/esm/stripe.core.js.map +1 -0
- package/node_modules/stripe/esm/stripe.esm.node.d.ts +497 -0
- package/node_modules/stripe/esm/stripe.esm.node.js +622 -0
- package/node_modules/stripe/esm/stripe.esm.node.js.map +1 -0
- package/node_modules/stripe/esm/stripe.esm.worker.d.ts +4 -0
- package/node_modules/stripe/esm/stripe.esm.worker.js +8 -0
- package/node_modules/stripe/esm/stripe.esm.worker.js.map +1 -0
- package/node_modules/stripe/esm/utils.d.ts +77 -0
- package/node_modules/stripe/esm/utils.js +379 -0
- package/node_modules/stripe/esm/utils.js.map +1 -0
- package/node_modules/stripe/package.json +102 -0
- package/package.json +2 -1
|
@@ -0,0 +1,792 @@
|
|
|
1
|
+
import { StripeResource } from '../../StripeResource.js';
|
|
2
|
+
import { Cardholder } from './Cardholders.js';
|
|
3
|
+
import { PersonalizationDesign } from './PersonalizationDesigns.js';
|
|
4
|
+
import { MetadataParam, Emptyable, Address, PaginationParams, RangeQueryParam, Metadata } from '../../shared.js';
|
|
5
|
+
import { RequestOptions, ApiListPromise, Response } from '../../lib.js';
|
|
6
|
+
export declare class CardResource extends StripeResource {
|
|
7
|
+
/**
|
|
8
|
+
* Returns a list of Issuing Card objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.
|
|
9
|
+
*/
|
|
10
|
+
list(params?: Issuing.CardListParams, options?: RequestOptions): ApiListPromise<Card>;
|
|
11
|
+
/**
|
|
12
|
+
* Creates an Issuing Card object.
|
|
13
|
+
*/
|
|
14
|
+
create(params: Issuing.CardCreateParams, options?: RequestOptions): Promise<Response<Card>>;
|
|
15
|
+
/**
|
|
16
|
+
* Retrieves an Issuing Card object.
|
|
17
|
+
*/
|
|
18
|
+
retrieve(id: string, params?: Issuing.CardRetrieveParams, options?: RequestOptions): Promise<Response<Card>>;
|
|
19
|
+
/**
|
|
20
|
+
* Updates the specified Issuing Card object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
21
|
+
*/
|
|
22
|
+
update(id: string, params?: Issuing.CardUpdateParams, options?: RequestOptions): Promise<Response<Card>>;
|
|
23
|
+
}
|
|
24
|
+
export interface Card {
|
|
25
|
+
/**
|
|
26
|
+
* Unique identifier for the object.
|
|
27
|
+
*/
|
|
28
|
+
id: string;
|
|
29
|
+
/**
|
|
30
|
+
* String representing the object's type. Objects of the same type share the same value.
|
|
31
|
+
*/
|
|
32
|
+
object: 'issuing.card';
|
|
33
|
+
/**
|
|
34
|
+
* The brand of the card.
|
|
35
|
+
*/
|
|
36
|
+
brand: string;
|
|
37
|
+
/**
|
|
38
|
+
* The reason why the card was canceled.
|
|
39
|
+
*/
|
|
40
|
+
cancellation_reason: Card.CancellationReason | null;
|
|
41
|
+
/**
|
|
42
|
+
* An Issuing `Cardholder` object represents an individual or business entity who is [issued](https://docs.stripe.com/issuing) cards.
|
|
43
|
+
*
|
|
44
|
+
* Related guide: [How to create a cardholder](https://docs.stripe.com/issuing/cards/virtual/issue-cards#create-cardholder)
|
|
45
|
+
*/
|
|
46
|
+
cardholder: Cardholder;
|
|
47
|
+
/**
|
|
48
|
+
* Time at which the object was created. Measured in seconds since the Unix epoch.
|
|
49
|
+
*/
|
|
50
|
+
created: number;
|
|
51
|
+
/**
|
|
52
|
+
* Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Supported currencies are `usd` in the US, `eur` in the EU, and `gbp` in the UK.
|
|
53
|
+
*/
|
|
54
|
+
currency: string;
|
|
55
|
+
/**
|
|
56
|
+
* The card's CVC. For security reasons, this is only available for virtual cards, and will be omitted unless you explicitly request it with [the `expand` parameter](https://docs.stripe.com/api/expanding_objects). Additionally, it's only available via the ["Retrieve a card" endpoint](https://docs.stripe.com/api/issuing/cards/retrieve), not via "List all cards" or any other endpoint.
|
|
57
|
+
*/
|
|
58
|
+
cvc?: string;
|
|
59
|
+
/**
|
|
60
|
+
* The expiration month of the card.
|
|
61
|
+
*/
|
|
62
|
+
exp_month: number;
|
|
63
|
+
/**
|
|
64
|
+
* The expiration year of the card.
|
|
65
|
+
*/
|
|
66
|
+
exp_year: number;
|
|
67
|
+
/**
|
|
68
|
+
* The financial account this card is attached to.
|
|
69
|
+
*/
|
|
70
|
+
financial_account?: string | null;
|
|
71
|
+
/**
|
|
72
|
+
* The last 4 digits of the card number.
|
|
73
|
+
*/
|
|
74
|
+
last4: string;
|
|
75
|
+
/**
|
|
76
|
+
* Stripe's assessment of whether this card's details have been compromised. If this property isn't null, cancel and reissue the card to prevent fraudulent activity risk.
|
|
77
|
+
*/
|
|
78
|
+
latest_fraud_warning: Card.LatestFraudWarning | null;
|
|
79
|
+
/**
|
|
80
|
+
* Rules that control the lifecycle of this card, such as automatic cancellation. Refer to our [documentation](https://docs.stripe.com/issuing/controls/lifecycle-controls) for more details.
|
|
81
|
+
*/
|
|
82
|
+
lifecycle_controls: Card.LifecycleControls | null;
|
|
83
|
+
/**
|
|
84
|
+
* If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
|
|
85
|
+
*/
|
|
86
|
+
livemode: boolean;
|
|
87
|
+
/**
|
|
88
|
+
* Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
|
|
89
|
+
*/
|
|
90
|
+
metadata: Metadata;
|
|
91
|
+
/**
|
|
92
|
+
* The full unredacted card number. For security reasons, this is only available for virtual cards, and will be omitted unless you explicitly request it with [the `expand` parameter](https://docs.stripe.com/api/expanding_objects). Additionally, it's only available via the ["Retrieve a card" endpoint](https://docs.stripe.com/api/issuing/cards/retrieve), not via "List all cards" or any other endpoint.
|
|
93
|
+
*/
|
|
94
|
+
number?: string;
|
|
95
|
+
/**
|
|
96
|
+
* The personalization design object belonging to this card.
|
|
97
|
+
*/
|
|
98
|
+
personalization_design: string | PersonalizationDesign | null;
|
|
99
|
+
/**
|
|
100
|
+
* The latest card that replaces this card, if any.
|
|
101
|
+
*/
|
|
102
|
+
replaced_by: string | Card | null;
|
|
103
|
+
/**
|
|
104
|
+
* The card this card replaces, if any.
|
|
105
|
+
*/
|
|
106
|
+
replacement_for: string | Card | null;
|
|
107
|
+
/**
|
|
108
|
+
* The reason why the previous card needed to be replaced.
|
|
109
|
+
*/
|
|
110
|
+
replacement_reason: Card.ReplacementReason | null;
|
|
111
|
+
/**
|
|
112
|
+
* Text separate from cardholder name, printed on the card.
|
|
113
|
+
*/
|
|
114
|
+
second_line: string | null;
|
|
115
|
+
/**
|
|
116
|
+
* Where and how the card will be shipped.
|
|
117
|
+
*/
|
|
118
|
+
shipping: Card.Shipping | null;
|
|
119
|
+
spending_controls: Card.SpendingControls;
|
|
120
|
+
/**
|
|
121
|
+
* Whether authorizations can be approved on this card. May be blocked from activating cards depending on past-due Cardholder requirements. Defaults to `inactive`.
|
|
122
|
+
*/
|
|
123
|
+
status: Card.Status;
|
|
124
|
+
/**
|
|
125
|
+
* The type of the card.
|
|
126
|
+
*/
|
|
127
|
+
type: Card.Type;
|
|
128
|
+
/**
|
|
129
|
+
* Information relating to digital wallets (like Apple Pay and Google Pay).
|
|
130
|
+
*/
|
|
131
|
+
wallets: Card.Wallets | null;
|
|
132
|
+
}
|
|
133
|
+
export declare namespace Card {
|
|
134
|
+
type CancellationReason = 'design_rejected' | 'fulfillment_error' | 'lost' | 'stolen';
|
|
135
|
+
interface LatestFraudWarning {
|
|
136
|
+
/**
|
|
137
|
+
* Timestamp of the most recent fraud warning.
|
|
138
|
+
*/
|
|
139
|
+
started_at: number | null;
|
|
140
|
+
/**
|
|
141
|
+
* The type of fraud warning that most recently took place on this card. This field updates with every new fraud warning, so the value changes over time. If populated, cancel and reissue the card.
|
|
142
|
+
*/
|
|
143
|
+
type: LatestFraudWarning.Type | null;
|
|
144
|
+
}
|
|
145
|
+
interface LifecycleControls {
|
|
146
|
+
cancel_after: LifecycleControls.CancelAfter;
|
|
147
|
+
}
|
|
148
|
+
type ReplacementReason = 'damaged' | 'expired' | 'fulfillment_error' | 'lost' | 'stolen';
|
|
149
|
+
interface Shipping {
|
|
150
|
+
address: Address;
|
|
151
|
+
/**
|
|
152
|
+
* Address validation details for the shipment.
|
|
153
|
+
*/
|
|
154
|
+
address_validation: Shipping.AddressValidation | null;
|
|
155
|
+
/**
|
|
156
|
+
* The delivery company that shipped a card.
|
|
157
|
+
*/
|
|
158
|
+
carrier: Shipping.Carrier | null;
|
|
159
|
+
/**
|
|
160
|
+
* Additional information that may be required for clearing customs.
|
|
161
|
+
*/
|
|
162
|
+
customs: Shipping.Customs | null;
|
|
163
|
+
/**
|
|
164
|
+
* A unix timestamp representing a best estimate of when the card will be delivered.
|
|
165
|
+
*/
|
|
166
|
+
eta: number | null;
|
|
167
|
+
/**
|
|
168
|
+
* Recipient name.
|
|
169
|
+
*/
|
|
170
|
+
name: string;
|
|
171
|
+
/**
|
|
172
|
+
* The phone number of the receiver of the shipment. Our courier partners will use this number to contact you in the event of card delivery issues. For individual shipments to the EU/UK, if this field is empty, we will provide them with the phone number provided when the cardholder was initially created.
|
|
173
|
+
*/
|
|
174
|
+
phone_number: string | null;
|
|
175
|
+
/**
|
|
176
|
+
* Whether a signature is required for card delivery. This feature is only supported for US users. Standard shipping service does not support signature on delivery. The default value for standard shipping service is false and for express and priority services is true.
|
|
177
|
+
*/
|
|
178
|
+
require_signature: boolean | null;
|
|
179
|
+
/**
|
|
180
|
+
* Shipment service, such as `standard` or `express`.
|
|
181
|
+
*/
|
|
182
|
+
service: Shipping.Service;
|
|
183
|
+
/**
|
|
184
|
+
* The delivery status of the card.
|
|
185
|
+
*/
|
|
186
|
+
status: Shipping.Status | null;
|
|
187
|
+
/**
|
|
188
|
+
* A tracking number for a card shipment.
|
|
189
|
+
*/
|
|
190
|
+
tracking_number: string | null;
|
|
191
|
+
/**
|
|
192
|
+
* A link to the shipping carrier's site where you can view detailed information about a card shipment.
|
|
193
|
+
*/
|
|
194
|
+
tracking_url: string | null;
|
|
195
|
+
/**
|
|
196
|
+
* Packaging options.
|
|
197
|
+
*/
|
|
198
|
+
type: Shipping.Type;
|
|
199
|
+
}
|
|
200
|
+
interface SpendingControls {
|
|
201
|
+
/**
|
|
202
|
+
* Array of card presence statuses from which authorizations will be allowed. Possible options are `present`, `not_present`. All other statuses will be blocked. Cannot be set with `blocked_card_presences`. Provide an empty value to unset this control.
|
|
203
|
+
*/
|
|
204
|
+
allowed_card_presences: Array<SpendingControls.AllowedCardPresence> | null;
|
|
205
|
+
/**
|
|
206
|
+
* Array of strings containing [categories](https://docs.stripe.com/api#issuing_authorization_object-merchant_data-category) of authorizations to allow. All other categories will be blocked. Cannot be set with `blocked_categories`.
|
|
207
|
+
*/
|
|
208
|
+
allowed_categories: Array<SpendingControls.AllowedCategory> | null;
|
|
209
|
+
/**
|
|
210
|
+
* Array of strings containing representing countries from which authorizations will be allowed. Authorizations from merchants in all other countries will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g. `US`). Cannot be set with `blocked_merchant_countries`. Provide an empty value to unset this control.
|
|
211
|
+
*/
|
|
212
|
+
allowed_merchant_countries: Array<string> | null;
|
|
213
|
+
/**
|
|
214
|
+
* Array of card presence statuses from which authorizations will be declined. Possible options are `present`, `not_present`. Cannot be set with `allowed_card_presences`. Provide an empty value to unset this control.
|
|
215
|
+
*/
|
|
216
|
+
blocked_card_presences: Array<SpendingControls.BlockedCardPresence> | null;
|
|
217
|
+
/**
|
|
218
|
+
* Array of strings containing [categories](https://docs.stripe.com/api#issuing_authorization_object-merchant_data-category) of authorizations to decline. All other categories will be allowed. Cannot be set with `allowed_categories`.
|
|
219
|
+
*/
|
|
220
|
+
blocked_categories: Array<SpendingControls.BlockedCategory> | null;
|
|
221
|
+
/**
|
|
222
|
+
* Array of strings containing representing countries from which authorizations will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g. `US`). Cannot be set with `allowed_merchant_countries`. Provide an empty value to unset this control.
|
|
223
|
+
*/
|
|
224
|
+
blocked_merchant_countries: Array<string> | null;
|
|
225
|
+
/**
|
|
226
|
+
* Limit spending with amount-based rules that apply across any cards this card replaced (i.e., its `replacement_for` card and _that_ card's `replacement_for` card, up the chain).
|
|
227
|
+
*/
|
|
228
|
+
spending_limits: Array<SpendingControls.SpendingLimit> | null;
|
|
229
|
+
/**
|
|
230
|
+
* Currency of the amounts within `spending_limits`. Always the same as the currency of the card.
|
|
231
|
+
*/
|
|
232
|
+
spending_limits_currency: string | null;
|
|
233
|
+
}
|
|
234
|
+
type Status = 'active' | 'canceled' | 'inactive';
|
|
235
|
+
type Type = 'physical' | 'virtual';
|
|
236
|
+
interface Wallets {
|
|
237
|
+
apple_pay: Wallets.ApplePay;
|
|
238
|
+
google_pay: Wallets.GooglePay;
|
|
239
|
+
/**
|
|
240
|
+
* Unique identifier for a card used with digital wallets
|
|
241
|
+
*/
|
|
242
|
+
primary_account_identifier: string | null;
|
|
243
|
+
}
|
|
244
|
+
namespace LatestFraudWarning {
|
|
245
|
+
type Type = 'card_testing_exposure' | 'fraud_dispute_filed' | 'third_party_reported' | 'user_indicated_fraud';
|
|
246
|
+
}
|
|
247
|
+
namespace LifecycleControls {
|
|
248
|
+
interface CancelAfter {
|
|
249
|
+
/**
|
|
250
|
+
* The card is automatically cancelled when it makes this number of non-zero payment authorizations and transactions. The count includes penny authorizations, but doesn't include non-payment actions, such as authorization advice.
|
|
251
|
+
*/
|
|
252
|
+
payment_count: number;
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
namespace Shipping {
|
|
256
|
+
interface AddressValidation {
|
|
257
|
+
/**
|
|
258
|
+
* The address validation capabilities to use.
|
|
259
|
+
*/
|
|
260
|
+
mode: AddressValidation.Mode;
|
|
261
|
+
/**
|
|
262
|
+
* The normalized shipping address.
|
|
263
|
+
*/
|
|
264
|
+
normalized_address: Address | null;
|
|
265
|
+
/**
|
|
266
|
+
* The validation result for the shipping address.
|
|
267
|
+
*/
|
|
268
|
+
result: AddressValidation.Result | null;
|
|
269
|
+
}
|
|
270
|
+
type Carrier = 'dhl' | 'fedex' | 'royal_mail' | 'usps';
|
|
271
|
+
interface Customs {
|
|
272
|
+
/**
|
|
273
|
+
* A registration number used for customs in Europe. See [https://www.gov.uk/eori](https://www.gov.uk/eori) for the UK and [https://ec.europa.eu/taxation_customs/business/customs-procedures-import-and-export/customs-procedures/economic-operators-registration-and-identification-number-eori_en](https://ec.europa.eu/taxation_customs/business/customs-procedures-import-and-export/customs-procedures/economic-operators-registration-and-identification-number-eori_en) for the EU.
|
|
274
|
+
*/
|
|
275
|
+
eori_number: string | null;
|
|
276
|
+
}
|
|
277
|
+
type Service = 'express' | 'priority' | 'standard';
|
|
278
|
+
type Status = 'canceled' | 'delivered' | 'failure' | 'pending' | 'returned' | 'shipped' | 'submitted';
|
|
279
|
+
type Type = 'bulk' | 'individual';
|
|
280
|
+
namespace AddressValidation {
|
|
281
|
+
type Mode = 'disabled' | 'normalization_only' | 'validation_and_normalization';
|
|
282
|
+
type Result = 'indeterminate' | 'likely_deliverable' | 'likely_undeliverable';
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
namespace SpendingControls {
|
|
286
|
+
type AllowedCardPresence = 'not_present' | 'present';
|
|
287
|
+
type AllowedCategory = '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' | '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';
|
|
288
|
+
type BlockedCardPresence = 'not_present' | 'present';
|
|
289
|
+
type BlockedCategory = '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' | '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';
|
|
290
|
+
interface SpendingLimit {
|
|
291
|
+
/**
|
|
292
|
+
* Maximum amount allowed to spend per interval. This amount is in the card's currency and in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).
|
|
293
|
+
*/
|
|
294
|
+
amount: number;
|
|
295
|
+
/**
|
|
296
|
+
* Array of strings containing [categories](https://docs.stripe.com/api#issuing_authorization_object-merchant_data-category) this limit applies to. Omitting this field will apply the limit to all categories.
|
|
297
|
+
*/
|
|
298
|
+
categories: Array<SpendingLimit.Category> | null;
|
|
299
|
+
/**
|
|
300
|
+
* Interval (or event) to which the amount applies.
|
|
301
|
+
*/
|
|
302
|
+
interval: SpendingLimit.Interval;
|
|
303
|
+
}
|
|
304
|
+
namespace SpendingLimit {
|
|
305
|
+
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' | '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';
|
|
306
|
+
type Interval = 'all_time' | 'daily' | 'monthly' | 'per_authorization' | 'weekly' | 'yearly';
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
namespace Wallets {
|
|
310
|
+
interface ApplePay {
|
|
311
|
+
/**
|
|
312
|
+
* Apple Pay Eligibility
|
|
313
|
+
*/
|
|
314
|
+
eligible: boolean;
|
|
315
|
+
/**
|
|
316
|
+
* Reason the card is ineligible for Apple Pay
|
|
317
|
+
*/
|
|
318
|
+
ineligible_reason: ApplePay.IneligibleReason | null;
|
|
319
|
+
}
|
|
320
|
+
interface GooglePay {
|
|
321
|
+
/**
|
|
322
|
+
* Google Pay Eligibility
|
|
323
|
+
*/
|
|
324
|
+
eligible: boolean;
|
|
325
|
+
/**
|
|
326
|
+
* Reason the card is ineligible for Google Pay
|
|
327
|
+
*/
|
|
328
|
+
ineligible_reason: GooglePay.IneligibleReason | null;
|
|
329
|
+
}
|
|
330
|
+
namespace ApplePay {
|
|
331
|
+
type IneligibleReason = 'missing_agreement' | 'missing_cardholder_contact' | 'unsupported_region';
|
|
332
|
+
}
|
|
333
|
+
namespace GooglePay {
|
|
334
|
+
type IneligibleReason = 'missing_agreement' | 'missing_cardholder_contact' | 'unsupported_region';
|
|
335
|
+
}
|
|
336
|
+
}
|
|
337
|
+
}
|
|
338
|
+
export declare namespace Issuing {
|
|
339
|
+
interface CardCreateParams {
|
|
340
|
+
/**
|
|
341
|
+
* The currency for the card.
|
|
342
|
+
*/
|
|
343
|
+
currency: string;
|
|
344
|
+
/**
|
|
345
|
+
* The type of card to issue. Possible values are `physical` or `virtual`.
|
|
346
|
+
*/
|
|
347
|
+
type: CardCreateParams.Type;
|
|
348
|
+
/**
|
|
349
|
+
* The [Cardholder](https://docs.stripe.com/api#issuing_cardholder_object) object with which the card will be associated.
|
|
350
|
+
*/
|
|
351
|
+
cardholder?: string;
|
|
352
|
+
/**
|
|
353
|
+
* The desired expiration month (1-12) for this card if [specifying a custom expiration date](https://docs.stripe.com/issuing/cards/virtual/issue-cards?testing-method=with-code#exp-dates).
|
|
354
|
+
*/
|
|
355
|
+
exp_month?: number;
|
|
356
|
+
/**
|
|
357
|
+
* The desired 4-digit expiration year for this card if [specifying a custom expiration date](https://docs.stripe.com/issuing/cards/virtual/issue-cards?testing-method=with-code#exp-dates).
|
|
358
|
+
*/
|
|
359
|
+
exp_year?: number;
|
|
360
|
+
/**
|
|
361
|
+
* Specifies which fields in the response should be expanded.
|
|
362
|
+
*/
|
|
363
|
+
expand?: Array<string>;
|
|
364
|
+
/**
|
|
365
|
+
* The new financial account ID the card will be associated with. This field allows a card to be reassigned to a different financial account.
|
|
366
|
+
*/
|
|
367
|
+
financial_account?: string;
|
|
368
|
+
/**
|
|
369
|
+
* Rules that control the lifecycle of this card, such as automatic cancellation. Refer to our [documentation](https://docs.stripe.com/issuing/controls/lifecycle-controls) for more details.
|
|
370
|
+
*/
|
|
371
|
+
lifecycle_controls?: CardCreateParams.LifecycleControls;
|
|
372
|
+
/**
|
|
373
|
+
* Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
374
|
+
*/
|
|
375
|
+
metadata?: MetadataParam;
|
|
376
|
+
/**
|
|
377
|
+
* The personalization design object belonging to this card.
|
|
378
|
+
*/
|
|
379
|
+
personalization_design?: string;
|
|
380
|
+
/**
|
|
381
|
+
* The desired PIN for this card.
|
|
382
|
+
*/
|
|
383
|
+
pin?: CardCreateParams.Pin;
|
|
384
|
+
/**
|
|
385
|
+
* The card this is meant to be a replacement for (if any).
|
|
386
|
+
*/
|
|
387
|
+
replacement_for?: string;
|
|
388
|
+
/**
|
|
389
|
+
* If `replacement_for` is specified, this should indicate why that card is being replaced.
|
|
390
|
+
*/
|
|
391
|
+
replacement_reason?: CardCreateParams.ReplacementReason;
|
|
392
|
+
/**
|
|
393
|
+
* The second line to print on the card. Max length: 24 characters.
|
|
394
|
+
*/
|
|
395
|
+
second_line?: Emptyable<string>;
|
|
396
|
+
/**
|
|
397
|
+
* The address where the card will be shipped.
|
|
398
|
+
*/
|
|
399
|
+
shipping?: CardCreateParams.Shipping;
|
|
400
|
+
/**
|
|
401
|
+
* Rules that control spending for this card. Refer to our [documentation](https://docs.stripe.com/issuing/controls/spending-controls) for more details.
|
|
402
|
+
*/
|
|
403
|
+
spending_controls?: CardCreateParams.SpendingControls;
|
|
404
|
+
/**
|
|
405
|
+
* Whether authorizations can be approved on this card. May be blocked from activating cards depending on past-due Cardholder requirements. Defaults to `inactive`.
|
|
406
|
+
*/
|
|
407
|
+
status?: CardCreateParams.Status;
|
|
408
|
+
}
|
|
409
|
+
namespace CardCreateParams {
|
|
410
|
+
type Type = 'physical' | 'virtual';
|
|
411
|
+
interface LifecycleControls {
|
|
412
|
+
/**
|
|
413
|
+
* Cancels the card after the specified conditions are met.
|
|
414
|
+
*/
|
|
415
|
+
cancel_after: LifecycleControls.CancelAfter;
|
|
416
|
+
}
|
|
417
|
+
interface Pin {
|
|
418
|
+
/**
|
|
419
|
+
* The card's desired new PIN, encrypted under Stripe's public key.
|
|
420
|
+
*/
|
|
421
|
+
encrypted_number?: string;
|
|
422
|
+
}
|
|
423
|
+
type ReplacementReason = 'damaged' | 'expired' | 'lost' | 'stolen';
|
|
424
|
+
interface Shipping {
|
|
425
|
+
/**
|
|
426
|
+
* The address that the card is shipped to.
|
|
427
|
+
*/
|
|
428
|
+
address: Shipping.Address;
|
|
429
|
+
/**
|
|
430
|
+
* Address validation settings.
|
|
431
|
+
*/
|
|
432
|
+
address_validation?: Shipping.AddressValidation;
|
|
433
|
+
/**
|
|
434
|
+
* Customs information for the shipment.
|
|
435
|
+
*/
|
|
436
|
+
customs?: Shipping.Customs;
|
|
437
|
+
/**
|
|
438
|
+
* The name printed on the shipping label when shipping the card.
|
|
439
|
+
*/
|
|
440
|
+
name: string;
|
|
441
|
+
/**
|
|
442
|
+
* Phone number of the recipient of the shipment.
|
|
443
|
+
*/
|
|
444
|
+
phone_number?: string;
|
|
445
|
+
/**
|
|
446
|
+
* Whether a signature is required for card delivery.
|
|
447
|
+
*/
|
|
448
|
+
require_signature?: boolean;
|
|
449
|
+
/**
|
|
450
|
+
* Shipment service.
|
|
451
|
+
*/
|
|
452
|
+
service?: Shipping.Service;
|
|
453
|
+
/**
|
|
454
|
+
* Packaging options.
|
|
455
|
+
*/
|
|
456
|
+
type?: Shipping.Type;
|
|
457
|
+
}
|
|
458
|
+
interface SpendingControls {
|
|
459
|
+
/**
|
|
460
|
+
* Array of card presence statuses from which authorizations will be allowed. Possible options are `present`, `not_present`. All other statuses will be blocked. Cannot be set with `blocked_card_presences`. Provide an empty value to unset this control.
|
|
461
|
+
*/
|
|
462
|
+
allowed_card_presences?: Array<SpendingControls.AllowedCardPresence>;
|
|
463
|
+
/**
|
|
464
|
+
* Array of strings containing [categories](https://docs.stripe.com/api#issuing_authorization_object-merchant_data-category) of authorizations to allow. All other categories will be blocked. Cannot be set with `blocked_categories`.
|
|
465
|
+
*/
|
|
466
|
+
allowed_categories?: Array<SpendingControls.AllowedCategory>;
|
|
467
|
+
/**
|
|
468
|
+
* Array of strings containing representing countries from which authorizations will be allowed. Authorizations from merchants in all other countries will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g. `US`). Cannot be set with `blocked_merchant_countries`. Provide an empty value to unset this control.
|
|
469
|
+
*/
|
|
470
|
+
allowed_merchant_countries?: Array<string>;
|
|
471
|
+
/**
|
|
472
|
+
* Array of card presence statuses from which authorizations will be declined. Possible options are `present`, `not_present`. Cannot be set with `allowed_card_presences`. Provide an empty value to unset this control.
|
|
473
|
+
*/
|
|
474
|
+
blocked_card_presences?: Array<SpendingControls.BlockedCardPresence>;
|
|
475
|
+
/**
|
|
476
|
+
* Array of strings containing [categories](https://docs.stripe.com/api#issuing_authorization_object-merchant_data-category) of authorizations to decline. All other categories will be allowed. Cannot be set with `allowed_categories`.
|
|
477
|
+
*/
|
|
478
|
+
blocked_categories?: Array<SpendingControls.BlockedCategory>;
|
|
479
|
+
/**
|
|
480
|
+
* Array of strings containing representing countries from which authorizations will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g. `US`). Cannot be set with `allowed_merchant_countries`. Provide an empty value to unset this control.
|
|
481
|
+
*/
|
|
482
|
+
blocked_merchant_countries?: Array<string>;
|
|
483
|
+
/**
|
|
484
|
+
* Limit spending with amount-based rules that apply across any cards this card replaced (i.e., its `replacement_for` card and _that_ card's `replacement_for` card, up the chain).
|
|
485
|
+
*/
|
|
486
|
+
spending_limits?: Array<SpendingControls.SpendingLimit>;
|
|
487
|
+
}
|
|
488
|
+
type Status = 'active' | 'inactive';
|
|
489
|
+
namespace LifecycleControls {
|
|
490
|
+
interface CancelAfter {
|
|
491
|
+
/**
|
|
492
|
+
* The card is automatically cancelled when it makes this number of non-zero payment authorizations and transactions. The count includes penny authorizations, but doesn't include non-payment actions, such as authorization advice.
|
|
493
|
+
*/
|
|
494
|
+
payment_count: number;
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
namespace Shipping {
|
|
498
|
+
interface Address {
|
|
499
|
+
/**
|
|
500
|
+
* City, district, suburb, town, or village.
|
|
501
|
+
*/
|
|
502
|
+
city: string;
|
|
503
|
+
/**
|
|
504
|
+
* Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
505
|
+
*/
|
|
506
|
+
country: string;
|
|
507
|
+
/**
|
|
508
|
+
* Address line 1, such as the street, PO Box, or company name.
|
|
509
|
+
*/
|
|
510
|
+
line1: string;
|
|
511
|
+
/**
|
|
512
|
+
* Address line 2, such as the apartment, suite, unit, or building.
|
|
513
|
+
*/
|
|
514
|
+
line2?: string;
|
|
515
|
+
/**
|
|
516
|
+
* ZIP or postal code.
|
|
517
|
+
*/
|
|
518
|
+
postal_code: string;
|
|
519
|
+
/**
|
|
520
|
+
* State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
521
|
+
*/
|
|
522
|
+
state?: string;
|
|
523
|
+
}
|
|
524
|
+
interface AddressValidation {
|
|
525
|
+
/**
|
|
526
|
+
* The address validation capabilities to use.
|
|
527
|
+
*/
|
|
528
|
+
mode: AddressValidation.Mode;
|
|
529
|
+
}
|
|
530
|
+
interface Customs {
|
|
531
|
+
/**
|
|
532
|
+
* The Economic Operators Registration and Identification (EORI) number to use for Customs. Required for bulk shipments to Europe.
|
|
533
|
+
*/
|
|
534
|
+
eori_number?: string;
|
|
535
|
+
}
|
|
536
|
+
type Service = 'express' | 'priority' | 'standard';
|
|
537
|
+
type Type = 'bulk' | 'individual';
|
|
538
|
+
namespace AddressValidation {
|
|
539
|
+
type Mode = 'disabled' | 'normalization_only' | 'validation_and_normalization';
|
|
540
|
+
}
|
|
541
|
+
}
|
|
542
|
+
namespace SpendingControls {
|
|
543
|
+
type AllowedCardPresence = 'not_present' | 'present';
|
|
544
|
+
type AllowedCategory = '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' | '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';
|
|
545
|
+
type BlockedCardPresence = 'not_present' | 'present';
|
|
546
|
+
type BlockedCategory = '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' | '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';
|
|
547
|
+
interface SpendingLimit {
|
|
548
|
+
/**
|
|
549
|
+
* Maximum amount allowed to spend per interval.
|
|
550
|
+
*/
|
|
551
|
+
amount: number;
|
|
552
|
+
/**
|
|
553
|
+
* Array of strings containing [categories](https://docs.stripe.com/api#issuing_authorization_object-merchant_data-category) this limit applies to. Omitting this field will apply the limit to all categories.
|
|
554
|
+
*/
|
|
555
|
+
categories?: Array<SpendingLimit.Category>;
|
|
556
|
+
/**
|
|
557
|
+
* Interval (or event) to which the amount applies.
|
|
558
|
+
*/
|
|
559
|
+
interval: SpendingLimit.Interval;
|
|
560
|
+
}
|
|
561
|
+
namespace SpendingLimit {
|
|
562
|
+
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' | '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';
|
|
563
|
+
type Interval = 'all_time' | 'daily' | 'monthly' | 'per_authorization' | 'weekly' | 'yearly';
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
}
|
|
568
|
+
export declare namespace Issuing {
|
|
569
|
+
interface CardRetrieveParams {
|
|
570
|
+
/**
|
|
571
|
+
* Specifies which fields in the response should be expanded.
|
|
572
|
+
*/
|
|
573
|
+
expand?: Array<string>;
|
|
574
|
+
}
|
|
575
|
+
}
|
|
576
|
+
export declare namespace Issuing {
|
|
577
|
+
interface CardUpdateParams {
|
|
578
|
+
/**
|
|
579
|
+
* Reason why the `status` of this card is `canceled`.
|
|
580
|
+
*/
|
|
581
|
+
cancellation_reason?: CardUpdateParams.CancellationReason;
|
|
582
|
+
/**
|
|
583
|
+
* Specifies which fields in the response should be expanded.
|
|
584
|
+
*/
|
|
585
|
+
expand?: Array<string>;
|
|
586
|
+
/**
|
|
587
|
+
* Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
588
|
+
*/
|
|
589
|
+
metadata?: Emptyable<MetadataParam>;
|
|
590
|
+
personalization_design?: string;
|
|
591
|
+
/**
|
|
592
|
+
* The desired new PIN for this card.
|
|
593
|
+
*/
|
|
594
|
+
pin?: CardUpdateParams.Pin;
|
|
595
|
+
/**
|
|
596
|
+
* Updated shipping information for the card.
|
|
597
|
+
*/
|
|
598
|
+
shipping?: CardUpdateParams.Shipping;
|
|
599
|
+
/**
|
|
600
|
+
* Rules that control spending for this card. Refer to our [documentation](https://docs.stripe.com/issuing/controls/spending-controls) for more details.
|
|
601
|
+
*/
|
|
602
|
+
spending_controls?: CardUpdateParams.SpendingControls;
|
|
603
|
+
/**
|
|
604
|
+
* Dictates whether authorizations can be approved on this card. May be blocked from activating cards depending on past-due Cardholder requirements. Defaults to `inactive`. If this card is being canceled because it was lost or stolen, this information should be provided as `cancellation_reason`.
|
|
605
|
+
*/
|
|
606
|
+
status?: CardUpdateParams.Status;
|
|
607
|
+
}
|
|
608
|
+
namespace CardUpdateParams {
|
|
609
|
+
type CancellationReason = 'lost' | 'stolen';
|
|
610
|
+
interface Pin {
|
|
611
|
+
/**
|
|
612
|
+
* The card's desired new PIN, encrypted under Stripe's public key.
|
|
613
|
+
*/
|
|
614
|
+
encrypted_number?: string;
|
|
615
|
+
}
|
|
616
|
+
interface Shipping {
|
|
617
|
+
/**
|
|
618
|
+
* The address that the card is shipped to.
|
|
619
|
+
*/
|
|
620
|
+
address: Shipping.Address;
|
|
621
|
+
/**
|
|
622
|
+
* Address validation settings.
|
|
623
|
+
*/
|
|
624
|
+
address_validation?: Shipping.AddressValidation;
|
|
625
|
+
/**
|
|
626
|
+
* Customs information for the shipment.
|
|
627
|
+
*/
|
|
628
|
+
customs?: Shipping.Customs;
|
|
629
|
+
/**
|
|
630
|
+
* The name printed on the shipping label when shipping the card.
|
|
631
|
+
*/
|
|
632
|
+
name: string;
|
|
633
|
+
/**
|
|
634
|
+
* Phone number of the recipient of the shipment.
|
|
635
|
+
*/
|
|
636
|
+
phone_number?: string;
|
|
637
|
+
/**
|
|
638
|
+
* Whether a signature is required for card delivery.
|
|
639
|
+
*/
|
|
640
|
+
require_signature?: boolean;
|
|
641
|
+
/**
|
|
642
|
+
* Shipment service.
|
|
643
|
+
*/
|
|
644
|
+
service?: Shipping.Service;
|
|
645
|
+
/**
|
|
646
|
+
* Packaging options.
|
|
647
|
+
*/
|
|
648
|
+
type?: Shipping.Type;
|
|
649
|
+
}
|
|
650
|
+
interface SpendingControls {
|
|
651
|
+
/**
|
|
652
|
+
* Array of card presence statuses from which authorizations will be allowed. Possible options are `present`, `not_present`. All other statuses will be blocked. Cannot be set with `blocked_card_presences`. Provide an empty value to unset this control.
|
|
653
|
+
*/
|
|
654
|
+
allowed_card_presences?: Array<SpendingControls.AllowedCardPresence>;
|
|
655
|
+
/**
|
|
656
|
+
* Array of strings containing [categories](https://docs.stripe.com/api#issuing_authorization_object-merchant_data-category) of authorizations to allow. All other categories will be blocked. Cannot be set with `blocked_categories`.
|
|
657
|
+
*/
|
|
658
|
+
allowed_categories?: Array<SpendingControls.AllowedCategory>;
|
|
659
|
+
/**
|
|
660
|
+
* Array of strings containing representing countries from which authorizations will be allowed. Authorizations from merchants in all other countries will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g. `US`). Cannot be set with `blocked_merchant_countries`. Provide an empty value to unset this control.
|
|
661
|
+
*/
|
|
662
|
+
allowed_merchant_countries?: Array<string>;
|
|
663
|
+
/**
|
|
664
|
+
* Array of card presence statuses from which authorizations will be declined. Possible options are `present`, `not_present`. Cannot be set with `allowed_card_presences`. Provide an empty value to unset this control.
|
|
665
|
+
*/
|
|
666
|
+
blocked_card_presences?: Array<SpendingControls.BlockedCardPresence>;
|
|
667
|
+
/**
|
|
668
|
+
* Array of strings containing [categories](https://docs.stripe.com/api#issuing_authorization_object-merchant_data-category) of authorizations to decline. All other categories will be allowed. Cannot be set with `allowed_categories`.
|
|
669
|
+
*/
|
|
670
|
+
blocked_categories?: Array<SpendingControls.BlockedCategory>;
|
|
671
|
+
/**
|
|
672
|
+
* Array of strings containing representing countries from which authorizations will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g. `US`). Cannot be set with `allowed_merchant_countries`. Provide an empty value to unset this control.
|
|
673
|
+
*/
|
|
674
|
+
blocked_merchant_countries?: Array<string>;
|
|
675
|
+
/**
|
|
676
|
+
* Limit spending with amount-based rules that apply across any cards this card replaced (i.e., its `replacement_for` card and _that_ card's `replacement_for` card, up the chain).
|
|
677
|
+
*/
|
|
678
|
+
spending_limits?: Array<SpendingControls.SpendingLimit>;
|
|
679
|
+
}
|
|
680
|
+
type Status = 'active' | 'canceled' | 'inactive';
|
|
681
|
+
namespace Shipping {
|
|
682
|
+
interface Address {
|
|
683
|
+
/**
|
|
684
|
+
* City, district, suburb, town, or village.
|
|
685
|
+
*/
|
|
686
|
+
city: string;
|
|
687
|
+
/**
|
|
688
|
+
* Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
689
|
+
*/
|
|
690
|
+
country: string;
|
|
691
|
+
/**
|
|
692
|
+
* Address line 1, such as the street, PO Box, or company name.
|
|
693
|
+
*/
|
|
694
|
+
line1: string;
|
|
695
|
+
/**
|
|
696
|
+
* Address line 2, such as the apartment, suite, unit, or building.
|
|
697
|
+
*/
|
|
698
|
+
line2?: string;
|
|
699
|
+
/**
|
|
700
|
+
* ZIP or postal code.
|
|
701
|
+
*/
|
|
702
|
+
postal_code: string;
|
|
703
|
+
/**
|
|
704
|
+
* State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
705
|
+
*/
|
|
706
|
+
state?: string;
|
|
707
|
+
}
|
|
708
|
+
interface AddressValidation {
|
|
709
|
+
/**
|
|
710
|
+
* The address validation capabilities to use.
|
|
711
|
+
*/
|
|
712
|
+
mode: AddressValidation.Mode;
|
|
713
|
+
}
|
|
714
|
+
interface Customs {
|
|
715
|
+
/**
|
|
716
|
+
* The Economic Operators Registration and Identification (EORI) number to use for Customs. Required for bulk shipments to Europe.
|
|
717
|
+
*/
|
|
718
|
+
eori_number?: string;
|
|
719
|
+
}
|
|
720
|
+
type Service = 'express' | 'priority' | 'standard';
|
|
721
|
+
type Type = 'bulk' | 'individual';
|
|
722
|
+
namespace AddressValidation {
|
|
723
|
+
type Mode = 'disabled' | 'normalization_only' | 'validation_and_normalization';
|
|
724
|
+
}
|
|
725
|
+
}
|
|
726
|
+
namespace SpendingControls {
|
|
727
|
+
type AllowedCardPresence = 'not_present' | 'present';
|
|
728
|
+
type AllowedCategory = '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' | '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';
|
|
729
|
+
type BlockedCardPresence = 'not_present' | 'present';
|
|
730
|
+
type BlockedCategory = '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' | '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';
|
|
731
|
+
interface SpendingLimit {
|
|
732
|
+
/**
|
|
733
|
+
* Maximum amount allowed to spend per interval.
|
|
734
|
+
*/
|
|
735
|
+
amount: number;
|
|
736
|
+
/**
|
|
737
|
+
* Array of strings containing [categories](https://docs.stripe.com/api#issuing_authorization_object-merchant_data-category) this limit applies to. Omitting this field will apply the limit to all categories.
|
|
738
|
+
*/
|
|
739
|
+
categories?: Array<SpendingLimit.Category>;
|
|
740
|
+
/**
|
|
741
|
+
* Interval (or event) to which the amount applies.
|
|
742
|
+
*/
|
|
743
|
+
interval: SpendingLimit.Interval;
|
|
744
|
+
}
|
|
745
|
+
namespace SpendingLimit {
|
|
746
|
+
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' | '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';
|
|
747
|
+
type Interval = 'all_time' | 'daily' | 'monthly' | 'per_authorization' | 'weekly' | 'yearly';
|
|
748
|
+
}
|
|
749
|
+
}
|
|
750
|
+
}
|
|
751
|
+
}
|
|
752
|
+
export declare namespace Issuing {
|
|
753
|
+
interface CardListParams extends PaginationParams {
|
|
754
|
+
/**
|
|
755
|
+
* Only return cards belonging to the Cardholder with the provided ID.
|
|
756
|
+
*/
|
|
757
|
+
cardholder?: string;
|
|
758
|
+
/**
|
|
759
|
+
* Only return cards that were issued during the given date interval.
|
|
760
|
+
*/
|
|
761
|
+
created?: RangeQueryParam | number;
|
|
762
|
+
/**
|
|
763
|
+
* Only return cards that have the given expiration month.
|
|
764
|
+
*/
|
|
765
|
+
exp_month?: number;
|
|
766
|
+
/**
|
|
767
|
+
* Only return cards that have the given expiration year.
|
|
768
|
+
*/
|
|
769
|
+
exp_year?: number;
|
|
770
|
+
/**
|
|
771
|
+
* Specifies which fields in the response should be expanded.
|
|
772
|
+
*/
|
|
773
|
+
expand?: Array<string>;
|
|
774
|
+
/**
|
|
775
|
+
* Only return cards that have the given last four digits.
|
|
776
|
+
*/
|
|
777
|
+
last4?: string;
|
|
778
|
+
personalization_design?: string;
|
|
779
|
+
/**
|
|
780
|
+
* Only return cards that have the given status. One of `active`, `inactive`, or `canceled`.
|
|
781
|
+
*/
|
|
782
|
+
status?: CardListParams.Status;
|
|
783
|
+
/**
|
|
784
|
+
* Only return cards that have the given type. One of `virtual` or `physical`.
|
|
785
|
+
*/
|
|
786
|
+
type?: CardListParams.Type;
|
|
787
|
+
}
|
|
788
|
+
namespace CardListParams {
|
|
789
|
+
type Status = 'active' | 'canceled' | 'inactive';
|
|
790
|
+
type Type = 'physical' | 'virtual';
|
|
791
|
+
}
|
|
792
|
+
}
|