@noodleseed/one 0.55.0 → 0.57.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.
Files changed (1582) hide show
  1. package/dist/commands/billing-read-ops.d.ts.map +1 -1
  2. package/dist/commands/billing-read-ops.js +10 -2
  3. package/dist/commands/billing-read-ops.js.map +1 -1
  4. package/dist/commands/billing-stripe-ops.d.ts +2 -0
  5. package/dist/commands/billing-stripe-ops.d.ts.map +1 -0
  6. package/dist/commands/billing-stripe-ops.js +155 -0
  7. package/dist/commands/billing-stripe-ops.js.map +1 -0
  8. package/dist/commands/catalog-data-resources.d.ts.map +1 -1
  9. package/dist/commands/catalog-data-resources.js +6 -4
  10. package/dist/commands/catalog-data-resources.js.map +1 -1
  11. package/node_modules/@noodle-borg/protocol/dist/sdk-server.d.ts +2 -2
  12. package/node_modules/@noodle-borg/protocol/dist/sdk-server.d.ts.map +1 -1
  13. package/node_modules/@noodle-borg/protocol/dist/sdk-server.js +1 -1
  14. package/node_modules/@noodle-borg/protocol/dist/sdk-server.js.map +1 -1
  15. package/node_modules/@noodle-borg/runtime/dist/confirmation.js +6 -3
  16. package/node_modules/@noodle-borg/runtime/dist/confirmation.js.map +1 -1
  17. package/node_modules/@noodle-borg/runtime/dist/execute.d.ts.map +1 -1
  18. package/node_modules/@noodle-borg/runtime/dist/execute.js +7 -3
  19. package/node_modules/@noodle-borg/runtime/dist/execute.js.map +1 -1
  20. package/node_modules/@noodle-borg/runtime/dist/interactive.js +6 -3
  21. package/node_modules/@noodle-borg/runtime/dist/interactive.js.map +1 -1
  22. package/node_modules/@noodle-borg/runtime/dist/tool-dispatch.d.ts +13 -4
  23. package/node_modules/@noodle-borg/runtime/dist/tool-dispatch.d.ts.map +1 -1
  24. package/node_modules/@noodle-borg/runtime/dist/tool-dispatch.js +13 -2
  25. package/node_modules/@noodle-borg/runtime/dist/tool-dispatch.js.map +1 -1
  26. package/node_modules/@noodle-borg/service/dist/billing/authoritative-admission.d.ts +4 -1
  27. package/node_modules/@noodle-borg/service/dist/billing/authoritative-admission.d.ts.map +1 -1
  28. package/node_modules/@noodle-borg/service/dist/billing/authoritative-admission.js.map +1 -1
  29. package/node_modules/@noodle-borg/service/dist/billing/meter-live-validation.d.ts +3 -3
  30. package/node_modules/@noodle-borg/service/dist/billing/meter-live-validation.js +3 -3
  31. package/node_modules/@noodle-borg/service/dist/billing/model.d.ts +8 -1
  32. package/node_modules/@noodle-borg/service/dist/billing/model.d.ts.map +1 -1
  33. package/node_modules/@noodle-borg/service/dist/billing/model.js.map +1 -1
  34. package/node_modules/@noodle-borg/service/dist/billing/postgres-records.d.ts.map +1 -1
  35. package/node_modules/@noodle-borg/service/dist/billing/postgres-records.js +20 -1
  36. package/node_modules/@noodle-borg/service/dist/billing/postgres-records.js.map +1 -1
  37. package/node_modules/@noodle-borg/service/dist/billing/postgres-schema.d.ts.map +1 -1
  38. package/node_modules/@noodle-borg/service/dist/billing/postgres-schema.js +2 -0
  39. package/node_modules/@noodle-borg/service/dist/billing/postgres-schema.js.map +1 -1
  40. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-events.d.ts +7 -0
  41. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-events.d.ts.map +1 -0
  42. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-events.js +99 -0
  43. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-events.js.map +1 -0
  44. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-records.d.ts +35 -0
  45. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-records.d.ts.map +1 -0
  46. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-records.js +50 -0
  47. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-records.js.map +1 -0
  48. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-schema.d.ts +4 -0
  49. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-schema.d.ts.map +1 -0
  50. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-schema.js +98 -0
  51. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-schema.js.map +1 -0
  52. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-store.d.ts +24 -0
  53. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-store.d.ts.map +1 -0
  54. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-store.js +322 -0
  55. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-store.js.map +1 -0
  56. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation-persistence.d.ts +2 -2
  57. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation-persistence.d.ts.map +1 -1
  58. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation-persistence.js +3 -3
  59. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation-persistence.js.map +1 -1
  60. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation.d.ts.map +1 -1
  61. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation.js +33 -14
  62. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation.js.map +1 -1
  63. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-schema.js +41 -2
  64. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-schema.js.map +1 -1
  65. package/node_modules/@noodle-borg/service/dist/billing/read-contract.d.ts +12 -0
  66. package/node_modules/@noodle-borg/service/dist/billing/read-contract.d.ts.map +1 -1
  67. package/node_modules/@noodle-borg/service/dist/billing/read-contract.js +5 -0
  68. package/node_modules/@noodle-borg/service/dist/billing/read-contract.js.map +1 -1
  69. package/node_modules/@noodle-borg/service/dist/billing/shadow-meter.d.ts +1 -1
  70. package/node_modules/@noodle-borg/service/dist/billing/shadow-meter.d.ts.map +1 -1
  71. package/node_modules/@noodle-borg/service/dist/billing/shadow-meter.js +1 -1
  72. package/node_modules/@noodle-borg/service/dist/billing/shadow-meter.js.map +1 -1
  73. package/node_modules/@noodle-borg/service/dist/billing/stripe-config.d.ts +23 -0
  74. package/node_modules/@noodle-borg/service/dist/billing/stripe-config.d.ts.map +1 -0
  75. package/node_modules/@noodle-borg/service/dist/billing/stripe-config.js +128 -0
  76. package/node_modules/@noodle-borg/service/dist/billing/stripe-config.js.map +1 -0
  77. package/node_modules/@noodle-borg/service/dist/billing/stripe-contract.d.ts +30 -0
  78. package/node_modules/@noodle-borg/service/dist/billing/stripe-contract.d.ts.map +1 -0
  79. package/node_modules/@noodle-borg/service/dist/billing/stripe-contract.js +21 -0
  80. package/node_modules/@noodle-borg/service/dist/billing/stripe-contract.js.map +1 -0
  81. package/node_modules/@noodle-borg/service/dist/billing/stripe-integration-loader.d.ts +14 -0
  82. package/node_modules/@noodle-borg/service/dist/billing/stripe-integration-loader.d.ts.map +1 -0
  83. package/node_modules/@noodle-borg/service/dist/billing/stripe-integration-loader.js +19 -0
  84. package/node_modules/@noodle-borg/service/dist/billing/stripe-integration-loader.js.map +1 -0
  85. package/node_modules/@noodle-borg/service/dist/billing/stripe-integration.d.ts +14 -0
  86. package/node_modules/@noodle-borg/service/dist/billing/stripe-integration.d.ts.map +1 -0
  87. package/node_modules/@noodle-borg/service/dist/billing/stripe-integration.js +45 -0
  88. package/node_modules/@noodle-borg/service/dist/billing/stripe-integration.js.map +1 -0
  89. package/node_modules/@noodle-borg/service/dist/billing/stripe-lifecycle.d.ts +18 -0
  90. package/node_modules/@noodle-borg/service/dist/billing/stripe-lifecycle.d.ts.map +1 -0
  91. package/node_modules/@noodle-borg/service/dist/billing/stripe-lifecycle.js +119 -0
  92. package/node_modules/@noodle-borg/service/dist/billing/stripe-lifecycle.js.map +1 -0
  93. package/node_modules/@noodle-borg/service/dist/billing/stripe-provider.d.ts +78 -0
  94. package/node_modules/@noodle-borg/service/dist/billing/stripe-provider.d.ts.map +1 -0
  95. package/node_modules/@noodle-borg/service/dist/billing/stripe-provider.js +299 -0
  96. package/node_modules/@noodle-borg/service/dist/billing/stripe-provider.js.map +1 -0
  97. package/node_modules/@noodle-borg/service/dist/billing/stripe-service.d.ts +55 -0
  98. package/node_modules/@noodle-borg/service/dist/billing/stripe-service.d.ts.map +1 -0
  99. package/node_modules/@noodle-borg/service/dist/billing/stripe-service.js +277 -0
  100. package/node_modules/@noodle-borg/service/dist/billing/stripe-service.js.map +1 -0
  101. package/node_modules/@noodle-borg/service/dist/billing/stripe-store.d.ts +75 -0
  102. package/node_modules/@noodle-borg/service/dist/billing/stripe-store.d.ts.map +1 -0
  103. package/node_modules/@noodle-borg/service/dist/billing/stripe-store.js +2 -0
  104. package/node_modules/@noodle-borg/service/dist/billing/stripe-store.js.map +1 -0
  105. package/node_modules/@noodle-borg/service/dist/billing/subscription-model.d.ts +9 -1
  106. package/node_modules/@noodle-borg/service/dist/billing/subscription-model.d.ts.map +1 -1
  107. package/node_modules/@noodle-borg/service/dist/billing/subscription-model.js +130 -0
  108. package/node_modules/@noodle-borg/service/dist/billing/subscription-model.js.map +1 -1
  109. package/node_modules/@noodle-borg/service/dist/billing/subscription-reconciliation.d.ts +1 -1
  110. package/node_modules/@noodle-borg/service/dist/billing/subscription-reconciliation.d.ts.map +1 -1
  111. package/node_modules/@noodle-borg/service/dist/billing/subscription-reconciliation.js +8 -9
  112. package/node_modules/@noodle-borg/service/dist/billing/subscription-reconciliation.js.map +1 -1
  113. package/node_modules/@noodle-borg/service/dist/billing-public.d.ts +2 -1
  114. package/node_modules/@noodle-borg/service/dist/billing-public.d.ts.map +1 -1
  115. package/node_modules/@noodle-borg/service/dist/billing-public.js +2 -1
  116. package/node_modules/@noodle-borg/service/dist/billing-public.js.map +1 -1
  117. package/node_modules/@noodle-borg/service/dist/http-util.d.ts +9 -0
  118. package/node_modules/@noodle-borg/service/dist/http-util.d.ts.map +1 -1
  119. package/node_modules/@noodle-borg/service/dist/http-util.js +4 -0
  120. package/node_modules/@noodle-borg/service/dist/http-util.js.map +1 -1
  121. package/node_modules/@noodle-borg/service/dist/main.js +3 -0
  122. package/node_modules/@noodle-borg/service/dist/main.js.map +1 -1
  123. package/node_modules/@noodle-borg/service/dist/options.d.ts +3 -0
  124. package/node_modules/@noodle-borg/service/dist/options.d.ts.map +1 -1
  125. package/node_modules/@noodle-borg/service/dist/routes/billing-read.d.ts +2 -0
  126. package/node_modules/@noodle-borg/service/dist/routes/billing-read.d.ts.map +1 -1
  127. package/node_modules/@noodle-borg/service/dist/routes/billing-read.js +3 -0
  128. package/node_modules/@noodle-borg/service/dist/routes/billing-read.js.map +1 -1
  129. package/node_modules/@noodle-borg/service/dist/routes/billing-stripe.d.ts +22 -0
  130. package/node_modules/@noodle-borg/service/dist/routes/billing-stripe.d.ts.map +1 -0
  131. package/node_modules/@noodle-borg/service/dist/routes/billing-stripe.js +98 -0
  132. package/node_modules/@noodle-borg/service/dist/routes/billing-stripe.js.map +1 -0
  133. package/node_modules/@noodle-borg/service/dist/routes/commercial-dispatch.d.ts +2 -0
  134. package/node_modules/@noodle-borg/service/dist/routes/commercial-dispatch.d.ts.map +1 -1
  135. package/node_modules/@noodle-borg/service/dist/routes/commercial-dispatch.js +50 -1
  136. package/node_modules/@noodle-borg/service/dist/routes/commercial-dispatch.js.map +1 -1
  137. package/node_modules/@noodle-borg/service/dist/routes/commercial-service-deps.d.ts.map +1 -1
  138. package/node_modules/@noodle-borg/service/dist/routes/commercial-service-deps.js +3 -0
  139. package/node_modules/@noodle-borg/service/dist/routes/commercial-service-deps.js.map +1 -1
  140. package/node_modules/@noodle-borg/service/dist/routes/paths.d.ts +5 -0
  141. package/node_modules/@noodle-borg/service/dist/routes/paths.d.ts.map +1 -1
  142. package/node_modules/@noodle-borg/service/dist/routes/paths.js +15 -0
  143. package/node_modules/@noodle-borg/service/dist/routes/paths.js.map +1 -1
  144. package/node_modules/@noodle-borg/service/dist/serve-options.d.ts +3 -0
  145. package/node_modules/@noodle-borg/service/dist/serve-options.d.ts.map +1 -1
  146. package/node_modules/@noodle-borg/service/dist/serve.d.ts.map +1 -1
  147. package/node_modules/@noodle-borg/service/dist/serve.js +17 -0
  148. package/node_modules/@noodle-borg/service/dist/serve.js.map +1 -1
  149. package/node_modules/@noodle-borg/service/dist/service-resource-cleanup.d.ts +1 -0
  150. package/node_modules/@noodle-borg/service/dist/service-resource-cleanup.d.ts.map +1 -1
  151. package/node_modules/@noodle-borg/service/dist/service-resource-cleanup.js +3 -0
  152. package/node_modules/@noodle-borg/service/dist/service-resource-cleanup.js.map +1 -1
  153. package/node_modules/@noodle-borg/service/package.json +2 -1
  154. package/node_modules/@noodle-borg/transport-http/dist/handler.d.ts +1 -1
  155. package/node_modules/@noodle-borg/transport-http/dist/handler.d.ts.map +1 -1
  156. package/node_modules/@noodle-borg/transport-http/dist/tool-dispatch.d.ts +1 -1
  157. package/node_modules/@noodle-borg/transport-http/dist/tool-dispatch.js +1 -1
  158. package/node_modules/stripe/CHANGELOG.md +4818 -0
  159. package/node_modules/stripe/LICENSE +20 -0
  160. package/node_modules/stripe/OPENAPI_VERSION +1 -0
  161. package/node_modules/stripe/README.md +713 -0
  162. package/node_modules/stripe/VERSION +1 -0
  163. package/node_modules/stripe/cjs/Decimal.d.ts +532 -0
  164. package/node_modules/stripe/cjs/Decimal.js +855 -0
  165. package/node_modules/stripe/cjs/Decimal.js.map +1 -0
  166. package/node_modules/stripe/cjs/Error.d.ts +217 -0
  167. package/node_modules/stripe/cjs/Error.js +295 -0
  168. package/node_modules/stripe/cjs/Error.js.map +1 -0
  169. package/node_modules/stripe/cjs/RequestSender.d.ts +60 -0
  170. package/node_modules/stripe/cjs/RequestSender.js +476 -0
  171. package/node_modules/stripe/cjs/RequestSender.js.map +1 -0
  172. package/node_modules/stripe/cjs/ResourceNamespace.d.ts +6 -0
  173. package/node_modules/stripe/cjs/ResourceNamespace.js +22 -0
  174. package/node_modules/stripe/cjs/ResourceNamespace.js.map +1 -0
  175. package/node_modules/stripe/cjs/StripeContext.d.ts +32 -0
  176. package/node_modules/stripe/cjs/StripeContext.js +57 -0
  177. package/node_modules/stripe/cjs/StripeContext.js.map +1 -0
  178. package/node_modules/stripe/cjs/StripeEmitter.d.ts +23 -0
  179. package/node_modules/stripe/cjs/StripeEmitter.js +47 -0
  180. package/node_modules/stripe/cjs/StripeEmitter.js.map +1 -0
  181. package/node_modules/stripe/cjs/StripeResource.d.ts +18 -0
  182. package/node_modules/stripe/cjs/StripeResource.js +101 -0
  183. package/node_modules/stripe/cjs/StripeResource.js.map +1 -0
  184. package/node_modules/stripe/cjs/Types.d.ts +250 -0
  185. package/node_modules/stripe/cjs/Types.js +10 -0
  186. package/node_modules/stripe/cjs/Types.js.map +1 -0
  187. package/node_modules/stripe/cjs/V2Coercion.d.ts +17 -0
  188. package/node_modules/stripe/cjs/V2Coercion.js +110 -0
  189. package/node_modules/stripe/cjs/V2Coercion.js.map +1 -0
  190. package/node_modules/stripe/cjs/Webhooks.d.ts +37 -0
  191. package/node_modules/stripe/cjs/Webhooks.js +265 -0
  192. package/node_modules/stripe/cjs/Webhooks.js.map +1 -0
  193. package/node_modules/stripe/cjs/apiVersion.d.ts +2 -0
  194. package/node_modules/stripe/cjs/apiVersion.js +7 -0
  195. package/node_modules/stripe/cjs/apiVersion.js.map +1 -0
  196. package/node_modules/stripe/cjs/autoPagination.d.ts +25 -0
  197. package/node_modules/stripe/cjs/autoPagination.js +339 -0
  198. package/node_modules/stripe/cjs/autoPagination.js.map +1 -0
  199. package/node_modules/stripe/cjs/crypto/CryptoProvider.d.ts +44 -0
  200. package/node_modules/stripe/cjs/crypto/CryptoProvider.js +56 -0
  201. package/node_modules/stripe/cjs/crypto/CryptoProvider.js.map +1 -0
  202. package/node_modules/stripe/cjs/crypto/NodeCryptoProvider.d.ts +12 -0
  203. package/node_modules/stripe/cjs/crypto/NodeCryptoProvider.js +31 -0
  204. package/node_modules/stripe/cjs/crypto/NodeCryptoProvider.js.map +1 -0
  205. package/node_modules/stripe/cjs/crypto/SubtleCryptoProvider.d.ts +16 -0
  206. package/node_modules/stripe/cjs/crypto/SubtleCryptoProvider.js +52 -0
  207. package/node_modules/stripe/cjs/crypto/SubtleCryptoProvider.js.map +1 -0
  208. package/node_modules/stripe/cjs/lib.d.ts +318 -0
  209. package/node_modules/stripe/cjs/lib.js +3 -0
  210. package/node_modules/stripe/cjs/lib.js.map +1 -0
  211. package/node_modules/stripe/cjs/multipart.d.ts +5 -0
  212. package/node_modules/stripe/cjs/multipart.js +62 -0
  213. package/node_modules/stripe/cjs/multipart.js.map +1 -0
  214. package/node_modules/stripe/cjs/net/FetchHttpClient.d.ts +27 -0
  215. package/node_modules/stripe/cjs/net/FetchHttpClient.js +159 -0
  216. package/node_modules/stripe/cjs/net/FetchHttpClient.js.map +1 -0
  217. package/node_modules/stripe/cjs/net/HttpClient.d.ts +63 -0
  218. package/node_modules/stripe/cjs/net/HttpClient.js +54 -0
  219. package/node_modules/stripe/cjs/net/HttpClient.js.map +1 -0
  220. package/node_modules/stripe/cjs/net/NodeHttpClient.d.ts +24 -0
  221. package/node_modules/stripe/cjs/net/NodeHttpClient.js +112 -0
  222. package/node_modules/stripe/cjs/net/NodeHttpClient.js.map +1 -0
  223. package/node_modules/stripe/cjs/package.json +1 -0
  224. package/node_modules/stripe/cjs/platform/NodePlatformFunctions.d.ts +43 -0
  225. package/node_modules/stripe/cjs/platform/NodePlatformFunctions.js +172 -0
  226. package/node_modules/stripe/cjs/platform/NodePlatformFunctions.js.map +1 -0
  227. package/node_modules/stripe/cjs/platform/PlatformFunctions.d.ts +78 -0
  228. package/node_modules/stripe/cjs/platform/PlatformFunctions.js +123 -0
  229. package/node_modules/stripe/cjs/platform/PlatformFunctions.js.map +1 -0
  230. package/node_modules/stripe/cjs/platform/WebPlatformFunctions.d.ts +22 -0
  231. package/node_modules/stripe/cjs/platform/WebPlatformFunctions.js +39 -0
  232. package/node_modules/stripe/cjs/platform/WebPlatformFunctions.js.map +1 -0
  233. package/node_modules/stripe/cjs/resources/AccountLinks.d.ts +76 -0
  234. package/node_modules/stripe/cjs/resources/AccountLinks.js +15 -0
  235. package/node_modules/stripe/cjs/resources/AccountLinks.js.map +1 -0
  236. package/node_modules/stripe/cjs/resources/AccountSessions.d.ts +1075 -0
  237. package/node_modules/stripe/cjs/resources/AccountSessions.js +15 -0
  238. package/node_modules/stripe/cjs/resources/AccountSessions.js.map +1 -0
  239. package/node_modules/stripe/cjs/resources/Accounts.d.ts +5296 -0
  240. package/node_modules/stripe/cjs/resources/Accounts.js +182 -0
  241. package/node_modules/stripe/cjs/resources/Accounts.js.map +1 -0
  242. package/node_modules/stripe/cjs/resources/ApplePayDomains.d.ts +80 -0
  243. package/node_modules/stripe/cjs/resources/ApplePayDomains.js +35 -0
  244. package/node_modules/stripe/cjs/resources/ApplePayDomains.js.map +1 -0
  245. package/node_modules/stripe/cjs/resources/ApplicationFees.d.ts +181 -0
  246. package/node_modules/stripe/cjs/resources/ApplicationFees.js +59 -0
  247. package/node_modules/stripe/cjs/resources/ApplicationFees.js.map +1 -0
  248. package/node_modules/stripe/cjs/resources/Applications.d.ts +36 -0
  249. package/node_modules/stripe/cjs/resources/Applications.js +4 -0
  250. package/node_modules/stripe/cjs/resources/Applications.js.map +1 -0
  251. package/node_modules/stripe/cjs/resources/Apps/Secrets.d.ts +199 -0
  252. package/node_modules/stripe/cjs/resources/Apps/Secrets.js +35 -0
  253. package/node_modules/stripe/cjs/resources/Apps/Secrets.js.map +1 -0
  254. package/node_modules/stripe/cjs/resources/Apps/index.d.ts +15 -0
  255. package/node_modules/stripe/cjs/resources/Apps/index.js +13 -0
  256. package/node_modules/stripe/cjs/resources/Apps/index.js.map +1 -0
  257. package/node_modules/stripe/cjs/resources/Balance.d.ts +285 -0
  258. package/node_modules/stripe/cjs/resources/Balance.js +16 -0
  259. package/node_modules/stripe/cjs/resources/Balance.js.map +1 -0
  260. package/node_modules/stripe/cjs/resources/BalanceSettings.d.ts +250 -0
  261. package/node_modules/stripe/cjs/resources/BalanceSettings.js +23 -0
  262. package/node_modules/stripe/cjs/resources/BalanceSettings.js.map +1 -0
  263. package/node_modules/stripe/cjs/resources/BalanceTransactionSources.d.ts +15 -0
  264. package/node_modules/stripe/cjs/resources/BalanceTransactionSources.js +4 -0
  265. package/node_modules/stripe/cjs/resources/BalanceTransactionSources.js.map +1 -0
  266. package/node_modules/stripe/cjs/resources/BalanceTransactions.d.ts +142 -0
  267. package/node_modules/stripe/cjs/resources/BalanceTransactions.js +27 -0
  268. package/node_modules/stripe/cjs/resources/BalanceTransactions.js.map +1 -0
  269. package/node_modules/stripe/cjs/resources/BankAccounts.d.ts +182 -0
  270. package/node_modules/stripe/cjs/resources/BankAccounts.js +4 -0
  271. package/node_modules/stripe/cjs/resources/BankAccounts.js.map +1 -0
  272. package/node_modules/stripe/cjs/resources/Billing/AlertTriggereds.d.ts +27 -0
  273. package/node_modules/stripe/cjs/resources/Billing/AlertTriggereds.js +4 -0
  274. package/node_modules/stripe/cjs/resources/Billing/AlertTriggereds.js.map +1 -0
  275. package/node_modules/stripe/cjs/resources/Billing/Alerts.d.ts +191 -0
  276. package/node_modules/stripe/cjs/resources/Billing/Alerts.js +47 -0
  277. package/node_modules/stripe/cjs/resources/Billing/Alerts.js.map +1 -0
  278. package/node_modules/stripe/cjs/resources/Billing/CreditBalanceSummary.d.ts +140 -0
  279. package/node_modules/stripe/cjs/resources/Billing/CreditBalanceSummary.js +15 -0
  280. package/node_modules/stripe/cjs/resources/Billing/CreditBalanceSummary.js.map +1 -0
  281. package/node_modules/stripe/cjs/resources/Billing/CreditBalanceTransactions.d.ts +181 -0
  282. package/node_modules/stripe/cjs/resources/Billing/CreditBalanceTransactions.js +23 -0
  283. package/node_modules/stripe/cjs/resources/Billing/CreditBalanceTransactions.js.map +1 -0
  284. package/node_modules/stripe/cjs/resources/Billing/CreditGrants.d.ts +298 -0
  285. package/node_modules/stripe/cjs/resources/Billing/CreditGrants.js +47 -0
  286. package/node_modules/stripe/cjs/resources/Billing/CreditGrants.js.map +1 -0
  287. package/node_modules/stripe/cjs/resources/Billing/MeterEventAdjustments.d.ts +71 -0
  288. package/node_modules/stripe/cjs/resources/Billing/MeterEventAdjustments.js +15 -0
  289. package/node_modules/stripe/cjs/resources/Billing/MeterEventAdjustments.js.map +1 -0
  290. package/node_modules/stripe/cjs/resources/Billing/MeterEventSummaries.d.ts +30 -0
  291. package/node_modules/stripe/cjs/resources/Billing/MeterEventSummaries.js +4 -0
  292. package/node_modules/stripe/cjs/resources/Billing/MeterEventSummaries.js.map +1 -0
  293. package/node_modules/stripe/cjs/resources/Billing/MeterEvents.d.ts +66 -0
  294. package/node_modules/stripe/cjs/resources/Billing/MeterEvents.js +15 -0
  295. package/node_modules/stripe/cjs/resources/Billing/MeterEvents.js.map +1 -0
  296. package/node_modules/stripe/cjs/resources/Billing/Meters.d.ts +249 -0
  297. package/node_modules/stripe/cjs/resources/Billing/Meters.js +55 -0
  298. package/node_modules/stripe/cjs/resources/Billing/Meters.js.map +1 -0
  299. package/node_modules/stripe/cjs/resources/Billing/index.d.ts +65 -0
  300. package/node_modules/stripe/cjs/resources/Billing/index.js +25 -0
  301. package/node_modules/stripe/cjs/resources/Billing/index.js.map +1 -0
  302. package/node_modules/stripe/cjs/resources/BillingPortal/Configurations.d.ts +726 -0
  303. package/node_modules/stripe/cjs/resources/BillingPortal/Configurations.js +35 -0
  304. package/node_modules/stripe/cjs/resources/BillingPortal/Configurations.js.map +1 -0
  305. package/node_modules/stripe/cjs/resources/BillingPortal/Sessions.d.ts +358 -0
  306. package/node_modules/stripe/cjs/resources/BillingPortal/Sessions.js +15 -0
  307. package/node_modules/stripe/cjs/resources/BillingPortal/Sessions.js.map +1 -0
  308. package/node_modules/stripe/cjs/resources/BillingPortal/index.d.ts +20 -0
  309. package/node_modules/stripe/cjs/resources/BillingPortal/index.js +15 -0
  310. package/node_modules/stripe/cjs/resources/BillingPortal/index.js.map +1 -0
  311. package/node_modules/stripe/cjs/resources/Capabilities.d.ts +160 -0
  312. package/node_modules/stripe/cjs/resources/Capabilities.js +4 -0
  313. package/node_modules/stripe/cjs/resources/Capabilities.js.map +1 -0
  314. package/node_modules/stripe/cjs/resources/Cards.d.ts +170 -0
  315. package/node_modules/stripe/cjs/resources/Cards.js +4 -0
  316. package/node_modules/stripe/cjs/resources/Cards.js.map +1 -0
  317. package/node_modules/stripe/cjs/resources/CashBalances.d.ts +40 -0
  318. package/node_modules/stripe/cjs/resources/CashBalances.js +4 -0
  319. package/node_modules/stripe/cjs/resources/CashBalances.js.map +1 -0
  320. package/node_modules/stripe/cjs/resources/Charges.d.ts +2340 -0
  321. package/node_modules/stripe/cjs/resources/Charges.js +58 -0
  322. package/node_modules/stripe/cjs/resources/Charges.js.map +1 -0
  323. package/node_modules/stripe/cjs/resources/Checkout/Sessions.d.ts +5100 -0
  324. package/node_modules/stripe/cjs/resources/Checkout/Sessions.js +573 -0
  325. package/node_modules/stripe/cjs/resources/Checkout/Sessions.js.map +1 -0
  326. package/node_modules/stripe/cjs/resources/Checkout/index.d.ts +17 -0
  327. package/node_modules/stripe/cjs/resources/Checkout/index.js +13 -0
  328. package/node_modules/stripe/cjs/resources/Checkout/index.js.map +1 -0
  329. package/node_modules/stripe/cjs/resources/Climate/Orders.d.ts +263 -0
  330. package/node_modules/stripe/cjs/resources/Climate/Orders.js +82 -0
  331. package/node_modules/stripe/cjs/resources/Climate/Orders.js.map +1 -0
  332. package/node_modules/stripe/cjs/resources/Climate/Products.d.ts +88 -0
  333. package/node_modules/stripe/cjs/resources/Climate/Products.js +40 -0
  334. package/node_modules/stripe/cjs/resources/Climate/Products.js.map +1 -0
  335. package/node_modules/stripe/cjs/resources/Climate/Suppliers.d.ts +84 -0
  336. package/node_modules/stripe/cjs/resources/Climate/Suppliers.js +23 -0
  337. package/node_modules/stripe/cjs/resources/Climate/Suppliers.js.map +1 -0
  338. package/node_modules/stripe/cjs/resources/Climate/index.d.ts +28 -0
  339. package/node_modules/stripe/cjs/resources/Climate/index.js +17 -0
  340. package/node_modules/stripe/cjs/resources/Climate/index.js.map +1 -0
  341. package/node_modules/stripe/cjs/resources/ConfirmationTokens.d.ts +1233 -0
  342. package/node_modules/stripe/cjs/resources/ConfirmationTokens.js +15 -0
  343. package/node_modules/stripe/cjs/resources/ConfirmationTokens.js.map +1 -0
  344. package/node_modules/stripe/cjs/resources/ConnectCollectionTransfers.d.ts +27 -0
  345. package/node_modules/stripe/cjs/resources/ConnectCollectionTransfers.js +4 -0
  346. package/node_modules/stripe/cjs/resources/ConnectCollectionTransfers.js.map +1 -0
  347. package/node_modules/stripe/cjs/resources/CountrySpecs.d.ts +86 -0
  348. package/node_modules/stripe/cjs/resources/CountrySpecs.js +23 -0
  349. package/node_modules/stripe/cjs/resources/CountrySpecs.js.map +1 -0
  350. package/node_modules/stripe/cjs/resources/Coupons.d.ts +246 -0
  351. package/node_modules/stripe/cjs/resources/Coupons.js +43 -0
  352. package/node_modules/stripe/cjs/resources/Coupons.js.map +1 -0
  353. package/node_modules/stripe/cjs/resources/CreditNoteLineItems.d.ts +140 -0
  354. package/node_modules/stripe/cjs/resources/CreditNoteLineItems.js +4 -0
  355. package/node_modules/stripe/cjs/resources/CreditNoteLineItems.js.map +1 -0
  356. package/node_modules/stripe/cjs/resources/CreditNotes.d.ts +876 -0
  357. package/node_modules/stripe/cjs/resources/CreditNotes.js +292 -0
  358. package/node_modules/stripe/cjs/resources/CreditNotes.js.map +1 -0
  359. package/node_modules/stripe/cjs/resources/CustomerBalanceTransactions.d.ts +70 -0
  360. package/node_modules/stripe/cjs/resources/CustomerBalanceTransactions.js +4 -0
  361. package/node_modules/stripe/cjs/resources/CustomerBalanceTransactions.js.map +1 -0
  362. package/node_modules/stripe/cjs/resources/CustomerCashBalanceTransactions.d.ts +166 -0
  363. package/node_modules/stripe/cjs/resources/CustomerCashBalanceTransactions.js +4 -0
  364. package/node_modules/stripe/cjs/resources/CustomerCashBalanceTransactions.js.map +1 -0
  365. package/node_modules/stripe/cjs/resources/CustomerSessions.d.ts +403 -0
  366. package/node_modules/stripe/cjs/resources/CustomerSessions.js +15 -0
  367. package/node_modules/stripe/cjs/resources/CustomerSessions.js.map +1 -0
  368. package/node_modules/stripe/cjs/resources/CustomerSources.d.ts +6 -0
  369. package/node_modules/stripe/cjs/resources/CustomerSources.js +4 -0
  370. package/node_modules/stripe/cjs/resources/CustomerSources.js.map +1 -0
  371. package/node_modules/stripe/cjs/resources/Customers.d.ts +1115 -0
  372. package/node_modules/stripe/cjs/resources/Customers.js +668 -0
  373. package/node_modules/stripe/cjs/resources/Customers.js.map +1 -0
  374. package/node_modules/stripe/cjs/resources/Discounts.d.ts +133 -0
  375. package/node_modules/stripe/cjs/resources/Discounts.js +4 -0
  376. package/node_modules/stripe/cjs/resources/Discounts.js.map +1 -0
  377. package/node_modules/stripe/cjs/resources/Disputes.d.ts +709 -0
  378. package/node_modules/stripe/cjs/resources/Disputes.js +39 -0
  379. package/node_modules/stripe/cjs/resources/Disputes.js.map +1 -0
  380. package/node_modules/stripe/cjs/resources/Entitlements/ActiveEntitlementSummaries.d.ts +20 -0
  381. package/node_modules/stripe/cjs/resources/Entitlements/ActiveEntitlementSummaries.js +4 -0
  382. package/node_modules/stripe/cjs/resources/Entitlements/ActiveEntitlementSummaries.js.map +1 -0
  383. package/node_modules/stripe/cjs/resources/Entitlements/ActiveEntitlements.d.ts +56 -0
  384. package/node_modules/stripe/cjs/resources/Entitlements/ActiveEntitlements.js +23 -0
  385. package/node_modules/stripe/cjs/resources/Entitlements/ActiveEntitlements.js.map +1 -0
  386. package/node_modules/stripe/cjs/resources/Entitlements/Features.d.ts +115 -0
  387. package/node_modules/stripe/cjs/resources/Entitlements/Features.js +35 -0
  388. package/node_modules/stripe/cjs/resources/Entitlements/Features.js.map +1 -0
  389. package/node_modules/stripe/cjs/resources/Entitlements/index.d.ts +24 -0
  390. package/node_modules/stripe/cjs/resources/Entitlements/index.js +15 -0
  391. package/node_modules/stripe/cjs/resources/Entitlements/index.js.map +1 -0
  392. package/node_modules/stripe/cjs/resources/EphemeralKeys.d.ts +63 -0
  393. package/node_modules/stripe/cjs/resources/EphemeralKeys.js +24 -0
  394. package/node_modules/stripe/cjs/resources/EphemeralKeys.js.map +1 -0
  395. package/node_modules/stripe/cjs/resources/Events.d.ts +3554 -0
  396. package/node_modules/stripe/cjs/resources/Events.js +23 -0
  397. package/node_modules/stripe/cjs/resources/Events.js.map +1 -0
  398. package/node_modules/stripe/cjs/resources/ExchangeRates.d.ts +47 -0
  399. package/node_modules/stripe/cjs/resources/ExchangeRates.js +29 -0
  400. package/node_modules/stripe/cjs/resources/ExchangeRates.js.map +1 -0
  401. package/node_modules/stripe/cjs/resources/ExternalAccounts.d.ts +4 -0
  402. package/node_modules/stripe/cjs/resources/ExternalAccounts.js +4 -0
  403. package/node_modules/stripe/cjs/resources/ExternalAccounts.js.map +1 -0
  404. package/node_modules/stripe/cjs/resources/FeeRefunds.d.ts +37 -0
  405. package/node_modules/stripe/cjs/resources/FeeRefunds.js +4 -0
  406. package/node_modules/stripe/cjs/resources/FeeRefunds.js.map +1 -0
  407. package/node_modules/stripe/cjs/resources/FileLinks.d.ts +116 -0
  408. package/node_modules/stripe/cjs/resources/FileLinks.js +35 -0
  409. package/node_modules/stripe/cjs/resources/FileLinks.js.map +1 -0
  410. package/node_modules/stripe/cjs/resources/Files.d.ts +129 -0
  411. package/node_modules/stripe/cjs/resources/Files.js +41 -0
  412. package/node_modules/stripe/cjs/resources/Files.js.map +1 -0
  413. package/node_modules/stripe/cjs/resources/FinancialConnections/AccountOwners.d.ts +34 -0
  414. package/node_modules/stripe/cjs/resources/FinancialConnections/AccountOwners.js +4 -0
  415. package/node_modules/stripe/cjs/resources/FinancialConnections/AccountOwners.js.map +1 -0
  416. package/node_modules/stripe/cjs/resources/FinancialConnections/AccountOwnerships.d.ts +20 -0
  417. package/node_modules/stripe/cjs/resources/FinancialConnections/AccountOwnerships.js +4 -0
  418. package/node_modules/stripe/cjs/resources/FinancialConnections/AccountOwnerships.js.map +1 -0
  419. package/node_modules/stripe/cjs/resources/FinancialConnections/Accounts.d.ts +405 -0
  420. package/node_modules/stripe/cjs/resources/FinancialConnections/Accounts.js +55 -0
  421. package/node_modules/stripe/cjs/resources/FinancialConnections/Accounts.js.map +1 -0
  422. package/node_modules/stripe/cjs/resources/FinancialConnections/Sessions.d.ts +164 -0
  423. package/node_modules/stripe/cjs/resources/FinancialConnections/Sessions.js +21 -0
  424. package/node_modules/stripe/cjs/resources/FinancialConnections/Sessions.js.map +1 -0
  425. package/node_modules/stripe/cjs/resources/FinancialConnections/Transactions.d.ts +109 -0
  426. package/node_modules/stripe/cjs/resources/FinancialConnections/Transactions.js +23 -0
  427. package/node_modules/stripe/cjs/resources/FinancialConnections/Transactions.js.map +1 -0
  428. package/node_modules/stripe/cjs/resources/FinancialConnections/index.d.ts +36 -0
  429. package/node_modules/stripe/cjs/resources/FinancialConnections/index.js +17 -0
  430. package/node_modules/stripe/cjs/resources/FinancialConnections/index.js.map +1 -0
  431. package/node_modules/stripe/cjs/resources/Forwarding/Requests.d.ts +201 -0
  432. package/node_modules/stripe/cjs/resources/Forwarding/Requests.js +29 -0
  433. package/node_modules/stripe/cjs/resources/Forwarding/Requests.js.map +1 -0
  434. package/node_modules/stripe/cjs/resources/Forwarding/index.d.ts +14 -0
  435. package/node_modules/stripe/cjs/resources/Forwarding/index.js +13 -0
  436. package/node_modules/stripe/cjs/resources/Forwarding/index.js.map +1 -0
  437. package/node_modules/stripe/cjs/resources/FundingInstructions.d.ts +213 -0
  438. package/node_modules/stripe/cjs/resources/FundingInstructions.js +4 -0
  439. package/node_modules/stripe/cjs/resources/FundingInstructions.js.map +1 -0
  440. package/node_modules/stripe/cjs/resources/Identity/VerificationReports.d.ts +412 -0
  441. package/node_modules/stripe/cjs/resources/Identity/VerificationReports.js +23 -0
  442. package/node_modules/stripe/cjs/resources/Identity/VerificationReports.js.map +1 -0
  443. package/node_modules/stripe/cjs/resources/Identity/VerificationSessions.d.ts +530 -0
  444. package/node_modules/stripe/cjs/resources/Identity/VerificationSessions.js +79 -0
  445. package/node_modules/stripe/cjs/resources/Identity/VerificationSessions.js.map +1 -0
  446. package/node_modules/stripe/cjs/resources/Identity/index.d.ts +23 -0
  447. package/node_modules/stripe/cjs/resources/Identity/index.js +15 -0
  448. package/node_modules/stripe/cjs/resources/Identity/index.js.map +1 -0
  449. package/node_modules/stripe/cjs/resources/InvoiceItems.d.ts +534 -0
  450. package/node_modules/stripe/cjs/resources/InvoiceItems.js +146 -0
  451. package/node_modules/stripe/cjs/resources/InvoiceItems.js.map +1 -0
  452. package/node_modules/stripe/cjs/resources/InvoiceLineItems.d.ts +280 -0
  453. package/node_modules/stripe/cjs/resources/InvoiceLineItems.js +4 -0
  454. package/node_modules/stripe/cjs/resources/InvoiceLineItems.js.map +1 -0
  455. package/node_modules/stripe/cjs/resources/InvoicePayments.d.ts +142 -0
  456. package/node_modules/stripe/cjs/resources/InvoicePayments.js +23 -0
  457. package/node_modules/stripe/cjs/resources/InvoicePayments.js.map +1 -0
  458. package/node_modules/stripe/cjs/resources/InvoiceRenderingTemplates.d.ts +87 -0
  459. package/node_modules/stripe/cjs/resources/InvoiceRenderingTemplates.js +35 -0
  460. package/node_modules/stripe/cjs/resources/InvoiceRenderingTemplates.js.map +1 -0
  461. package/node_modules/stripe/cjs/resources/Invoices.d.ts +4239 -0
  462. package/node_modules/stripe/cjs/resources/Invoices.js +868 -0
  463. package/node_modules/stripe/cjs/resources/Invoices.js.map +1 -0
  464. package/node_modules/stripe/cjs/resources/Issuing/Authorizations.d.ts +609 -0
  465. package/node_modules/stripe/cjs/resources/Issuing/Authorizations.js +875 -0
  466. package/node_modules/stripe/cjs/resources/Issuing/Authorizations.js.map +1 -0
  467. package/node_modules/stripe/cjs/resources/Issuing/Cardholders.d.ts +746 -0
  468. package/node_modules/stripe/cjs/resources/Issuing/Cardholders.js +35 -0
  469. package/node_modules/stripe/cjs/resources/Issuing/Cardholders.js.map +1 -0
  470. package/node_modules/stripe/cjs/resources/Issuing/Cards.d.ts +792 -0
  471. package/node_modules/stripe/cjs/resources/Issuing/Cards.js +35 -0
  472. package/node_modules/stripe/cjs/resources/Issuing/Cards.js.map +1 -0
  473. package/node_modules/stripe/cjs/resources/Issuing/Disputes.d.ts +860 -0
  474. package/node_modules/stripe/cjs/resources/Issuing/Disputes.js +41 -0
  475. package/node_modules/stripe/cjs/resources/Issuing/Disputes.js.map +1 -0
  476. package/node_modules/stripe/cjs/resources/Issuing/PersonalizationDesigns.d.ts +289 -0
  477. package/node_modules/stripe/cjs/resources/Issuing/PersonalizationDesigns.js +35 -0
  478. package/node_modules/stripe/cjs/resources/Issuing/PersonalizationDesigns.js.map +1 -0
  479. package/node_modules/stripe/cjs/resources/Issuing/PhysicalBundles.d.ts +91 -0
  480. package/node_modules/stripe/cjs/resources/Issuing/PhysicalBundles.js +23 -0
  481. package/node_modules/stripe/cjs/resources/Issuing/PhysicalBundles.js.map +1 -0
  482. package/node_modules/stripe/cjs/resources/Issuing/Tokens.d.ts +248 -0
  483. package/node_modules/stripe/cjs/resources/Issuing/Tokens.js +29 -0
  484. package/node_modules/stripe/cjs/resources/Issuing/Tokens.js.map +1 -0
  485. package/node_modules/stripe/cjs/resources/Issuing/Transactions.d.ts +449 -0
  486. package/node_modules/stripe/cjs/resources/Issuing/Transactions.js +285 -0
  487. package/node_modules/stripe/cjs/resources/Issuing/Transactions.js.map +1 -0
  488. package/node_modules/stripe/cjs/resources/Issuing/index.d.ts +69 -0
  489. package/node_modules/stripe/cjs/resources/Issuing/index.js +27 -0
  490. package/node_modules/stripe/cjs/resources/Issuing/index.js.map +1 -0
  491. package/node_modules/stripe/cjs/resources/LineItems.d.ts +102 -0
  492. package/node_modules/stripe/cjs/resources/LineItems.js +4 -0
  493. package/node_modules/stripe/cjs/resources/LineItems.js.map +1 -0
  494. package/node_modules/stripe/cjs/resources/LoginLinks.d.ts +14 -0
  495. package/node_modules/stripe/cjs/resources/LoginLinks.js +4 -0
  496. package/node_modules/stripe/cjs/resources/LoginLinks.js.map +1 -0
  497. package/node_modules/stripe/cjs/resources/Mandates.d.ts +322 -0
  498. package/node_modules/stripe/cjs/resources/Mandates.js +15 -0
  499. package/node_modules/stripe/cjs/resources/Mandates.js.map +1 -0
  500. package/node_modules/stripe/cjs/resources/OAuth.d.ts +279 -0
  501. package/node_modules/stripe/cjs/resources/OAuth.js +46 -0
  502. package/node_modules/stripe/cjs/resources/OAuth.js.map +1 -0
  503. package/node_modules/stripe/cjs/resources/PaymentAttemptRecords.d.ts +1838 -0
  504. package/node_modules/stripe/cjs/resources/PaymentAttemptRecords.js +23 -0
  505. package/node_modules/stripe/cjs/resources/PaymentAttemptRecords.js.map +1 -0
  506. package/node_modules/stripe/cjs/resources/PaymentIntentAmountDetailsLineItems.d.ts +93 -0
  507. package/node_modules/stripe/cjs/resources/PaymentIntentAmountDetailsLineItems.js +4 -0
  508. package/node_modules/stripe/cjs/resources/PaymentIntentAmountDetailsLineItems.js.map +1 -0
  509. package/node_modules/stripe/cjs/resources/PaymentIntents.d.ts +11591 -0
  510. package/node_modules/stripe/cjs/resources/PaymentIntents.js +171 -0
  511. package/node_modules/stripe/cjs/resources/PaymentIntents.js.map +1 -0
  512. package/node_modules/stripe/cjs/resources/PaymentLinks.d.ts +2148 -0
  513. package/node_modules/stripe/cjs/resources/PaymentLinks.js +436 -0
  514. package/node_modules/stripe/cjs/resources/PaymentLinks.js.map +1 -0
  515. package/node_modules/stripe/cjs/resources/PaymentMethodConfigurations.d.ts +4253 -0
  516. package/node_modules/stripe/cjs/resources/PaymentMethodConfigurations.js +35 -0
  517. package/node_modules/stripe/cjs/resources/PaymentMethodConfigurations.js.map +1 -0
  518. package/node_modules/stripe/cjs/resources/PaymentMethodDomains.d.ts +246 -0
  519. package/node_modules/stripe/cjs/resources/PaymentMethodDomains.js +46 -0
  520. package/node_modules/stripe/cjs/resources/PaymentMethodDomains.js.map +1 -0
  521. package/node_modules/stripe/cjs/resources/PaymentMethods.d.ts +1959 -0
  522. package/node_modules/stripe/cjs/resources/PaymentMethods.js +61 -0
  523. package/node_modules/stripe/cjs/resources/PaymentMethods.js.map +1 -0
  524. package/node_modules/stripe/cjs/resources/PaymentRecords.d.ts +2308 -0
  525. package/node_modules/stripe/cjs/resources/PaymentRecords.js +64 -0
  526. package/node_modules/stripe/cjs/resources/PaymentRecords.js.map +1 -0
  527. package/node_modules/stripe/cjs/resources/Payouts.d.ts +262 -0
  528. package/node_modules/stripe/cjs/resources/Payouts.js +53 -0
  529. package/node_modules/stripe/cjs/resources/Payouts.js.map +1 -0
  530. package/node_modules/stripe/cjs/resources/Persons.d.ts +474 -0
  531. package/node_modules/stripe/cjs/resources/Persons.js +4 -0
  532. package/node_modules/stripe/cjs/resources/Persons.js.map +1 -0
  533. package/node_modules/stripe/cjs/resources/Plans.d.ts +363 -0
  534. package/node_modules/stripe/cjs/resources/Plans.js +159 -0
  535. package/node_modules/stripe/cjs/resources/Plans.js.map +1 -0
  536. package/node_modules/stripe/cjs/resources/Prices.d.ts +721 -0
  537. package/node_modules/stripe/cjs/resources/Prices.js +365 -0
  538. package/node_modules/stripe/cjs/resources/Prices.js.map +1 -0
  539. package/node_modules/stripe/cjs/resources/ProductFeatures.d.ts +38 -0
  540. package/node_modules/stripe/cjs/resources/ProductFeatures.js +4 -0
  541. package/node_modules/stripe/cjs/resources/ProductFeatures.js.map +1 -0
  542. package/node_modules/stripe/cjs/resources/Products.d.ts +575 -0
  543. package/node_modules/stripe/cjs/resources/Products.js +109 -0
  544. package/node_modules/stripe/cjs/resources/Products.js.map +1 -0
  545. package/node_modules/stripe/cjs/resources/PromotionCodes.d.ts +271 -0
  546. package/node_modules/stripe/cjs/resources/PromotionCodes.js +35 -0
  547. package/node_modules/stripe/cjs/resources/PromotionCodes.js.map +1 -0
  548. package/node_modules/stripe/cjs/resources/Quotes.d.ts +1202 -0
  549. package/node_modules/stripe/cjs/resources/Quotes.js +876 -0
  550. package/node_modules/stripe/cjs/resources/Quotes.js.map +1 -0
  551. package/node_modules/stripe/cjs/resources/Radar/EarlyFraudWarnings.d.ts +79 -0
  552. package/node_modules/stripe/cjs/resources/Radar/EarlyFraudWarnings.js +25 -0
  553. package/node_modules/stripe/cjs/resources/Radar/EarlyFraudWarnings.js.map +1 -0
  554. package/node_modules/stripe/cjs/resources/Radar/PaymentEvaluations.d.ts +579 -0
  555. package/node_modules/stripe/cjs/resources/Radar/PaymentEvaluations.js +15 -0
  556. package/node_modules/stripe/cjs/resources/Radar/PaymentEvaluations.js.map +1 -0
  557. package/node_modules/stripe/cjs/resources/Radar/ValueListItems.d.ts +117 -0
  558. package/node_modules/stripe/cjs/resources/Radar/ValueListItems.js +35 -0
  559. package/node_modules/stripe/cjs/resources/Radar/ValueListItems.js.map +1 -0
  560. package/node_modules/stripe/cjs/resources/Radar/ValueLists.d.ts +168 -0
  561. package/node_modules/stripe/cjs/resources/Radar/ValueLists.js +41 -0
  562. package/node_modules/stripe/cjs/resources/Radar/ValueLists.js.map +1 -0
  563. package/node_modules/stripe/cjs/resources/Radar/index.d.ts +37 -0
  564. package/node_modules/stripe/cjs/resources/Radar/index.js +19 -0
  565. package/node_modules/stripe/cjs/resources/Radar/index.js.map +1 -0
  566. package/node_modules/stripe/cjs/resources/Refunds.d.ts +505 -0
  567. package/node_modules/stripe/cjs/resources/Refunds.js +55 -0
  568. package/node_modules/stripe/cjs/resources/Refunds.js.map +1 -0
  569. package/node_modules/stripe/cjs/resources/Reporting/ReportRuns.d.ts +174 -0
  570. package/node_modules/stripe/cjs/resources/Reporting/ReportRuns.js +29 -0
  571. package/node_modules/stripe/cjs/resources/Reporting/ReportRuns.js.map +1 -0
  572. package/node_modules/stripe/cjs/resources/Reporting/ReportTypes.d.ts +66 -0
  573. package/node_modules/stripe/cjs/resources/Reporting/ReportTypes.js +23 -0
  574. package/node_modules/stripe/cjs/resources/Reporting/ReportTypes.js.map +1 -0
  575. package/node_modules/stripe/cjs/resources/Reporting/index.d.ts +20 -0
  576. package/node_modules/stripe/cjs/resources/Reporting/index.js +15 -0
  577. package/node_modules/stripe/cjs/resources/Reporting/index.js.map +1 -0
  578. package/node_modules/stripe/cjs/resources/Reserve/Holds.d.ts +91 -0
  579. package/node_modules/stripe/cjs/resources/Reserve/Holds.js +4 -0
  580. package/node_modules/stripe/cjs/resources/Reserve/Holds.js.map +1 -0
  581. package/node_modules/stripe/cjs/resources/Reserve/Plans.d.ts +74 -0
  582. package/node_modules/stripe/cjs/resources/Reserve/Plans.js +4 -0
  583. package/node_modules/stripe/cjs/resources/Reserve/Plans.js.map +1 -0
  584. package/node_modules/stripe/cjs/resources/Reserve/Releases.d.ts +77 -0
  585. package/node_modules/stripe/cjs/resources/Reserve/Releases.js +4 -0
  586. package/node_modules/stripe/cjs/resources/Reserve/Releases.js.map +1 -0
  587. package/node_modules/stripe/cjs/resources/Reserve/index.d.ts +13 -0
  588. package/node_modules/stripe/cjs/resources/Reserve/index.js +8 -0
  589. package/node_modules/stripe/cjs/resources/Reserve/index.js.map +1 -0
  590. package/node_modules/stripe/cjs/resources/ReserveTransactions.d.ts +19 -0
  591. package/node_modules/stripe/cjs/resources/ReserveTransactions.js +4 -0
  592. package/node_modules/stripe/cjs/resources/ReserveTransactions.js.map +1 -0
  593. package/node_modules/stripe/cjs/resources/Reviews.d.ts +143 -0
  594. package/node_modules/stripe/cjs/resources/Reviews.js +29 -0
  595. package/node_modules/stripe/cjs/resources/Reviews.js.map +1 -0
  596. package/node_modules/stripe/cjs/resources/SetupAttempts.d.ts +552 -0
  597. package/node_modules/stripe/cjs/resources/SetupAttempts.js +17 -0
  598. package/node_modules/stripe/cjs/resources/SetupAttempts.js.map +1 -0
  599. package/node_modules/stripe/cjs/resources/SetupIntents.d.ts +4572 -0
  600. package/node_modules/stripe/cjs/resources/SetupIntents.js +75 -0
  601. package/node_modules/stripe/cjs/resources/SetupIntents.js.map +1 -0
  602. package/node_modules/stripe/cjs/resources/ShippingRates.d.ts +319 -0
  603. package/node_modules/stripe/cjs/resources/ShippingRates.js +35 -0
  604. package/node_modules/stripe/cjs/resources/ShippingRates.js.map +1 -0
  605. package/node_modules/stripe/cjs/resources/Sigma/ScheduledQueryRuns.d.ts +81 -0
  606. package/node_modules/stripe/cjs/resources/Sigma/ScheduledQueryRuns.js +23 -0
  607. package/node_modules/stripe/cjs/resources/Sigma/ScheduledQueryRuns.js.map +1 -0
  608. package/node_modules/stripe/cjs/resources/Sigma/index.d.ts +13 -0
  609. package/node_modules/stripe/cjs/resources/Sigma/index.js +13 -0
  610. package/node_modules/stripe/cjs/resources/Sigma/index.js.map +1 -0
  611. package/node_modules/stripe/cjs/resources/SourceMandateNotifications.d.ts +79 -0
  612. package/node_modules/stripe/cjs/resources/SourceMandateNotifications.js +4 -0
  613. package/node_modules/stripe/cjs/resources/SourceMandateNotifications.js.map +1 -0
  614. package/node_modules/stripe/cjs/resources/SourceTransactions.d.ts +140 -0
  615. package/node_modules/stripe/cjs/resources/SourceTransactions.js +4 -0
  616. package/node_modules/stripe/cjs/resources/SourceTransactions.js.map +1 -0
  617. package/node_modules/stripe/cjs/resources/Sources.d.ts +918 -0
  618. package/node_modules/stripe/cjs/resources/Sources.js +43 -0
  619. package/node_modules/stripe/cjs/resources/Sources.js.map +1 -0
  620. package/node_modules/stripe/cjs/resources/SubscriptionItems.d.ts +403 -0
  621. package/node_modules/stripe/cjs/resources/SubscriptionItems.js +402 -0
  622. package/node_modules/stripe/cjs/resources/SubscriptionItems.js.map +1 -0
  623. package/node_modules/stripe/cjs/resources/SubscriptionSchedules.d.ts +1790 -0
  624. package/node_modules/stripe/cjs/resources/SubscriptionSchedules.js +131 -0
  625. package/node_modules/stripe/cjs/resources/SubscriptionSchedules.js.map +1 -0
  626. package/node_modules/stripe/cjs/resources/Subscriptions.d.ts +2785 -0
  627. package/node_modules/stripe/cjs/resources/Subscriptions.js +948 -0
  628. package/node_modules/stripe/cjs/resources/Subscriptions.js.map +1 -0
  629. package/node_modules/stripe/cjs/resources/Tax/Associations.d.ts +73 -0
  630. package/node_modules/stripe/cjs/resources/Tax/Associations.js +15 -0
  631. package/node_modules/stripe/cjs/resources/Tax/Associations.js.map +1 -0
  632. package/node_modules/stripe/cjs/resources/Tax/CalculationLineItems.d.ts +119 -0
  633. package/node_modules/stripe/cjs/resources/Tax/CalculationLineItems.js +4 -0
  634. package/node_modules/stripe/cjs/resources/Tax/CalculationLineItems.js.map +1 -0
  635. package/node_modules/stripe/cjs/resources/Tax/Calculations.d.ts +485 -0
  636. package/node_modules/stripe/cjs/resources/Tax/Calculations.js +29 -0
  637. package/node_modules/stripe/cjs/resources/Tax/Calculations.js.map +1 -0
  638. package/node_modules/stripe/cjs/resources/Tax/Registrations.d.ts +3298 -0
  639. package/node_modules/stripe/cjs/resources/Tax/Registrations.js +37 -0
  640. package/node_modules/stripe/cjs/resources/Tax/Registrations.js.map +1 -0
  641. package/node_modules/stripe/cjs/resources/Tax/Settings.d.ts +116 -0
  642. package/node_modules/stripe/cjs/resources/Tax/Settings.js +21 -0
  643. package/node_modules/stripe/cjs/resources/Tax/Settings.js.map +1 -0
  644. package/node_modules/stripe/cjs/resources/Tax/TransactionLineItems.d.ts +65 -0
  645. package/node_modules/stripe/cjs/resources/Tax/TransactionLineItems.js +4 -0
  646. package/node_modules/stripe/cjs/resources/Tax/TransactionLineItems.js.map +1 -0
  647. package/node_modules/stripe/cjs/resources/Tax/Transactions.d.ts +345 -0
  648. package/node_modules/stripe/cjs/resources/Tax/Transactions.js +35 -0
  649. package/node_modules/stripe/cjs/resources/Tax/Transactions.js.map +1 -0
  650. package/node_modules/stripe/cjs/resources/Tax/index.d.ts +47 -0
  651. package/node_modules/stripe/cjs/resources/Tax/index.js +21 -0
  652. package/node_modules/stripe/cjs/resources/Tax/index.js.map +1 -0
  653. package/node_modules/stripe/cjs/resources/TaxCodes.d.ts +43 -0
  654. package/node_modules/stripe/cjs/resources/TaxCodes.js +23 -0
  655. package/node_modules/stripe/cjs/resources/TaxCodes.js.map +1 -0
  656. package/node_modules/stripe/cjs/resources/TaxDeductedAtSources.d.ts +22 -0
  657. package/node_modules/stripe/cjs/resources/TaxDeductedAtSources.js +4 -0
  658. package/node_modules/stripe/cjs/resources/TaxDeductedAtSources.js.map +1 -0
  659. package/node_modules/stripe/cjs/resources/TaxIds.d.ts +216 -0
  660. package/node_modules/stripe/cjs/resources/TaxIds.js +35 -0
  661. package/node_modules/stripe/cjs/resources/TaxIds.js.map +1 -0
  662. package/node_modules/stripe/cjs/resources/TaxRates.d.ts +226 -0
  663. package/node_modules/stripe/cjs/resources/TaxRates.js +35 -0
  664. package/node_modules/stripe/cjs/resources/TaxRates.js.map +1 -0
  665. package/node_modules/stripe/cjs/resources/Terminal/Configurations.d.ts +1761 -0
  666. package/node_modules/stripe/cjs/resources/Terminal/Configurations.js +41 -0
  667. package/node_modules/stripe/cjs/resources/Terminal/Configurations.js.map +1 -0
  668. package/node_modules/stripe/cjs/resources/Terminal/ConnectionTokens.d.ts +34 -0
  669. package/node_modules/stripe/cjs/resources/Terminal/ConnectionTokens.js +15 -0
  670. package/node_modules/stripe/cjs/resources/Terminal/ConnectionTokens.js.map +1 -0
  671. package/node_modules/stripe/cjs/resources/Terminal/Locations.d.ts +283 -0
  672. package/node_modules/stripe/cjs/resources/Terminal/Locations.js +42 -0
  673. package/node_modules/stripe/cjs/resources/Terminal/Locations.js.map +1 -0
  674. package/node_modules/stripe/cjs/resources/Terminal/OnboardingLinks.d.ts +87 -0
  675. package/node_modules/stripe/cjs/resources/Terminal/OnboardingLinks.js +15 -0
  676. package/node_modules/stripe/cjs/resources/Terminal/OnboardingLinks.js.map +1 -0
  677. package/node_modules/stripe/cjs/resources/Terminal/Readers.d.ts +1151 -0
  678. package/node_modules/stripe/cjs/resources/Terminal/Readers.js +89 -0
  679. package/node_modules/stripe/cjs/resources/Terminal/Readers.js.map +1 -0
  680. package/node_modules/stripe/cjs/resources/Terminal/index.d.ts +55 -0
  681. package/node_modules/stripe/cjs/resources/Terminal/index.js +21 -0
  682. package/node_modules/stripe/cjs/resources/Terminal/index.js.map +1 -0
  683. package/node_modules/stripe/cjs/resources/TestHelpers/ConfirmationTokens.d.ts +669 -0
  684. package/node_modules/stripe/cjs/resources/TestHelpers/ConfirmationTokens.js +15 -0
  685. package/node_modules/stripe/cjs/resources/TestHelpers/ConfirmationTokens.js.map +1 -0
  686. package/node_modules/stripe/cjs/resources/TestHelpers/Customers.d.ts +29 -0
  687. package/node_modules/stripe/cjs/resources/TestHelpers/Customers.js +15 -0
  688. package/node_modules/stripe/cjs/resources/TestHelpers/Customers.js.map +1 -0
  689. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Authorizations.d.ts +806 -0
  690. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Authorizations.js +1319 -0
  691. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Authorizations.js.map +1 -0
  692. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Cards.d.ts +75 -0
  693. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Cards.js +39 -0
  694. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Cards.js.map +1 -0
  695. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/PersonalizationDesigns.d.ts +67 -0
  696. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/PersonalizationDesigns.js +27 -0
  697. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/PersonalizationDesigns.js.map +1 -0
  698. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Transactions.d.ts +582 -0
  699. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Transactions.js +382 -0
  700. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Transactions.js.map +1 -0
  701. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/index.d.ts +14 -0
  702. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/index.js +19 -0
  703. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/index.js.map +1 -0
  704. package/node_modules/stripe/cjs/resources/TestHelpers/Refunds.d.ts +17 -0
  705. package/node_modules/stripe/cjs/resources/TestHelpers/Refunds.js +15 -0
  706. package/node_modules/stripe/cjs/resources/TestHelpers/Refunds.js.map +1 -0
  707. package/node_modules/stripe/cjs/resources/TestHelpers/Terminal/Readers.d.ts +107 -0
  708. package/node_modules/stripe/cjs/resources/TestHelpers/Terminal/Readers.js +27 -0
  709. package/node_modules/stripe/cjs/resources/TestHelpers/Terminal/Readers.js.map +1 -0
  710. package/node_modules/stripe/cjs/resources/TestHelpers/Terminal/index.d.ts +8 -0
  711. package/node_modules/stripe/cjs/resources/TestHelpers/Terminal/index.js +13 -0
  712. package/node_modules/stripe/cjs/resources/TestHelpers/Terminal/index.js.map +1 -0
  713. package/node_modules/stripe/cjs/resources/TestHelpers/TestClocks.d.ts +144 -0
  714. package/node_modules/stripe/cjs/resources/TestHelpers/TestClocks.js +41 -0
  715. package/node_modules/stripe/cjs/resources/TestHelpers/TestClocks.js.map +1 -0
  716. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/InboundTransfers.d.ts +62 -0
  717. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/InboundTransfers.js +27 -0
  718. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/InboundTransfers.js.map +1 -0
  719. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/OutboundPayments.d.ts +119 -0
  720. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/OutboundPayments.js +33 -0
  721. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/OutboundPayments.js.map +1 -0
  722. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/OutboundTransfers.d.ts +119 -0
  723. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/OutboundTransfers.js +33 -0
  724. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/OutboundTransfers.js.map +1 -0
  725. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +72 -0
  726. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/ReceivedCredits.js +15 -0
  727. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/ReceivedCredits.js.map +1 -0
  728. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +71 -0
  729. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/ReceivedDebits.js +15 -0
  730. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/ReceivedDebits.js.map +1 -0
  731. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/index.d.ts +16 -0
  732. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/index.js +21 -0
  733. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/index.js.map +1 -0
  734. package/node_modules/stripe/cjs/resources/TestHelpers/index.d.ts +32 -0
  735. package/node_modules/stripe/cjs/resources/TestHelpers/index.js +25 -0
  736. package/node_modules/stripe/cjs/resources/TestHelpers/index.js.map +1 -0
  737. package/node_modules/stripe/cjs/resources/Tokens.d.ts +874 -0
  738. package/node_modules/stripe/cjs/resources/Tokens.js +22 -0
  739. package/node_modules/stripe/cjs/resources/Tokens.js.map +1 -0
  740. package/node_modules/stripe/cjs/resources/Topups.d.ts +195 -0
  741. package/node_modules/stripe/cjs/resources/Topups.js +41 -0
  742. package/node_modules/stripe/cjs/resources/Topups.js.map +1 -0
  743. package/node_modules/stripe/cjs/resources/TransferReversals.d.ts +46 -0
  744. package/node_modules/stripe/cjs/resources/TransferReversals.js +4 -0
  745. package/node_modules/stripe/cjs/resources/TransferReversals.js.map +1 -0
  746. package/node_modules/stripe/cjs/resources/Transfers.d.ts +242 -0
  747. package/node_modules/stripe/cjs/resources/Transfers.js +69 -0
  748. package/node_modules/stripe/cjs/resources/Transfers.js.map +1 -0
  749. package/node_modules/stripe/cjs/resources/Treasury/CreditReversals.d.ts +130 -0
  750. package/node_modules/stripe/cjs/resources/Treasury/CreditReversals.js +29 -0
  751. package/node_modules/stripe/cjs/resources/Treasury/CreditReversals.js.map +1 -0
  752. package/node_modules/stripe/cjs/resources/Treasury/DebitReversals.d.ts +145 -0
  753. package/node_modules/stripe/cjs/resources/Treasury/DebitReversals.js +29 -0
  754. package/node_modules/stripe/cjs/resources/Treasury/DebitReversals.js.map +1 -0
  755. package/node_modules/stripe/cjs/resources/Treasury/FinancialAccountFeatures.d.ts +400 -0
  756. package/node_modules/stripe/cjs/resources/Treasury/FinancialAccountFeatures.js +4 -0
  757. package/node_modules/stripe/cjs/resources/Treasury/FinancialAccountFeatures.js.map +1 -0
  758. package/node_modules/stripe/cjs/resources/Treasury/FinancialAccounts.d.ts +754 -0
  759. package/node_modules/stripe/cjs/resources/Treasury/FinancialAccounts.js +53 -0
  760. package/node_modules/stripe/cjs/resources/Treasury/FinancialAccounts.js.map +1 -0
  761. package/node_modules/stripe/cjs/resources/Treasury/InboundTransfers.d.ts +261 -0
  762. package/node_modules/stripe/cjs/resources/Treasury/InboundTransfers.js +35 -0
  763. package/node_modules/stripe/cjs/resources/Treasury/InboundTransfers.js.map +1 -0
  764. package/node_modules/stripe/cjs/resources/Treasury/OutboundPayments.d.ts +450 -0
  765. package/node_modules/stripe/cjs/resources/Treasury/OutboundPayments.js +35 -0
  766. package/node_modules/stripe/cjs/resources/Treasury/OutboundPayments.js.map +1 -0
  767. package/node_modules/stripe/cjs/resources/Treasury/OutboundTransfers.d.ts +344 -0
  768. package/node_modules/stripe/cjs/resources/Treasury/OutboundTransfers.js +35 -0
  769. package/node_modules/stripe/cjs/resources/Treasury/OutboundTransfers.js.map +1 -0
  770. package/node_modules/stripe/cjs/resources/Treasury/ReceivedCredits.d.ts +259 -0
  771. package/node_modules/stripe/cjs/resources/Treasury/ReceivedCredits.js +23 -0
  772. package/node_modules/stripe/cjs/resources/Treasury/ReceivedCredits.js.map +1 -0
  773. package/node_modules/stripe/cjs/resources/Treasury/ReceivedDebits.d.ts +200 -0
  774. package/node_modules/stripe/cjs/resources/Treasury/ReceivedDebits.js +23 -0
  775. package/node_modules/stripe/cjs/resources/Treasury/ReceivedDebits.js.map +1 -0
  776. package/node_modules/stripe/cjs/resources/Treasury/TransactionEntries.d.ts +185 -0
  777. package/node_modules/stripe/cjs/resources/Treasury/TransactionEntries.js +402 -0
  778. package/node_modules/stripe/cjs/resources/Treasury/TransactionEntries.js.map +1 -0
  779. package/node_modules/stripe/cjs/resources/Treasury/Transactions.d.ts +210 -0
  780. package/node_modules/stripe/cjs/resources/Treasury/Transactions.js +454 -0
  781. package/node_modules/stripe/cjs/resources/Treasury/Transactions.js.map +1 -0
  782. package/node_modules/stripe/cjs/resources/Treasury/index.d.ts +83 -0
  783. package/node_modules/stripe/cjs/resources/Treasury/index.js +31 -0
  784. package/node_modules/stripe/cjs/resources/Treasury/index.js.map +1 -0
  785. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventAdjustments.d.ts +77 -0
  786. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventAdjustments.js +15 -0
  787. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventAdjustments.js.map +1 -0
  788. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventSession.d.ts +41 -0
  789. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventSession.js +15 -0
  790. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventSession.js.map +1 -0
  791. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventStream.d.ts +48 -0
  792. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventStream.js +18 -0
  793. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventStream.js.map +1 -0
  794. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEvents.d.ts +75 -0
  795. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEvents.js +15 -0
  796. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEvents.js.map +1 -0
  797. package/node_modules/stripe/cjs/resources/V2/Billing/index.d.ts +24 -0
  798. package/node_modules/stripe/cjs/resources/V2/Billing/index.js +19 -0
  799. package/node_modules/stripe/cjs/resources/V2/Billing/index.js.map +1 -0
  800. package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalog/Imports.d.ts +99 -0
  801. package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalog/Imports.js +156 -0
  802. package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalog/Imports.js.map +1 -0
  803. package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalog/index.d.ts +8 -0
  804. package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalog/index.js +13 -0
  805. package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalog/index.js.map +1 -0
  806. package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalogImports.d.ts +184 -0
  807. package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalogImports.js +4 -0
  808. package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalogImports.js.map +1 -0
  809. package/node_modules/stripe/cjs/resources/V2/Commerce/index.d.ts +13 -0
  810. package/node_modules/stripe/cjs/resources/V2/Commerce/index.js +13 -0
  811. package/node_modules/stripe/cjs/resources/V2/Commerce/index.js.map +1 -0
  812. package/node_modules/stripe/cjs/resources/V2/Core/AccountLinks.d.ts +231 -0
  813. package/node_modules/stripe/cjs/resources/V2/Core/AccountLinks.js +16 -0
  814. package/node_modules/stripe/cjs/resources/V2/Core/AccountLinks.js.map +1 -0
  815. package/node_modules/stripe/cjs/resources/V2/Core/AccountPersonTokens.d.ts +26 -0
  816. package/node_modules/stripe/cjs/resources/V2/Core/AccountPersonTokens.js +4 -0
  817. package/node_modules/stripe/cjs/resources/V2/Core/AccountPersonTokens.js.map +1 -0
  818. package/node_modules/stripe/cjs/resources/V2/Core/AccountPersons.d.ts +469 -0
  819. package/node_modules/stripe/cjs/resources/V2/Core/AccountPersons.js +4 -0
  820. package/node_modules/stripe/cjs/resources/V2/Core/AccountPersons.js.map +1 -0
  821. package/node_modules/stripe/cjs/resources/V2/Core/AccountTokens.d.ts +806 -0
  822. package/node_modules/stripe/cjs/resources/V2/Core/AccountTokens.js +47 -0
  823. package/node_modules/stripe/cjs/resources/V2/Core/AccountTokens.js.map +1 -0
  824. package/node_modules/stripe/cjs/resources/V2/Core/Accounts/PersonTokens.d.ts +379 -0
  825. package/node_modules/stripe/cjs/resources/V2/Core/Accounts/PersonTokens.js +34 -0
  826. package/node_modules/stripe/cjs/resources/V2/Core/Accounts/PersonTokens.js.map +1 -0
  827. package/node_modules/stripe/cjs/resources/V2/Core/Accounts/Persons.d.ts +884 -0
  828. package/node_modules/stripe/cjs/resources/V2/Core/Accounts/Persons.js +111 -0
  829. package/node_modules/stripe/cjs/resources/V2/Core/Accounts/Persons.js.map +1 -0
  830. package/node_modules/stripe/cjs/resources/V2/Core/Accounts.d.ts +7070 -0
  831. package/node_modules/stripe/cjs/resources/V2/Core/Accounts.js +199 -0
  832. package/node_modules/stripe/cjs/resources/V2/Core/Accounts.js.map +1 -0
  833. package/node_modules/stripe/cjs/resources/V2/Core/EventDestinations.d.ts +370 -0
  834. package/node_modules/stripe/cjs/resources/V2/Core/EventDestinations.js +59 -0
  835. package/node_modules/stripe/cjs/resources/V2/Core/EventDestinations.js.map +1 -0
  836. package/node_modules/stripe/cjs/resources/V2/Core/Events.d.ts +704 -0
  837. package/node_modules/stripe/cjs/resources/V2/Core/Events.js +59 -0
  838. package/node_modules/stripe/cjs/resources/V2/Core/Events.js.map +1 -0
  839. package/node_modules/stripe/cjs/resources/V2/Core/index.d.ts +51 -0
  840. package/node_modules/stripe/cjs/resources/V2/Core/index.js +21 -0
  841. package/node_modules/stripe/cjs/resources/V2/Core/index.js.map +1 -0
  842. package/node_modules/stripe/cjs/resources/V2/DeletedObject.d.ts +10 -0
  843. package/node_modules/stripe/cjs/resources/V2/DeletedObject.js +4 -0
  844. package/node_modules/stripe/cjs/resources/V2/DeletedObject.js.map +1 -0
  845. package/node_modules/stripe/cjs/resources/V2/V2Amounts.d.ts +4 -0
  846. package/node_modules/stripe/cjs/resources/V2/V2Amounts.js +3 -0
  847. package/node_modules/stripe/cjs/resources/V2/V2Amounts.js.map +1 -0
  848. package/node_modules/stripe/cjs/resources/V2/index.d.ts +19 -0
  849. package/node_modules/stripe/cjs/resources/V2/index.js +17 -0
  850. package/node_modules/stripe/cjs/resources/V2/index.js.map +1 -0
  851. package/node_modules/stripe/cjs/resources/WebhookEndpoints.d.ts +170 -0
  852. package/node_modules/stripe/cjs/resources/WebhookEndpoints.js +41 -0
  853. package/node_modules/stripe/cjs/resources/WebhookEndpoints.js.map +1 -0
  854. package/node_modules/stripe/cjs/resources.d.ts +76 -0
  855. package/node_modules/stripe/cjs/resources.js +333 -0
  856. package/node_modules/stripe/cjs/resources.js.map +1 -0
  857. package/node_modules/stripe/cjs/shared.d.ts +152 -0
  858. package/node_modules/stripe/cjs/shared.js +6 -0
  859. package/node_modules/stripe/cjs/shared.js.map +1 -0
  860. package/node_modules/stripe/cjs/stripe.cjs.node.d.ts +14402 -0
  861. package/node_modules/stripe/cjs/stripe.cjs.node.js +30 -0
  862. package/node_modules/stripe/cjs/stripe.cjs.node.js.map +1 -0
  863. package/node_modules/stripe/cjs/stripe.cjs.worker.d.ts +6 -0
  864. package/node_modules/stripe/cjs/stripe.cjs.worker.js +33 -0
  865. package/node_modules/stripe/cjs/stripe.cjs.worker.js.map +1 -0
  866. package/node_modules/stripe/cjs/stripe.core.d.ts +497 -0
  867. package/node_modules/stripe/cjs/stripe.core.js +630 -0
  868. package/node_modules/stripe/cjs/stripe.core.js.map +1 -0
  869. package/node_modules/stripe/cjs/utils.d.ts +77 -0
  870. package/node_modules/stripe/cjs/utils.js +402 -0
  871. package/node_modules/stripe/cjs/utils.js.map +1 -0
  872. package/node_modules/stripe/esm/Decimal.d.ts +532 -0
  873. package/node_modules/stripe/esm/Decimal.js +851 -0
  874. package/node_modules/stripe/esm/Decimal.js.map +1 -0
  875. package/node_modules/stripe/esm/Error.d.ts +217 -0
  876. package/node_modules/stripe/esm/Error.js +270 -0
  877. package/node_modules/stripe/esm/Error.js.map +1 -0
  878. package/node_modules/stripe/esm/RequestSender.d.ts +60 -0
  879. package/node_modules/stripe/esm/RequestSender.js +472 -0
  880. package/node_modules/stripe/esm/RequestSender.js.map +1 -0
  881. package/node_modules/stripe/esm/ResourceNamespace.d.ts +6 -0
  882. package/node_modules/stripe/esm/ResourceNamespace.js +18 -0
  883. package/node_modules/stripe/esm/ResourceNamespace.js.map +1 -0
  884. package/node_modules/stripe/esm/StripeContext.d.ts +32 -0
  885. package/node_modules/stripe/esm/StripeContext.js +53 -0
  886. package/node_modules/stripe/esm/StripeContext.js.map +1 -0
  887. package/node_modules/stripe/esm/StripeEmitter.d.ts +23 -0
  888. package/node_modules/stripe/esm/StripeEmitter.js +43 -0
  889. package/node_modules/stripe/esm/StripeEmitter.js.map +1 -0
  890. package/node_modules/stripe/esm/StripeResource.d.ts +18 -0
  891. package/node_modules/stripe/esm/StripeResource.js +98 -0
  892. package/node_modules/stripe/esm/StripeResource.js.map +1 -0
  893. package/node_modules/stripe/esm/Types.d.ts +250 -0
  894. package/node_modules/stripe/esm/Types.js +7 -0
  895. package/node_modules/stripe/esm/Types.js.map +1 -0
  896. package/node_modules/stripe/esm/V2Coercion.d.ts +17 -0
  897. package/node_modules/stripe/esm/V2Coercion.js +105 -0
  898. package/node_modules/stripe/esm/V2Coercion.js.map +1 -0
  899. package/node_modules/stripe/esm/Webhooks.d.ts +37 -0
  900. package/node_modules/stripe/esm/Webhooks.js +261 -0
  901. package/node_modules/stripe/esm/Webhooks.js.map +1 -0
  902. package/node_modules/stripe/esm/apiVersion.d.ts +2 -0
  903. package/node_modules/stripe/esm/apiVersion.js +4 -0
  904. package/node_modules/stripe/esm/apiVersion.js.map +1 -0
  905. package/node_modules/stripe/esm/autoPagination.d.ts +25 -0
  906. package/node_modules/stripe/esm/autoPagination.js +335 -0
  907. package/node_modules/stripe/esm/autoPagination.js.map +1 -0
  908. package/node_modules/stripe/esm/crypto/CryptoProvider.d.ts +44 -0
  909. package/node_modules/stripe/esm/crypto/CryptoProvider.js +51 -0
  910. package/node_modules/stripe/esm/crypto/CryptoProvider.js.map +1 -0
  911. package/node_modules/stripe/esm/crypto/NodeCryptoProvider.d.ts +12 -0
  912. package/node_modules/stripe/esm/crypto/NodeCryptoProvider.js +27 -0
  913. package/node_modules/stripe/esm/crypto/NodeCryptoProvider.js.map +1 -0
  914. package/node_modules/stripe/esm/crypto/SubtleCryptoProvider.d.ts +16 -0
  915. package/node_modules/stripe/esm/crypto/SubtleCryptoProvider.js +48 -0
  916. package/node_modules/stripe/esm/crypto/SubtleCryptoProvider.js.map +1 -0
  917. package/node_modules/stripe/esm/lib.d.ts +318 -0
  918. package/node_modules/stripe/esm/lib.js +2 -0
  919. package/node_modules/stripe/esm/lib.js.map +1 -0
  920. package/node_modules/stripe/esm/multipart.d.ts +5 -0
  921. package/node_modules/stripe/esm/multipart.js +58 -0
  922. package/node_modules/stripe/esm/multipart.js.map +1 -0
  923. package/node_modules/stripe/esm/net/FetchHttpClient.d.ts +27 -0
  924. package/node_modules/stripe/esm/net/FetchHttpClient.js +154 -0
  925. package/node_modules/stripe/esm/net/FetchHttpClient.js.map +1 -0
  926. package/node_modules/stripe/esm/net/HttpClient.d.ts +63 -0
  927. package/node_modules/stripe/esm/net/HttpClient.js +49 -0
  928. package/node_modules/stripe/esm/net/HttpClient.js.map +1 -0
  929. package/node_modules/stripe/esm/net/NodeHttpClient.d.ts +24 -0
  930. package/node_modules/stripe/esm/net/NodeHttpClient.js +107 -0
  931. package/node_modules/stripe/esm/net/NodeHttpClient.js.map +1 -0
  932. package/node_modules/stripe/esm/package.json +1 -0
  933. package/node_modules/stripe/esm/platform/NodePlatformFunctions.d.ts +43 -0
  934. package/node_modules/stripe/esm/platform/NodePlatformFunctions.js +168 -0
  935. package/node_modules/stripe/esm/platform/NodePlatformFunctions.js.map +1 -0
  936. package/node_modules/stripe/esm/platform/PlatformFunctions.d.ts +78 -0
  937. package/node_modules/stripe/esm/platform/PlatformFunctions.js +119 -0
  938. package/node_modules/stripe/esm/platform/PlatformFunctions.js.map +1 -0
  939. package/node_modules/stripe/esm/platform/WebPlatformFunctions.d.ts +22 -0
  940. package/node_modules/stripe/esm/platform/WebPlatformFunctions.js +35 -0
  941. package/node_modules/stripe/esm/platform/WebPlatformFunctions.js.map +1 -0
  942. package/node_modules/stripe/esm/resources/AccountLinks.d.ts +76 -0
  943. package/node_modules/stripe/esm/resources/AccountLinks.js +11 -0
  944. package/node_modules/stripe/esm/resources/AccountLinks.js.map +1 -0
  945. package/node_modules/stripe/esm/resources/AccountSessions.d.ts +1075 -0
  946. package/node_modules/stripe/esm/resources/AccountSessions.js +11 -0
  947. package/node_modules/stripe/esm/resources/AccountSessions.js.map +1 -0
  948. package/node_modules/stripe/esm/resources/Accounts.d.ts +5296 -0
  949. package/node_modules/stripe/esm/resources/Accounts.js +178 -0
  950. package/node_modules/stripe/esm/resources/Accounts.js.map +1 -0
  951. package/node_modules/stripe/esm/resources/ApplePayDomains.d.ts +80 -0
  952. package/node_modules/stripe/esm/resources/ApplePayDomains.js +31 -0
  953. package/node_modules/stripe/esm/resources/ApplePayDomains.js.map +1 -0
  954. package/node_modules/stripe/esm/resources/ApplicationFees.d.ts +181 -0
  955. package/node_modules/stripe/esm/resources/ApplicationFees.js +55 -0
  956. package/node_modules/stripe/esm/resources/ApplicationFees.js.map +1 -0
  957. package/node_modules/stripe/esm/resources/Applications.d.ts +36 -0
  958. package/node_modules/stripe/esm/resources/Applications.js +3 -0
  959. package/node_modules/stripe/esm/resources/Applications.js.map +1 -0
  960. package/node_modules/stripe/esm/resources/Apps/Secrets.d.ts +199 -0
  961. package/node_modules/stripe/esm/resources/Apps/Secrets.js +31 -0
  962. package/node_modules/stripe/esm/resources/Apps/Secrets.js.map +1 -0
  963. package/node_modules/stripe/esm/resources/Apps/index.d.ts +15 -0
  964. package/node_modules/stripe/esm/resources/Apps/index.js +9 -0
  965. package/node_modules/stripe/esm/resources/Apps/index.js.map +1 -0
  966. package/node_modules/stripe/esm/resources/Balance.d.ts +285 -0
  967. package/node_modules/stripe/esm/resources/Balance.js +12 -0
  968. package/node_modules/stripe/esm/resources/Balance.js.map +1 -0
  969. package/node_modules/stripe/esm/resources/BalanceSettings.d.ts +250 -0
  970. package/node_modules/stripe/esm/resources/BalanceSettings.js +19 -0
  971. package/node_modules/stripe/esm/resources/BalanceSettings.js.map +1 -0
  972. package/node_modules/stripe/esm/resources/BalanceTransactionSources.d.ts +15 -0
  973. package/node_modules/stripe/esm/resources/BalanceTransactionSources.js +3 -0
  974. package/node_modules/stripe/esm/resources/BalanceTransactionSources.js.map +1 -0
  975. package/node_modules/stripe/esm/resources/BalanceTransactions.d.ts +142 -0
  976. package/node_modules/stripe/esm/resources/BalanceTransactions.js +23 -0
  977. package/node_modules/stripe/esm/resources/BalanceTransactions.js.map +1 -0
  978. package/node_modules/stripe/esm/resources/BankAccounts.d.ts +182 -0
  979. package/node_modules/stripe/esm/resources/BankAccounts.js +3 -0
  980. package/node_modules/stripe/esm/resources/BankAccounts.js.map +1 -0
  981. package/node_modules/stripe/esm/resources/Billing/AlertTriggereds.d.ts +27 -0
  982. package/node_modules/stripe/esm/resources/Billing/AlertTriggereds.js +3 -0
  983. package/node_modules/stripe/esm/resources/Billing/AlertTriggereds.js.map +1 -0
  984. package/node_modules/stripe/esm/resources/Billing/Alerts.d.ts +191 -0
  985. package/node_modules/stripe/esm/resources/Billing/Alerts.js +43 -0
  986. package/node_modules/stripe/esm/resources/Billing/Alerts.js.map +1 -0
  987. package/node_modules/stripe/esm/resources/Billing/CreditBalanceSummary.d.ts +140 -0
  988. package/node_modules/stripe/esm/resources/Billing/CreditBalanceSummary.js +11 -0
  989. package/node_modules/stripe/esm/resources/Billing/CreditBalanceSummary.js.map +1 -0
  990. package/node_modules/stripe/esm/resources/Billing/CreditBalanceTransactions.d.ts +181 -0
  991. package/node_modules/stripe/esm/resources/Billing/CreditBalanceTransactions.js +19 -0
  992. package/node_modules/stripe/esm/resources/Billing/CreditBalanceTransactions.js.map +1 -0
  993. package/node_modules/stripe/esm/resources/Billing/CreditGrants.d.ts +298 -0
  994. package/node_modules/stripe/esm/resources/Billing/CreditGrants.js +43 -0
  995. package/node_modules/stripe/esm/resources/Billing/CreditGrants.js.map +1 -0
  996. package/node_modules/stripe/esm/resources/Billing/MeterEventAdjustments.d.ts +71 -0
  997. package/node_modules/stripe/esm/resources/Billing/MeterEventAdjustments.js +11 -0
  998. package/node_modules/stripe/esm/resources/Billing/MeterEventAdjustments.js.map +1 -0
  999. package/node_modules/stripe/esm/resources/Billing/MeterEventSummaries.d.ts +30 -0
  1000. package/node_modules/stripe/esm/resources/Billing/MeterEventSummaries.js +3 -0
  1001. package/node_modules/stripe/esm/resources/Billing/MeterEventSummaries.js.map +1 -0
  1002. package/node_modules/stripe/esm/resources/Billing/MeterEvents.d.ts +66 -0
  1003. package/node_modules/stripe/esm/resources/Billing/MeterEvents.js +11 -0
  1004. package/node_modules/stripe/esm/resources/Billing/MeterEvents.js.map +1 -0
  1005. package/node_modules/stripe/esm/resources/Billing/Meters.d.ts +249 -0
  1006. package/node_modules/stripe/esm/resources/Billing/Meters.js +51 -0
  1007. package/node_modules/stripe/esm/resources/Billing/Meters.js.map +1 -0
  1008. package/node_modules/stripe/esm/resources/Billing/index.d.ts +65 -0
  1009. package/node_modules/stripe/esm/resources/Billing/index.js +21 -0
  1010. package/node_modules/stripe/esm/resources/Billing/index.js.map +1 -0
  1011. package/node_modules/stripe/esm/resources/BillingPortal/Configurations.d.ts +726 -0
  1012. package/node_modules/stripe/esm/resources/BillingPortal/Configurations.js +31 -0
  1013. package/node_modules/stripe/esm/resources/BillingPortal/Configurations.js.map +1 -0
  1014. package/node_modules/stripe/esm/resources/BillingPortal/Sessions.d.ts +358 -0
  1015. package/node_modules/stripe/esm/resources/BillingPortal/Sessions.js +11 -0
  1016. package/node_modules/stripe/esm/resources/BillingPortal/Sessions.js.map +1 -0
  1017. package/node_modules/stripe/esm/resources/BillingPortal/index.d.ts +20 -0
  1018. package/node_modules/stripe/esm/resources/BillingPortal/index.js +11 -0
  1019. package/node_modules/stripe/esm/resources/BillingPortal/index.js.map +1 -0
  1020. package/node_modules/stripe/esm/resources/Capabilities.d.ts +160 -0
  1021. package/node_modules/stripe/esm/resources/Capabilities.js +3 -0
  1022. package/node_modules/stripe/esm/resources/Capabilities.js.map +1 -0
  1023. package/node_modules/stripe/esm/resources/Cards.d.ts +170 -0
  1024. package/node_modules/stripe/esm/resources/Cards.js +3 -0
  1025. package/node_modules/stripe/esm/resources/Cards.js.map +1 -0
  1026. package/node_modules/stripe/esm/resources/CashBalances.d.ts +40 -0
  1027. package/node_modules/stripe/esm/resources/CashBalances.js +3 -0
  1028. package/node_modules/stripe/esm/resources/CashBalances.js.map +1 -0
  1029. package/node_modules/stripe/esm/resources/Charges.d.ts +2340 -0
  1030. package/node_modules/stripe/esm/resources/Charges.js +54 -0
  1031. package/node_modules/stripe/esm/resources/Charges.js.map +1 -0
  1032. package/node_modules/stripe/esm/resources/Checkout/Sessions.d.ts +5100 -0
  1033. package/node_modules/stripe/esm/resources/Checkout/Sessions.js +569 -0
  1034. package/node_modules/stripe/esm/resources/Checkout/Sessions.js.map +1 -0
  1035. package/node_modules/stripe/esm/resources/Checkout/index.d.ts +17 -0
  1036. package/node_modules/stripe/esm/resources/Checkout/index.js +9 -0
  1037. package/node_modules/stripe/esm/resources/Checkout/index.js.map +1 -0
  1038. package/node_modules/stripe/esm/resources/Climate/Orders.d.ts +263 -0
  1039. package/node_modules/stripe/esm/resources/Climate/Orders.js +78 -0
  1040. package/node_modules/stripe/esm/resources/Climate/Orders.js.map +1 -0
  1041. package/node_modules/stripe/esm/resources/Climate/Products.d.ts +88 -0
  1042. package/node_modules/stripe/esm/resources/Climate/Products.js +36 -0
  1043. package/node_modules/stripe/esm/resources/Climate/Products.js.map +1 -0
  1044. package/node_modules/stripe/esm/resources/Climate/Suppliers.d.ts +84 -0
  1045. package/node_modules/stripe/esm/resources/Climate/Suppliers.js +19 -0
  1046. package/node_modules/stripe/esm/resources/Climate/Suppliers.js.map +1 -0
  1047. package/node_modules/stripe/esm/resources/Climate/index.d.ts +28 -0
  1048. package/node_modules/stripe/esm/resources/Climate/index.js +13 -0
  1049. package/node_modules/stripe/esm/resources/Climate/index.js.map +1 -0
  1050. package/node_modules/stripe/esm/resources/ConfirmationTokens.d.ts +1233 -0
  1051. package/node_modules/stripe/esm/resources/ConfirmationTokens.js +11 -0
  1052. package/node_modules/stripe/esm/resources/ConfirmationTokens.js.map +1 -0
  1053. package/node_modules/stripe/esm/resources/ConnectCollectionTransfers.d.ts +27 -0
  1054. package/node_modules/stripe/esm/resources/ConnectCollectionTransfers.js +3 -0
  1055. package/node_modules/stripe/esm/resources/ConnectCollectionTransfers.js.map +1 -0
  1056. package/node_modules/stripe/esm/resources/CountrySpecs.d.ts +86 -0
  1057. package/node_modules/stripe/esm/resources/CountrySpecs.js +19 -0
  1058. package/node_modules/stripe/esm/resources/CountrySpecs.js.map +1 -0
  1059. package/node_modules/stripe/esm/resources/Coupons.d.ts +246 -0
  1060. package/node_modules/stripe/esm/resources/Coupons.js +39 -0
  1061. package/node_modules/stripe/esm/resources/Coupons.js.map +1 -0
  1062. package/node_modules/stripe/esm/resources/CreditNoteLineItems.d.ts +140 -0
  1063. package/node_modules/stripe/esm/resources/CreditNoteLineItems.js +3 -0
  1064. package/node_modules/stripe/esm/resources/CreditNoteLineItems.js.map +1 -0
  1065. package/node_modules/stripe/esm/resources/CreditNotes.d.ts +876 -0
  1066. package/node_modules/stripe/esm/resources/CreditNotes.js +288 -0
  1067. package/node_modules/stripe/esm/resources/CreditNotes.js.map +1 -0
  1068. package/node_modules/stripe/esm/resources/CustomerBalanceTransactions.d.ts +70 -0
  1069. package/node_modules/stripe/esm/resources/CustomerBalanceTransactions.js +3 -0
  1070. package/node_modules/stripe/esm/resources/CustomerBalanceTransactions.js.map +1 -0
  1071. package/node_modules/stripe/esm/resources/CustomerCashBalanceTransactions.d.ts +166 -0
  1072. package/node_modules/stripe/esm/resources/CustomerCashBalanceTransactions.js +3 -0
  1073. package/node_modules/stripe/esm/resources/CustomerCashBalanceTransactions.js.map +1 -0
  1074. package/node_modules/stripe/esm/resources/CustomerSessions.d.ts +403 -0
  1075. package/node_modules/stripe/esm/resources/CustomerSessions.js +11 -0
  1076. package/node_modules/stripe/esm/resources/CustomerSessions.js.map +1 -0
  1077. package/node_modules/stripe/esm/resources/CustomerSources.d.ts +6 -0
  1078. package/node_modules/stripe/esm/resources/CustomerSources.js +3 -0
  1079. package/node_modules/stripe/esm/resources/CustomerSources.js.map +1 -0
  1080. package/node_modules/stripe/esm/resources/Customers.d.ts +1115 -0
  1081. package/node_modules/stripe/esm/resources/Customers.js +664 -0
  1082. package/node_modules/stripe/esm/resources/Customers.js.map +1 -0
  1083. package/node_modules/stripe/esm/resources/Discounts.d.ts +133 -0
  1084. package/node_modules/stripe/esm/resources/Discounts.js +3 -0
  1085. package/node_modules/stripe/esm/resources/Discounts.js.map +1 -0
  1086. package/node_modules/stripe/esm/resources/Disputes.d.ts +709 -0
  1087. package/node_modules/stripe/esm/resources/Disputes.js +35 -0
  1088. package/node_modules/stripe/esm/resources/Disputes.js.map +1 -0
  1089. package/node_modules/stripe/esm/resources/Entitlements/ActiveEntitlementSummaries.d.ts +20 -0
  1090. package/node_modules/stripe/esm/resources/Entitlements/ActiveEntitlementSummaries.js +3 -0
  1091. package/node_modules/stripe/esm/resources/Entitlements/ActiveEntitlementSummaries.js.map +1 -0
  1092. package/node_modules/stripe/esm/resources/Entitlements/ActiveEntitlements.d.ts +56 -0
  1093. package/node_modules/stripe/esm/resources/Entitlements/ActiveEntitlements.js +19 -0
  1094. package/node_modules/stripe/esm/resources/Entitlements/ActiveEntitlements.js.map +1 -0
  1095. package/node_modules/stripe/esm/resources/Entitlements/Features.d.ts +115 -0
  1096. package/node_modules/stripe/esm/resources/Entitlements/Features.js +31 -0
  1097. package/node_modules/stripe/esm/resources/Entitlements/Features.js.map +1 -0
  1098. package/node_modules/stripe/esm/resources/Entitlements/index.d.ts +24 -0
  1099. package/node_modules/stripe/esm/resources/Entitlements/index.js +11 -0
  1100. package/node_modules/stripe/esm/resources/Entitlements/index.js.map +1 -0
  1101. package/node_modules/stripe/esm/resources/EphemeralKeys.d.ts +63 -0
  1102. package/node_modules/stripe/esm/resources/EphemeralKeys.js +20 -0
  1103. package/node_modules/stripe/esm/resources/EphemeralKeys.js.map +1 -0
  1104. package/node_modules/stripe/esm/resources/Events.d.ts +3554 -0
  1105. package/node_modules/stripe/esm/resources/Events.js +19 -0
  1106. package/node_modules/stripe/esm/resources/Events.js.map +1 -0
  1107. package/node_modules/stripe/esm/resources/ExchangeRates.d.ts +47 -0
  1108. package/node_modules/stripe/esm/resources/ExchangeRates.js +25 -0
  1109. package/node_modules/stripe/esm/resources/ExchangeRates.js.map +1 -0
  1110. package/node_modules/stripe/esm/resources/ExternalAccounts.d.ts +4 -0
  1111. package/node_modules/stripe/esm/resources/ExternalAccounts.js +3 -0
  1112. package/node_modules/stripe/esm/resources/ExternalAccounts.js.map +1 -0
  1113. package/node_modules/stripe/esm/resources/FeeRefunds.d.ts +37 -0
  1114. package/node_modules/stripe/esm/resources/FeeRefunds.js +3 -0
  1115. package/node_modules/stripe/esm/resources/FeeRefunds.js.map +1 -0
  1116. package/node_modules/stripe/esm/resources/FileLinks.d.ts +116 -0
  1117. package/node_modules/stripe/esm/resources/FileLinks.js +31 -0
  1118. package/node_modules/stripe/esm/resources/FileLinks.js.map +1 -0
  1119. package/node_modules/stripe/esm/resources/Files.d.ts +129 -0
  1120. package/node_modules/stripe/esm/resources/Files.js +37 -0
  1121. package/node_modules/stripe/esm/resources/Files.js.map +1 -0
  1122. package/node_modules/stripe/esm/resources/FinancialConnections/AccountOwners.d.ts +34 -0
  1123. package/node_modules/stripe/esm/resources/FinancialConnections/AccountOwners.js +3 -0
  1124. package/node_modules/stripe/esm/resources/FinancialConnections/AccountOwners.js.map +1 -0
  1125. package/node_modules/stripe/esm/resources/FinancialConnections/AccountOwnerships.d.ts +20 -0
  1126. package/node_modules/stripe/esm/resources/FinancialConnections/AccountOwnerships.js +3 -0
  1127. package/node_modules/stripe/esm/resources/FinancialConnections/AccountOwnerships.js.map +1 -0
  1128. package/node_modules/stripe/esm/resources/FinancialConnections/Accounts.d.ts +405 -0
  1129. package/node_modules/stripe/esm/resources/FinancialConnections/Accounts.js +51 -0
  1130. package/node_modules/stripe/esm/resources/FinancialConnections/Accounts.js.map +1 -0
  1131. package/node_modules/stripe/esm/resources/FinancialConnections/Sessions.d.ts +164 -0
  1132. package/node_modules/stripe/esm/resources/FinancialConnections/Sessions.js +17 -0
  1133. package/node_modules/stripe/esm/resources/FinancialConnections/Sessions.js.map +1 -0
  1134. package/node_modules/stripe/esm/resources/FinancialConnections/Transactions.d.ts +109 -0
  1135. package/node_modules/stripe/esm/resources/FinancialConnections/Transactions.js +19 -0
  1136. package/node_modules/stripe/esm/resources/FinancialConnections/Transactions.js.map +1 -0
  1137. package/node_modules/stripe/esm/resources/FinancialConnections/index.d.ts +36 -0
  1138. package/node_modules/stripe/esm/resources/FinancialConnections/index.js +13 -0
  1139. package/node_modules/stripe/esm/resources/FinancialConnections/index.js.map +1 -0
  1140. package/node_modules/stripe/esm/resources/Forwarding/Requests.d.ts +201 -0
  1141. package/node_modules/stripe/esm/resources/Forwarding/Requests.js +25 -0
  1142. package/node_modules/stripe/esm/resources/Forwarding/Requests.js.map +1 -0
  1143. package/node_modules/stripe/esm/resources/Forwarding/index.d.ts +14 -0
  1144. package/node_modules/stripe/esm/resources/Forwarding/index.js +9 -0
  1145. package/node_modules/stripe/esm/resources/Forwarding/index.js.map +1 -0
  1146. package/node_modules/stripe/esm/resources/FundingInstructions.d.ts +213 -0
  1147. package/node_modules/stripe/esm/resources/FundingInstructions.js +3 -0
  1148. package/node_modules/stripe/esm/resources/FundingInstructions.js.map +1 -0
  1149. package/node_modules/stripe/esm/resources/Identity/VerificationReports.d.ts +412 -0
  1150. package/node_modules/stripe/esm/resources/Identity/VerificationReports.js +19 -0
  1151. package/node_modules/stripe/esm/resources/Identity/VerificationReports.js.map +1 -0
  1152. package/node_modules/stripe/esm/resources/Identity/VerificationSessions.d.ts +530 -0
  1153. package/node_modules/stripe/esm/resources/Identity/VerificationSessions.js +75 -0
  1154. package/node_modules/stripe/esm/resources/Identity/VerificationSessions.js.map +1 -0
  1155. package/node_modules/stripe/esm/resources/Identity/index.d.ts +23 -0
  1156. package/node_modules/stripe/esm/resources/Identity/index.js +11 -0
  1157. package/node_modules/stripe/esm/resources/Identity/index.js.map +1 -0
  1158. package/node_modules/stripe/esm/resources/InvoiceItems.d.ts +534 -0
  1159. package/node_modules/stripe/esm/resources/InvoiceItems.js +142 -0
  1160. package/node_modules/stripe/esm/resources/InvoiceItems.js.map +1 -0
  1161. package/node_modules/stripe/esm/resources/InvoiceLineItems.d.ts +280 -0
  1162. package/node_modules/stripe/esm/resources/InvoiceLineItems.js +3 -0
  1163. package/node_modules/stripe/esm/resources/InvoiceLineItems.js.map +1 -0
  1164. package/node_modules/stripe/esm/resources/InvoicePayments.d.ts +142 -0
  1165. package/node_modules/stripe/esm/resources/InvoicePayments.js +19 -0
  1166. package/node_modules/stripe/esm/resources/InvoicePayments.js.map +1 -0
  1167. package/node_modules/stripe/esm/resources/InvoiceRenderingTemplates.d.ts +87 -0
  1168. package/node_modules/stripe/esm/resources/InvoiceRenderingTemplates.js +31 -0
  1169. package/node_modules/stripe/esm/resources/InvoiceRenderingTemplates.js.map +1 -0
  1170. package/node_modules/stripe/esm/resources/Invoices.d.ts +4239 -0
  1171. package/node_modules/stripe/esm/resources/Invoices.js +864 -0
  1172. package/node_modules/stripe/esm/resources/Invoices.js.map +1 -0
  1173. package/node_modules/stripe/esm/resources/Issuing/Authorizations.d.ts +609 -0
  1174. package/node_modules/stripe/esm/resources/Issuing/Authorizations.js +871 -0
  1175. package/node_modules/stripe/esm/resources/Issuing/Authorizations.js.map +1 -0
  1176. package/node_modules/stripe/esm/resources/Issuing/Cardholders.d.ts +746 -0
  1177. package/node_modules/stripe/esm/resources/Issuing/Cardholders.js +31 -0
  1178. package/node_modules/stripe/esm/resources/Issuing/Cardholders.js.map +1 -0
  1179. package/node_modules/stripe/esm/resources/Issuing/Cards.d.ts +792 -0
  1180. package/node_modules/stripe/esm/resources/Issuing/Cards.js +31 -0
  1181. package/node_modules/stripe/esm/resources/Issuing/Cards.js.map +1 -0
  1182. package/node_modules/stripe/esm/resources/Issuing/Disputes.d.ts +860 -0
  1183. package/node_modules/stripe/esm/resources/Issuing/Disputes.js +37 -0
  1184. package/node_modules/stripe/esm/resources/Issuing/Disputes.js.map +1 -0
  1185. package/node_modules/stripe/esm/resources/Issuing/PersonalizationDesigns.d.ts +289 -0
  1186. package/node_modules/stripe/esm/resources/Issuing/PersonalizationDesigns.js +31 -0
  1187. package/node_modules/stripe/esm/resources/Issuing/PersonalizationDesigns.js.map +1 -0
  1188. package/node_modules/stripe/esm/resources/Issuing/PhysicalBundles.d.ts +91 -0
  1189. package/node_modules/stripe/esm/resources/Issuing/PhysicalBundles.js +19 -0
  1190. package/node_modules/stripe/esm/resources/Issuing/PhysicalBundles.js.map +1 -0
  1191. package/node_modules/stripe/esm/resources/Issuing/Tokens.d.ts +248 -0
  1192. package/node_modules/stripe/esm/resources/Issuing/Tokens.js +25 -0
  1193. package/node_modules/stripe/esm/resources/Issuing/Tokens.js.map +1 -0
  1194. package/node_modules/stripe/esm/resources/Issuing/Transactions.d.ts +449 -0
  1195. package/node_modules/stripe/esm/resources/Issuing/Transactions.js +281 -0
  1196. package/node_modules/stripe/esm/resources/Issuing/Transactions.js.map +1 -0
  1197. package/node_modules/stripe/esm/resources/Issuing/index.d.ts +69 -0
  1198. package/node_modules/stripe/esm/resources/Issuing/index.js +23 -0
  1199. package/node_modules/stripe/esm/resources/Issuing/index.js.map +1 -0
  1200. package/node_modules/stripe/esm/resources/LineItems.d.ts +102 -0
  1201. package/node_modules/stripe/esm/resources/LineItems.js +3 -0
  1202. package/node_modules/stripe/esm/resources/LineItems.js.map +1 -0
  1203. package/node_modules/stripe/esm/resources/LoginLinks.d.ts +14 -0
  1204. package/node_modules/stripe/esm/resources/LoginLinks.js +3 -0
  1205. package/node_modules/stripe/esm/resources/LoginLinks.js.map +1 -0
  1206. package/node_modules/stripe/esm/resources/Mandates.d.ts +322 -0
  1207. package/node_modules/stripe/esm/resources/Mandates.js +11 -0
  1208. package/node_modules/stripe/esm/resources/Mandates.js.map +1 -0
  1209. package/node_modules/stripe/esm/resources/OAuth.d.ts +279 -0
  1210. package/node_modules/stripe/esm/resources/OAuth.js +43 -0
  1211. package/node_modules/stripe/esm/resources/OAuth.js.map +1 -0
  1212. package/node_modules/stripe/esm/resources/PaymentAttemptRecords.d.ts +1838 -0
  1213. package/node_modules/stripe/esm/resources/PaymentAttemptRecords.js +19 -0
  1214. package/node_modules/stripe/esm/resources/PaymentAttemptRecords.js.map +1 -0
  1215. package/node_modules/stripe/esm/resources/PaymentIntentAmountDetailsLineItems.d.ts +93 -0
  1216. package/node_modules/stripe/esm/resources/PaymentIntentAmountDetailsLineItems.js +3 -0
  1217. package/node_modules/stripe/esm/resources/PaymentIntentAmountDetailsLineItems.js.map +1 -0
  1218. package/node_modules/stripe/esm/resources/PaymentIntents.d.ts +11591 -0
  1219. package/node_modules/stripe/esm/resources/PaymentIntents.js +167 -0
  1220. package/node_modules/stripe/esm/resources/PaymentIntents.js.map +1 -0
  1221. package/node_modules/stripe/esm/resources/PaymentLinks.d.ts +2148 -0
  1222. package/node_modules/stripe/esm/resources/PaymentLinks.js +432 -0
  1223. package/node_modules/stripe/esm/resources/PaymentLinks.js.map +1 -0
  1224. package/node_modules/stripe/esm/resources/PaymentMethodConfigurations.d.ts +4253 -0
  1225. package/node_modules/stripe/esm/resources/PaymentMethodConfigurations.js +31 -0
  1226. package/node_modules/stripe/esm/resources/PaymentMethodConfigurations.js.map +1 -0
  1227. package/node_modules/stripe/esm/resources/PaymentMethodDomains.d.ts +246 -0
  1228. package/node_modules/stripe/esm/resources/PaymentMethodDomains.js +42 -0
  1229. package/node_modules/stripe/esm/resources/PaymentMethodDomains.js.map +1 -0
  1230. package/node_modules/stripe/esm/resources/PaymentMethods.d.ts +1959 -0
  1231. package/node_modules/stripe/esm/resources/PaymentMethods.js +57 -0
  1232. package/node_modules/stripe/esm/resources/PaymentMethods.js.map +1 -0
  1233. package/node_modules/stripe/esm/resources/PaymentRecords.d.ts +2308 -0
  1234. package/node_modules/stripe/esm/resources/PaymentRecords.js +60 -0
  1235. package/node_modules/stripe/esm/resources/PaymentRecords.js.map +1 -0
  1236. package/node_modules/stripe/esm/resources/Payouts.d.ts +262 -0
  1237. package/node_modules/stripe/esm/resources/Payouts.js +49 -0
  1238. package/node_modules/stripe/esm/resources/Payouts.js.map +1 -0
  1239. package/node_modules/stripe/esm/resources/Persons.d.ts +474 -0
  1240. package/node_modules/stripe/esm/resources/Persons.js +3 -0
  1241. package/node_modules/stripe/esm/resources/Persons.js.map +1 -0
  1242. package/node_modules/stripe/esm/resources/Plans.d.ts +363 -0
  1243. package/node_modules/stripe/esm/resources/Plans.js +155 -0
  1244. package/node_modules/stripe/esm/resources/Plans.js.map +1 -0
  1245. package/node_modules/stripe/esm/resources/Prices.d.ts +721 -0
  1246. package/node_modules/stripe/esm/resources/Prices.js +361 -0
  1247. package/node_modules/stripe/esm/resources/Prices.js.map +1 -0
  1248. package/node_modules/stripe/esm/resources/ProductFeatures.d.ts +38 -0
  1249. package/node_modules/stripe/esm/resources/ProductFeatures.js +3 -0
  1250. package/node_modules/stripe/esm/resources/ProductFeatures.js.map +1 -0
  1251. package/node_modules/stripe/esm/resources/Products.d.ts +575 -0
  1252. package/node_modules/stripe/esm/resources/Products.js +105 -0
  1253. package/node_modules/stripe/esm/resources/Products.js.map +1 -0
  1254. package/node_modules/stripe/esm/resources/PromotionCodes.d.ts +271 -0
  1255. package/node_modules/stripe/esm/resources/PromotionCodes.js +31 -0
  1256. package/node_modules/stripe/esm/resources/PromotionCodes.js.map +1 -0
  1257. package/node_modules/stripe/esm/resources/Quotes.d.ts +1202 -0
  1258. package/node_modules/stripe/esm/resources/Quotes.js +872 -0
  1259. package/node_modules/stripe/esm/resources/Quotes.js.map +1 -0
  1260. package/node_modules/stripe/esm/resources/Radar/EarlyFraudWarnings.d.ts +79 -0
  1261. package/node_modules/stripe/esm/resources/Radar/EarlyFraudWarnings.js +21 -0
  1262. package/node_modules/stripe/esm/resources/Radar/EarlyFraudWarnings.js.map +1 -0
  1263. package/node_modules/stripe/esm/resources/Radar/PaymentEvaluations.d.ts +579 -0
  1264. package/node_modules/stripe/esm/resources/Radar/PaymentEvaluations.js +11 -0
  1265. package/node_modules/stripe/esm/resources/Radar/PaymentEvaluations.js.map +1 -0
  1266. package/node_modules/stripe/esm/resources/Radar/ValueListItems.d.ts +117 -0
  1267. package/node_modules/stripe/esm/resources/Radar/ValueListItems.js +31 -0
  1268. package/node_modules/stripe/esm/resources/Radar/ValueListItems.js.map +1 -0
  1269. package/node_modules/stripe/esm/resources/Radar/ValueLists.d.ts +168 -0
  1270. package/node_modules/stripe/esm/resources/Radar/ValueLists.js +37 -0
  1271. package/node_modules/stripe/esm/resources/Radar/ValueLists.js.map +1 -0
  1272. package/node_modules/stripe/esm/resources/Radar/index.d.ts +37 -0
  1273. package/node_modules/stripe/esm/resources/Radar/index.js +15 -0
  1274. package/node_modules/stripe/esm/resources/Radar/index.js.map +1 -0
  1275. package/node_modules/stripe/esm/resources/Refunds.d.ts +505 -0
  1276. package/node_modules/stripe/esm/resources/Refunds.js +51 -0
  1277. package/node_modules/stripe/esm/resources/Refunds.js.map +1 -0
  1278. package/node_modules/stripe/esm/resources/Reporting/ReportRuns.d.ts +174 -0
  1279. package/node_modules/stripe/esm/resources/Reporting/ReportRuns.js +25 -0
  1280. package/node_modules/stripe/esm/resources/Reporting/ReportRuns.js.map +1 -0
  1281. package/node_modules/stripe/esm/resources/Reporting/ReportTypes.d.ts +66 -0
  1282. package/node_modules/stripe/esm/resources/Reporting/ReportTypes.js +19 -0
  1283. package/node_modules/stripe/esm/resources/Reporting/ReportTypes.js.map +1 -0
  1284. package/node_modules/stripe/esm/resources/Reporting/index.d.ts +20 -0
  1285. package/node_modules/stripe/esm/resources/Reporting/index.js +11 -0
  1286. package/node_modules/stripe/esm/resources/Reporting/index.js.map +1 -0
  1287. package/node_modules/stripe/esm/resources/Reserve/Holds.d.ts +91 -0
  1288. package/node_modules/stripe/esm/resources/Reserve/Holds.js +3 -0
  1289. package/node_modules/stripe/esm/resources/Reserve/Holds.js.map +1 -0
  1290. package/node_modules/stripe/esm/resources/Reserve/Plans.d.ts +74 -0
  1291. package/node_modules/stripe/esm/resources/Reserve/Plans.js +3 -0
  1292. package/node_modules/stripe/esm/resources/Reserve/Plans.js.map +1 -0
  1293. package/node_modules/stripe/esm/resources/Reserve/Releases.d.ts +77 -0
  1294. package/node_modules/stripe/esm/resources/Reserve/Releases.js +3 -0
  1295. package/node_modules/stripe/esm/resources/Reserve/Releases.js.map +1 -0
  1296. package/node_modules/stripe/esm/resources/Reserve/index.d.ts +13 -0
  1297. package/node_modules/stripe/esm/resources/Reserve/index.js +4 -0
  1298. package/node_modules/stripe/esm/resources/Reserve/index.js.map +1 -0
  1299. package/node_modules/stripe/esm/resources/ReserveTransactions.d.ts +19 -0
  1300. package/node_modules/stripe/esm/resources/ReserveTransactions.js +3 -0
  1301. package/node_modules/stripe/esm/resources/ReserveTransactions.js.map +1 -0
  1302. package/node_modules/stripe/esm/resources/Reviews.d.ts +143 -0
  1303. package/node_modules/stripe/esm/resources/Reviews.js +25 -0
  1304. package/node_modules/stripe/esm/resources/Reviews.js.map +1 -0
  1305. package/node_modules/stripe/esm/resources/SetupAttempts.d.ts +552 -0
  1306. package/node_modules/stripe/esm/resources/SetupAttempts.js +13 -0
  1307. package/node_modules/stripe/esm/resources/SetupAttempts.js.map +1 -0
  1308. package/node_modules/stripe/esm/resources/SetupIntents.d.ts +4572 -0
  1309. package/node_modules/stripe/esm/resources/SetupIntents.js +71 -0
  1310. package/node_modules/stripe/esm/resources/SetupIntents.js.map +1 -0
  1311. package/node_modules/stripe/esm/resources/ShippingRates.d.ts +319 -0
  1312. package/node_modules/stripe/esm/resources/ShippingRates.js +31 -0
  1313. package/node_modules/stripe/esm/resources/ShippingRates.js.map +1 -0
  1314. package/node_modules/stripe/esm/resources/Sigma/ScheduledQueryRuns.d.ts +81 -0
  1315. package/node_modules/stripe/esm/resources/Sigma/ScheduledQueryRuns.js +19 -0
  1316. package/node_modules/stripe/esm/resources/Sigma/ScheduledQueryRuns.js.map +1 -0
  1317. package/node_modules/stripe/esm/resources/Sigma/index.d.ts +13 -0
  1318. package/node_modules/stripe/esm/resources/Sigma/index.js +9 -0
  1319. package/node_modules/stripe/esm/resources/Sigma/index.js.map +1 -0
  1320. package/node_modules/stripe/esm/resources/SourceMandateNotifications.d.ts +79 -0
  1321. package/node_modules/stripe/esm/resources/SourceMandateNotifications.js +3 -0
  1322. package/node_modules/stripe/esm/resources/SourceMandateNotifications.js.map +1 -0
  1323. package/node_modules/stripe/esm/resources/SourceTransactions.d.ts +140 -0
  1324. package/node_modules/stripe/esm/resources/SourceTransactions.js +3 -0
  1325. package/node_modules/stripe/esm/resources/SourceTransactions.js.map +1 -0
  1326. package/node_modules/stripe/esm/resources/Sources.d.ts +918 -0
  1327. package/node_modules/stripe/esm/resources/Sources.js +39 -0
  1328. package/node_modules/stripe/esm/resources/Sources.js.map +1 -0
  1329. package/node_modules/stripe/esm/resources/SubscriptionItems.d.ts +403 -0
  1330. package/node_modules/stripe/esm/resources/SubscriptionItems.js +398 -0
  1331. package/node_modules/stripe/esm/resources/SubscriptionItems.js.map +1 -0
  1332. package/node_modules/stripe/esm/resources/SubscriptionSchedules.d.ts +1790 -0
  1333. package/node_modules/stripe/esm/resources/SubscriptionSchedules.js +127 -0
  1334. package/node_modules/stripe/esm/resources/SubscriptionSchedules.js.map +1 -0
  1335. package/node_modules/stripe/esm/resources/Subscriptions.d.ts +2785 -0
  1336. package/node_modules/stripe/esm/resources/Subscriptions.js +944 -0
  1337. package/node_modules/stripe/esm/resources/Subscriptions.js.map +1 -0
  1338. package/node_modules/stripe/esm/resources/Tax/Associations.d.ts +73 -0
  1339. package/node_modules/stripe/esm/resources/Tax/Associations.js +11 -0
  1340. package/node_modules/stripe/esm/resources/Tax/Associations.js.map +1 -0
  1341. package/node_modules/stripe/esm/resources/Tax/CalculationLineItems.d.ts +119 -0
  1342. package/node_modules/stripe/esm/resources/Tax/CalculationLineItems.js +3 -0
  1343. package/node_modules/stripe/esm/resources/Tax/CalculationLineItems.js.map +1 -0
  1344. package/node_modules/stripe/esm/resources/Tax/Calculations.d.ts +485 -0
  1345. package/node_modules/stripe/esm/resources/Tax/Calculations.js +25 -0
  1346. package/node_modules/stripe/esm/resources/Tax/Calculations.js.map +1 -0
  1347. package/node_modules/stripe/esm/resources/Tax/Registrations.d.ts +3298 -0
  1348. package/node_modules/stripe/esm/resources/Tax/Registrations.js +33 -0
  1349. package/node_modules/stripe/esm/resources/Tax/Registrations.js.map +1 -0
  1350. package/node_modules/stripe/esm/resources/Tax/Settings.d.ts +116 -0
  1351. package/node_modules/stripe/esm/resources/Tax/Settings.js +17 -0
  1352. package/node_modules/stripe/esm/resources/Tax/Settings.js.map +1 -0
  1353. package/node_modules/stripe/esm/resources/Tax/TransactionLineItems.d.ts +65 -0
  1354. package/node_modules/stripe/esm/resources/Tax/TransactionLineItems.js +3 -0
  1355. package/node_modules/stripe/esm/resources/Tax/TransactionLineItems.js.map +1 -0
  1356. package/node_modules/stripe/esm/resources/Tax/Transactions.d.ts +345 -0
  1357. package/node_modules/stripe/esm/resources/Tax/Transactions.js +31 -0
  1358. package/node_modules/stripe/esm/resources/Tax/Transactions.js.map +1 -0
  1359. package/node_modules/stripe/esm/resources/Tax/index.d.ts +47 -0
  1360. package/node_modules/stripe/esm/resources/Tax/index.js +17 -0
  1361. package/node_modules/stripe/esm/resources/Tax/index.js.map +1 -0
  1362. package/node_modules/stripe/esm/resources/TaxCodes.d.ts +43 -0
  1363. package/node_modules/stripe/esm/resources/TaxCodes.js +19 -0
  1364. package/node_modules/stripe/esm/resources/TaxCodes.js.map +1 -0
  1365. package/node_modules/stripe/esm/resources/TaxDeductedAtSources.d.ts +22 -0
  1366. package/node_modules/stripe/esm/resources/TaxDeductedAtSources.js +3 -0
  1367. package/node_modules/stripe/esm/resources/TaxDeductedAtSources.js.map +1 -0
  1368. package/node_modules/stripe/esm/resources/TaxIds.d.ts +216 -0
  1369. package/node_modules/stripe/esm/resources/TaxIds.js +31 -0
  1370. package/node_modules/stripe/esm/resources/TaxIds.js.map +1 -0
  1371. package/node_modules/stripe/esm/resources/TaxRates.d.ts +226 -0
  1372. package/node_modules/stripe/esm/resources/TaxRates.js +31 -0
  1373. package/node_modules/stripe/esm/resources/TaxRates.js.map +1 -0
  1374. package/node_modules/stripe/esm/resources/Terminal/Configurations.d.ts +1761 -0
  1375. package/node_modules/stripe/esm/resources/Terminal/Configurations.js +37 -0
  1376. package/node_modules/stripe/esm/resources/Terminal/Configurations.js.map +1 -0
  1377. package/node_modules/stripe/esm/resources/Terminal/ConnectionTokens.d.ts +34 -0
  1378. package/node_modules/stripe/esm/resources/Terminal/ConnectionTokens.js +11 -0
  1379. package/node_modules/stripe/esm/resources/Terminal/ConnectionTokens.js.map +1 -0
  1380. package/node_modules/stripe/esm/resources/Terminal/Locations.d.ts +283 -0
  1381. package/node_modules/stripe/esm/resources/Terminal/Locations.js +38 -0
  1382. package/node_modules/stripe/esm/resources/Terminal/Locations.js.map +1 -0
  1383. package/node_modules/stripe/esm/resources/Terminal/OnboardingLinks.d.ts +87 -0
  1384. package/node_modules/stripe/esm/resources/Terminal/OnboardingLinks.js +11 -0
  1385. package/node_modules/stripe/esm/resources/Terminal/OnboardingLinks.js.map +1 -0
  1386. package/node_modules/stripe/esm/resources/Terminal/Readers.d.ts +1151 -0
  1387. package/node_modules/stripe/esm/resources/Terminal/Readers.js +85 -0
  1388. package/node_modules/stripe/esm/resources/Terminal/Readers.js.map +1 -0
  1389. package/node_modules/stripe/esm/resources/Terminal/index.d.ts +55 -0
  1390. package/node_modules/stripe/esm/resources/Terminal/index.js +17 -0
  1391. package/node_modules/stripe/esm/resources/Terminal/index.js.map +1 -0
  1392. package/node_modules/stripe/esm/resources/TestHelpers/ConfirmationTokens.d.ts +669 -0
  1393. package/node_modules/stripe/esm/resources/TestHelpers/ConfirmationTokens.js +11 -0
  1394. package/node_modules/stripe/esm/resources/TestHelpers/ConfirmationTokens.js.map +1 -0
  1395. package/node_modules/stripe/esm/resources/TestHelpers/Customers.d.ts +29 -0
  1396. package/node_modules/stripe/esm/resources/TestHelpers/Customers.js +11 -0
  1397. package/node_modules/stripe/esm/resources/TestHelpers/Customers.js.map +1 -0
  1398. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Authorizations.d.ts +806 -0
  1399. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Authorizations.js +1315 -0
  1400. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Authorizations.js.map +1 -0
  1401. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Cards.d.ts +75 -0
  1402. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Cards.js +35 -0
  1403. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Cards.js.map +1 -0
  1404. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/PersonalizationDesigns.d.ts +67 -0
  1405. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/PersonalizationDesigns.js +23 -0
  1406. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/PersonalizationDesigns.js.map +1 -0
  1407. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Transactions.d.ts +582 -0
  1408. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Transactions.js +378 -0
  1409. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Transactions.js.map +1 -0
  1410. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/index.d.ts +14 -0
  1411. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/index.js +15 -0
  1412. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/index.js.map +1 -0
  1413. package/node_modules/stripe/esm/resources/TestHelpers/Refunds.d.ts +17 -0
  1414. package/node_modules/stripe/esm/resources/TestHelpers/Refunds.js +11 -0
  1415. package/node_modules/stripe/esm/resources/TestHelpers/Refunds.js.map +1 -0
  1416. package/node_modules/stripe/esm/resources/TestHelpers/Terminal/Readers.d.ts +107 -0
  1417. package/node_modules/stripe/esm/resources/TestHelpers/Terminal/Readers.js +23 -0
  1418. package/node_modules/stripe/esm/resources/TestHelpers/Terminal/Readers.js.map +1 -0
  1419. package/node_modules/stripe/esm/resources/TestHelpers/Terminal/index.d.ts +8 -0
  1420. package/node_modules/stripe/esm/resources/TestHelpers/Terminal/index.js +9 -0
  1421. package/node_modules/stripe/esm/resources/TestHelpers/Terminal/index.js.map +1 -0
  1422. package/node_modules/stripe/esm/resources/TestHelpers/TestClocks.d.ts +144 -0
  1423. package/node_modules/stripe/esm/resources/TestHelpers/TestClocks.js +37 -0
  1424. package/node_modules/stripe/esm/resources/TestHelpers/TestClocks.js.map +1 -0
  1425. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/InboundTransfers.d.ts +62 -0
  1426. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/InboundTransfers.js +23 -0
  1427. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/InboundTransfers.js.map +1 -0
  1428. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/OutboundPayments.d.ts +119 -0
  1429. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/OutboundPayments.js +29 -0
  1430. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/OutboundPayments.js.map +1 -0
  1431. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/OutboundTransfers.d.ts +119 -0
  1432. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/OutboundTransfers.js +29 -0
  1433. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/OutboundTransfers.js.map +1 -0
  1434. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +72 -0
  1435. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/ReceivedCredits.js +11 -0
  1436. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/ReceivedCredits.js.map +1 -0
  1437. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +71 -0
  1438. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/ReceivedDebits.js +11 -0
  1439. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/ReceivedDebits.js.map +1 -0
  1440. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/index.d.ts +16 -0
  1441. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/index.js +17 -0
  1442. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/index.js.map +1 -0
  1443. package/node_modules/stripe/esm/resources/TestHelpers/index.d.ts +32 -0
  1444. package/node_modules/stripe/esm/resources/TestHelpers/index.js +21 -0
  1445. package/node_modules/stripe/esm/resources/TestHelpers/index.js.map +1 -0
  1446. package/node_modules/stripe/esm/resources/Tokens.d.ts +874 -0
  1447. package/node_modules/stripe/esm/resources/Tokens.js +18 -0
  1448. package/node_modules/stripe/esm/resources/Tokens.js.map +1 -0
  1449. package/node_modules/stripe/esm/resources/Topups.d.ts +195 -0
  1450. package/node_modules/stripe/esm/resources/Topups.js +37 -0
  1451. package/node_modules/stripe/esm/resources/Topups.js.map +1 -0
  1452. package/node_modules/stripe/esm/resources/TransferReversals.d.ts +46 -0
  1453. package/node_modules/stripe/esm/resources/TransferReversals.js +3 -0
  1454. package/node_modules/stripe/esm/resources/TransferReversals.js.map +1 -0
  1455. package/node_modules/stripe/esm/resources/Transfers.d.ts +242 -0
  1456. package/node_modules/stripe/esm/resources/Transfers.js +65 -0
  1457. package/node_modules/stripe/esm/resources/Transfers.js.map +1 -0
  1458. package/node_modules/stripe/esm/resources/Treasury/CreditReversals.d.ts +130 -0
  1459. package/node_modules/stripe/esm/resources/Treasury/CreditReversals.js +25 -0
  1460. package/node_modules/stripe/esm/resources/Treasury/CreditReversals.js.map +1 -0
  1461. package/node_modules/stripe/esm/resources/Treasury/DebitReversals.d.ts +145 -0
  1462. package/node_modules/stripe/esm/resources/Treasury/DebitReversals.js +25 -0
  1463. package/node_modules/stripe/esm/resources/Treasury/DebitReversals.js.map +1 -0
  1464. package/node_modules/stripe/esm/resources/Treasury/FinancialAccountFeatures.d.ts +400 -0
  1465. package/node_modules/stripe/esm/resources/Treasury/FinancialAccountFeatures.js +3 -0
  1466. package/node_modules/stripe/esm/resources/Treasury/FinancialAccountFeatures.js.map +1 -0
  1467. package/node_modules/stripe/esm/resources/Treasury/FinancialAccounts.d.ts +754 -0
  1468. package/node_modules/stripe/esm/resources/Treasury/FinancialAccounts.js +49 -0
  1469. package/node_modules/stripe/esm/resources/Treasury/FinancialAccounts.js.map +1 -0
  1470. package/node_modules/stripe/esm/resources/Treasury/InboundTransfers.d.ts +261 -0
  1471. package/node_modules/stripe/esm/resources/Treasury/InboundTransfers.js +31 -0
  1472. package/node_modules/stripe/esm/resources/Treasury/InboundTransfers.js.map +1 -0
  1473. package/node_modules/stripe/esm/resources/Treasury/OutboundPayments.d.ts +450 -0
  1474. package/node_modules/stripe/esm/resources/Treasury/OutboundPayments.js +31 -0
  1475. package/node_modules/stripe/esm/resources/Treasury/OutboundPayments.js.map +1 -0
  1476. package/node_modules/stripe/esm/resources/Treasury/OutboundTransfers.d.ts +344 -0
  1477. package/node_modules/stripe/esm/resources/Treasury/OutboundTransfers.js +31 -0
  1478. package/node_modules/stripe/esm/resources/Treasury/OutboundTransfers.js.map +1 -0
  1479. package/node_modules/stripe/esm/resources/Treasury/ReceivedCredits.d.ts +259 -0
  1480. package/node_modules/stripe/esm/resources/Treasury/ReceivedCredits.js +19 -0
  1481. package/node_modules/stripe/esm/resources/Treasury/ReceivedCredits.js.map +1 -0
  1482. package/node_modules/stripe/esm/resources/Treasury/ReceivedDebits.d.ts +200 -0
  1483. package/node_modules/stripe/esm/resources/Treasury/ReceivedDebits.js +19 -0
  1484. package/node_modules/stripe/esm/resources/Treasury/ReceivedDebits.js.map +1 -0
  1485. package/node_modules/stripe/esm/resources/Treasury/TransactionEntries.d.ts +185 -0
  1486. package/node_modules/stripe/esm/resources/Treasury/TransactionEntries.js +398 -0
  1487. package/node_modules/stripe/esm/resources/Treasury/TransactionEntries.js.map +1 -0
  1488. package/node_modules/stripe/esm/resources/Treasury/Transactions.d.ts +210 -0
  1489. package/node_modules/stripe/esm/resources/Treasury/Transactions.js +450 -0
  1490. package/node_modules/stripe/esm/resources/Treasury/Transactions.js.map +1 -0
  1491. package/node_modules/stripe/esm/resources/Treasury/index.d.ts +83 -0
  1492. package/node_modules/stripe/esm/resources/Treasury/index.js +27 -0
  1493. package/node_modules/stripe/esm/resources/Treasury/index.js.map +1 -0
  1494. package/node_modules/stripe/esm/resources/V2/Billing/MeterEventAdjustments.d.ts +77 -0
  1495. package/node_modules/stripe/esm/resources/V2/Billing/MeterEventAdjustments.js +11 -0
  1496. package/node_modules/stripe/esm/resources/V2/Billing/MeterEventAdjustments.js.map +1 -0
  1497. package/node_modules/stripe/esm/resources/V2/Billing/MeterEventSession.d.ts +41 -0
  1498. package/node_modules/stripe/esm/resources/V2/Billing/MeterEventSession.js +11 -0
  1499. package/node_modules/stripe/esm/resources/V2/Billing/MeterEventSession.js.map +1 -0
  1500. package/node_modules/stripe/esm/resources/V2/Billing/MeterEventStream.d.ts +48 -0
  1501. package/node_modules/stripe/esm/resources/V2/Billing/MeterEventStream.js +14 -0
  1502. package/node_modules/stripe/esm/resources/V2/Billing/MeterEventStream.js.map +1 -0
  1503. package/node_modules/stripe/esm/resources/V2/Billing/MeterEvents.d.ts +75 -0
  1504. package/node_modules/stripe/esm/resources/V2/Billing/MeterEvents.js +11 -0
  1505. package/node_modules/stripe/esm/resources/V2/Billing/MeterEvents.js.map +1 -0
  1506. package/node_modules/stripe/esm/resources/V2/Billing/index.d.ts +24 -0
  1507. package/node_modules/stripe/esm/resources/V2/Billing/index.js +15 -0
  1508. package/node_modules/stripe/esm/resources/V2/Billing/index.js.map +1 -0
  1509. package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalog/Imports.d.ts +99 -0
  1510. package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalog/Imports.js +152 -0
  1511. package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalog/Imports.js.map +1 -0
  1512. package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalog/index.d.ts +8 -0
  1513. package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalog/index.js +9 -0
  1514. package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalog/index.js.map +1 -0
  1515. package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalogImports.d.ts +184 -0
  1516. package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalogImports.js +3 -0
  1517. package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalogImports.js.map +1 -0
  1518. package/node_modules/stripe/esm/resources/V2/Commerce/index.d.ts +13 -0
  1519. package/node_modules/stripe/esm/resources/V2/Commerce/index.js +9 -0
  1520. package/node_modules/stripe/esm/resources/V2/Commerce/index.js.map +1 -0
  1521. package/node_modules/stripe/esm/resources/V2/Core/AccountLinks.d.ts +231 -0
  1522. package/node_modules/stripe/esm/resources/V2/Core/AccountLinks.js +12 -0
  1523. package/node_modules/stripe/esm/resources/V2/Core/AccountLinks.js.map +1 -0
  1524. package/node_modules/stripe/esm/resources/V2/Core/AccountPersonTokens.d.ts +26 -0
  1525. package/node_modules/stripe/esm/resources/V2/Core/AccountPersonTokens.js +3 -0
  1526. package/node_modules/stripe/esm/resources/V2/Core/AccountPersonTokens.js.map +1 -0
  1527. package/node_modules/stripe/esm/resources/V2/Core/AccountPersons.d.ts +469 -0
  1528. package/node_modules/stripe/esm/resources/V2/Core/AccountPersons.js +3 -0
  1529. package/node_modules/stripe/esm/resources/V2/Core/AccountPersons.js.map +1 -0
  1530. package/node_modules/stripe/esm/resources/V2/Core/AccountTokens.d.ts +806 -0
  1531. package/node_modules/stripe/esm/resources/V2/Core/AccountTokens.js +43 -0
  1532. package/node_modules/stripe/esm/resources/V2/Core/AccountTokens.js.map +1 -0
  1533. package/node_modules/stripe/esm/resources/V2/Core/Accounts/PersonTokens.d.ts +379 -0
  1534. package/node_modules/stripe/esm/resources/V2/Core/Accounts/PersonTokens.js +30 -0
  1535. package/node_modules/stripe/esm/resources/V2/Core/Accounts/PersonTokens.js.map +1 -0
  1536. package/node_modules/stripe/esm/resources/V2/Core/Accounts/Persons.d.ts +884 -0
  1537. package/node_modules/stripe/esm/resources/V2/Core/Accounts/Persons.js +107 -0
  1538. package/node_modules/stripe/esm/resources/V2/Core/Accounts/Persons.js.map +1 -0
  1539. package/node_modules/stripe/esm/resources/V2/Core/Accounts.d.ts +7070 -0
  1540. package/node_modules/stripe/esm/resources/V2/Core/Accounts.js +195 -0
  1541. package/node_modules/stripe/esm/resources/V2/Core/Accounts.js.map +1 -0
  1542. package/node_modules/stripe/esm/resources/V2/Core/EventDestinations.d.ts +370 -0
  1543. package/node_modules/stripe/esm/resources/V2/Core/EventDestinations.js +55 -0
  1544. package/node_modules/stripe/esm/resources/V2/Core/EventDestinations.js.map +1 -0
  1545. package/node_modules/stripe/esm/resources/V2/Core/Events.d.ts +704 -0
  1546. package/node_modules/stripe/esm/resources/V2/Core/Events.js +55 -0
  1547. package/node_modules/stripe/esm/resources/V2/Core/Events.js.map +1 -0
  1548. package/node_modules/stripe/esm/resources/V2/Core/index.d.ts +51 -0
  1549. package/node_modules/stripe/esm/resources/V2/Core/index.js +17 -0
  1550. package/node_modules/stripe/esm/resources/V2/Core/index.js.map +1 -0
  1551. package/node_modules/stripe/esm/resources/V2/DeletedObject.d.ts +10 -0
  1552. package/node_modules/stripe/esm/resources/V2/DeletedObject.js +3 -0
  1553. package/node_modules/stripe/esm/resources/V2/DeletedObject.js.map +1 -0
  1554. package/node_modules/stripe/esm/resources/V2/V2Amounts.d.ts +4 -0
  1555. package/node_modules/stripe/esm/resources/V2/V2Amounts.js +2 -0
  1556. package/node_modules/stripe/esm/resources/V2/V2Amounts.js.map +1 -0
  1557. package/node_modules/stripe/esm/resources/V2/index.d.ts +19 -0
  1558. package/node_modules/stripe/esm/resources/V2/index.js +13 -0
  1559. package/node_modules/stripe/esm/resources/V2/index.js.map +1 -0
  1560. package/node_modules/stripe/esm/resources/WebhookEndpoints.d.ts +170 -0
  1561. package/node_modules/stripe/esm/resources/WebhookEndpoints.js +37 -0
  1562. package/node_modules/stripe/esm/resources/WebhookEndpoints.js.map +1 -0
  1563. package/node_modules/stripe/esm/resources.d.ts +76 -0
  1564. package/node_modules/stripe/esm/resources.js +271 -0
  1565. package/node_modules/stripe/esm/resources.js.map +1 -0
  1566. package/node_modules/stripe/esm/shared.d.ts +152 -0
  1567. package/node_modules/stripe/esm/shared.js +2 -0
  1568. package/node_modules/stripe/esm/shared.js.map +1 -0
  1569. package/node_modules/stripe/esm/stripe.core.d.ts +497 -0
  1570. package/node_modules/stripe/esm/stripe.core.js +625 -0
  1571. package/node_modules/stripe/esm/stripe.core.js.map +1 -0
  1572. package/node_modules/stripe/esm/stripe.esm.node.d.ts +497 -0
  1573. package/node_modules/stripe/esm/stripe.esm.node.js +622 -0
  1574. package/node_modules/stripe/esm/stripe.esm.node.js.map +1 -0
  1575. package/node_modules/stripe/esm/stripe.esm.worker.d.ts +4 -0
  1576. package/node_modules/stripe/esm/stripe.esm.worker.js +8 -0
  1577. package/node_modules/stripe/esm/stripe.esm.worker.js.map +1 -0
  1578. package/node_modules/stripe/esm/utils.d.ts +77 -0
  1579. package/node_modules/stripe/esm/utils.js +379 -0
  1580. package/node_modules/stripe/esm/utils.js.map +1 -0
  1581. package/node_modules/stripe/package.json +102 -0
  1582. package/package.json +2 -1
@@ -0,0 +1,746 @@
1
+ import { StripeResource } from '../../StripeResource.js';
2
+ import { File } from './../Files.js';
3
+ import { MetadataParam, Address, Emptyable, PaginationParams, RangeQueryParam, Metadata } from '../../shared.js';
4
+ import { RequestOptions, ApiListPromise, Response } from '../../lib.js';
5
+ export declare class CardholderResource extends StripeResource {
6
+ /**
7
+ * Returns a list of Issuing Cardholder objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.
8
+ */
9
+ list(params?: Issuing.CardholderListParams, options?: RequestOptions): ApiListPromise<Cardholder>;
10
+ /**
11
+ * Creates a new Issuing Cardholder object that can be issued cards.
12
+ */
13
+ create(params: Issuing.CardholderCreateParams, options?: RequestOptions): Promise<Response<Cardholder>>;
14
+ /**
15
+ * Retrieves an Issuing Cardholder object.
16
+ */
17
+ retrieve(id: string, params?: Issuing.CardholderRetrieveParams, options?: RequestOptions): Promise<Response<Cardholder>>;
18
+ /**
19
+ * Updates the specified Issuing Cardholder object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
20
+ */
21
+ update(id: string, params?: Issuing.CardholderUpdateParams, options?: RequestOptions): Promise<Response<Cardholder>>;
22
+ }
23
+ export interface Cardholder {
24
+ /**
25
+ * Unique identifier for the object.
26
+ */
27
+ id: string;
28
+ /**
29
+ * String representing the object's type. Objects of the same type share the same value.
30
+ */
31
+ object: 'issuing.cardholder';
32
+ billing: Cardholder.Billing;
33
+ /**
34
+ * Additional information about a `company` cardholder.
35
+ */
36
+ company: Cardholder.Company | null;
37
+ /**
38
+ * Time at which the object was created. Measured in seconds since the Unix epoch.
39
+ */
40
+ created: number;
41
+ /**
42
+ * The cardholder's email address.
43
+ */
44
+ email: string | null;
45
+ /**
46
+ * Additional information about an `individual` cardholder.
47
+ */
48
+ individual: Cardholder.Individual | null;
49
+ /**
50
+ * If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
51
+ */
52
+ livemode: boolean;
53
+ /**
54
+ * 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.
55
+ */
56
+ metadata: Metadata;
57
+ /**
58
+ * The cardholder's name. This will be printed on cards issued to them.
59
+ */
60
+ name: string;
61
+ /**
62
+ * The cardholder's phone number. This is required for all cardholders who will be creating EU cards. See the [3D Secure documentation](https://docs.stripe.com/issuing/3d-secure#when-is-3d-secure-applied) for more details.
63
+ */
64
+ phone_number: string | null;
65
+ /**
66
+ * The cardholder's preferred locales (languages), ordered by preference. Locales can be `da`, `de`, `en`, `es`, `fr`, `it`, `pl`, or `sv`.
67
+ * This changes the language of the [3D Secure flow](https://docs.stripe.com/issuing/3d-secure) and one-time password messages sent to the cardholder.
68
+ */
69
+ preferred_locales: Array<Cardholder.PreferredLocale> | null;
70
+ requirements: Cardholder.Requirements;
71
+ /**
72
+ * Rules that control spending across this cardholder's cards. Refer to our [documentation](https://docs.stripe.com/issuing/controls/spending-controls) for more details.
73
+ */
74
+ spending_controls: Cardholder.SpendingControls | null;
75
+ /**
76
+ * Specifies whether to permit authorizations on this cardholder's cards.
77
+ */
78
+ status: Cardholder.Status;
79
+ /**
80
+ * One of `individual` or `company`. See [Choose a cardholder type](https://docs.stripe.com/issuing/other/choose-cardholder) for more details.
81
+ */
82
+ type: Cardholder.Type;
83
+ }
84
+ export declare namespace Cardholder {
85
+ interface Billing {
86
+ address: Address;
87
+ }
88
+ interface Company {
89
+ /**
90
+ * Whether the company's business ID number was provided.
91
+ */
92
+ tax_id_provided: boolean;
93
+ }
94
+ interface Individual {
95
+ /**
96
+ * Information related to the card_issuing program for this cardholder.
97
+ */
98
+ card_issuing?: Individual.CardIssuing | null;
99
+ /**
100
+ * The date of birth of this cardholder.
101
+ */
102
+ dob: Individual.Dob | null;
103
+ /**
104
+ * The first name of this cardholder. Required before activating Cards. This field cannot contain any numbers, special characters (except periods, commas, hyphens, spaces and apostrophes) or non-latin letters.
105
+ */
106
+ first_name: string | null;
107
+ /**
108
+ * The last name of this cardholder. Required before activating Cards. This field cannot contain any numbers, special characters (except periods, commas, hyphens, spaces and apostrophes) or non-latin letters.
109
+ */
110
+ last_name: string | null;
111
+ /**
112
+ * Government-issued ID document for this cardholder.
113
+ */
114
+ verification: Individual.Verification | null;
115
+ }
116
+ type PreferredLocale = 'de' | 'en' | 'es' | 'fr' | 'it';
117
+ interface Requirements {
118
+ /**
119
+ * If `disabled_reason` is present, all cards will decline authorizations with `cardholder_verification_required` reason.
120
+ */
121
+ disabled_reason: Requirements.DisabledReason | null;
122
+ /**
123
+ * Array of fields that need to be collected in order to verify and re-enable the cardholder.
124
+ */
125
+ past_due: Array<Requirements.PastDue> | null;
126
+ }
127
+ interface SpendingControls {
128
+ /**
129
+ * 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.
130
+ */
131
+ allowed_card_presences: Array<SpendingControls.AllowedCardPresence> | null;
132
+ /**
133
+ * 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`.
134
+ */
135
+ allowed_categories: Array<SpendingControls.AllowedCategory> | null;
136
+ /**
137
+ * 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.
138
+ */
139
+ allowed_merchant_countries: Array<string> | null;
140
+ /**
141
+ * 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.
142
+ */
143
+ blocked_card_presences: Array<SpendingControls.BlockedCardPresence> | null;
144
+ /**
145
+ * 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`.
146
+ */
147
+ blocked_categories: Array<SpendingControls.BlockedCategory> | null;
148
+ /**
149
+ * 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.
150
+ */
151
+ blocked_merchant_countries: Array<string> | null;
152
+ /**
153
+ * Limit spending with amount-based rules that apply across this cardholder's cards.
154
+ */
155
+ spending_limits: Array<SpendingControls.SpendingLimit> | null;
156
+ /**
157
+ * Currency of the amounts within `spending_limits`.
158
+ */
159
+ spending_limits_currency: string | null;
160
+ }
161
+ type Status = 'active' | 'blocked' | 'inactive';
162
+ type Type = 'company' | 'individual';
163
+ namespace Individual {
164
+ interface CardIssuing {
165
+ /**
166
+ * Information about cardholder acceptance of Celtic [Authorized User Terms](https://stripe.com/docs/issuing/cards#accept-authorized-user-terms). Required for cards backed by a Celtic program.
167
+ */
168
+ user_terms_acceptance: CardIssuing.UserTermsAcceptance | null;
169
+ }
170
+ interface Dob {
171
+ /**
172
+ * The day of birth, between 1 and 31.
173
+ */
174
+ day: number | null;
175
+ /**
176
+ * The month of birth, between 1 and 12.
177
+ */
178
+ month: number | null;
179
+ /**
180
+ * The four-digit year of birth.
181
+ */
182
+ year: number | null;
183
+ }
184
+ interface Verification {
185
+ /**
186
+ * An identifying document, either a passport or local ID card.
187
+ */
188
+ document: Verification.Document | null;
189
+ }
190
+ namespace CardIssuing {
191
+ interface UserTermsAcceptance {
192
+ /**
193
+ * The Unix timestamp marking when the cardholder accepted the Authorized User Terms.
194
+ */
195
+ date: number | null;
196
+ /**
197
+ * The IP address from which the cardholder accepted the Authorized User Terms.
198
+ */
199
+ ip: string | null;
200
+ /**
201
+ * The user agent of the browser from which the cardholder accepted the Authorized User Terms.
202
+ */
203
+ user_agent: string | null;
204
+ }
205
+ }
206
+ namespace Verification {
207
+ interface Document {
208
+ /**
209
+ * The back of a document returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `identity_document`.
210
+ */
211
+ back: string | File | null;
212
+ /**
213
+ * The front of a document returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `identity_document`.
214
+ */
215
+ front: string | File | null;
216
+ }
217
+ }
218
+ }
219
+ namespace Requirements {
220
+ type DisabledReason = 'listed' | 'rejected.listed' | 'requirements.past_due' | 'under_review';
221
+ type PastDue = 'company.tax_id' | 'individual.card_issuing.user_terms_acceptance.date' | 'individual.card_issuing.user_terms_acceptance.ip' | 'individual.dob.day' | 'individual.dob.month' | 'individual.dob.year' | 'individual.first_name' | 'individual.last_name' | 'individual.verification.document';
222
+ }
223
+ namespace SpendingControls {
224
+ type AllowedCardPresence = 'not_present' | 'present';
225
+ 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';
226
+ type BlockedCardPresence = 'not_present' | 'present';
227
+ 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';
228
+ interface SpendingLimit {
229
+ /**
230
+ * 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).
231
+ */
232
+ amount: number;
233
+ /**
234
+ * 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.
235
+ */
236
+ categories: Array<SpendingLimit.Category> | null;
237
+ /**
238
+ * Interval (or event) to which the amount applies.
239
+ */
240
+ interval: SpendingLimit.Interval;
241
+ }
242
+ namespace SpendingLimit {
243
+ 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';
244
+ type Interval = 'all_time' | 'daily' | 'monthly' | 'per_authorization' | 'weekly' | 'yearly';
245
+ }
246
+ }
247
+ }
248
+ export declare namespace Issuing {
249
+ interface CardholderCreateParams {
250
+ /**
251
+ * The cardholder's billing address.
252
+ */
253
+ billing: CardholderCreateParams.Billing;
254
+ /**
255
+ * The cardholder's name. This will be printed on cards issued to them. The maximum length of this field is 24 characters. This field cannot contain any special characters or numbers.
256
+ */
257
+ name: string;
258
+ /**
259
+ * Additional information about a `company` cardholder.
260
+ */
261
+ company?: CardholderCreateParams.Company;
262
+ /**
263
+ * The cardholder's email address.
264
+ */
265
+ email?: string;
266
+ /**
267
+ * Specifies which fields in the response should be expanded.
268
+ */
269
+ expand?: Array<string>;
270
+ /**
271
+ * Additional information about an `individual` cardholder.
272
+ */
273
+ individual?: CardholderCreateParams.Individual;
274
+ /**
275
+ * 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`.
276
+ */
277
+ metadata?: MetadataParam;
278
+ /**
279
+ * The cardholder's phone number. This will be transformed to [E.164](https://en.wikipedia.org/wiki/E.164) if it is not provided in that format already. This is required for all cardholders who will be creating EU cards. See the [3D Secure documentation](https://docs.stripe.com/issuing/3d-secure#when-is-3d-secure-applied) for more details.
280
+ */
281
+ phone_number?: string;
282
+ /**
283
+ * The cardholder's preferred locales (languages), ordered by preference. Locales can be `da`, `de`, `en`, `es`, `fr`, `it`, `pl`, or `sv`.
284
+ * This changes the language of the [3D Secure flow](https://docs.stripe.com/issuing/3d-secure) and one-time password messages sent to the cardholder.
285
+ */
286
+ preferred_locales?: Array<CardholderCreateParams.PreferredLocale>;
287
+ /**
288
+ * Rules that control spending across this cardholder's cards. Refer to our [documentation](https://docs.stripe.com/issuing/controls/spending-controls) for more details.
289
+ */
290
+ spending_controls?: CardholderCreateParams.SpendingControls;
291
+ /**
292
+ * Specifies whether to permit authorizations on this cardholder's cards. Defaults to `active`.
293
+ */
294
+ status?: CardholderCreateParams.Status;
295
+ /**
296
+ * One of `individual` or `company`. See [Choose a cardholder type](https://docs.stripe.com/issuing/other/choose-cardholder) for more details.
297
+ */
298
+ type?: CardholderCreateParams.Type;
299
+ }
300
+ namespace CardholderCreateParams {
301
+ interface Billing {
302
+ /**
303
+ * The cardholder's billing address.
304
+ */
305
+ address: Billing.Address;
306
+ }
307
+ interface Company {
308
+ /**
309
+ * The entity's business ID number.
310
+ */
311
+ tax_id?: string;
312
+ }
313
+ interface Individual {
314
+ /**
315
+ * Information related to the card_issuing program for this cardholder.
316
+ */
317
+ card_issuing?: Individual.CardIssuing;
318
+ /**
319
+ * The date of birth of this cardholder. Cardholders must be older than 13 years old.
320
+ */
321
+ dob?: Individual.Dob;
322
+ /**
323
+ * The first name of this cardholder. Required before activating Cards. This field cannot contain any numbers, special characters (except periods, commas, hyphens, spaces and apostrophes) or non-latin letters.
324
+ */
325
+ first_name?: string;
326
+ /**
327
+ * The last name of this cardholder. Required before activating Cards. This field cannot contain any numbers, special characters (except periods, commas, hyphens, spaces and apostrophes) or non-latin letters.
328
+ */
329
+ last_name?: string;
330
+ /**
331
+ * Government-issued ID document for this cardholder.
332
+ */
333
+ verification?: Individual.Verification;
334
+ }
335
+ type PreferredLocale = 'de' | 'en' | 'es' | 'fr' | 'it';
336
+ interface SpendingControls {
337
+ /**
338
+ * 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.
339
+ */
340
+ allowed_card_presences?: Array<SpendingControls.AllowedCardPresence>;
341
+ /**
342
+ * 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`.
343
+ */
344
+ allowed_categories?: Array<SpendingControls.AllowedCategory>;
345
+ /**
346
+ * 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.
347
+ */
348
+ allowed_merchant_countries?: Array<string>;
349
+ /**
350
+ * 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.
351
+ */
352
+ blocked_card_presences?: Array<SpendingControls.BlockedCardPresence>;
353
+ /**
354
+ * 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`.
355
+ */
356
+ blocked_categories?: Array<SpendingControls.BlockedCategory>;
357
+ /**
358
+ * 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.
359
+ */
360
+ blocked_merchant_countries?: Array<string>;
361
+ /**
362
+ * Limit spending with amount-based rules that apply across this cardholder's cards.
363
+ */
364
+ spending_limits?: Array<SpendingControls.SpendingLimit>;
365
+ /**
366
+ * Currency of amounts within `spending_limits`. Defaults to your merchant country's currency.
367
+ */
368
+ spending_limits_currency?: string;
369
+ }
370
+ type Status = 'active' | 'inactive';
371
+ type Type = 'company' | 'individual';
372
+ namespace Billing {
373
+ interface Address {
374
+ /**
375
+ * City, district, suburb, town, or village.
376
+ */
377
+ city: string;
378
+ /**
379
+ * Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
380
+ */
381
+ country: string;
382
+ /**
383
+ * Address line 1, such as the street, PO Box, or company name.
384
+ */
385
+ line1: string;
386
+ /**
387
+ * Address line 2, such as the apartment, suite, unit, or building.
388
+ */
389
+ line2?: string;
390
+ /**
391
+ * ZIP or postal code.
392
+ */
393
+ postal_code: string;
394
+ /**
395
+ * State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
396
+ */
397
+ state?: string;
398
+ }
399
+ }
400
+ namespace Individual {
401
+ interface CardIssuing {
402
+ /**
403
+ * Information about cardholder acceptance of Celtic [Authorized User Terms](https://stripe.com/docs/issuing/cards#accept-authorized-user-terms). Required for cards backed by a Celtic program.
404
+ */
405
+ user_terms_acceptance?: CardIssuing.UserTermsAcceptance;
406
+ }
407
+ interface Dob {
408
+ /**
409
+ * The day of birth, between 1 and 31.
410
+ */
411
+ day: number;
412
+ /**
413
+ * The month of birth, between 1 and 12.
414
+ */
415
+ month: number;
416
+ /**
417
+ * The four-digit year of birth.
418
+ */
419
+ year: number;
420
+ }
421
+ interface Verification {
422
+ /**
423
+ * An identifying document, either a passport or local ID card.
424
+ */
425
+ document?: Verification.Document;
426
+ }
427
+ namespace CardIssuing {
428
+ interface UserTermsAcceptance {
429
+ /**
430
+ * The Unix timestamp marking when the cardholder accepted the Authorized User Terms.
431
+ */
432
+ date?: number;
433
+ /**
434
+ * The IP address from which the cardholder accepted the Authorized User Terms.
435
+ */
436
+ ip?: string;
437
+ /**
438
+ * The user agent of the browser from which the cardholder accepted the Authorized User Terms.
439
+ */
440
+ user_agent?: Emptyable<string>;
441
+ }
442
+ }
443
+ namespace Verification {
444
+ interface Document {
445
+ /**
446
+ * The back of an ID returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `identity_document`.
447
+ */
448
+ back?: string;
449
+ /**
450
+ * The front of an ID returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `identity_document`.
451
+ */
452
+ front?: string;
453
+ }
454
+ }
455
+ }
456
+ namespace SpendingControls {
457
+ type AllowedCardPresence = 'not_present' | 'present';
458
+ 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';
459
+ type BlockedCardPresence = 'not_present' | 'present';
460
+ 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';
461
+ interface SpendingLimit {
462
+ /**
463
+ * Maximum amount allowed to spend per interval.
464
+ */
465
+ amount: number;
466
+ /**
467
+ * 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.
468
+ */
469
+ categories?: Array<SpendingLimit.Category>;
470
+ /**
471
+ * Interval (or event) to which the amount applies.
472
+ */
473
+ interval: SpendingLimit.Interval;
474
+ }
475
+ namespace SpendingLimit {
476
+ 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';
477
+ type Interval = 'all_time' | 'daily' | 'monthly' | 'per_authorization' | 'weekly' | 'yearly';
478
+ }
479
+ }
480
+ }
481
+ }
482
+ export declare namespace Issuing {
483
+ interface CardholderRetrieveParams {
484
+ /**
485
+ * Specifies which fields in the response should be expanded.
486
+ */
487
+ expand?: Array<string>;
488
+ }
489
+ }
490
+ export declare namespace Issuing {
491
+ interface CardholderUpdateParams {
492
+ /**
493
+ * The cardholder's billing address.
494
+ */
495
+ billing?: CardholderUpdateParams.Billing;
496
+ /**
497
+ * Additional information about a `company` cardholder.
498
+ */
499
+ company?: CardholderUpdateParams.Company;
500
+ /**
501
+ * The cardholder's email address.
502
+ */
503
+ email?: string;
504
+ /**
505
+ * Specifies which fields in the response should be expanded.
506
+ */
507
+ expand?: Array<string>;
508
+ /**
509
+ * Additional information about an `individual` cardholder.
510
+ */
511
+ individual?: CardholderUpdateParams.Individual;
512
+ /**
513
+ * Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
514
+ */
515
+ metadata?: MetadataParam;
516
+ /**
517
+ * The cardholder's phone number. This is required for all cardholders who will be creating EU cards. See the [3D Secure documentation](https://docs.stripe.com/issuing/3d-secure) for more details.
518
+ */
519
+ phone_number?: string;
520
+ /**
521
+ * The cardholder's preferred locales (languages), ordered by preference. Locales can be `da`, `de`, `en`, `es`, `fr`, `it`, `pl`, or `sv`.
522
+ * This changes the language of the [3D Secure flow](https://docs.stripe.com/issuing/3d-secure) and one-time password messages sent to the cardholder.
523
+ */
524
+ preferred_locales?: Array<CardholderUpdateParams.PreferredLocale>;
525
+ /**
526
+ * Rules that control spending across this cardholder's cards. Refer to our [documentation](https://docs.stripe.com/issuing/controls/spending-controls) for more details.
527
+ */
528
+ spending_controls?: CardholderUpdateParams.SpendingControls;
529
+ /**
530
+ * Specifies whether to permit authorizations on this cardholder's cards.
531
+ */
532
+ status?: CardholderUpdateParams.Status;
533
+ }
534
+ namespace CardholderUpdateParams {
535
+ interface Billing {
536
+ /**
537
+ * The cardholder's billing address.
538
+ */
539
+ address: Billing.Address;
540
+ }
541
+ interface Company {
542
+ /**
543
+ * The entity's business ID number.
544
+ */
545
+ tax_id?: string;
546
+ }
547
+ interface Individual {
548
+ /**
549
+ * Information related to the card_issuing program for this cardholder.
550
+ */
551
+ card_issuing?: Individual.CardIssuing;
552
+ /**
553
+ * The date of birth of this cardholder. Cardholders must be older than 13 years old.
554
+ */
555
+ dob?: Individual.Dob;
556
+ /**
557
+ * The first name of this cardholder. Required before activating Cards. This field cannot contain any numbers, special characters (except periods, commas, hyphens, spaces and apostrophes) or non-latin letters.
558
+ */
559
+ first_name?: string;
560
+ /**
561
+ * The last name of this cardholder. Required before activating Cards. This field cannot contain any numbers, special characters (except periods, commas, hyphens, spaces and apostrophes) or non-latin letters.
562
+ */
563
+ last_name?: string;
564
+ /**
565
+ * Government-issued ID document for this cardholder.
566
+ */
567
+ verification?: Individual.Verification;
568
+ }
569
+ type PreferredLocale = 'de' | 'en' | 'es' | 'fr' | 'it';
570
+ interface SpendingControls {
571
+ /**
572
+ * 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.
573
+ */
574
+ allowed_card_presences?: Array<SpendingControls.AllowedCardPresence>;
575
+ /**
576
+ * 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`.
577
+ */
578
+ allowed_categories?: Array<SpendingControls.AllowedCategory>;
579
+ /**
580
+ * 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.
581
+ */
582
+ allowed_merchant_countries?: Array<string>;
583
+ /**
584
+ * 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.
585
+ */
586
+ blocked_card_presences?: Array<SpendingControls.BlockedCardPresence>;
587
+ /**
588
+ * 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`.
589
+ */
590
+ blocked_categories?: Array<SpendingControls.BlockedCategory>;
591
+ /**
592
+ * 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.
593
+ */
594
+ blocked_merchant_countries?: Array<string>;
595
+ /**
596
+ * Limit spending with amount-based rules that apply across this cardholder's cards.
597
+ */
598
+ spending_limits?: Array<SpendingControls.SpendingLimit>;
599
+ /**
600
+ * Currency of amounts within `spending_limits`. Defaults to your merchant country's currency.
601
+ */
602
+ spending_limits_currency?: string;
603
+ }
604
+ type Status = 'active' | 'inactive';
605
+ namespace Billing {
606
+ interface Address {
607
+ /**
608
+ * City, district, suburb, town, or village.
609
+ */
610
+ city: string;
611
+ /**
612
+ * Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
613
+ */
614
+ country: string;
615
+ /**
616
+ * Address line 1, such as the street, PO Box, or company name.
617
+ */
618
+ line1: string;
619
+ /**
620
+ * Address line 2, such as the apartment, suite, unit, or building.
621
+ */
622
+ line2?: string;
623
+ /**
624
+ * ZIP or postal code.
625
+ */
626
+ postal_code: string;
627
+ /**
628
+ * State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
629
+ */
630
+ state?: string;
631
+ }
632
+ }
633
+ namespace Individual {
634
+ interface CardIssuing {
635
+ /**
636
+ * Information about cardholder acceptance of Celtic [Authorized User Terms](https://stripe.com/docs/issuing/cards#accept-authorized-user-terms). Required for cards backed by a Celtic program.
637
+ */
638
+ user_terms_acceptance?: CardIssuing.UserTermsAcceptance;
639
+ }
640
+ interface Dob {
641
+ /**
642
+ * The day of birth, between 1 and 31.
643
+ */
644
+ day: number;
645
+ /**
646
+ * The month of birth, between 1 and 12.
647
+ */
648
+ month: number;
649
+ /**
650
+ * The four-digit year of birth.
651
+ */
652
+ year: number;
653
+ }
654
+ interface Verification {
655
+ /**
656
+ * An identifying document, either a passport or local ID card.
657
+ */
658
+ document?: Verification.Document;
659
+ }
660
+ namespace CardIssuing {
661
+ interface UserTermsAcceptance {
662
+ /**
663
+ * The Unix timestamp marking when the cardholder accepted the Authorized User Terms.
664
+ */
665
+ date?: number;
666
+ /**
667
+ * The IP address from which the cardholder accepted the Authorized User Terms.
668
+ */
669
+ ip?: string;
670
+ /**
671
+ * The user agent of the browser from which the cardholder accepted the Authorized User Terms.
672
+ */
673
+ user_agent?: Emptyable<string>;
674
+ }
675
+ }
676
+ namespace Verification {
677
+ interface Document {
678
+ /**
679
+ * The back of an ID returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `identity_document`.
680
+ */
681
+ back?: string;
682
+ /**
683
+ * The front of an ID returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `identity_document`.
684
+ */
685
+ front?: string;
686
+ }
687
+ }
688
+ }
689
+ namespace SpendingControls {
690
+ type AllowedCardPresence = 'not_present' | 'present';
691
+ 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';
692
+ type BlockedCardPresence = 'not_present' | 'present';
693
+ 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';
694
+ interface SpendingLimit {
695
+ /**
696
+ * Maximum amount allowed to spend per interval.
697
+ */
698
+ amount: number;
699
+ /**
700
+ * 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.
701
+ */
702
+ categories?: Array<SpendingLimit.Category>;
703
+ /**
704
+ * Interval (or event) to which the amount applies.
705
+ */
706
+ interval: SpendingLimit.Interval;
707
+ }
708
+ namespace SpendingLimit {
709
+ 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';
710
+ type Interval = 'all_time' | 'daily' | 'monthly' | 'per_authorization' | 'weekly' | 'yearly';
711
+ }
712
+ }
713
+ }
714
+ }
715
+ export declare namespace Issuing {
716
+ interface CardholderListParams extends PaginationParams {
717
+ /**
718
+ * Only return cardholders that were created during the given date interval.
719
+ */
720
+ created?: RangeQueryParam | number;
721
+ /**
722
+ * Only return cardholders that have the given email address.
723
+ */
724
+ email?: string;
725
+ /**
726
+ * Specifies which fields in the response should be expanded.
727
+ */
728
+ expand?: Array<string>;
729
+ /**
730
+ * Only return cardholders that have the given phone number.
731
+ */
732
+ phone_number?: string;
733
+ /**
734
+ * Only return cardholders that have the given status. One of `active`, `inactive`, or `blocked`.
735
+ */
736
+ status?: CardholderListParams.Status;
737
+ /**
738
+ * Only return cardholders that have the given type. One of `individual` or `company`.
739
+ */
740
+ type?: CardholderListParams.Type;
741
+ }
742
+ namespace CardholderListParams {
743
+ type Status = 'active' | 'blocked' | 'inactive';
744
+ type Type = 'company' | 'individual';
745
+ }
746
+ }