@noodleseed/one 0.54.0 → 0.56.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1578) hide show
  1. package/dist/commands/billing-enforcement-activation-ops.js +3 -0
  2. package/dist/commands/billing-enforcement-activation-ops.js.map +1 -1
  3. package/dist/commands/billing-read-ops.d.ts.map +1 -1
  4. package/dist/commands/billing-read-ops.js +10 -2
  5. package/dist/commands/billing-read-ops.js.map +1 -1
  6. package/dist/commands/billing-stripe-ops.d.ts +2 -0
  7. package/dist/commands/billing-stripe-ops.d.ts.map +1 -0
  8. package/dist/commands/billing-stripe-ops.js +155 -0
  9. package/dist/commands/billing-stripe-ops.js.map +1 -0
  10. package/dist/commands/catalog-data-resources.d.ts.map +1 -1
  11. package/dist/commands/catalog-data-resources.js +6 -4
  12. package/dist/commands/catalog-data-resources.js.map +1 -1
  13. package/node_modules/@noodle-borg/service/dist/billing/enforcement-release-config.d.ts +1 -1
  14. package/node_modules/@noodle-borg/service/dist/billing/enforcement-release-config.d.ts.map +1 -1
  15. package/node_modules/@noodle-borg/service/dist/billing/enforcement-release-config.js +2 -5
  16. package/node_modules/@noodle-borg/service/dist/billing/enforcement-release-config.js.map +1 -1
  17. package/node_modules/@noodle-borg/service/dist/billing/integration.d.ts +2 -1
  18. package/node_modules/@noodle-borg/service/dist/billing/integration.d.ts.map +1 -1
  19. package/node_modules/@noodle-borg/service/dist/billing/integration.js +2 -2
  20. package/node_modules/@noodle-borg/service/dist/billing/integration.js.map +1 -1
  21. package/node_modules/@noodle-borg/service/dist/billing/model.d.ts +8 -1
  22. package/node_modules/@noodle-borg/service/dist/billing/model.d.ts.map +1 -1
  23. package/node_modules/@noodle-borg/service/dist/billing/model.js.map +1 -1
  24. package/node_modules/@noodle-borg/service/dist/billing/postgres-commercial-contract-cutover.d.ts +27 -0
  25. package/node_modules/@noodle-borg/service/dist/billing/postgres-commercial-contract-cutover.d.ts.map +1 -0
  26. package/node_modules/@noodle-borg/service/dist/billing/postgres-commercial-contract-cutover.js +284 -0
  27. package/node_modules/@noodle-borg/service/dist/billing/postgres-commercial-contract-cutover.js.map +1 -0
  28. package/node_modules/@noodle-borg/service/dist/billing/postgres-enforcement-activation-schema.d.ts.map +1 -1
  29. package/node_modules/@noodle-borg/service/dist/billing/postgres-enforcement-activation-schema.js +55 -0
  30. package/node_modules/@noodle-borg/service/dist/billing/postgres-enforcement-activation-schema.js.map +1 -1
  31. package/node_modules/@noodle-borg/service/dist/billing/postgres-enforcement-release-activation.d.ts +4 -7
  32. package/node_modules/@noodle-borg/service/dist/billing/postgres-enforcement-release-activation.d.ts.map +1 -1
  33. package/node_modules/@noodle-borg/service/dist/billing/postgres-enforcement-release-activation.js +34 -4
  34. package/node_modules/@noodle-borg/service/dist/billing/postgres-enforcement-release-activation.js.map +1 -1
  35. package/node_modules/@noodle-borg/service/dist/billing/postgres-records.d.ts.map +1 -1
  36. package/node_modules/@noodle-borg/service/dist/billing/postgres-records.js +20 -1
  37. package/node_modules/@noodle-borg/service/dist/billing/postgres-records.js.map +1 -1
  38. package/node_modules/@noodle-borg/service/dist/billing/postgres-schema.d.ts.map +1 -1
  39. package/node_modules/@noodle-borg/service/dist/billing/postgres-schema.js +2 -0
  40. package/node_modules/@noodle-borg/service/dist/billing/postgres-schema.js.map +1 -1
  41. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-events.d.ts +7 -0
  42. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-events.d.ts.map +1 -0
  43. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-events.js +99 -0
  44. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-events.js.map +1 -0
  45. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-records.d.ts +35 -0
  46. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-records.d.ts.map +1 -0
  47. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-records.js +50 -0
  48. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-records.js.map +1 -0
  49. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-schema.d.ts +4 -0
  50. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-schema.d.ts.map +1 -0
  51. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-schema.js +98 -0
  52. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-schema.js.map +1 -0
  53. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-store.d.ts +24 -0
  54. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-store.d.ts.map +1 -0
  55. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-store.js +322 -0
  56. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-store.js.map +1 -0
  57. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation-persistence.d.ts +2 -2
  58. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation-persistence.d.ts.map +1 -1
  59. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation-persistence.js +3 -3
  60. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation-persistence.js.map +1 -1
  61. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation.d.ts.map +1 -1
  62. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation.js +33 -14
  63. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation.js.map +1 -1
  64. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-schema.js +41 -2
  65. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-schema.js.map +1 -1
  66. package/node_modules/@noodle-borg/service/dist/billing/read-contract.d.ts +12 -0
  67. package/node_modules/@noodle-borg/service/dist/billing/read-contract.d.ts.map +1 -1
  68. package/node_modules/@noodle-borg/service/dist/billing/read-contract.js +5 -0
  69. package/node_modules/@noodle-borg/service/dist/billing/read-contract.js.map +1 -1
  70. package/node_modules/@noodle-borg/service/dist/billing/service-enforcement-release.d.ts.map +1 -1
  71. package/node_modules/@noodle-borg/service/dist/billing/service-enforcement-release.js +4 -1
  72. package/node_modules/@noodle-borg/service/dist/billing/service-enforcement-release.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/stripe/CHANGELOG.md +4818 -0
  155. package/node_modules/stripe/LICENSE +20 -0
  156. package/node_modules/stripe/OPENAPI_VERSION +1 -0
  157. package/node_modules/stripe/README.md +713 -0
  158. package/node_modules/stripe/VERSION +1 -0
  159. package/node_modules/stripe/cjs/Decimal.d.ts +532 -0
  160. package/node_modules/stripe/cjs/Decimal.js +855 -0
  161. package/node_modules/stripe/cjs/Decimal.js.map +1 -0
  162. package/node_modules/stripe/cjs/Error.d.ts +217 -0
  163. package/node_modules/stripe/cjs/Error.js +295 -0
  164. package/node_modules/stripe/cjs/Error.js.map +1 -0
  165. package/node_modules/stripe/cjs/RequestSender.d.ts +60 -0
  166. package/node_modules/stripe/cjs/RequestSender.js +476 -0
  167. package/node_modules/stripe/cjs/RequestSender.js.map +1 -0
  168. package/node_modules/stripe/cjs/ResourceNamespace.d.ts +6 -0
  169. package/node_modules/stripe/cjs/ResourceNamespace.js +22 -0
  170. package/node_modules/stripe/cjs/ResourceNamespace.js.map +1 -0
  171. package/node_modules/stripe/cjs/StripeContext.d.ts +32 -0
  172. package/node_modules/stripe/cjs/StripeContext.js +57 -0
  173. package/node_modules/stripe/cjs/StripeContext.js.map +1 -0
  174. package/node_modules/stripe/cjs/StripeEmitter.d.ts +23 -0
  175. package/node_modules/stripe/cjs/StripeEmitter.js +47 -0
  176. package/node_modules/stripe/cjs/StripeEmitter.js.map +1 -0
  177. package/node_modules/stripe/cjs/StripeResource.d.ts +18 -0
  178. package/node_modules/stripe/cjs/StripeResource.js +101 -0
  179. package/node_modules/stripe/cjs/StripeResource.js.map +1 -0
  180. package/node_modules/stripe/cjs/Types.d.ts +250 -0
  181. package/node_modules/stripe/cjs/Types.js +10 -0
  182. package/node_modules/stripe/cjs/Types.js.map +1 -0
  183. package/node_modules/stripe/cjs/V2Coercion.d.ts +17 -0
  184. package/node_modules/stripe/cjs/V2Coercion.js +110 -0
  185. package/node_modules/stripe/cjs/V2Coercion.js.map +1 -0
  186. package/node_modules/stripe/cjs/Webhooks.d.ts +37 -0
  187. package/node_modules/stripe/cjs/Webhooks.js +265 -0
  188. package/node_modules/stripe/cjs/Webhooks.js.map +1 -0
  189. package/node_modules/stripe/cjs/apiVersion.d.ts +2 -0
  190. package/node_modules/stripe/cjs/apiVersion.js +7 -0
  191. package/node_modules/stripe/cjs/apiVersion.js.map +1 -0
  192. package/node_modules/stripe/cjs/autoPagination.d.ts +25 -0
  193. package/node_modules/stripe/cjs/autoPagination.js +339 -0
  194. package/node_modules/stripe/cjs/autoPagination.js.map +1 -0
  195. package/node_modules/stripe/cjs/crypto/CryptoProvider.d.ts +44 -0
  196. package/node_modules/stripe/cjs/crypto/CryptoProvider.js +56 -0
  197. package/node_modules/stripe/cjs/crypto/CryptoProvider.js.map +1 -0
  198. package/node_modules/stripe/cjs/crypto/NodeCryptoProvider.d.ts +12 -0
  199. package/node_modules/stripe/cjs/crypto/NodeCryptoProvider.js +31 -0
  200. package/node_modules/stripe/cjs/crypto/NodeCryptoProvider.js.map +1 -0
  201. package/node_modules/stripe/cjs/crypto/SubtleCryptoProvider.d.ts +16 -0
  202. package/node_modules/stripe/cjs/crypto/SubtleCryptoProvider.js +52 -0
  203. package/node_modules/stripe/cjs/crypto/SubtleCryptoProvider.js.map +1 -0
  204. package/node_modules/stripe/cjs/lib.d.ts +318 -0
  205. package/node_modules/stripe/cjs/lib.js +3 -0
  206. package/node_modules/stripe/cjs/lib.js.map +1 -0
  207. package/node_modules/stripe/cjs/multipart.d.ts +5 -0
  208. package/node_modules/stripe/cjs/multipart.js +62 -0
  209. package/node_modules/stripe/cjs/multipart.js.map +1 -0
  210. package/node_modules/stripe/cjs/net/FetchHttpClient.d.ts +27 -0
  211. package/node_modules/stripe/cjs/net/FetchHttpClient.js +159 -0
  212. package/node_modules/stripe/cjs/net/FetchHttpClient.js.map +1 -0
  213. package/node_modules/stripe/cjs/net/HttpClient.d.ts +63 -0
  214. package/node_modules/stripe/cjs/net/HttpClient.js +54 -0
  215. package/node_modules/stripe/cjs/net/HttpClient.js.map +1 -0
  216. package/node_modules/stripe/cjs/net/NodeHttpClient.d.ts +24 -0
  217. package/node_modules/stripe/cjs/net/NodeHttpClient.js +112 -0
  218. package/node_modules/stripe/cjs/net/NodeHttpClient.js.map +1 -0
  219. package/node_modules/stripe/cjs/package.json +1 -0
  220. package/node_modules/stripe/cjs/platform/NodePlatformFunctions.d.ts +43 -0
  221. package/node_modules/stripe/cjs/platform/NodePlatformFunctions.js +172 -0
  222. package/node_modules/stripe/cjs/platform/NodePlatformFunctions.js.map +1 -0
  223. package/node_modules/stripe/cjs/platform/PlatformFunctions.d.ts +78 -0
  224. package/node_modules/stripe/cjs/platform/PlatformFunctions.js +123 -0
  225. package/node_modules/stripe/cjs/platform/PlatformFunctions.js.map +1 -0
  226. package/node_modules/stripe/cjs/platform/WebPlatformFunctions.d.ts +22 -0
  227. package/node_modules/stripe/cjs/platform/WebPlatformFunctions.js +39 -0
  228. package/node_modules/stripe/cjs/platform/WebPlatformFunctions.js.map +1 -0
  229. package/node_modules/stripe/cjs/resources/AccountLinks.d.ts +76 -0
  230. package/node_modules/stripe/cjs/resources/AccountLinks.js +15 -0
  231. package/node_modules/stripe/cjs/resources/AccountLinks.js.map +1 -0
  232. package/node_modules/stripe/cjs/resources/AccountSessions.d.ts +1075 -0
  233. package/node_modules/stripe/cjs/resources/AccountSessions.js +15 -0
  234. package/node_modules/stripe/cjs/resources/AccountSessions.js.map +1 -0
  235. package/node_modules/stripe/cjs/resources/Accounts.d.ts +5296 -0
  236. package/node_modules/stripe/cjs/resources/Accounts.js +182 -0
  237. package/node_modules/stripe/cjs/resources/Accounts.js.map +1 -0
  238. package/node_modules/stripe/cjs/resources/ApplePayDomains.d.ts +80 -0
  239. package/node_modules/stripe/cjs/resources/ApplePayDomains.js +35 -0
  240. package/node_modules/stripe/cjs/resources/ApplePayDomains.js.map +1 -0
  241. package/node_modules/stripe/cjs/resources/ApplicationFees.d.ts +181 -0
  242. package/node_modules/stripe/cjs/resources/ApplicationFees.js +59 -0
  243. package/node_modules/stripe/cjs/resources/ApplicationFees.js.map +1 -0
  244. package/node_modules/stripe/cjs/resources/Applications.d.ts +36 -0
  245. package/node_modules/stripe/cjs/resources/Applications.js +4 -0
  246. package/node_modules/stripe/cjs/resources/Applications.js.map +1 -0
  247. package/node_modules/stripe/cjs/resources/Apps/Secrets.d.ts +199 -0
  248. package/node_modules/stripe/cjs/resources/Apps/Secrets.js +35 -0
  249. package/node_modules/stripe/cjs/resources/Apps/Secrets.js.map +1 -0
  250. package/node_modules/stripe/cjs/resources/Apps/index.d.ts +15 -0
  251. package/node_modules/stripe/cjs/resources/Apps/index.js +13 -0
  252. package/node_modules/stripe/cjs/resources/Apps/index.js.map +1 -0
  253. package/node_modules/stripe/cjs/resources/Balance.d.ts +285 -0
  254. package/node_modules/stripe/cjs/resources/Balance.js +16 -0
  255. package/node_modules/stripe/cjs/resources/Balance.js.map +1 -0
  256. package/node_modules/stripe/cjs/resources/BalanceSettings.d.ts +250 -0
  257. package/node_modules/stripe/cjs/resources/BalanceSettings.js +23 -0
  258. package/node_modules/stripe/cjs/resources/BalanceSettings.js.map +1 -0
  259. package/node_modules/stripe/cjs/resources/BalanceTransactionSources.d.ts +15 -0
  260. package/node_modules/stripe/cjs/resources/BalanceTransactionSources.js +4 -0
  261. package/node_modules/stripe/cjs/resources/BalanceTransactionSources.js.map +1 -0
  262. package/node_modules/stripe/cjs/resources/BalanceTransactions.d.ts +142 -0
  263. package/node_modules/stripe/cjs/resources/BalanceTransactions.js +27 -0
  264. package/node_modules/stripe/cjs/resources/BalanceTransactions.js.map +1 -0
  265. package/node_modules/stripe/cjs/resources/BankAccounts.d.ts +182 -0
  266. package/node_modules/stripe/cjs/resources/BankAccounts.js +4 -0
  267. package/node_modules/stripe/cjs/resources/BankAccounts.js.map +1 -0
  268. package/node_modules/stripe/cjs/resources/Billing/AlertTriggereds.d.ts +27 -0
  269. package/node_modules/stripe/cjs/resources/Billing/AlertTriggereds.js +4 -0
  270. package/node_modules/stripe/cjs/resources/Billing/AlertTriggereds.js.map +1 -0
  271. package/node_modules/stripe/cjs/resources/Billing/Alerts.d.ts +191 -0
  272. package/node_modules/stripe/cjs/resources/Billing/Alerts.js +47 -0
  273. package/node_modules/stripe/cjs/resources/Billing/Alerts.js.map +1 -0
  274. package/node_modules/stripe/cjs/resources/Billing/CreditBalanceSummary.d.ts +140 -0
  275. package/node_modules/stripe/cjs/resources/Billing/CreditBalanceSummary.js +15 -0
  276. package/node_modules/stripe/cjs/resources/Billing/CreditBalanceSummary.js.map +1 -0
  277. package/node_modules/stripe/cjs/resources/Billing/CreditBalanceTransactions.d.ts +181 -0
  278. package/node_modules/stripe/cjs/resources/Billing/CreditBalanceTransactions.js +23 -0
  279. package/node_modules/stripe/cjs/resources/Billing/CreditBalanceTransactions.js.map +1 -0
  280. package/node_modules/stripe/cjs/resources/Billing/CreditGrants.d.ts +298 -0
  281. package/node_modules/stripe/cjs/resources/Billing/CreditGrants.js +47 -0
  282. package/node_modules/stripe/cjs/resources/Billing/CreditGrants.js.map +1 -0
  283. package/node_modules/stripe/cjs/resources/Billing/MeterEventAdjustments.d.ts +71 -0
  284. package/node_modules/stripe/cjs/resources/Billing/MeterEventAdjustments.js +15 -0
  285. package/node_modules/stripe/cjs/resources/Billing/MeterEventAdjustments.js.map +1 -0
  286. package/node_modules/stripe/cjs/resources/Billing/MeterEventSummaries.d.ts +30 -0
  287. package/node_modules/stripe/cjs/resources/Billing/MeterEventSummaries.js +4 -0
  288. package/node_modules/stripe/cjs/resources/Billing/MeterEventSummaries.js.map +1 -0
  289. package/node_modules/stripe/cjs/resources/Billing/MeterEvents.d.ts +66 -0
  290. package/node_modules/stripe/cjs/resources/Billing/MeterEvents.js +15 -0
  291. package/node_modules/stripe/cjs/resources/Billing/MeterEvents.js.map +1 -0
  292. package/node_modules/stripe/cjs/resources/Billing/Meters.d.ts +249 -0
  293. package/node_modules/stripe/cjs/resources/Billing/Meters.js +55 -0
  294. package/node_modules/stripe/cjs/resources/Billing/Meters.js.map +1 -0
  295. package/node_modules/stripe/cjs/resources/Billing/index.d.ts +65 -0
  296. package/node_modules/stripe/cjs/resources/Billing/index.js +25 -0
  297. package/node_modules/stripe/cjs/resources/Billing/index.js.map +1 -0
  298. package/node_modules/stripe/cjs/resources/BillingPortal/Configurations.d.ts +726 -0
  299. package/node_modules/stripe/cjs/resources/BillingPortal/Configurations.js +35 -0
  300. package/node_modules/stripe/cjs/resources/BillingPortal/Configurations.js.map +1 -0
  301. package/node_modules/stripe/cjs/resources/BillingPortal/Sessions.d.ts +358 -0
  302. package/node_modules/stripe/cjs/resources/BillingPortal/Sessions.js +15 -0
  303. package/node_modules/stripe/cjs/resources/BillingPortal/Sessions.js.map +1 -0
  304. package/node_modules/stripe/cjs/resources/BillingPortal/index.d.ts +20 -0
  305. package/node_modules/stripe/cjs/resources/BillingPortal/index.js +15 -0
  306. package/node_modules/stripe/cjs/resources/BillingPortal/index.js.map +1 -0
  307. package/node_modules/stripe/cjs/resources/Capabilities.d.ts +160 -0
  308. package/node_modules/stripe/cjs/resources/Capabilities.js +4 -0
  309. package/node_modules/stripe/cjs/resources/Capabilities.js.map +1 -0
  310. package/node_modules/stripe/cjs/resources/Cards.d.ts +170 -0
  311. package/node_modules/stripe/cjs/resources/Cards.js +4 -0
  312. package/node_modules/stripe/cjs/resources/Cards.js.map +1 -0
  313. package/node_modules/stripe/cjs/resources/CashBalances.d.ts +40 -0
  314. package/node_modules/stripe/cjs/resources/CashBalances.js +4 -0
  315. package/node_modules/stripe/cjs/resources/CashBalances.js.map +1 -0
  316. package/node_modules/stripe/cjs/resources/Charges.d.ts +2340 -0
  317. package/node_modules/stripe/cjs/resources/Charges.js +58 -0
  318. package/node_modules/stripe/cjs/resources/Charges.js.map +1 -0
  319. package/node_modules/stripe/cjs/resources/Checkout/Sessions.d.ts +5100 -0
  320. package/node_modules/stripe/cjs/resources/Checkout/Sessions.js +573 -0
  321. package/node_modules/stripe/cjs/resources/Checkout/Sessions.js.map +1 -0
  322. package/node_modules/stripe/cjs/resources/Checkout/index.d.ts +17 -0
  323. package/node_modules/stripe/cjs/resources/Checkout/index.js +13 -0
  324. package/node_modules/stripe/cjs/resources/Checkout/index.js.map +1 -0
  325. package/node_modules/stripe/cjs/resources/Climate/Orders.d.ts +263 -0
  326. package/node_modules/stripe/cjs/resources/Climate/Orders.js +82 -0
  327. package/node_modules/stripe/cjs/resources/Climate/Orders.js.map +1 -0
  328. package/node_modules/stripe/cjs/resources/Climate/Products.d.ts +88 -0
  329. package/node_modules/stripe/cjs/resources/Climate/Products.js +40 -0
  330. package/node_modules/stripe/cjs/resources/Climate/Products.js.map +1 -0
  331. package/node_modules/stripe/cjs/resources/Climate/Suppliers.d.ts +84 -0
  332. package/node_modules/stripe/cjs/resources/Climate/Suppliers.js +23 -0
  333. package/node_modules/stripe/cjs/resources/Climate/Suppliers.js.map +1 -0
  334. package/node_modules/stripe/cjs/resources/Climate/index.d.ts +28 -0
  335. package/node_modules/stripe/cjs/resources/Climate/index.js +17 -0
  336. package/node_modules/stripe/cjs/resources/Climate/index.js.map +1 -0
  337. package/node_modules/stripe/cjs/resources/ConfirmationTokens.d.ts +1233 -0
  338. package/node_modules/stripe/cjs/resources/ConfirmationTokens.js +15 -0
  339. package/node_modules/stripe/cjs/resources/ConfirmationTokens.js.map +1 -0
  340. package/node_modules/stripe/cjs/resources/ConnectCollectionTransfers.d.ts +27 -0
  341. package/node_modules/stripe/cjs/resources/ConnectCollectionTransfers.js +4 -0
  342. package/node_modules/stripe/cjs/resources/ConnectCollectionTransfers.js.map +1 -0
  343. package/node_modules/stripe/cjs/resources/CountrySpecs.d.ts +86 -0
  344. package/node_modules/stripe/cjs/resources/CountrySpecs.js +23 -0
  345. package/node_modules/stripe/cjs/resources/CountrySpecs.js.map +1 -0
  346. package/node_modules/stripe/cjs/resources/Coupons.d.ts +246 -0
  347. package/node_modules/stripe/cjs/resources/Coupons.js +43 -0
  348. package/node_modules/stripe/cjs/resources/Coupons.js.map +1 -0
  349. package/node_modules/stripe/cjs/resources/CreditNoteLineItems.d.ts +140 -0
  350. package/node_modules/stripe/cjs/resources/CreditNoteLineItems.js +4 -0
  351. package/node_modules/stripe/cjs/resources/CreditNoteLineItems.js.map +1 -0
  352. package/node_modules/stripe/cjs/resources/CreditNotes.d.ts +876 -0
  353. package/node_modules/stripe/cjs/resources/CreditNotes.js +292 -0
  354. package/node_modules/stripe/cjs/resources/CreditNotes.js.map +1 -0
  355. package/node_modules/stripe/cjs/resources/CustomerBalanceTransactions.d.ts +70 -0
  356. package/node_modules/stripe/cjs/resources/CustomerBalanceTransactions.js +4 -0
  357. package/node_modules/stripe/cjs/resources/CustomerBalanceTransactions.js.map +1 -0
  358. package/node_modules/stripe/cjs/resources/CustomerCashBalanceTransactions.d.ts +166 -0
  359. package/node_modules/stripe/cjs/resources/CustomerCashBalanceTransactions.js +4 -0
  360. package/node_modules/stripe/cjs/resources/CustomerCashBalanceTransactions.js.map +1 -0
  361. package/node_modules/stripe/cjs/resources/CustomerSessions.d.ts +403 -0
  362. package/node_modules/stripe/cjs/resources/CustomerSessions.js +15 -0
  363. package/node_modules/stripe/cjs/resources/CustomerSessions.js.map +1 -0
  364. package/node_modules/stripe/cjs/resources/CustomerSources.d.ts +6 -0
  365. package/node_modules/stripe/cjs/resources/CustomerSources.js +4 -0
  366. package/node_modules/stripe/cjs/resources/CustomerSources.js.map +1 -0
  367. package/node_modules/stripe/cjs/resources/Customers.d.ts +1115 -0
  368. package/node_modules/stripe/cjs/resources/Customers.js +668 -0
  369. package/node_modules/stripe/cjs/resources/Customers.js.map +1 -0
  370. package/node_modules/stripe/cjs/resources/Discounts.d.ts +133 -0
  371. package/node_modules/stripe/cjs/resources/Discounts.js +4 -0
  372. package/node_modules/stripe/cjs/resources/Discounts.js.map +1 -0
  373. package/node_modules/stripe/cjs/resources/Disputes.d.ts +709 -0
  374. package/node_modules/stripe/cjs/resources/Disputes.js +39 -0
  375. package/node_modules/stripe/cjs/resources/Disputes.js.map +1 -0
  376. package/node_modules/stripe/cjs/resources/Entitlements/ActiveEntitlementSummaries.d.ts +20 -0
  377. package/node_modules/stripe/cjs/resources/Entitlements/ActiveEntitlementSummaries.js +4 -0
  378. package/node_modules/stripe/cjs/resources/Entitlements/ActiveEntitlementSummaries.js.map +1 -0
  379. package/node_modules/stripe/cjs/resources/Entitlements/ActiveEntitlements.d.ts +56 -0
  380. package/node_modules/stripe/cjs/resources/Entitlements/ActiveEntitlements.js +23 -0
  381. package/node_modules/stripe/cjs/resources/Entitlements/ActiveEntitlements.js.map +1 -0
  382. package/node_modules/stripe/cjs/resources/Entitlements/Features.d.ts +115 -0
  383. package/node_modules/stripe/cjs/resources/Entitlements/Features.js +35 -0
  384. package/node_modules/stripe/cjs/resources/Entitlements/Features.js.map +1 -0
  385. package/node_modules/stripe/cjs/resources/Entitlements/index.d.ts +24 -0
  386. package/node_modules/stripe/cjs/resources/Entitlements/index.js +15 -0
  387. package/node_modules/stripe/cjs/resources/Entitlements/index.js.map +1 -0
  388. package/node_modules/stripe/cjs/resources/EphemeralKeys.d.ts +63 -0
  389. package/node_modules/stripe/cjs/resources/EphemeralKeys.js +24 -0
  390. package/node_modules/stripe/cjs/resources/EphemeralKeys.js.map +1 -0
  391. package/node_modules/stripe/cjs/resources/Events.d.ts +3554 -0
  392. package/node_modules/stripe/cjs/resources/Events.js +23 -0
  393. package/node_modules/stripe/cjs/resources/Events.js.map +1 -0
  394. package/node_modules/stripe/cjs/resources/ExchangeRates.d.ts +47 -0
  395. package/node_modules/stripe/cjs/resources/ExchangeRates.js +29 -0
  396. package/node_modules/stripe/cjs/resources/ExchangeRates.js.map +1 -0
  397. package/node_modules/stripe/cjs/resources/ExternalAccounts.d.ts +4 -0
  398. package/node_modules/stripe/cjs/resources/ExternalAccounts.js +4 -0
  399. package/node_modules/stripe/cjs/resources/ExternalAccounts.js.map +1 -0
  400. package/node_modules/stripe/cjs/resources/FeeRefunds.d.ts +37 -0
  401. package/node_modules/stripe/cjs/resources/FeeRefunds.js +4 -0
  402. package/node_modules/stripe/cjs/resources/FeeRefunds.js.map +1 -0
  403. package/node_modules/stripe/cjs/resources/FileLinks.d.ts +116 -0
  404. package/node_modules/stripe/cjs/resources/FileLinks.js +35 -0
  405. package/node_modules/stripe/cjs/resources/FileLinks.js.map +1 -0
  406. package/node_modules/stripe/cjs/resources/Files.d.ts +129 -0
  407. package/node_modules/stripe/cjs/resources/Files.js +41 -0
  408. package/node_modules/stripe/cjs/resources/Files.js.map +1 -0
  409. package/node_modules/stripe/cjs/resources/FinancialConnections/AccountOwners.d.ts +34 -0
  410. package/node_modules/stripe/cjs/resources/FinancialConnections/AccountOwners.js +4 -0
  411. package/node_modules/stripe/cjs/resources/FinancialConnections/AccountOwners.js.map +1 -0
  412. package/node_modules/stripe/cjs/resources/FinancialConnections/AccountOwnerships.d.ts +20 -0
  413. package/node_modules/stripe/cjs/resources/FinancialConnections/AccountOwnerships.js +4 -0
  414. package/node_modules/stripe/cjs/resources/FinancialConnections/AccountOwnerships.js.map +1 -0
  415. package/node_modules/stripe/cjs/resources/FinancialConnections/Accounts.d.ts +405 -0
  416. package/node_modules/stripe/cjs/resources/FinancialConnections/Accounts.js +55 -0
  417. package/node_modules/stripe/cjs/resources/FinancialConnections/Accounts.js.map +1 -0
  418. package/node_modules/stripe/cjs/resources/FinancialConnections/Sessions.d.ts +164 -0
  419. package/node_modules/stripe/cjs/resources/FinancialConnections/Sessions.js +21 -0
  420. package/node_modules/stripe/cjs/resources/FinancialConnections/Sessions.js.map +1 -0
  421. package/node_modules/stripe/cjs/resources/FinancialConnections/Transactions.d.ts +109 -0
  422. package/node_modules/stripe/cjs/resources/FinancialConnections/Transactions.js +23 -0
  423. package/node_modules/stripe/cjs/resources/FinancialConnections/Transactions.js.map +1 -0
  424. package/node_modules/stripe/cjs/resources/FinancialConnections/index.d.ts +36 -0
  425. package/node_modules/stripe/cjs/resources/FinancialConnections/index.js +17 -0
  426. package/node_modules/stripe/cjs/resources/FinancialConnections/index.js.map +1 -0
  427. package/node_modules/stripe/cjs/resources/Forwarding/Requests.d.ts +201 -0
  428. package/node_modules/stripe/cjs/resources/Forwarding/Requests.js +29 -0
  429. package/node_modules/stripe/cjs/resources/Forwarding/Requests.js.map +1 -0
  430. package/node_modules/stripe/cjs/resources/Forwarding/index.d.ts +14 -0
  431. package/node_modules/stripe/cjs/resources/Forwarding/index.js +13 -0
  432. package/node_modules/stripe/cjs/resources/Forwarding/index.js.map +1 -0
  433. package/node_modules/stripe/cjs/resources/FundingInstructions.d.ts +213 -0
  434. package/node_modules/stripe/cjs/resources/FundingInstructions.js +4 -0
  435. package/node_modules/stripe/cjs/resources/FundingInstructions.js.map +1 -0
  436. package/node_modules/stripe/cjs/resources/Identity/VerificationReports.d.ts +412 -0
  437. package/node_modules/stripe/cjs/resources/Identity/VerificationReports.js +23 -0
  438. package/node_modules/stripe/cjs/resources/Identity/VerificationReports.js.map +1 -0
  439. package/node_modules/stripe/cjs/resources/Identity/VerificationSessions.d.ts +530 -0
  440. package/node_modules/stripe/cjs/resources/Identity/VerificationSessions.js +79 -0
  441. package/node_modules/stripe/cjs/resources/Identity/VerificationSessions.js.map +1 -0
  442. package/node_modules/stripe/cjs/resources/Identity/index.d.ts +23 -0
  443. package/node_modules/stripe/cjs/resources/Identity/index.js +15 -0
  444. package/node_modules/stripe/cjs/resources/Identity/index.js.map +1 -0
  445. package/node_modules/stripe/cjs/resources/InvoiceItems.d.ts +534 -0
  446. package/node_modules/stripe/cjs/resources/InvoiceItems.js +146 -0
  447. package/node_modules/stripe/cjs/resources/InvoiceItems.js.map +1 -0
  448. package/node_modules/stripe/cjs/resources/InvoiceLineItems.d.ts +280 -0
  449. package/node_modules/stripe/cjs/resources/InvoiceLineItems.js +4 -0
  450. package/node_modules/stripe/cjs/resources/InvoiceLineItems.js.map +1 -0
  451. package/node_modules/stripe/cjs/resources/InvoicePayments.d.ts +142 -0
  452. package/node_modules/stripe/cjs/resources/InvoicePayments.js +23 -0
  453. package/node_modules/stripe/cjs/resources/InvoicePayments.js.map +1 -0
  454. package/node_modules/stripe/cjs/resources/InvoiceRenderingTemplates.d.ts +87 -0
  455. package/node_modules/stripe/cjs/resources/InvoiceRenderingTemplates.js +35 -0
  456. package/node_modules/stripe/cjs/resources/InvoiceRenderingTemplates.js.map +1 -0
  457. package/node_modules/stripe/cjs/resources/Invoices.d.ts +4239 -0
  458. package/node_modules/stripe/cjs/resources/Invoices.js +868 -0
  459. package/node_modules/stripe/cjs/resources/Invoices.js.map +1 -0
  460. package/node_modules/stripe/cjs/resources/Issuing/Authorizations.d.ts +609 -0
  461. package/node_modules/stripe/cjs/resources/Issuing/Authorizations.js +875 -0
  462. package/node_modules/stripe/cjs/resources/Issuing/Authorizations.js.map +1 -0
  463. package/node_modules/stripe/cjs/resources/Issuing/Cardholders.d.ts +746 -0
  464. package/node_modules/stripe/cjs/resources/Issuing/Cardholders.js +35 -0
  465. package/node_modules/stripe/cjs/resources/Issuing/Cardholders.js.map +1 -0
  466. package/node_modules/stripe/cjs/resources/Issuing/Cards.d.ts +792 -0
  467. package/node_modules/stripe/cjs/resources/Issuing/Cards.js +35 -0
  468. package/node_modules/stripe/cjs/resources/Issuing/Cards.js.map +1 -0
  469. package/node_modules/stripe/cjs/resources/Issuing/Disputes.d.ts +860 -0
  470. package/node_modules/stripe/cjs/resources/Issuing/Disputes.js +41 -0
  471. package/node_modules/stripe/cjs/resources/Issuing/Disputes.js.map +1 -0
  472. package/node_modules/stripe/cjs/resources/Issuing/PersonalizationDesigns.d.ts +289 -0
  473. package/node_modules/stripe/cjs/resources/Issuing/PersonalizationDesigns.js +35 -0
  474. package/node_modules/stripe/cjs/resources/Issuing/PersonalizationDesigns.js.map +1 -0
  475. package/node_modules/stripe/cjs/resources/Issuing/PhysicalBundles.d.ts +91 -0
  476. package/node_modules/stripe/cjs/resources/Issuing/PhysicalBundles.js +23 -0
  477. package/node_modules/stripe/cjs/resources/Issuing/PhysicalBundles.js.map +1 -0
  478. package/node_modules/stripe/cjs/resources/Issuing/Tokens.d.ts +248 -0
  479. package/node_modules/stripe/cjs/resources/Issuing/Tokens.js +29 -0
  480. package/node_modules/stripe/cjs/resources/Issuing/Tokens.js.map +1 -0
  481. package/node_modules/stripe/cjs/resources/Issuing/Transactions.d.ts +449 -0
  482. package/node_modules/stripe/cjs/resources/Issuing/Transactions.js +285 -0
  483. package/node_modules/stripe/cjs/resources/Issuing/Transactions.js.map +1 -0
  484. package/node_modules/stripe/cjs/resources/Issuing/index.d.ts +69 -0
  485. package/node_modules/stripe/cjs/resources/Issuing/index.js +27 -0
  486. package/node_modules/stripe/cjs/resources/Issuing/index.js.map +1 -0
  487. package/node_modules/stripe/cjs/resources/LineItems.d.ts +102 -0
  488. package/node_modules/stripe/cjs/resources/LineItems.js +4 -0
  489. package/node_modules/stripe/cjs/resources/LineItems.js.map +1 -0
  490. package/node_modules/stripe/cjs/resources/LoginLinks.d.ts +14 -0
  491. package/node_modules/stripe/cjs/resources/LoginLinks.js +4 -0
  492. package/node_modules/stripe/cjs/resources/LoginLinks.js.map +1 -0
  493. package/node_modules/stripe/cjs/resources/Mandates.d.ts +322 -0
  494. package/node_modules/stripe/cjs/resources/Mandates.js +15 -0
  495. package/node_modules/stripe/cjs/resources/Mandates.js.map +1 -0
  496. package/node_modules/stripe/cjs/resources/OAuth.d.ts +279 -0
  497. package/node_modules/stripe/cjs/resources/OAuth.js +46 -0
  498. package/node_modules/stripe/cjs/resources/OAuth.js.map +1 -0
  499. package/node_modules/stripe/cjs/resources/PaymentAttemptRecords.d.ts +1838 -0
  500. package/node_modules/stripe/cjs/resources/PaymentAttemptRecords.js +23 -0
  501. package/node_modules/stripe/cjs/resources/PaymentAttemptRecords.js.map +1 -0
  502. package/node_modules/stripe/cjs/resources/PaymentIntentAmountDetailsLineItems.d.ts +93 -0
  503. package/node_modules/stripe/cjs/resources/PaymentIntentAmountDetailsLineItems.js +4 -0
  504. package/node_modules/stripe/cjs/resources/PaymentIntentAmountDetailsLineItems.js.map +1 -0
  505. package/node_modules/stripe/cjs/resources/PaymentIntents.d.ts +11591 -0
  506. package/node_modules/stripe/cjs/resources/PaymentIntents.js +171 -0
  507. package/node_modules/stripe/cjs/resources/PaymentIntents.js.map +1 -0
  508. package/node_modules/stripe/cjs/resources/PaymentLinks.d.ts +2148 -0
  509. package/node_modules/stripe/cjs/resources/PaymentLinks.js +436 -0
  510. package/node_modules/stripe/cjs/resources/PaymentLinks.js.map +1 -0
  511. package/node_modules/stripe/cjs/resources/PaymentMethodConfigurations.d.ts +4253 -0
  512. package/node_modules/stripe/cjs/resources/PaymentMethodConfigurations.js +35 -0
  513. package/node_modules/stripe/cjs/resources/PaymentMethodConfigurations.js.map +1 -0
  514. package/node_modules/stripe/cjs/resources/PaymentMethodDomains.d.ts +246 -0
  515. package/node_modules/stripe/cjs/resources/PaymentMethodDomains.js +46 -0
  516. package/node_modules/stripe/cjs/resources/PaymentMethodDomains.js.map +1 -0
  517. package/node_modules/stripe/cjs/resources/PaymentMethods.d.ts +1959 -0
  518. package/node_modules/stripe/cjs/resources/PaymentMethods.js +61 -0
  519. package/node_modules/stripe/cjs/resources/PaymentMethods.js.map +1 -0
  520. package/node_modules/stripe/cjs/resources/PaymentRecords.d.ts +2308 -0
  521. package/node_modules/stripe/cjs/resources/PaymentRecords.js +64 -0
  522. package/node_modules/stripe/cjs/resources/PaymentRecords.js.map +1 -0
  523. package/node_modules/stripe/cjs/resources/Payouts.d.ts +262 -0
  524. package/node_modules/stripe/cjs/resources/Payouts.js +53 -0
  525. package/node_modules/stripe/cjs/resources/Payouts.js.map +1 -0
  526. package/node_modules/stripe/cjs/resources/Persons.d.ts +474 -0
  527. package/node_modules/stripe/cjs/resources/Persons.js +4 -0
  528. package/node_modules/stripe/cjs/resources/Persons.js.map +1 -0
  529. package/node_modules/stripe/cjs/resources/Plans.d.ts +363 -0
  530. package/node_modules/stripe/cjs/resources/Plans.js +159 -0
  531. package/node_modules/stripe/cjs/resources/Plans.js.map +1 -0
  532. package/node_modules/stripe/cjs/resources/Prices.d.ts +721 -0
  533. package/node_modules/stripe/cjs/resources/Prices.js +365 -0
  534. package/node_modules/stripe/cjs/resources/Prices.js.map +1 -0
  535. package/node_modules/stripe/cjs/resources/ProductFeatures.d.ts +38 -0
  536. package/node_modules/stripe/cjs/resources/ProductFeatures.js +4 -0
  537. package/node_modules/stripe/cjs/resources/ProductFeatures.js.map +1 -0
  538. package/node_modules/stripe/cjs/resources/Products.d.ts +575 -0
  539. package/node_modules/stripe/cjs/resources/Products.js +109 -0
  540. package/node_modules/stripe/cjs/resources/Products.js.map +1 -0
  541. package/node_modules/stripe/cjs/resources/PromotionCodes.d.ts +271 -0
  542. package/node_modules/stripe/cjs/resources/PromotionCodes.js +35 -0
  543. package/node_modules/stripe/cjs/resources/PromotionCodes.js.map +1 -0
  544. package/node_modules/stripe/cjs/resources/Quotes.d.ts +1202 -0
  545. package/node_modules/stripe/cjs/resources/Quotes.js +876 -0
  546. package/node_modules/stripe/cjs/resources/Quotes.js.map +1 -0
  547. package/node_modules/stripe/cjs/resources/Radar/EarlyFraudWarnings.d.ts +79 -0
  548. package/node_modules/stripe/cjs/resources/Radar/EarlyFraudWarnings.js +25 -0
  549. package/node_modules/stripe/cjs/resources/Radar/EarlyFraudWarnings.js.map +1 -0
  550. package/node_modules/stripe/cjs/resources/Radar/PaymentEvaluations.d.ts +579 -0
  551. package/node_modules/stripe/cjs/resources/Radar/PaymentEvaluations.js +15 -0
  552. package/node_modules/stripe/cjs/resources/Radar/PaymentEvaluations.js.map +1 -0
  553. package/node_modules/stripe/cjs/resources/Radar/ValueListItems.d.ts +117 -0
  554. package/node_modules/stripe/cjs/resources/Radar/ValueListItems.js +35 -0
  555. package/node_modules/stripe/cjs/resources/Radar/ValueListItems.js.map +1 -0
  556. package/node_modules/stripe/cjs/resources/Radar/ValueLists.d.ts +168 -0
  557. package/node_modules/stripe/cjs/resources/Radar/ValueLists.js +41 -0
  558. package/node_modules/stripe/cjs/resources/Radar/ValueLists.js.map +1 -0
  559. package/node_modules/stripe/cjs/resources/Radar/index.d.ts +37 -0
  560. package/node_modules/stripe/cjs/resources/Radar/index.js +19 -0
  561. package/node_modules/stripe/cjs/resources/Radar/index.js.map +1 -0
  562. package/node_modules/stripe/cjs/resources/Refunds.d.ts +505 -0
  563. package/node_modules/stripe/cjs/resources/Refunds.js +55 -0
  564. package/node_modules/stripe/cjs/resources/Refunds.js.map +1 -0
  565. package/node_modules/stripe/cjs/resources/Reporting/ReportRuns.d.ts +174 -0
  566. package/node_modules/stripe/cjs/resources/Reporting/ReportRuns.js +29 -0
  567. package/node_modules/stripe/cjs/resources/Reporting/ReportRuns.js.map +1 -0
  568. package/node_modules/stripe/cjs/resources/Reporting/ReportTypes.d.ts +66 -0
  569. package/node_modules/stripe/cjs/resources/Reporting/ReportTypes.js +23 -0
  570. package/node_modules/stripe/cjs/resources/Reporting/ReportTypes.js.map +1 -0
  571. package/node_modules/stripe/cjs/resources/Reporting/index.d.ts +20 -0
  572. package/node_modules/stripe/cjs/resources/Reporting/index.js +15 -0
  573. package/node_modules/stripe/cjs/resources/Reporting/index.js.map +1 -0
  574. package/node_modules/stripe/cjs/resources/Reserve/Holds.d.ts +91 -0
  575. package/node_modules/stripe/cjs/resources/Reserve/Holds.js +4 -0
  576. package/node_modules/stripe/cjs/resources/Reserve/Holds.js.map +1 -0
  577. package/node_modules/stripe/cjs/resources/Reserve/Plans.d.ts +74 -0
  578. package/node_modules/stripe/cjs/resources/Reserve/Plans.js +4 -0
  579. package/node_modules/stripe/cjs/resources/Reserve/Plans.js.map +1 -0
  580. package/node_modules/stripe/cjs/resources/Reserve/Releases.d.ts +77 -0
  581. package/node_modules/stripe/cjs/resources/Reserve/Releases.js +4 -0
  582. package/node_modules/stripe/cjs/resources/Reserve/Releases.js.map +1 -0
  583. package/node_modules/stripe/cjs/resources/Reserve/index.d.ts +13 -0
  584. package/node_modules/stripe/cjs/resources/Reserve/index.js +8 -0
  585. package/node_modules/stripe/cjs/resources/Reserve/index.js.map +1 -0
  586. package/node_modules/stripe/cjs/resources/ReserveTransactions.d.ts +19 -0
  587. package/node_modules/stripe/cjs/resources/ReserveTransactions.js +4 -0
  588. package/node_modules/stripe/cjs/resources/ReserveTransactions.js.map +1 -0
  589. package/node_modules/stripe/cjs/resources/Reviews.d.ts +143 -0
  590. package/node_modules/stripe/cjs/resources/Reviews.js +29 -0
  591. package/node_modules/stripe/cjs/resources/Reviews.js.map +1 -0
  592. package/node_modules/stripe/cjs/resources/SetupAttempts.d.ts +552 -0
  593. package/node_modules/stripe/cjs/resources/SetupAttempts.js +17 -0
  594. package/node_modules/stripe/cjs/resources/SetupAttempts.js.map +1 -0
  595. package/node_modules/stripe/cjs/resources/SetupIntents.d.ts +4572 -0
  596. package/node_modules/stripe/cjs/resources/SetupIntents.js +75 -0
  597. package/node_modules/stripe/cjs/resources/SetupIntents.js.map +1 -0
  598. package/node_modules/stripe/cjs/resources/ShippingRates.d.ts +319 -0
  599. package/node_modules/stripe/cjs/resources/ShippingRates.js +35 -0
  600. package/node_modules/stripe/cjs/resources/ShippingRates.js.map +1 -0
  601. package/node_modules/stripe/cjs/resources/Sigma/ScheduledQueryRuns.d.ts +81 -0
  602. package/node_modules/stripe/cjs/resources/Sigma/ScheduledQueryRuns.js +23 -0
  603. package/node_modules/stripe/cjs/resources/Sigma/ScheduledQueryRuns.js.map +1 -0
  604. package/node_modules/stripe/cjs/resources/Sigma/index.d.ts +13 -0
  605. package/node_modules/stripe/cjs/resources/Sigma/index.js +13 -0
  606. package/node_modules/stripe/cjs/resources/Sigma/index.js.map +1 -0
  607. package/node_modules/stripe/cjs/resources/SourceMandateNotifications.d.ts +79 -0
  608. package/node_modules/stripe/cjs/resources/SourceMandateNotifications.js +4 -0
  609. package/node_modules/stripe/cjs/resources/SourceMandateNotifications.js.map +1 -0
  610. package/node_modules/stripe/cjs/resources/SourceTransactions.d.ts +140 -0
  611. package/node_modules/stripe/cjs/resources/SourceTransactions.js +4 -0
  612. package/node_modules/stripe/cjs/resources/SourceTransactions.js.map +1 -0
  613. package/node_modules/stripe/cjs/resources/Sources.d.ts +918 -0
  614. package/node_modules/stripe/cjs/resources/Sources.js +43 -0
  615. package/node_modules/stripe/cjs/resources/Sources.js.map +1 -0
  616. package/node_modules/stripe/cjs/resources/SubscriptionItems.d.ts +403 -0
  617. package/node_modules/stripe/cjs/resources/SubscriptionItems.js +402 -0
  618. package/node_modules/stripe/cjs/resources/SubscriptionItems.js.map +1 -0
  619. package/node_modules/stripe/cjs/resources/SubscriptionSchedules.d.ts +1790 -0
  620. package/node_modules/stripe/cjs/resources/SubscriptionSchedules.js +131 -0
  621. package/node_modules/stripe/cjs/resources/SubscriptionSchedules.js.map +1 -0
  622. package/node_modules/stripe/cjs/resources/Subscriptions.d.ts +2785 -0
  623. package/node_modules/stripe/cjs/resources/Subscriptions.js +948 -0
  624. package/node_modules/stripe/cjs/resources/Subscriptions.js.map +1 -0
  625. package/node_modules/stripe/cjs/resources/Tax/Associations.d.ts +73 -0
  626. package/node_modules/stripe/cjs/resources/Tax/Associations.js +15 -0
  627. package/node_modules/stripe/cjs/resources/Tax/Associations.js.map +1 -0
  628. package/node_modules/stripe/cjs/resources/Tax/CalculationLineItems.d.ts +119 -0
  629. package/node_modules/stripe/cjs/resources/Tax/CalculationLineItems.js +4 -0
  630. package/node_modules/stripe/cjs/resources/Tax/CalculationLineItems.js.map +1 -0
  631. package/node_modules/stripe/cjs/resources/Tax/Calculations.d.ts +485 -0
  632. package/node_modules/stripe/cjs/resources/Tax/Calculations.js +29 -0
  633. package/node_modules/stripe/cjs/resources/Tax/Calculations.js.map +1 -0
  634. package/node_modules/stripe/cjs/resources/Tax/Registrations.d.ts +3298 -0
  635. package/node_modules/stripe/cjs/resources/Tax/Registrations.js +37 -0
  636. package/node_modules/stripe/cjs/resources/Tax/Registrations.js.map +1 -0
  637. package/node_modules/stripe/cjs/resources/Tax/Settings.d.ts +116 -0
  638. package/node_modules/stripe/cjs/resources/Tax/Settings.js +21 -0
  639. package/node_modules/stripe/cjs/resources/Tax/Settings.js.map +1 -0
  640. package/node_modules/stripe/cjs/resources/Tax/TransactionLineItems.d.ts +65 -0
  641. package/node_modules/stripe/cjs/resources/Tax/TransactionLineItems.js +4 -0
  642. package/node_modules/stripe/cjs/resources/Tax/TransactionLineItems.js.map +1 -0
  643. package/node_modules/stripe/cjs/resources/Tax/Transactions.d.ts +345 -0
  644. package/node_modules/stripe/cjs/resources/Tax/Transactions.js +35 -0
  645. package/node_modules/stripe/cjs/resources/Tax/Transactions.js.map +1 -0
  646. package/node_modules/stripe/cjs/resources/Tax/index.d.ts +47 -0
  647. package/node_modules/stripe/cjs/resources/Tax/index.js +21 -0
  648. package/node_modules/stripe/cjs/resources/Tax/index.js.map +1 -0
  649. package/node_modules/stripe/cjs/resources/TaxCodes.d.ts +43 -0
  650. package/node_modules/stripe/cjs/resources/TaxCodes.js +23 -0
  651. package/node_modules/stripe/cjs/resources/TaxCodes.js.map +1 -0
  652. package/node_modules/stripe/cjs/resources/TaxDeductedAtSources.d.ts +22 -0
  653. package/node_modules/stripe/cjs/resources/TaxDeductedAtSources.js +4 -0
  654. package/node_modules/stripe/cjs/resources/TaxDeductedAtSources.js.map +1 -0
  655. package/node_modules/stripe/cjs/resources/TaxIds.d.ts +216 -0
  656. package/node_modules/stripe/cjs/resources/TaxIds.js +35 -0
  657. package/node_modules/stripe/cjs/resources/TaxIds.js.map +1 -0
  658. package/node_modules/stripe/cjs/resources/TaxRates.d.ts +226 -0
  659. package/node_modules/stripe/cjs/resources/TaxRates.js +35 -0
  660. package/node_modules/stripe/cjs/resources/TaxRates.js.map +1 -0
  661. package/node_modules/stripe/cjs/resources/Terminal/Configurations.d.ts +1761 -0
  662. package/node_modules/stripe/cjs/resources/Terminal/Configurations.js +41 -0
  663. package/node_modules/stripe/cjs/resources/Terminal/Configurations.js.map +1 -0
  664. package/node_modules/stripe/cjs/resources/Terminal/ConnectionTokens.d.ts +34 -0
  665. package/node_modules/stripe/cjs/resources/Terminal/ConnectionTokens.js +15 -0
  666. package/node_modules/stripe/cjs/resources/Terminal/ConnectionTokens.js.map +1 -0
  667. package/node_modules/stripe/cjs/resources/Terminal/Locations.d.ts +283 -0
  668. package/node_modules/stripe/cjs/resources/Terminal/Locations.js +42 -0
  669. package/node_modules/stripe/cjs/resources/Terminal/Locations.js.map +1 -0
  670. package/node_modules/stripe/cjs/resources/Terminal/OnboardingLinks.d.ts +87 -0
  671. package/node_modules/stripe/cjs/resources/Terminal/OnboardingLinks.js +15 -0
  672. package/node_modules/stripe/cjs/resources/Terminal/OnboardingLinks.js.map +1 -0
  673. package/node_modules/stripe/cjs/resources/Terminal/Readers.d.ts +1151 -0
  674. package/node_modules/stripe/cjs/resources/Terminal/Readers.js +89 -0
  675. package/node_modules/stripe/cjs/resources/Terminal/Readers.js.map +1 -0
  676. package/node_modules/stripe/cjs/resources/Terminal/index.d.ts +55 -0
  677. package/node_modules/stripe/cjs/resources/Terminal/index.js +21 -0
  678. package/node_modules/stripe/cjs/resources/Terminal/index.js.map +1 -0
  679. package/node_modules/stripe/cjs/resources/TestHelpers/ConfirmationTokens.d.ts +669 -0
  680. package/node_modules/stripe/cjs/resources/TestHelpers/ConfirmationTokens.js +15 -0
  681. package/node_modules/stripe/cjs/resources/TestHelpers/ConfirmationTokens.js.map +1 -0
  682. package/node_modules/stripe/cjs/resources/TestHelpers/Customers.d.ts +29 -0
  683. package/node_modules/stripe/cjs/resources/TestHelpers/Customers.js +15 -0
  684. package/node_modules/stripe/cjs/resources/TestHelpers/Customers.js.map +1 -0
  685. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Authorizations.d.ts +806 -0
  686. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Authorizations.js +1319 -0
  687. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Authorizations.js.map +1 -0
  688. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Cards.d.ts +75 -0
  689. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Cards.js +39 -0
  690. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Cards.js.map +1 -0
  691. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/PersonalizationDesigns.d.ts +67 -0
  692. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/PersonalizationDesigns.js +27 -0
  693. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/PersonalizationDesigns.js.map +1 -0
  694. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Transactions.d.ts +582 -0
  695. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Transactions.js +382 -0
  696. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Transactions.js.map +1 -0
  697. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/index.d.ts +14 -0
  698. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/index.js +19 -0
  699. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/index.js.map +1 -0
  700. package/node_modules/stripe/cjs/resources/TestHelpers/Refunds.d.ts +17 -0
  701. package/node_modules/stripe/cjs/resources/TestHelpers/Refunds.js +15 -0
  702. package/node_modules/stripe/cjs/resources/TestHelpers/Refunds.js.map +1 -0
  703. package/node_modules/stripe/cjs/resources/TestHelpers/Terminal/Readers.d.ts +107 -0
  704. package/node_modules/stripe/cjs/resources/TestHelpers/Terminal/Readers.js +27 -0
  705. package/node_modules/stripe/cjs/resources/TestHelpers/Terminal/Readers.js.map +1 -0
  706. package/node_modules/stripe/cjs/resources/TestHelpers/Terminal/index.d.ts +8 -0
  707. package/node_modules/stripe/cjs/resources/TestHelpers/Terminal/index.js +13 -0
  708. package/node_modules/stripe/cjs/resources/TestHelpers/Terminal/index.js.map +1 -0
  709. package/node_modules/stripe/cjs/resources/TestHelpers/TestClocks.d.ts +144 -0
  710. package/node_modules/stripe/cjs/resources/TestHelpers/TestClocks.js +41 -0
  711. package/node_modules/stripe/cjs/resources/TestHelpers/TestClocks.js.map +1 -0
  712. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/InboundTransfers.d.ts +62 -0
  713. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/InboundTransfers.js +27 -0
  714. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/InboundTransfers.js.map +1 -0
  715. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/OutboundPayments.d.ts +119 -0
  716. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/OutboundPayments.js +33 -0
  717. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/OutboundPayments.js.map +1 -0
  718. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/OutboundTransfers.d.ts +119 -0
  719. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/OutboundTransfers.js +33 -0
  720. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/OutboundTransfers.js.map +1 -0
  721. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +72 -0
  722. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/ReceivedCredits.js +15 -0
  723. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/ReceivedCredits.js.map +1 -0
  724. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +71 -0
  725. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/ReceivedDebits.js +15 -0
  726. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/ReceivedDebits.js.map +1 -0
  727. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/index.d.ts +16 -0
  728. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/index.js +21 -0
  729. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/index.js.map +1 -0
  730. package/node_modules/stripe/cjs/resources/TestHelpers/index.d.ts +32 -0
  731. package/node_modules/stripe/cjs/resources/TestHelpers/index.js +25 -0
  732. package/node_modules/stripe/cjs/resources/TestHelpers/index.js.map +1 -0
  733. package/node_modules/stripe/cjs/resources/Tokens.d.ts +874 -0
  734. package/node_modules/stripe/cjs/resources/Tokens.js +22 -0
  735. package/node_modules/stripe/cjs/resources/Tokens.js.map +1 -0
  736. package/node_modules/stripe/cjs/resources/Topups.d.ts +195 -0
  737. package/node_modules/stripe/cjs/resources/Topups.js +41 -0
  738. package/node_modules/stripe/cjs/resources/Topups.js.map +1 -0
  739. package/node_modules/stripe/cjs/resources/TransferReversals.d.ts +46 -0
  740. package/node_modules/stripe/cjs/resources/TransferReversals.js +4 -0
  741. package/node_modules/stripe/cjs/resources/TransferReversals.js.map +1 -0
  742. package/node_modules/stripe/cjs/resources/Transfers.d.ts +242 -0
  743. package/node_modules/stripe/cjs/resources/Transfers.js +69 -0
  744. package/node_modules/stripe/cjs/resources/Transfers.js.map +1 -0
  745. package/node_modules/stripe/cjs/resources/Treasury/CreditReversals.d.ts +130 -0
  746. package/node_modules/stripe/cjs/resources/Treasury/CreditReversals.js +29 -0
  747. package/node_modules/stripe/cjs/resources/Treasury/CreditReversals.js.map +1 -0
  748. package/node_modules/stripe/cjs/resources/Treasury/DebitReversals.d.ts +145 -0
  749. package/node_modules/stripe/cjs/resources/Treasury/DebitReversals.js +29 -0
  750. package/node_modules/stripe/cjs/resources/Treasury/DebitReversals.js.map +1 -0
  751. package/node_modules/stripe/cjs/resources/Treasury/FinancialAccountFeatures.d.ts +400 -0
  752. package/node_modules/stripe/cjs/resources/Treasury/FinancialAccountFeatures.js +4 -0
  753. package/node_modules/stripe/cjs/resources/Treasury/FinancialAccountFeatures.js.map +1 -0
  754. package/node_modules/stripe/cjs/resources/Treasury/FinancialAccounts.d.ts +754 -0
  755. package/node_modules/stripe/cjs/resources/Treasury/FinancialAccounts.js +53 -0
  756. package/node_modules/stripe/cjs/resources/Treasury/FinancialAccounts.js.map +1 -0
  757. package/node_modules/stripe/cjs/resources/Treasury/InboundTransfers.d.ts +261 -0
  758. package/node_modules/stripe/cjs/resources/Treasury/InboundTransfers.js +35 -0
  759. package/node_modules/stripe/cjs/resources/Treasury/InboundTransfers.js.map +1 -0
  760. package/node_modules/stripe/cjs/resources/Treasury/OutboundPayments.d.ts +450 -0
  761. package/node_modules/stripe/cjs/resources/Treasury/OutboundPayments.js +35 -0
  762. package/node_modules/stripe/cjs/resources/Treasury/OutboundPayments.js.map +1 -0
  763. package/node_modules/stripe/cjs/resources/Treasury/OutboundTransfers.d.ts +344 -0
  764. package/node_modules/stripe/cjs/resources/Treasury/OutboundTransfers.js +35 -0
  765. package/node_modules/stripe/cjs/resources/Treasury/OutboundTransfers.js.map +1 -0
  766. package/node_modules/stripe/cjs/resources/Treasury/ReceivedCredits.d.ts +259 -0
  767. package/node_modules/stripe/cjs/resources/Treasury/ReceivedCredits.js +23 -0
  768. package/node_modules/stripe/cjs/resources/Treasury/ReceivedCredits.js.map +1 -0
  769. package/node_modules/stripe/cjs/resources/Treasury/ReceivedDebits.d.ts +200 -0
  770. package/node_modules/stripe/cjs/resources/Treasury/ReceivedDebits.js +23 -0
  771. package/node_modules/stripe/cjs/resources/Treasury/ReceivedDebits.js.map +1 -0
  772. package/node_modules/stripe/cjs/resources/Treasury/TransactionEntries.d.ts +185 -0
  773. package/node_modules/stripe/cjs/resources/Treasury/TransactionEntries.js +402 -0
  774. package/node_modules/stripe/cjs/resources/Treasury/TransactionEntries.js.map +1 -0
  775. package/node_modules/stripe/cjs/resources/Treasury/Transactions.d.ts +210 -0
  776. package/node_modules/stripe/cjs/resources/Treasury/Transactions.js +454 -0
  777. package/node_modules/stripe/cjs/resources/Treasury/Transactions.js.map +1 -0
  778. package/node_modules/stripe/cjs/resources/Treasury/index.d.ts +83 -0
  779. package/node_modules/stripe/cjs/resources/Treasury/index.js +31 -0
  780. package/node_modules/stripe/cjs/resources/Treasury/index.js.map +1 -0
  781. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventAdjustments.d.ts +77 -0
  782. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventAdjustments.js +15 -0
  783. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventAdjustments.js.map +1 -0
  784. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventSession.d.ts +41 -0
  785. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventSession.js +15 -0
  786. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventSession.js.map +1 -0
  787. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventStream.d.ts +48 -0
  788. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventStream.js +18 -0
  789. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventStream.js.map +1 -0
  790. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEvents.d.ts +75 -0
  791. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEvents.js +15 -0
  792. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEvents.js.map +1 -0
  793. package/node_modules/stripe/cjs/resources/V2/Billing/index.d.ts +24 -0
  794. package/node_modules/stripe/cjs/resources/V2/Billing/index.js +19 -0
  795. package/node_modules/stripe/cjs/resources/V2/Billing/index.js.map +1 -0
  796. package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalog/Imports.d.ts +99 -0
  797. package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalog/Imports.js +156 -0
  798. package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalog/Imports.js.map +1 -0
  799. package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalog/index.d.ts +8 -0
  800. package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalog/index.js +13 -0
  801. package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalog/index.js.map +1 -0
  802. package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalogImports.d.ts +184 -0
  803. package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalogImports.js +4 -0
  804. package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalogImports.js.map +1 -0
  805. package/node_modules/stripe/cjs/resources/V2/Commerce/index.d.ts +13 -0
  806. package/node_modules/stripe/cjs/resources/V2/Commerce/index.js +13 -0
  807. package/node_modules/stripe/cjs/resources/V2/Commerce/index.js.map +1 -0
  808. package/node_modules/stripe/cjs/resources/V2/Core/AccountLinks.d.ts +231 -0
  809. package/node_modules/stripe/cjs/resources/V2/Core/AccountLinks.js +16 -0
  810. package/node_modules/stripe/cjs/resources/V2/Core/AccountLinks.js.map +1 -0
  811. package/node_modules/stripe/cjs/resources/V2/Core/AccountPersonTokens.d.ts +26 -0
  812. package/node_modules/stripe/cjs/resources/V2/Core/AccountPersonTokens.js +4 -0
  813. package/node_modules/stripe/cjs/resources/V2/Core/AccountPersonTokens.js.map +1 -0
  814. package/node_modules/stripe/cjs/resources/V2/Core/AccountPersons.d.ts +469 -0
  815. package/node_modules/stripe/cjs/resources/V2/Core/AccountPersons.js +4 -0
  816. package/node_modules/stripe/cjs/resources/V2/Core/AccountPersons.js.map +1 -0
  817. package/node_modules/stripe/cjs/resources/V2/Core/AccountTokens.d.ts +806 -0
  818. package/node_modules/stripe/cjs/resources/V2/Core/AccountTokens.js +47 -0
  819. package/node_modules/stripe/cjs/resources/V2/Core/AccountTokens.js.map +1 -0
  820. package/node_modules/stripe/cjs/resources/V2/Core/Accounts/PersonTokens.d.ts +379 -0
  821. package/node_modules/stripe/cjs/resources/V2/Core/Accounts/PersonTokens.js +34 -0
  822. package/node_modules/stripe/cjs/resources/V2/Core/Accounts/PersonTokens.js.map +1 -0
  823. package/node_modules/stripe/cjs/resources/V2/Core/Accounts/Persons.d.ts +884 -0
  824. package/node_modules/stripe/cjs/resources/V2/Core/Accounts/Persons.js +111 -0
  825. package/node_modules/stripe/cjs/resources/V2/Core/Accounts/Persons.js.map +1 -0
  826. package/node_modules/stripe/cjs/resources/V2/Core/Accounts.d.ts +7070 -0
  827. package/node_modules/stripe/cjs/resources/V2/Core/Accounts.js +199 -0
  828. package/node_modules/stripe/cjs/resources/V2/Core/Accounts.js.map +1 -0
  829. package/node_modules/stripe/cjs/resources/V2/Core/EventDestinations.d.ts +370 -0
  830. package/node_modules/stripe/cjs/resources/V2/Core/EventDestinations.js +59 -0
  831. package/node_modules/stripe/cjs/resources/V2/Core/EventDestinations.js.map +1 -0
  832. package/node_modules/stripe/cjs/resources/V2/Core/Events.d.ts +704 -0
  833. package/node_modules/stripe/cjs/resources/V2/Core/Events.js +59 -0
  834. package/node_modules/stripe/cjs/resources/V2/Core/Events.js.map +1 -0
  835. package/node_modules/stripe/cjs/resources/V2/Core/index.d.ts +51 -0
  836. package/node_modules/stripe/cjs/resources/V2/Core/index.js +21 -0
  837. package/node_modules/stripe/cjs/resources/V2/Core/index.js.map +1 -0
  838. package/node_modules/stripe/cjs/resources/V2/DeletedObject.d.ts +10 -0
  839. package/node_modules/stripe/cjs/resources/V2/DeletedObject.js +4 -0
  840. package/node_modules/stripe/cjs/resources/V2/DeletedObject.js.map +1 -0
  841. package/node_modules/stripe/cjs/resources/V2/V2Amounts.d.ts +4 -0
  842. package/node_modules/stripe/cjs/resources/V2/V2Amounts.js +3 -0
  843. package/node_modules/stripe/cjs/resources/V2/V2Amounts.js.map +1 -0
  844. package/node_modules/stripe/cjs/resources/V2/index.d.ts +19 -0
  845. package/node_modules/stripe/cjs/resources/V2/index.js +17 -0
  846. package/node_modules/stripe/cjs/resources/V2/index.js.map +1 -0
  847. package/node_modules/stripe/cjs/resources/WebhookEndpoints.d.ts +170 -0
  848. package/node_modules/stripe/cjs/resources/WebhookEndpoints.js +41 -0
  849. package/node_modules/stripe/cjs/resources/WebhookEndpoints.js.map +1 -0
  850. package/node_modules/stripe/cjs/resources.d.ts +76 -0
  851. package/node_modules/stripe/cjs/resources.js +333 -0
  852. package/node_modules/stripe/cjs/resources.js.map +1 -0
  853. package/node_modules/stripe/cjs/shared.d.ts +152 -0
  854. package/node_modules/stripe/cjs/shared.js +6 -0
  855. package/node_modules/stripe/cjs/shared.js.map +1 -0
  856. package/node_modules/stripe/cjs/stripe.cjs.node.d.ts +14402 -0
  857. package/node_modules/stripe/cjs/stripe.cjs.node.js +30 -0
  858. package/node_modules/stripe/cjs/stripe.cjs.node.js.map +1 -0
  859. package/node_modules/stripe/cjs/stripe.cjs.worker.d.ts +6 -0
  860. package/node_modules/stripe/cjs/stripe.cjs.worker.js +33 -0
  861. package/node_modules/stripe/cjs/stripe.cjs.worker.js.map +1 -0
  862. package/node_modules/stripe/cjs/stripe.core.d.ts +497 -0
  863. package/node_modules/stripe/cjs/stripe.core.js +630 -0
  864. package/node_modules/stripe/cjs/stripe.core.js.map +1 -0
  865. package/node_modules/stripe/cjs/utils.d.ts +77 -0
  866. package/node_modules/stripe/cjs/utils.js +402 -0
  867. package/node_modules/stripe/cjs/utils.js.map +1 -0
  868. package/node_modules/stripe/esm/Decimal.d.ts +532 -0
  869. package/node_modules/stripe/esm/Decimal.js +851 -0
  870. package/node_modules/stripe/esm/Decimal.js.map +1 -0
  871. package/node_modules/stripe/esm/Error.d.ts +217 -0
  872. package/node_modules/stripe/esm/Error.js +270 -0
  873. package/node_modules/stripe/esm/Error.js.map +1 -0
  874. package/node_modules/stripe/esm/RequestSender.d.ts +60 -0
  875. package/node_modules/stripe/esm/RequestSender.js +472 -0
  876. package/node_modules/stripe/esm/RequestSender.js.map +1 -0
  877. package/node_modules/stripe/esm/ResourceNamespace.d.ts +6 -0
  878. package/node_modules/stripe/esm/ResourceNamespace.js +18 -0
  879. package/node_modules/stripe/esm/ResourceNamespace.js.map +1 -0
  880. package/node_modules/stripe/esm/StripeContext.d.ts +32 -0
  881. package/node_modules/stripe/esm/StripeContext.js +53 -0
  882. package/node_modules/stripe/esm/StripeContext.js.map +1 -0
  883. package/node_modules/stripe/esm/StripeEmitter.d.ts +23 -0
  884. package/node_modules/stripe/esm/StripeEmitter.js +43 -0
  885. package/node_modules/stripe/esm/StripeEmitter.js.map +1 -0
  886. package/node_modules/stripe/esm/StripeResource.d.ts +18 -0
  887. package/node_modules/stripe/esm/StripeResource.js +98 -0
  888. package/node_modules/stripe/esm/StripeResource.js.map +1 -0
  889. package/node_modules/stripe/esm/Types.d.ts +250 -0
  890. package/node_modules/stripe/esm/Types.js +7 -0
  891. package/node_modules/stripe/esm/Types.js.map +1 -0
  892. package/node_modules/stripe/esm/V2Coercion.d.ts +17 -0
  893. package/node_modules/stripe/esm/V2Coercion.js +105 -0
  894. package/node_modules/stripe/esm/V2Coercion.js.map +1 -0
  895. package/node_modules/stripe/esm/Webhooks.d.ts +37 -0
  896. package/node_modules/stripe/esm/Webhooks.js +261 -0
  897. package/node_modules/stripe/esm/Webhooks.js.map +1 -0
  898. package/node_modules/stripe/esm/apiVersion.d.ts +2 -0
  899. package/node_modules/stripe/esm/apiVersion.js +4 -0
  900. package/node_modules/stripe/esm/apiVersion.js.map +1 -0
  901. package/node_modules/stripe/esm/autoPagination.d.ts +25 -0
  902. package/node_modules/stripe/esm/autoPagination.js +335 -0
  903. package/node_modules/stripe/esm/autoPagination.js.map +1 -0
  904. package/node_modules/stripe/esm/crypto/CryptoProvider.d.ts +44 -0
  905. package/node_modules/stripe/esm/crypto/CryptoProvider.js +51 -0
  906. package/node_modules/stripe/esm/crypto/CryptoProvider.js.map +1 -0
  907. package/node_modules/stripe/esm/crypto/NodeCryptoProvider.d.ts +12 -0
  908. package/node_modules/stripe/esm/crypto/NodeCryptoProvider.js +27 -0
  909. package/node_modules/stripe/esm/crypto/NodeCryptoProvider.js.map +1 -0
  910. package/node_modules/stripe/esm/crypto/SubtleCryptoProvider.d.ts +16 -0
  911. package/node_modules/stripe/esm/crypto/SubtleCryptoProvider.js +48 -0
  912. package/node_modules/stripe/esm/crypto/SubtleCryptoProvider.js.map +1 -0
  913. package/node_modules/stripe/esm/lib.d.ts +318 -0
  914. package/node_modules/stripe/esm/lib.js +2 -0
  915. package/node_modules/stripe/esm/lib.js.map +1 -0
  916. package/node_modules/stripe/esm/multipart.d.ts +5 -0
  917. package/node_modules/stripe/esm/multipart.js +58 -0
  918. package/node_modules/stripe/esm/multipart.js.map +1 -0
  919. package/node_modules/stripe/esm/net/FetchHttpClient.d.ts +27 -0
  920. package/node_modules/stripe/esm/net/FetchHttpClient.js +154 -0
  921. package/node_modules/stripe/esm/net/FetchHttpClient.js.map +1 -0
  922. package/node_modules/stripe/esm/net/HttpClient.d.ts +63 -0
  923. package/node_modules/stripe/esm/net/HttpClient.js +49 -0
  924. package/node_modules/stripe/esm/net/HttpClient.js.map +1 -0
  925. package/node_modules/stripe/esm/net/NodeHttpClient.d.ts +24 -0
  926. package/node_modules/stripe/esm/net/NodeHttpClient.js +107 -0
  927. package/node_modules/stripe/esm/net/NodeHttpClient.js.map +1 -0
  928. package/node_modules/stripe/esm/package.json +1 -0
  929. package/node_modules/stripe/esm/platform/NodePlatformFunctions.d.ts +43 -0
  930. package/node_modules/stripe/esm/platform/NodePlatformFunctions.js +168 -0
  931. package/node_modules/stripe/esm/platform/NodePlatformFunctions.js.map +1 -0
  932. package/node_modules/stripe/esm/platform/PlatformFunctions.d.ts +78 -0
  933. package/node_modules/stripe/esm/platform/PlatformFunctions.js +119 -0
  934. package/node_modules/stripe/esm/platform/PlatformFunctions.js.map +1 -0
  935. package/node_modules/stripe/esm/platform/WebPlatformFunctions.d.ts +22 -0
  936. package/node_modules/stripe/esm/platform/WebPlatformFunctions.js +35 -0
  937. package/node_modules/stripe/esm/platform/WebPlatformFunctions.js.map +1 -0
  938. package/node_modules/stripe/esm/resources/AccountLinks.d.ts +76 -0
  939. package/node_modules/stripe/esm/resources/AccountLinks.js +11 -0
  940. package/node_modules/stripe/esm/resources/AccountLinks.js.map +1 -0
  941. package/node_modules/stripe/esm/resources/AccountSessions.d.ts +1075 -0
  942. package/node_modules/stripe/esm/resources/AccountSessions.js +11 -0
  943. package/node_modules/stripe/esm/resources/AccountSessions.js.map +1 -0
  944. package/node_modules/stripe/esm/resources/Accounts.d.ts +5296 -0
  945. package/node_modules/stripe/esm/resources/Accounts.js +178 -0
  946. package/node_modules/stripe/esm/resources/Accounts.js.map +1 -0
  947. package/node_modules/stripe/esm/resources/ApplePayDomains.d.ts +80 -0
  948. package/node_modules/stripe/esm/resources/ApplePayDomains.js +31 -0
  949. package/node_modules/stripe/esm/resources/ApplePayDomains.js.map +1 -0
  950. package/node_modules/stripe/esm/resources/ApplicationFees.d.ts +181 -0
  951. package/node_modules/stripe/esm/resources/ApplicationFees.js +55 -0
  952. package/node_modules/stripe/esm/resources/ApplicationFees.js.map +1 -0
  953. package/node_modules/stripe/esm/resources/Applications.d.ts +36 -0
  954. package/node_modules/stripe/esm/resources/Applications.js +3 -0
  955. package/node_modules/stripe/esm/resources/Applications.js.map +1 -0
  956. package/node_modules/stripe/esm/resources/Apps/Secrets.d.ts +199 -0
  957. package/node_modules/stripe/esm/resources/Apps/Secrets.js +31 -0
  958. package/node_modules/stripe/esm/resources/Apps/Secrets.js.map +1 -0
  959. package/node_modules/stripe/esm/resources/Apps/index.d.ts +15 -0
  960. package/node_modules/stripe/esm/resources/Apps/index.js +9 -0
  961. package/node_modules/stripe/esm/resources/Apps/index.js.map +1 -0
  962. package/node_modules/stripe/esm/resources/Balance.d.ts +285 -0
  963. package/node_modules/stripe/esm/resources/Balance.js +12 -0
  964. package/node_modules/stripe/esm/resources/Balance.js.map +1 -0
  965. package/node_modules/stripe/esm/resources/BalanceSettings.d.ts +250 -0
  966. package/node_modules/stripe/esm/resources/BalanceSettings.js +19 -0
  967. package/node_modules/stripe/esm/resources/BalanceSettings.js.map +1 -0
  968. package/node_modules/stripe/esm/resources/BalanceTransactionSources.d.ts +15 -0
  969. package/node_modules/stripe/esm/resources/BalanceTransactionSources.js +3 -0
  970. package/node_modules/stripe/esm/resources/BalanceTransactionSources.js.map +1 -0
  971. package/node_modules/stripe/esm/resources/BalanceTransactions.d.ts +142 -0
  972. package/node_modules/stripe/esm/resources/BalanceTransactions.js +23 -0
  973. package/node_modules/stripe/esm/resources/BalanceTransactions.js.map +1 -0
  974. package/node_modules/stripe/esm/resources/BankAccounts.d.ts +182 -0
  975. package/node_modules/stripe/esm/resources/BankAccounts.js +3 -0
  976. package/node_modules/stripe/esm/resources/BankAccounts.js.map +1 -0
  977. package/node_modules/stripe/esm/resources/Billing/AlertTriggereds.d.ts +27 -0
  978. package/node_modules/stripe/esm/resources/Billing/AlertTriggereds.js +3 -0
  979. package/node_modules/stripe/esm/resources/Billing/AlertTriggereds.js.map +1 -0
  980. package/node_modules/stripe/esm/resources/Billing/Alerts.d.ts +191 -0
  981. package/node_modules/stripe/esm/resources/Billing/Alerts.js +43 -0
  982. package/node_modules/stripe/esm/resources/Billing/Alerts.js.map +1 -0
  983. package/node_modules/stripe/esm/resources/Billing/CreditBalanceSummary.d.ts +140 -0
  984. package/node_modules/stripe/esm/resources/Billing/CreditBalanceSummary.js +11 -0
  985. package/node_modules/stripe/esm/resources/Billing/CreditBalanceSummary.js.map +1 -0
  986. package/node_modules/stripe/esm/resources/Billing/CreditBalanceTransactions.d.ts +181 -0
  987. package/node_modules/stripe/esm/resources/Billing/CreditBalanceTransactions.js +19 -0
  988. package/node_modules/stripe/esm/resources/Billing/CreditBalanceTransactions.js.map +1 -0
  989. package/node_modules/stripe/esm/resources/Billing/CreditGrants.d.ts +298 -0
  990. package/node_modules/stripe/esm/resources/Billing/CreditGrants.js +43 -0
  991. package/node_modules/stripe/esm/resources/Billing/CreditGrants.js.map +1 -0
  992. package/node_modules/stripe/esm/resources/Billing/MeterEventAdjustments.d.ts +71 -0
  993. package/node_modules/stripe/esm/resources/Billing/MeterEventAdjustments.js +11 -0
  994. package/node_modules/stripe/esm/resources/Billing/MeterEventAdjustments.js.map +1 -0
  995. package/node_modules/stripe/esm/resources/Billing/MeterEventSummaries.d.ts +30 -0
  996. package/node_modules/stripe/esm/resources/Billing/MeterEventSummaries.js +3 -0
  997. package/node_modules/stripe/esm/resources/Billing/MeterEventSummaries.js.map +1 -0
  998. package/node_modules/stripe/esm/resources/Billing/MeterEvents.d.ts +66 -0
  999. package/node_modules/stripe/esm/resources/Billing/MeterEvents.js +11 -0
  1000. package/node_modules/stripe/esm/resources/Billing/MeterEvents.js.map +1 -0
  1001. package/node_modules/stripe/esm/resources/Billing/Meters.d.ts +249 -0
  1002. package/node_modules/stripe/esm/resources/Billing/Meters.js +51 -0
  1003. package/node_modules/stripe/esm/resources/Billing/Meters.js.map +1 -0
  1004. package/node_modules/stripe/esm/resources/Billing/index.d.ts +65 -0
  1005. package/node_modules/stripe/esm/resources/Billing/index.js +21 -0
  1006. package/node_modules/stripe/esm/resources/Billing/index.js.map +1 -0
  1007. package/node_modules/stripe/esm/resources/BillingPortal/Configurations.d.ts +726 -0
  1008. package/node_modules/stripe/esm/resources/BillingPortal/Configurations.js +31 -0
  1009. package/node_modules/stripe/esm/resources/BillingPortal/Configurations.js.map +1 -0
  1010. package/node_modules/stripe/esm/resources/BillingPortal/Sessions.d.ts +358 -0
  1011. package/node_modules/stripe/esm/resources/BillingPortal/Sessions.js +11 -0
  1012. package/node_modules/stripe/esm/resources/BillingPortal/Sessions.js.map +1 -0
  1013. package/node_modules/stripe/esm/resources/BillingPortal/index.d.ts +20 -0
  1014. package/node_modules/stripe/esm/resources/BillingPortal/index.js +11 -0
  1015. package/node_modules/stripe/esm/resources/BillingPortal/index.js.map +1 -0
  1016. package/node_modules/stripe/esm/resources/Capabilities.d.ts +160 -0
  1017. package/node_modules/stripe/esm/resources/Capabilities.js +3 -0
  1018. package/node_modules/stripe/esm/resources/Capabilities.js.map +1 -0
  1019. package/node_modules/stripe/esm/resources/Cards.d.ts +170 -0
  1020. package/node_modules/stripe/esm/resources/Cards.js +3 -0
  1021. package/node_modules/stripe/esm/resources/Cards.js.map +1 -0
  1022. package/node_modules/stripe/esm/resources/CashBalances.d.ts +40 -0
  1023. package/node_modules/stripe/esm/resources/CashBalances.js +3 -0
  1024. package/node_modules/stripe/esm/resources/CashBalances.js.map +1 -0
  1025. package/node_modules/stripe/esm/resources/Charges.d.ts +2340 -0
  1026. package/node_modules/stripe/esm/resources/Charges.js +54 -0
  1027. package/node_modules/stripe/esm/resources/Charges.js.map +1 -0
  1028. package/node_modules/stripe/esm/resources/Checkout/Sessions.d.ts +5100 -0
  1029. package/node_modules/stripe/esm/resources/Checkout/Sessions.js +569 -0
  1030. package/node_modules/stripe/esm/resources/Checkout/Sessions.js.map +1 -0
  1031. package/node_modules/stripe/esm/resources/Checkout/index.d.ts +17 -0
  1032. package/node_modules/stripe/esm/resources/Checkout/index.js +9 -0
  1033. package/node_modules/stripe/esm/resources/Checkout/index.js.map +1 -0
  1034. package/node_modules/stripe/esm/resources/Climate/Orders.d.ts +263 -0
  1035. package/node_modules/stripe/esm/resources/Climate/Orders.js +78 -0
  1036. package/node_modules/stripe/esm/resources/Climate/Orders.js.map +1 -0
  1037. package/node_modules/stripe/esm/resources/Climate/Products.d.ts +88 -0
  1038. package/node_modules/stripe/esm/resources/Climate/Products.js +36 -0
  1039. package/node_modules/stripe/esm/resources/Climate/Products.js.map +1 -0
  1040. package/node_modules/stripe/esm/resources/Climate/Suppliers.d.ts +84 -0
  1041. package/node_modules/stripe/esm/resources/Climate/Suppliers.js +19 -0
  1042. package/node_modules/stripe/esm/resources/Climate/Suppliers.js.map +1 -0
  1043. package/node_modules/stripe/esm/resources/Climate/index.d.ts +28 -0
  1044. package/node_modules/stripe/esm/resources/Climate/index.js +13 -0
  1045. package/node_modules/stripe/esm/resources/Climate/index.js.map +1 -0
  1046. package/node_modules/stripe/esm/resources/ConfirmationTokens.d.ts +1233 -0
  1047. package/node_modules/stripe/esm/resources/ConfirmationTokens.js +11 -0
  1048. package/node_modules/stripe/esm/resources/ConfirmationTokens.js.map +1 -0
  1049. package/node_modules/stripe/esm/resources/ConnectCollectionTransfers.d.ts +27 -0
  1050. package/node_modules/stripe/esm/resources/ConnectCollectionTransfers.js +3 -0
  1051. package/node_modules/stripe/esm/resources/ConnectCollectionTransfers.js.map +1 -0
  1052. package/node_modules/stripe/esm/resources/CountrySpecs.d.ts +86 -0
  1053. package/node_modules/stripe/esm/resources/CountrySpecs.js +19 -0
  1054. package/node_modules/stripe/esm/resources/CountrySpecs.js.map +1 -0
  1055. package/node_modules/stripe/esm/resources/Coupons.d.ts +246 -0
  1056. package/node_modules/stripe/esm/resources/Coupons.js +39 -0
  1057. package/node_modules/stripe/esm/resources/Coupons.js.map +1 -0
  1058. package/node_modules/stripe/esm/resources/CreditNoteLineItems.d.ts +140 -0
  1059. package/node_modules/stripe/esm/resources/CreditNoteLineItems.js +3 -0
  1060. package/node_modules/stripe/esm/resources/CreditNoteLineItems.js.map +1 -0
  1061. package/node_modules/stripe/esm/resources/CreditNotes.d.ts +876 -0
  1062. package/node_modules/stripe/esm/resources/CreditNotes.js +288 -0
  1063. package/node_modules/stripe/esm/resources/CreditNotes.js.map +1 -0
  1064. package/node_modules/stripe/esm/resources/CustomerBalanceTransactions.d.ts +70 -0
  1065. package/node_modules/stripe/esm/resources/CustomerBalanceTransactions.js +3 -0
  1066. package/node_modules/stripe/esm/resources/CustomerBalanceTransactions.js.map +1 -0
  1067. package/node_modules/stripe/esm/resources/CustomerCashBalanceTransactions.d.ts +166 -0
  1068. package/node_modules/stripe/esm/resources/CustomerCashBalanceTransactions.js +3 -0
  1069. package/node_modules/stripe/esm/resources/CustomerCashBalanceTransactions.js.map +1 -0
  1070. package/node_modules/stripe/esm/resources/CustomerSessions.d.ts +403 -0
  1071. package/node_modules/stripe/esm/resources/CustomerSessions.js +11 -0
  1072. package/node_modules/stripe/esm/resources/CustomerSessions.js.map +1 -0
  1073. package/node_modules/stripe/esm/resources/CustomerSources.d.ts +6 -0
  1074. package/node_modules/stripe/esm/resources/CustomerSources.js +3 -0
  1075. package/node_modules/stripe/esm/resources/CustomerSources.js.map +1 -0
  1076. package/node_modules/stripe/esm/resources/Customers.d.ts +1115 -0
  1077. package/node_modules/stripe/esm/resources/Customers.js +664 -0
  1078. package/node_modules/stripe/esm/resources/Customers.js.map +1 -0
  1079. package/node_modules/stripe/esm/resources/Discounts.d.ts +133 -0
  1080. package/node_modules/stripe/esm/resources/Discounts.js +3 -0
  1081. package/node_modules/stripe/esm/resources/Discounts.js.map +1 -0
  1082. package/node_modules/stripe/esm/resources/Disputes.d.ts +709 -0
  1083. package/node_modules/stripe/esm/resources/Disputes.js +35 -0
  1084. package/node_modules/stripe/esm/resources/Disputes.js.map +1 -0
  1085. package/node_modules/stripe/esm/resources/Entitlements/ActiveEntitlementSummaries.d.ts +20 -0
  1086. package/node_modules/stripe/esm/resources/Entitlements/ActiveEntitlementSummaries.js +3 -0
  1087. package/node_modules/stripe/esm/resources/Entitlements/ActiveEntitlementSummaries.js.map +1 -0
  1088. package/node_modules/stripe/esm/resources/Entitlements/ActiveEntitlements.d.ts +56 -0
  1089. package/node_modules/stripe/esm/resources/Entitlements/ActiveEntitlements.js +19 -0
  1090. package/node_modules/stripe/esm/resources/Entitlements/ActiveEntitlements.js.map +1 -0
  1091. package/node_modules/stripe/esm/resources/Entitlements/Features.d.ts +115 -0
  1092. package/node_modules/stripe/esm/resources/Entitlements/Features.js +31 -0
  1093. package/node_modules/stripe/esm/resources/Entitlements/Features.js.map +1 -0
  1094. package/node_modules/stripe/esm/resources/Entitlements/index.d.ts +24 -0
  1095. package/node_modules/stripe/esm/resources/Entitlements/index.js +11 -0
  1096. package/node_modules/stripe/esm/resources/Entitlements/index.js.map +1 -0
  1097. package/node_modules/stripe/esm/resources/EphemeralKeys.d.ts +63 -0
  1098. package/node_modules/stripe/esm/resources/EphemeralKeys.js +20 -0
  1099. package/node_modules/stripe/esm/resources/EphemeralKeys.js.map +1 -0
  1100. package/node_modules/stripe/esm/resources/Events.d.ts +3554 -0
  1101. package/node_modules/stripe/esm/resources/Events.js +19 -0
  1102. package/node_modules/stripe/esm/resources/Events.js.map +1 -0
  1103. package/node_modules/stripe/esm/resources/ExchangeRates.d.ts +47 -0
  1104. package/node_modules/stripe/esm/resources/ExchangeRates.js +25 -0
  1105. package/node_modules/stripe/esm/resources/ExchangeRates.js.map +1 -0
  1106. package/node_modules/stripe/esm/resources/ExternalAccounts.d.ts +4 -0
  1107. package/node_modules/stripe/esm/resources/ExternalAccounts.js +3 -0
  1108. package/node_modules/stripe/esm/resources/ExternalAccounts.js.map +1 -0
  1109. package/node_modules/stripe/esm/resources/FeeRefunds.d.ts +37 -0
  1110. package/node_modules/stripe/esm/resources/FeeRefunds.js +3 -0
  1111. package/node_modules/stripe/esm/resources/FeeRefunds.js.map +1 -0
  1112. package/node_modules/stripe/esm/resources/FileLinks.d.ts +116 -0
  1113. package/node_modules/stripe/esm/resources/FileLinks.js +31 -0
  1114. package/node_modules/stripe/esm/resources/FileLinks.js.map +1 -0
  1115. package/node_modules/stripe/esm/resources/Files.d.ts +129 -0
  1116. package/node_modules/stripe/esm/resources/Files.js +37 -0
  1117. package/node_modules/stripe/esm/resources/Files.js.map +1 -0
  1118. package/node_modules/stripe/esm/resources/FinancialConnections/AccountOwners.d.ts +34 -0
  1119. package/node_modules/stripe/esm/resources/FinancialConnections/AccountOwners.js +3 -0
  1120. package/node_modules/stripe/esm/resources/FinancialConnections/AccountOwners.js.map +1 -0
  1121. package/node_modules/stripe/esm/resources/FinancialConnections/AccountOwnerships.d.ts +20 -0
  1122. package/node_modules/stripe/esm/resources/FinancialConnections/AccountOwnerships.js +3 -0
  1123. package/node_modules/stripe/esm/resources/FinancialConnections/AccountOwnerships.js.map +1 -0
  1124. package/node_modules/stripe/esm/resources/FinancialConnections/Accounts.d.ts +405 -0
  1125. package/node_modules/stripe/esm/resources/FinancialConnections/Accounts.js +51 -0
  1126. package/node_modules/stripe/esm/resources/FinancialConnections/Accounts.js.map +1 -0
  1127. package/node_modules/stripe/esm/resources/FinancialConnections/Sessions.d.ts +164 -0
  1128. package/node_modules/stripe/esm/resources/FinancialConnections/Sessions.js +17 -0
  1129. package/node_modules/stripe/esm/resources/FinancialConnections/Sessions.js.map +1 -0
  1130. package/node_modules/stripe/esm/resources/FinancialConnections/Transactions.d.ts +109 -0
  1131. package/node_modules/stripe/esm/resources/FinancialConnections/Transactions.js +19 -0
  1132. package/node_modules/stripe/esm/resources/FinancialConnections/Transactions.js.map +1 -0
  1133. package/node_modules/stripe/esm/resources/FinancialConnections/index.d.ts +36 -0
  1134. package/node_modules/stripe/esm/resources/FinancialConnections/index.js +13 -0
  1135. package/node_modules/stripe/esm/resources/FinancialConnections/index.js.map +1 -0
  1136. package/node_modules/stripe/esm/resources/Forwarding/Requests.d.ts +201 -0
  1137. package/node_modules/stripe/esm/resources/Forwarding/Requests.js +25 -0
  1138. package/node_modules/stripe/esm/resources/Forwarding/Requests.js.map +1 -0
  1139. package/node_modules/stripe/esm/resources/Forwarding/index.d.ts +14 -0
  1140. package/node_modules/stripe/esm/resources/Forwarding/index.js +9 -0
  1141. package/node_modules/stripe/esm/resources/Forwarding/index.js.map +1 -0
  1142. package/node_modules/stripe/esm/resources/FundingInstructions.d.ts +213 -0
  1143. package/node_modules/stripe/esm/resources/FundingInstructions.js +3 -0
  1144. package/node_modules/stripe/esm/resources/FundingInstructions.js.map +1 -0
  1145. package/node_modules/stripe/esm/resources/Identity/VerificationReports.d.ts +412 -0
  1146. package/node_modules/stripe/esm/resources/Identity/VerificationReports.js +19 -0
  1147. package/node_modules/stripe/esm/resources/Identity/VerificationReports.js.map +1 -0
  1148. package/node_modules/stripe/esm/resources/Identity/VerificationSessions.d.ts +530 -0
  1149. package/node_modules/stripe/esm/resources/Identity/VerificationSessions.js +75 -0
  1150. package/node_modules/stripe/esm/resources/Identity/VerificationSessions.js.map +1 -0
  1151. package/node_modules/stripe/esm/resources/Identity/index.d.ts +23 -0
  1152. package/node_modules/stripe/esm/resources/Identity/index.js +11 -0
  1153. package/node_modules/stripe/esm/resources/Identity/index.js.map +1 -0
  1154. package/node_modules/stripe/esm/resources/InvoiceItems.d.ts +534 -0
  1155. package/node_modules/stripe/esm/resources/InvoiceItems.js +142 -0
  1156. package/node_modules/stripe/esm/resources/InvoiceItems.js.map +1 -0
  1157. package/node_modules/stripe/esm/resources/InvoiceLineItems.d.ts +280 -0
  1158. package/node_modules/stripe/esm/resources/InvoiceLineItems.js +3 -0
  1159. package/node_modules/stripe/esm/resources/InvoiceLineItems.js.map +1 -0
  1160. package/node_modules/stripe/esm/resources/InvoicePayments.d.ts +142 -0
  1161. package/node_modules/stripe/esm/resources/InvoicePayments.js +19 -0
  1162. package/node_modules/stripe/esm/resources/InvoicePayments.js.map +1 -0
  1163. package/node_modules/stripe/esm/resources/InvoiceRenderingTemplates.d.ts +87 -0
  1164. package/node_modules/stripe/esm/resources/InvoiceRenderingTemplates.js +31 -0
  1165. package/node_modules/stripe/esm/resources/InvoiceRenderingTemplates.js.map +1 -0
  1166. package/node_modules/stripe/esm/resources/Invoices.d.ts +4239 -0
  1167. package/node_modules/stripe/esm/resources/Invoices.js +864 -0
  1168. package/node_modules/stripe/esm/resources/Invoices.js.map +1 -0
  1169. package/node_modules/stripe/esm/resources/Issuing/Authorizations.d.ts +609 -0
  1170. package/node_modules/stripe/esm/resources/Issuing/Authorizations.js +871 -0
  1171. package/node_modules/stripe/esm/resources/Issuing/Authorizations.js.map +1 -0
  1172. package/node_modules/stripe/esm/resources/Issuing/Cardholders.d.ts +746 -0
  1173. package/node_modules/stripe/esm/resources/Issuing/Cardholders.js +31 -0
  1174. package/node_modules/stripe/esm/resources/Issuing/Cardholders.js.map +1 -0
  1175. package/node_modules/stripe/esm/resources/Issuing/Cards.d.ts +792 -0
  1176. package/node_modules/stripe/esm/resources/Issuing/Cards.js +31 -0
  1177. package/node_modules/stripe/esm/resources/Issuing/Cards.js.map +1 -0
  1178. package/node_modules/stripe/esm/resources/Issuing/Disputes.d.ts +860 -0
  1179. package/node_modules/stripe/esm/resources/Issuing/Disputes.js +37 -0
  1180. package/node_modules/stripe/esm/resources/Issuing/Disputes.js.map +1 -0
  1181. package/node_modules/stripe/esm/resources/Issuing/PersonalizationDesigns.d.ts +289 -0
  1182. package/node_modules/stripe/esm/resources/Issuing/PersonalizationDesigns.js +31 -0
  1183. package/node_modules/stripe/esm/resources/Issuing/PersonalizationDesigns.js.map +1 -0
  1184. package/node_modules/stripe/esm/resources/Issuing/PhysicalBundles.d.ts +91 -0
  1185. package/node_modules/stripe/esm/resources/Issuing/PhysicalBundles.js +19 -0
  1186. package/node_modules/stripe/esm/resources/Issuing/PhysicalBundles.js.map +1 -0
  1187. package/node_modules/stripe/esm/resources/Issuing/Tokens.d.ts +248 -0
  1188. package/node_modules/stripe/esm/resources/Issuing/Tokens.js +25 -0
  1189. package/node_modules/stripe/esm/resources/Issuing/Tokens.js.map +1 -0
  1190. package/node_modules/stripe/esm/resources/Issuing/Transactions.d.ts +449 -0
  1191. package/node_modules/stripe/esm/resources/Issuing/Transactions.js +281 -0
  1192. package/node_modules/stripe/esm/resources/Issuing/Transactions.js.map +1 -0
  1193. package/node_modules/stripe/esm/resources/Issuing/index.d.ts +69 -0
  1194. package/node_modules/stripe/esm/resources/Issuing/index.js +23 -0
  1195. package/node_modules/stripe/esm/resources/Issuing/index.js.map +1 -0
  1196. package/node_modules/stripe/esm/resources/LineItems.d.ts +102 -0
  1197. package/node_modules/stripe/esm/resources/LineItems.js +3 -0
  1198. package/node_modules/stripe/esm/resources/LineItems.js.map +1 -0
  1199. package/node_modules/stripe/esm/resources/LoginLinks.d.ts +14 -0
  1200. package/node_modules/stripe/esm/resources/LoginLinks.js +3 -0
  1201. package/node_modules/stripe/esm/resources/LoginLinks.js.map +1 -0
  1202. package/node_modules/stripe/esm/resources/Mandates.d.ts +322 -0
  1203. package/node_modules/stripe/esm/resources/Mandates.js +11 -0
  1204. package/node_modules/stripe/esm/resources/Mandates.js.map +1 -0
  1205. package/node_modules/stripe/esm/resources/OAuth.d.ts +279 -0
  1206. package/node_modules/stripe/esm/resources/OAuth.js +43 -0
  1207. package/node_modules/stripe/esm/resources/OAuth.js.map +1 -0
  1208. package/node_modules/stripe/esm/resources/PaymentAttemptRecords.d.ts +1838 -0
  1209. package/node_modules/stripe/esm/resources/PaymentAttemptRecords.js +19 -0
  1210. package/node_modules/stripe/esm/resources/PaymentAttemptRecords.js.map +1 -0
  1211. package/node_modules/stripe/esm/resources/PaymentIntentAmountDetailsLineItems.d.ts +93 -0
  1212. package/node_modules/stripe/esm/resources/PaymentIntentAmountDetailsLineItems.js +3 -0
  1213. package/node_modules/stripe/esm/resources/PaymentIntentAmountDetailsLineItems.js.map +1 -0
  1214. package/node_modules/stripe/esm/resources/PaymentIntents.d.ts +11591 -0
  1215. package/node_modules/stripe/esm/resources/PaymentIntents.js +167 -0
  1216. package/node_modules/stripe/esm/resources/PaymentIntents.js.map +1 -0
  1217. package/node_modules/stripe/esm/resources/PaymentLinks.d.ts +2148 -0
  1218. package/node_modules/stripe/esm/resources/PaymentLinks.js +432 -0
  1219. package/node_modules/stripe/esm/resources/PaymentLinks.js.map +1 -0
  1220. package/node_modules/stripe/esm/resources/PaymentMethodConfigurations.d.ts +4253 -0
  1221. package/node_modules/stripe/esm/resources/PaymentMethodConfigurations.js +31 -0
  1222. package/node_modules/stripe/esm/resources/PaymentMethodConfigurations.js.map +1 -0
  1223. package/node_modules/stripe/esm/resources/PaymentMethodDomains.d.ts +246 -0
  1224. package/node_modules/stripe/esm/resources/PaymentMethodDomains.js +42 -0
  1225. package/node_modules/stripe/esm/resources/PaymentMethodDomains.js.map +1 -0
  1226. package/node_modules/stripe/esm/resources/PaymentMethods.d.ts +1959 -0
  1227. package/node_modules/stripe/esm/resources/PaymentMethods.js +57 -0
  1228. package/node_modules/stripe/esm/resources/PaymentMethods.js.map +1 -0
  1229. package/node_modules/stripe/esm/resources/PaymentRecords.d.ts +2308 -0
  1230. package/node_modules/stripe/esm/resources/PaymentRecords.js +60 -0
  1231. package/node_modules/stripe/esm/resources/PaymentRecords.js.map +1 -0
  1232. package/node_modules/stripe/esm/resources/Payouts.d.ts +262 -0
  1233. package/node_modules/stripe/esm/resources/Payouts.js +49 -0
  1234. package/node_modules/stripe/esm/resources/Payouts.js.map +1 -0
  1235. package/node_modules/stripe/esm/resources/Persons.d.ts +474 -0
  1236. package/node_modules/stripe/esm/resources/Persons.js +3 -0
  1237. package/node_modules/stripe/esm/resources/Persons.js.map +1 -0
  1238. package/node_modules/stripe/esm/resources/Plans.d.ts +363 -0
  1239. package/node_modules/stripe/esm/resources/Plans.js +155 -0
  1240. package/node_modules/stripe/esm/resources/Plans.js.map +1 -0
  1241. package/node_modules/stripe/esm/resources/Prices.d.ts +721 -0
  1242. package/node_modules/stripe/esm/resources/Prices.js +361 -0
  1243. package/node_modules/stripe/esm/resources/Prices.js.map +1 -0
  1244. package/node_modules/stripe/esm/resources/ProductFeatures.d.ts +38 -0
  1245. package/node_modules/stripe/esm/resources/ProductFeatures.js +3 -0
  1246. package/node_modules/stripe/esm/resources/ProductFeatures.js.map +1 -0
  1247. package/node_modules/stripe/esm/resources/Products.d.ts +575 -0
  1248. package/node_modules/stripe/esm/resources/Products.js +105 -0
  1249. package/node_modules/stripe/esm/resources/Products.js.map +1 -0
  1250. package/node_modules/stripe/esm/resources/PromotionCodes.d.ts +271 -0
  1251. package/node_modules/stripe/esm/resources/PromotionCodes.js +31 -0
  1252. package/node_modules/stripe/esm/resources/PromotionCodes.js.map +1 -0
  1253. package/node_modules/stripe/esm/resources/Quotes.d.ts +1202 -0
  1254. package/node_modules/stripe/esm/resources/Quotes.js +872 -0
  1255. package/node_modules/stripe/esm/resources/Quotes.js.map +1 -0
  1256. package/node_modules/stripe/esm/resources/Radar/EarlyFraudWarnings.d.ts +79 -0
  1257. package/node_modules/stripe/esm/resources/Radar/EarlyFraudWarnings.js +21 -0
  1258. package/node_modules/stripe/esm/resources/Radar/EarlyFraudWarnings.js.map +1 -0
  1259. package/node_modules/stripe/esm/resources/Radar/PaymentEvaluations.d.ts +579 -0
  1260. package/node_modules/stripe/esm/resources/Radar/PaymentEvaluations.js +11 -0
  1261. package/node_modules/stripe/esm/resources/Radar/PaymentEvaluations.js.map +1 -0
  1262. package/node_modules/stripe/esm/resources/Radar/ValueListItems.d.ts +117 -0
  1263. package/node_modules/stripe/esm/resources/Radar/ValueListItems.js +31 -0
  1264. package/node_modules/stripe/esm/resources/Radar/ValueListItems.js.map +1 -0
  1265. package/node_modules/stripe/esm/resources/Radar/ValueLists.d.ts +168 -0
  1266. package/node_modules/stripe/esm/resources/Radar/ValueLists.js +37 -0
  1267. package/node_modules/stripe/esm/resources/Radar/ValueLists.js.map +1 -0
  1268. package/node_modules/stripe/esm/resources/Radar/index.d.ts +37 -0
  1269. package/node_modules/stripe/esm/resources/Radar/index.js +15 -0
  1270. package/node_modules/stripe/esm/resources/Radar/index.js.map +1 -0
  1271. package/node_modules/stripe/esm/resources/Refunds.d.ts +505 -0
  1272. package/node_modules/stripe/esm/resources/Refunds.js +51 -0
  1273. package/node_modules/stripe/esm/resources/Refunds.js.map +1 -0
  1274. package/node_modules/stripe/esm/resources/Reporting/ReportRuns.d.ts +174 -0
  1275. package/node_modules/stripe/esm/resources/Reporting/ReportRuns.js +25 -0
  1276. package/node_modules/stripe/esm/resources/Reporting/ReportRuns.js.map +1 -0
  1277. package/node_modules/stripe/esm/resources/Reporting/ReportTypes.d.ts +66 -0
  1278. package/node_modules/stripe/esm/resources/Reporting/ReportTypes.js +19 -0
  1279. package/node_modules/stripe/esm/resources/Reporting/ReportTypes.js.map +1 -0
  1280. package/node_modules/stripe/esm/resources/Reporting/index.d.ts +20 -0
  1281. package/node_modules/stripe/esm/resources/Reporting/index.js +11 -0
  1282. package/node_modules/stripe/esm/resources/Reporting/index.js.map +1 -0
  1283. package/node_modules/stripe/esm/resources/Reserve/Holds.d.ts +91 -0
  1284. package/node_modules/stripe/esm/resources/Reserve/Holds.js +3 -0
  1285. package/node_modules/stripe/esm/resources/Reserve/Holds.js.map +1 -0
  1286. package/node_modules/stripe/esm/resources/Reserve/Plans.d.ts +74 -0
  1287. package/node_modules/stripe/esm/resources/Reserve/Plans.js +3 -0
  1288. package/node_modules/stripe/esm/resources/Reserve/Plans.js.map +1 -0
  1289. package/node_modules/stripe/esm/resources/Reserve/Releases.d.ts +77 -0
  1290. package/node_modules/stripe/esm/resources/Reserve/Releases.js +3 -0
  1291. package/node_modules/stripe/esm/resources/Reserve/Releases.js.map +1 -0
  1292. package/node_modules/stripe/esm/resources/Reserve/index.d.ts +13 -0
  1293. package/node_modules/stripe/esm/resources/Reserve/index.js +4 -0
  1294. package/node_modules/stripe/esm/resources/Reserve/index.js.map +1 -0
  1295. package/node_modules/stripe/esm/resources/ReserveTransactions.d.ts +19 -0
  1296. package/node_modules/stripe/esm/resources/ReserveTransactions.js +3 -0
  1297. package/node_modules/stripe/esm/resources/ReserveTransactions.js.map +1 -0
  1298. package/node_modules/stripe/esm/resources/Reviews.d.ts +143 -0
  1299. package/node_modules/stripe/esm/resources/Reviews.js +25 -0
  1300. package/node_modules/stripe/esm/resources/Reviews.js.map +1 -0
  1301. package/node_modules/stripe/esm/resources/SetupAttempts.d.ts +552 -0
  1302. package/node_modules/stripe/esm/resources/SetupAttempts.js +13 -0
  1303. package/node_modules/stripe/esm/resources/SetupAttempts.js.map +1 -0
  1304. package/node_modules/stripe/esm/resources/SetupIntents.d.ts +4572 -0
  1305. package/node_modules/stripe/esm/resources/SetupIntents.js +71 -0
  1306. package/node_modules/stripe/esm/resources/SetupIntents.js.map +1 -0
  1307. package/node_modules/stripe/esm/resources/ShippingRates.d.ts +319 -0
  1308. package/node_modules/stripe/esm/resources/ShippingRates.js +31 -0
  1309. package/node_modules/stripe/esm/resources/ShippingRates.js.map +1 -0
  1310. package/node_modules/stripe/esm/resources/Sigma/ScheduledQueryRuns.d.ts +81 -0
  1311. package/node_modules/stripe/esm/resources/Sigma/ScheduledQueryRuns.js +19 -0
  1312. package/node_modules/stripe/esm/resources/Sigma/ScheduledQueryRuns.js.map +1 -0
  1313. package/node_modules/stripe/esm/resources/Sigma/index.d.ts +13 -0
  1314. package/node_modules/stripe/esm/resources/Sigma/index.js +9 -0
  1315. package/node_modules/stripe/esm/resources/Sigma/index.js.map +1 -0
  1316. package/node_modules/stripe/esm/resources/SourceMandateNotifications.d.ts +79 -0
  1317. package/node_modules/stripe/esm/resources/SourceMandateNotifications.js +3 -0
  1318. package/node_modules/stripe/esm/resources/SourceMandateNotifications.js.map +1 -0
  1319. package/node_modules/stripe/esm/resources/SourceTransactions.d.ts +140 -0
  1320. package/node_modules/stripe/esm/resources/SourceTransactions.js +3 -0
  1321. package/node_modules/stripe/esm/resources/SourceTransactions.js.map +1 -0
  1322. package/node_modules/stripe/esm/resources/Sources.d.ts +918 -0
  1323. package/node_modules/stripe/esm/resources/Sources.js +39 -0
  1324. package/node_modules/stripe/esm/resources/Sources.js.map +1 -0
  1325. package/node_modules/stripe/esm/resources/SubscriptionItems.d.ts +403 -0
  1326. package/node_modules/stripe/esm/resources/SubscriptionItems.js +398 -0
  1327. package/node_modules/stripe/esm/resources/SubscriptionItems.js.map +1 -0
  1328. package/node_modules/stripe/esm/resources/SubscriptionSchedules.d.ts +1790 -0
  1329. package/node_modules/stripe/esm/resources/SubscriptionSchedules.js +127 -0
  1330. package/node_modules/stripe/esm/resources/SubscriptionSchedules.js.map +1 -0
  1331. package/node_modules/stripe/esm/resources/Subscriptions.d.ts +2785 -0
  1332. package/node_modules/stripe/esm/resources/Subscriptions.js +944 -0
  1333. package/node_modules/stripe/esm/resources/Subscriptions.js.map +1 -0
  1334. package/node_modules/stripe/esm/resources/Tax/Associations.d.ts +73 -0
  1335. package/node_modules/stripe/esm/resources/Tax/Associations.js +11 -0
  1336. package/node_modules/stripe/esm/resources/Tax/Associations.js.map +1 -0
  1337. package/node_modules/stripe/esm/resources/Tax/CalculationLineItems.d.ts +119 -0
  1338. package/node_modules/stripe/esm/resources/Tax/CalculationLineItems.js +3 -0
  1339. package/node_modules/stripe/esm/resources/Tax/CalculationLineItems.js.map +1 -0
  1340. package/node_modules/stripe/esm/resources/Tax/Calculations.d.ts +485 -0
  1341. package/node_modules/stripe/esm/resources/Tax/Calculations.js +25 -0
  1342. package/node_modules/stripe/esm/resources/Tax/Calculations.js.map +1 -0
  1343. package/node_modules/stripe/esm/resources/Tax/Registrations.d.ts +3298 -0
  1344. package/node_modules/stripe/esm/resources/Tax/Registrations.js +33 -0
  1345. package/node_modules/stripe/esm/resources/Tax/Registrations.js.map +1 -0
  1346. package/node_modules/stripe/esm/resources/Tax/Settings.d.ts +116 -0
  1347. package/node_modules/stripe/esm/resources/Tax/Settings.js +17 -0
  1348. package/node_modules/stripe/esm/resources/Tax/Settings.js.map +1 -0
  1349. package/node_modules/stripe/esm/resources/Tax/TransactionLineItems.d.ts +65 -0
  1350. package/node_modules/stripe/esm/resources/Tax/TransactionLineItems.js +3 -0
  1351. package/node_modules/stripe/esm/resources/Tax/TransactionLineItems.js.map +1 -0
  1352. package/node_modules/stripe/esm/resources/Tax/Transactions.d.ts +345 -0
  1353. package/node_modules/stripe/esm/resources/Tax/Transactions.js +31 -0
  1354. package/node_modules/stripe/esm/resources/Tax/Transactions.js.map +1 -0
  1355. package/node_modules/stripe/esm/resources/Tax/index.d.ts +47 -0
  1356. package/node_modules/stripe/esm/resources/Tax/index.js +17 -0
  1357. package/node_modules/stripe/esm/resources/Tax/index.js.map +1 -0
  1358. package/node_modules/stripe/esm/resources/TaxCodes.d.ts +43 -0
  1359. package/node_modules/stripe/esm/resources/TaxCodes.js +19 -0
  1360. package/node_modules/stripe/esm/resources/TaxCodes.js.map +1 -0
  1361. package/node_modules/stripe/esm/resources/TaxDeductedAtSources.d.ts +22 -0
  1362. package/node_modules/stripe/esm/resources/TaxDeductedAtSources.js +3 -0
  1363. package/node_modules/stripe/esm/resources/TaxDeductedAtSources.js.map +1 -0
  1364. package/node_modules/stripe/esm/resources/TaxIds.d.ts +216 -0
  1365. package/node_modules/stripe/esm/resources/TaxIds.js +31 -0
  1366. package/node_modules/stripe/esm/resources/TaxIds.js.map +1 -0
  1367. package/node_modules/stripe/esm/resources/TaxRates.d.ts +226 -0
  1368. package/node_modules/stripe/esm/resources/TaxRates.js +31 -0
  1369. package/node_modules/stripe/esm/resources/TaxRates.js.map +1 -0
  1370. package/node_modules/stripe/esm/resources/Terminal/Configurations.d.ts +1761 -0
  1371. package/node_modules/stripe/esm/resources/Terminal/Configurations.js +37 -0
  1372. package/node_modules/stripe/esm/resources/Terminal/Configurations.js.map +1 -0
  1373. package/node_modules/stripe/esm/resources/Terminal/ConnectionTokens.d.ts +34 -0
  1374. package/node_modules/stripe/esm/resources/Terminal/ConnectionTokens.js +11 -0
  1375. package/node_modules/stripe/esm/resources/Terminal/ConnectionTokens.js.map +1 -0
  1376. package/node_modules/stripe/esm/resources/Terminal/Locations.d.ts +283 -0
  1377. package/node_modules/stripe/esm/resources/Terminal/Locations.js +38 -0
  1378. package/node_modules/stripe/esm/resources/Terminal/Locations.js.map +1 -0
  1379. package/node_modules/stripe/esm/resources/Terminal/OnboardingLinks.d.ts +87 -0
  1380. package/node_modules/stripe/esm/resources/Terminal/OnboardingLinks.js +11 -0
  1381. package/node_modules/stripe/esm/resources/Terminal/OnboardingLinks.js.map +1 -0
  1382. package/node_modules/stripe/esm/resources/Terminal/Readers.d.ts +1151 -0
  1383. package/node_modules/stripe/esm/resources/Terminal/Readers.js +85 -0
  1384. package/node_modules/stripe/esm/resources/Terminal/Readers.js.map +1 -0
  1385. package/node_modules/stripe/esm/resources/Terminal/index.d.ts +55 -0
  1386. package/node_modules/stripe/esm/resources/Terminal/index.js +17 -0
  1387. package/node_modules/stripe/esm/resources/Terminal/index.js.map +1 -0
  1388. package/node_modules/stripe/esm/resources/TestHelpers/ConfirmationTokens.d.ts +669 -0
  1389. package/node_modules/stripe/esm/resources/TestHelpers/ConfirmationTokens.js +11 -0
  1390. package/node_modules/stripe/esm/resources/TestHelpers/ConfirmationTokens.js.map +1 -0
  1391. package/node_modules/stripe/esm/resources/TestHelpers/Customers.d.ts +29 -0
  1392. package/node_modules/stripe/esm/resources/TestHelpers/Customers.js +11 -0
  1393. package/node_modules/stripe/esm/resources/TestHelpers/Customers.js.map +1 -0
  1394. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Authorizations.d.ts +806 -0
  1395. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Authorizations.js +1315 -0
  1396. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Authorizations.js.map +1 -0
  1397. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Cards.d.ts +75 -0
  1398. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Cards.js +35 -0
  1399. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Cards.js.map +1 -0
  1400. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/PersonalizationDesigns.d.ts +67 -0
  1401. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/PersonalizationDesigns.js +23 -0
  1402. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/PersonalizationDesigns.js.map +1 -0
  1403. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Transactions.d.ts +582 -0
  1404. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Transactions.js +378 -0
  1405. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Transactions.js.map +1 -0
  1406. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/index.d.ts +14 -0
  1407. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/index.js +15 -0
  1408. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/index.js.map +1 -0
  1409. package/node_modules/stripe/esm/resources/TestHelpers/Refunds.d.ts +17 -0
  1410. package/node_modules/stripe/esm/resources/TestHelpers/Refunds.js +11 -0
  1411. package/node_modules/stripe/esm/resources/TestHelpers/Refunds.js.map +1 -0
  1412. package/node_modules/stripe/esm/resources/TestHelpers/Terminal/Readers.d.ts +107 -0
  1413. package/node_modules/stripe/esm/resources/TestHelpers/Terminal/Readers.js +23 -0
  1414. package/node_modules/stripe/esm/resources/TestHelpers/Terminal/Readers.js.map +1 -0
  1415. package/node_modules/stripe/esm/resources/TestHelpers/Terminal/index.d.ts +8 -0
  1416. package/node_modules/stripe/esm/resources/TestHelpers/Terminal/index.js +9 -0
  1417. package/node_modules/stripe/esm/resources/TestHelpers/Terminal/index.js.map +1 -0
  1418. package/node_modules/stripe/esm/resources/TestHelpers/TestClocks.d.ts +144 -0
  1419. package/node_modules/stripe/esm/resources/TestHelpers/TestClocks.js +37 -0
  1420. package/node_modules/stripe/esm/resources/TestHelpers/TestClocks.js.map +1 -0
  1421. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/InboundTransfers.d.ts +62 -0
  1422. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/InboundTransfers.js +23 -0
  1423. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/InboundTransfers.js.map +1 -0
  1424. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/OutboundPayments.d.ts +119 -0
  1425. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/OutboundPayments.js +29 -0
  1426. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/OutboundPayments.js.map +1 -0
  1427. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/OutboundTransfers.d.ts +119 -0
  1428. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/OutboundTransfers.js +29 -0
  1429. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/OutboundTransfers.js.map +1 -0
  1430. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +72 -0
  1431. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/ReceivedCredits.js +11 -0
  1432. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/ReceivedCredits.js.map +1 -0
  1433. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +71 -0
  1434. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/ReceivedDebits.js +11 -0
  1435. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/ReceivedDebits.js.map +1 -0
  1436. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/index.d.ts +16 -0
  1437. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/index.js +17 -0
  1438. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/index.js.map +1 -0
  1439. package/node_modules/stripe/esm/resources/TestHelpers/index.d.ts +32 -0
  1440. package/node_modules/stripe/esm/resources/TestHelpers/index.js +21 -0
  1441. package/node_modules/stripe/esm/resources/TestHelpers/index.js.map +1 -0
  1442. package/node_modules/stripe/esm/resources/Tokens.d.ts +874 -0
  1443. package/node_modules/stripe/esm/resources/Tokens.js +18 -0
  1444. package/node_modules/stripe/esm/resources/Tokens.js.map +1 -0
  1445. package/node_modules/stripe/esm/resources/Topups.d.ts +195 -0
  1446. package/node_modules/stripe/esm/resources/Topups.js +37 -0
  1447. package/node_modules/stripe/esm/resources/Topups.js.map +1 -0
  1448. package/node_modules/stripe/esm/resources/TransferReversals.d.ts +46 -0
  1449. package/node_modules/stripe/esm/resources/TransferReversals.js +3 -0
  1450. package/node_modules/stripe/esm/resources/TransferReversals.js.map +1 -0
  1451. package/node_modules/stripe/esm/resources/Transfers.d.ts +242 -0
  1452. package/node_modules/stripe/esm/resources/Transfers.js +65 -0
  1453. package/node_modules/stripe/esm/resources/Transfers.js.map +1 -0
  1454. package/node_modules/stripe/esm/resources/Treasury/CreditReversals.d.ts +130 -0
  1455. package/node_modules/stripe/esm/resources/Treasury/CreditReversals.js +25 -0
  1456. package/node_modules/stripe/esm/resources/Treasury/CreditReversals.js.map +1 -0
  1457. package/node_modules/stripe/esm/resources/Treasury/DebitReversals.d.ts +145 -0
  1458. package/node_modules/stripe/esm/resources/Treasury/DebitReversals.js +25 -0
  1459. package/node_modules/stripe/esm/resources/Treasury/DebitReversals.js.map +1 -0
  1460. package/node_modules/stripe/esm/resources/Treasury/FinancialAccountFeatures.d.ts +400 -0
  1461. package/node_modules/stripe/esm/resources/Treasury/FinancialAccountFeatures.js +3 -0
  1462. package/node_modules/stripe/esm/resources/Treasury/FinancialAccountFeatures.js.map +1 -0
  1463. package/node_modules/stripe/esm/resources/Treasury/FinancialAccounts.d.ts +754 -0
  1464. package/node_modules/stripe/esm/resources/Treasury/FinancialAccounts.js +49 -0
  1465. package/node_modules/stripe/esm/resources/Treasury/FinancialAccounts.js.map +1 -0
  1466. package/node_modules/stripe/esm/resources/Treasury/InboundTransfers.d.ts +261 -0
  1467. package/node_modules/stripe/esm/resources/Treasury/InboundTransfers.js +31 -0
  1468. package/node_modules/stripe/esm/resources/Treasury/InboundTransfers.js.map +1 -0
  1469. package/node_modules/stripe/esm/resources/Treasury/OutboundPayments.d.ts +450 -0
  1470. package/node_modules/stripe/esm/resources/Treasury/OutboundPayments.js +31 -0
  1471. package/node_modules/stripe/esm/resources/Treasury/OutboundPayments.js.map +1 -0
  1472. package/node_modules/stripe/esm/resources/Treasury/OutboundTransfers.d.ts +344 -0
  1473. package/node_modules/stripe/esm/resources/Treasury/OutboundTransfers.js +31 -0
  1474. package/node_modules/stripe/esm/resources/Treasury/OutboundTransfers.js.map +1 -0
  1475. package/node_modules/stripe/esm/resources/Treasury/ReceivedCredits.d.ts +259 -0
  1476. package/node_modules/stripe/esm/resources/Treasury/ReceivedCredits.js +19 -0
  1477. package/node_modules/stripe/esm/resources/Treasury/ReceivedCredits.js.map +1 -0
  1478. package/node_modules/stripe/esm/resources/Treasury/ReceivedDebits.d.ts +200 -0
  1479. package/node_modules/stripe/esm/resources/Treasury/ReceivedDebits.js +19 -0
  1480. package/node_modules/stripe/esm/resources/Treasury/ReceivedDebits.js.map +1 -0
  1481. package/node_modules/stripe/esm/resources/Treasury/TransactionEntries.d.ts +185 -0
  1482. package/node_modules/stripe/esm/resources/Treasury/TransactionEntries.js +398 -0
  1483. package/node_modules/stripe/esm/resources/Treasury/TransactionEntries.js.map +1 -0
  1484. package/node_modules/stripe/esm/resources/Treasury/Transactions.d.ts +210 -0
  1485. package/node_modules/stripe/esm/resources/Treasury/Transactions.js +450 -0
  1486. package/node_modules/stripe/esm/resources/Treasury/Transactions.js.map +1 -0
  1487. package/node_modules/stripe/esm/resources/Treasury/index.d.ts +83 -0
  1488. package/node_modules/stripe/esm/resources/Treasury/index.js +27 -0
  1489. package/node_modules/stripe/esm/resources/Treasury/index.js.map +1 -0
  1490. package/node_modules/stripe/esm/resources/V2/Billing/MeterEventAdjustments.d.ts +77 -0
  1491. package/node_modules/stripe/esm/resources/V2/Billing/MeterEventAdjustments.js +11 -0
  1492. package/node_modules/stripe/esm/resources/V2/Billing/MeterEventAdjustments.js.map +1 -0
  1493. package/node_modules/stripe/esm/resources/V2/Billing/MeterEventSession.d.ts +41 -0
  1494. package/node_modules/stripe/esm/resources/V2/Billing/MeterEventSession.js +11 -0
  1495. package/node_modules/stripe/esm/resources/V2/Billing/MeterEventSession.js.map +1 -0
  1496. package/node_modules/stripe/esm/resources/V2/Billing/MeterEventStream.d.ts +48 -0
  1497. package/node_modules/stripe/esm/resources/V2/Billing/MeterEventStream.js +14 -0
  1498. package/node_modules/stripe/esm/resources/V2/Billing/MeterEventStream.js.map +1 -0
  1499. package/node_modules/stripe/esm/resources/V2/Billing/MeterEvents.d.ts +75 -0
  1500. package/node_modules/stripe/esm/resources/V2/Billing/MeterEvents.js +11 -0
  1501. package/node_modules/stripe/esm/resources/V2/Billing/MeterEvents.js.map +1 -0
  1502. package/node_modules/stripe/esm/resources/V2/Billing/index.d.ts +24 -0
  1503. package/node_modules/stripe/esm/resources/V2/Billing/index.js +15 -0
  1504. package/node_modules/stripe/esm/resources/V2/Billing/index.js.map +1 -0
  1505. package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalog/Imports.d.ts +99 -0
  1506. package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalog/Imports.js +152 -0
  1507. package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalog/Imports.js.map +1 -0
  1508. package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalog/index.d.ts +8 -0
  1509. package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalog/index.js +9 -0
  1510. package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalog/index.js.map +1 -0
  1511. package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalogImports.d.ts +184 -0
  1512. package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalogImports.js +3 -0
  1513. package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalogImports.js.map +1 -0
  1514. package/node_modules/stripe/esm/resources/V2/Commerce/index.d.ts +13 -0
  1515. package/node_modules/stripe/esm/resources/V2/Commerce/index.js +9 -0
  1516. package/node_modules/stripe/esm/resources/V2/Commerce/index.js.map +1 -0
  1517. package/node_modules/stripe/esm/resources/V2/Core/AccountLinks.d.ts +231 -0
  1518. package/node_modules/stripe/esm/resources/V2/Core/AccountLinks.js +12 -0
  1519. package/node_modules/stripe/esm/resources/V2/Core/AccountLinks.js.map +1 -0
  1520. package/node_modules/stripe/esm/resources/V2/Core/AccountPersonTokens.d.ts +26 -0
  1521. package/node_modules/stripe/esm/resources/V2/Core/AccountPersonTokens.js +3 -0
  1522. package/node_modules/stripe/esm/resources/V2/Core/AccountPersonTokens.js.map +1 -0
  1523. package/node_modules/stripe/esm/resources/V2/Core/AccountPersons.d.ts +469 -0
  1524. package/node_modules/stripe/esm/resources/V2/Core/AccountPersons.js +3 -0
  1525. package/node_modules/stripe/esm/resources/V2/Core/AccountPersons.js.map +1 -0
  1526. package/node_modules/stripe/esm/resources/V2/Core/AccountTokens.d.ts +806 -0
  1527. package/node_modules/stripe/esm/resources/V2/Core/AccountTokens.js +43 -0
  1528. package/node_modules/stripe/esm/resources/V2/Core/AccountTokens.js.map +1 -0
  1529. package/node_modules/stripe/esm/resources/V2/Core/Accounts/PersonTokens.d.ts +379 -0
  1530. package/node_modules/stripe/esm/resources/V2/Core/Accounts/PersonTokens.js +30 -0
  1531. package/node_modules/stripe/esm/resources/V2/Core/Accounts/PersonTokens.js.map +1 -0
  1532. package/node_modules/stripe/esm/resources/V2/Core/Accounts/Persons.d.ts +884 -0
  1533. package/node_modules/stripe/esm/resources/V2/Core/Accounts/Persons.js +107 -0
  1534. package/node_modules/stripe/esm/resources/V2/Core/Accounts/Persons.js.map +1 -0
  1535. package/node_modules/stripe/esm/resources/V2/Core/Accounts.d.ts +7070 -0
  1536. package/node_modules/stripe/esm/resources/V2/Core/Accounts.js +195 -0
  1537. package/node_modules/stripe/esm/resources/V2/Core/Accounts.js.map +1 -0
  1538. package/node_modules/stripe/esm/resources/V2/Core/EventDestinations.d.ts +370 -0
  1539. package/node_modules/stripe/esm/resources/V2/Core/EventDestinations.js +55 -0
  1540. package/node_modules/stripe/esm/resources/V2/Core/EventDestinations.js.map +1 -0
  1541. package/node_modules/stripe/esm/resources/V2/Core/Events.d.ts +704 -0
  1542. package/node_modules/stripe/esm/resources/V2/Core/Events.js +55 -0
  1543. package/node_modules/stripe/esm/resources/V2/Core/Events.js.map +1 -0
  1544. package/node_modules/stripe/esm/resources/V2/Core/index.d.ts +51 -0
  1545. package/node_modules/stripe/esm/resources/V2/Core/index.js +17 -0
  1546. package/node_modules/stripe/esm/resources/V2/Core/index.js.map +1 -0
  1547. package/node_modules/stripe/esm/resources/V2/DeletedObject.d.ts +10 -0
  1548. package/node_modules/stripe/esm/resources/V2/DeletedObject.js +3 -0
  1549. package/node_modules/stripe/esm/resources/V2/DeletedObject.js.map +1 -0
  1550. package/node_modules/stripe/esm/resources/V2/V2Amounts.d.ts +4 -0
  1551. package/node_modules/stripe/esm/resources/V2/V2Amounts.js +2 -0
  1552. package/node_modules/stripe/esm/resources/V2/V2Amounts.js.map +1 -0
  1553. package/node_modules/stripe/esm/resources/V2/index.d.ts +19 -0
  1554. package/node_modules/stripe/esm/resources/V2/index.js +13 -0
  1555. package/node_modules/stripe/esm/resources/V2/index.js.map +1 -0
  1556. package/node_modules/stripe/esm/resources/WebhookEndpoints.d.ts +170 -0
  1557. package/node_modules/stripe/esm/resources/WebhookEndpoints.js +37 -0
  1558. package/node_modules/stripe/esm/resources/WebhookEndpoints.js.map +1 -0
  1559. package/node_modules/stripe/esm/resources.d.ts +76 -0
  1560. package/node_modules/stripe/esm/resources.js +271 -0
  1561. package/node_modules/stripe/esm/resources.js.map +1 -0
  1562. package/node_modules/stripe/esm/shared.d.ts +152 -0
  1563. package/node_modules/stripe/esm/shared.js +2 -0
  1564. package/node_modules/stripe/esm/shared.js.map +1 -0
  1565. package/node_modules/stripe/esm/stripe.core.d.ts +497 -0
  1566. package/node_modules/stripe/esm/stripe.core.js +625 -0
  1567. package/node_modules/stripe/esm/stripe.core.js.map +1 -0
  1568. package/node_modules/stripe/esm/stripe.esm.node.d.ts +497 -0
  1569. package/node_modules/stripe/esm/stripe.esm.node.js +622 -0
  1570. package/node_modules/stripe/esm/stripe.esm.node.js.map +1 -0
  1571. package/node_modules/stripe/esm/stripe.esm.worker.d.ts +4 -0
  1572. package/node_modules/stripe/esm/stripe.esm.worker.js +8 -0
  1573. package/node_modules/stripe/esm/stripe.esm.worker.js.map +1 -0
  1574. package/node_modules/stripe/esm/utils.d.ts +77 -0
  1575. package/node_modules/stripe/esm/utils.js +379 -0
  1576. package/node_modules/stripe/esm/utils.js.map +1 -0
  1577. package/node_modules/stripe/package.json +102 -0
  1578. package/package.json +2 -1
@@ -0,0 +1,792 @@
1
+ import { StripeResource } from '../../StripeResource.js';
2
+ import { Cardholder } from './Cardholders.js';
3
+ import { PersonalizationDesign } from './PersonalizationDesigns.js';
4
+ import { MetadataParam, Emptyable, Address, PaginationParams, RangeQueryParam, Metadata } from '../../shared.js';
5
+ import { RequestOptions, ApiListPromise, Response } from '../../lib.js';
6
+ export declare class CardResource extends StripeResource {
7
+ /**
8
+ * Returns a list of Issuing Card objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.
9
+ */
10
+ list(params?: Issuing.CardListParams, options?: RequestOptions): ApiListPromise<Card>;
11
+ /**
12
+ * Creates an Issuing Card object.
13
+ */
14
+ create(params: Issuing.CardCreateParams, options?: RequestOptions): Promise<Response<Card>>;
15
+ /**
16
+ * Retrieves an Issuing Card object.
17
+ */
18
+ retrieve(id: string, params?: Issuing.CardRetrieveParams, options?: RequestOptions): Promise<Response<Card>>;
19
+ /**
20
+ * Updates the specified Issuing Card object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
21
+ */
22
+ update(id: string, params?: Issuing.CardUpdateParams, options?: RequestOptions): Promise<Response<Card>>;
23
+ }
24
+ export interface Card {
25
+ /**
26
+ * Unique identifier for the object.
27
+ */
28
+ id: string;
29
+ /**
30
+ * String representing the object's type. Objects of the same type share the same value.
31
+ */
32
+ object: 'issuing.card';
33
+ /**
34
+ * The brand of the card.
35
+ */
36
+ brand: string;
37
+ /**
38
+ * The reason why the card was canceled.
39
+ */
40
+ cancellation_reason: Card.CancellationReason | null;
41
+ /**
42
+ * An Issuing `Cardholder` object represents an individual or business entity who is [issued](https://docs.stripe.com/issuing) cards.
43
+ *
44
+ * Related guide: [How to create a cardholder](https://docs.stripe.com/issuing/cards/virtual/issue-cards#create-cardholder)
45
+ */
46
+ cardholder: Cardholder;
47
+ /**
48
+ * Time at which the object was created. Measured in seconds since the Unix epoch.
49
+ */
50
+ created: number;
51
+ /**
52
+ * Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Supported currencies are `usd` in the US, `eur` in the EU, and `gbp` in the UK.
53
+ */
54
+ currency: string;
55
+ /**
56
+ * The card's CVC. For security reasons, this is only available for virtual cards, and will be omitted unless you explicitly request it with [the `expand` parameter](https://docs.stripe.com/api/expanding_objects). Additionally, it's only available via the ["Retrieve a card" endpoint](https://docs.stripe.com/api/issuing/cards/retrieve), not via "List all cards" or any other endpoint.
57
+ */
58
+ cvc?: string;
59
+ /**
60
+ * The expiration month of the card.
61
+ */
62
+ exp_month: number;
63
+ /**
64
+ * The expiration year of the card.
65
+ */
66
+ exp_year: number;
67
+ /**
68
+ * The financial account this card is attached to.
69
+ */
70
+ financial_account?: string | null;
71
+ /**
72
+ * The last 4 digits of the card number.
73
+ */
74
+ last4: string;
75
+ /**
76
+ * Stripe's assessment of whether this card's details have been compromised. If this property isn't null, cancel and reissue the card to prevent fraudulent activity risk.
77
+ */
78
+ latest_fraud_warning: Card.LatestFraudWarning | null;
79
+ /**
80
+ * Rules that control the lifecycle of this card, such as automatic cancellation. Refer to our [documentation](https://docs.stripe.com/issuing/controls/lifecycle-controls) for more details.
81
+ */
82
+ lifecycle_controls: Card.LifecycleControls | null;
83
+ /**
84
+ * If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
85
+ */
86
+ livemode: boolean;
87
+ /**
88
+ * Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
89
+ */
90
+ metadata: Metadata;
91
+ /**
92
+ * The full unredacted card number. For security reasons, this is only available for virtual cards, and will be omitted unless you explicitly request it with [the `expand` parameter](https://docs.stripe.com/api/expanding_objects). Additionally, it's only available via the ["Retrieve a card" endpoint](https://docs.stripe.com/api/issuing/cards/retrieve), not via "List all cards" or any other endpoint.
93
+ */
94
+ number?: string;
95
+ /**
96
+ * The personalization design object belonging to this card.
97
+ */
98
+ personalization_design: string | PersonalizationDesign | null;
99
+ /**
100
+ * The latest card that replaces this card, if any.
101
+ */
102
+ replaced_by: string | Card | null;
103
+ /**
104
+ * The card this card replaces, if any.
105
+ */
106
+ replacement_for: string | Card | null;
107
+ /**
108
+ * The reason why the previous card needed to be replaced.
109
+ */
110
+ replacement_reason: Card.ReplacementReason | null;
111
+ /**
112
+ * Text separate from cardholder name, printed on the card.
113
+ */
114
+ second_line: string | null;
115
+ /**
116
+ * Where and how the card will be shipped.
117
+ */
118
+ shipping: Card.Shipping | null;
119
+ spending_controls: Card.SpendingControls;
120
+ /**
121
+ * Whether authorizations can be approved on this card. May be blocked from activating cards depending on past-due Cardholder requirements. Defaults to `inactive`.
122
+ */
123
+ status: Card.Status;
124
+ /**
125
+ * The type of the card.
126
+ */
127
+ type: Card.Type;
128
+ /**
129
+ * Information relating to digital wallets (like Apple Pay and Google Pay).
130
+ */
131
+ wallets: Card.Wallets | null;
132
+ }
133
+ export declare namespace Card {
134
+ type CancellationReason = 'design_rejected' | 'fulfillment_error' | 'lost' | 'stolen';
135
+ interface LatestFraudWarning {
136
+ /**
137
+ * Timestamp of the most recent fraud warning.
138
+ */
139
+ started_at: number | null;
140
+ /**
141
+ * The type of fraud warning that most recently took place on this card. This field updates with every new fraud warning, so the value changes over time. If populated, cancel and reissue the card.
142
+ */
143
+ type: LatestFraudWarning.Type | null;
144
+ }
145
+ interface LifecycleControls {
146
+ cancel_after: LifecycleControls.CancelAfter;
147
+ }
148
+ type ReplacementReason = 'damaged' | 'expired' | 'fulfillment_error' | 'lost' | 'stolen';
149
+ interface Shipping {
150
+ address: Address;
151
+ /**
152
+ * Address validation details for the shipment.
153
+ */
154
+ address_validation: Shipping.AddressValidation | null;
155
+ /**
156
+ * The delivery company that shipped a card.
157
+ */
158
+ carrier: Shipping.Carrier | null;
159
+ /**
160
+ * Additional information that may be required for clearing customs.
161
+ */
162
+ customs: Shipping.Customs | null;
163
+ /**
164
+ * A unix timestamp representing a best estimate of when the card will be delivered.
165
+ */
166
+ eta: number | null;
167
+ /**
168
+ * Recipient name.
169
+ */
170
+ name: string;
171
+ /**
172
+ * The phone number of the receiver of the shipment. Our courier partners will use this number to contact you in the event of card delivery issues. For individual shipments to the EU/UK, if this field is empty, we will provide them with the phone number provided when the cardholder was initially created.
173
+ */
174
+ phone_number: string | null;
175
+ /**
176
+ * Whether a signature is required for card delivery. This feature is only supported for US users. Standard shipping service does not support signature on delivery. The default value for standard shipping service is false and for express and priority services is true.
177
+ */
178
+ require_signature: boolean | null;
179
+ /**
180
+ * Shipment service, such as `standard` or `express`.
181
+ */
182
+ service: Shipping.Service;
183
+ /**
184
+ * The delivery status of the card.
185
+ */
186
+ status: Shipping.Status | null;
187
+ /**
188
+ * A tracking number for a card shipment.
189
+ */
190
+ tracking_number: string | null;
191
+ /**
192
+ * A link to the shipping carrier's site where you can view detailed information about a card shipment.
193
+ */
194
+ tracking_url: string | null;
195
+ /**
196
+ * Packaging options.
197
+ */
198
+ type: Shipping.Type;
199
+ }
200
+ interface SpendingControls {
201
+ /**
202
+ * Array of card presence statuses from which authorizations will be allowed. Possible options are `present`, `not_present`. All other statuses will be blocked. Cannot be set with `blocked_card_presences`. Provide an empty value to unset this control.
203
+ */
204
+ allowed_card_presences: Array<SpendingControls.AllowedCardPresence> | null;
205
+ /**
206
+ * Array of strings containing [categories](https://docs.stripe.com/api#issuing_authorization_object-merchant_data-category) of authorizations to allow. All other categories will be blocked. Cannot be set with `blocked_categories`.
207
+ */
208
+ allowed_categories: Array<SpendingControls.AllowedCategory> | null;
209
+ /**
210
+ * Array of strings containing representing countries from which authorizations will be allowed. Authorizations from merchants in all other countries will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g. `US`). Cannot be set with `blocked_merchant_countries`. Provide an empty value to unset this control.
211
+ */
212
+ allowed_merchant_countries: Array<string> | null;
213
+ /**
214
+ * Array of card presence statuses from which authorizations will be declined. Possible options are `present`, `not_present`. Cannot be set with `allowed_card_presences`. Provide an empty value to unset this control.
215
+ */
216
+ blocked_card_presences: Array<SpendingControls.BlockedCardPresence> | null;
217
+ /**
218
+ * Array of strings containing [categories](https://docs.stripe.com/api#issuing_authorization_object-merchant_data-category) of authorizations to decline. All other categories will be allowed. Cannot be set with `allowed_categories`.
219
+ */
220
+ blocked_categories: Array<SpendingControls.BlockedCategory> | null;
221
+ /**
222
+ * Array of strings containing representing countries from which authorizations will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g. `US`). Cannot be set with `allowed_merchant_countries`. Provide an empty value to unset this control.
223
+ */
224
+ blocked_merchant_countries: Array<string> | null;
225
+ /**
226
+ * Limit spending with amount-based rules that apply across any cards this card replaced (i.e., its `replacement_for` card and _that_ card's `replacement_for` card, up the chain).
227
+ */
228
+ spending_limits: Array<SpendingControls.SpendingLimit> | null;
229
+ /**
230
+ * Currency of the amounts within `spending_limits`. Always the same as the currency of the card.
231
+ */
232
+ spending_limits_currency: string | null;
233
+ }
234
+ type Status = 'active' | 'canceled' | 'inactive';
235
+ type Type = 'physical' | 'virtual';
236
+ interface Wallets {
237
+ apple_pay: Wallets.ApplePay;
238
+ google_pay: Wallets.GooglePay;
239
+ /**
240
+ * Unique identifier for a card used with digital wallets
241
+ */
242
+ primary_account_identifier: string | null;
243
+ }
244
+ namespace LatestFraudWarning {
245
+ type Type = 'card_testing_exposure' | 'fraud_dispute_filed' | 'third_party_reported' | 'user_indicated_fraud';
246
+ }
247
+ namespace LifecycleControls {
248
+ interface CancelAfter {
249
+ /**
250
+ * The card is automatically cancelled when it makes this number of non-zero payment authorizations and transactions. The count includes penny authorizations, but doesn't include non-payment actions, such as authorization advice.
251
+ */
252
+ payment_count: number;
253
+ }
254
+ }
255
+ namespace Shipping {
256
+ interface AddressValidation {
257
+ /**
258
+ * The address validation capabilities to use.
259
+ */
260
+ mode: AddressValidation.Mode;
261
+ /**
262
+ * The normalized shipping address.
263
+ */
264
+ normalized_address: Address | null;
265
+ /**
266
+ * The validation result for the shipping address.
267
+ */
268
+ result: AddressValidation.Result | null;
269
+ }
270
+ type Carrier = 'dhl' | 'fedex' | 'royal_mail' | 'usps';
271
+ interface Customs {
272
+ /**
273
+ * A registration number used for customs in Europe. See [https://www.gov.uk/eori](https://www.gov.uk/eori) for the UK and [https://ec.europa.eu/taxation_customs/business/customs-procedures-import-and-export/customs-procedures/economic-operators-registration-and-identification-number-eori_en](https://ec.europa.eu/taxation_customs/business/customs-procedures-import-and-export/customs-procedures/economic-operators-registration-and-identification-number-eori_en) for the EU.
274
+ */
275
+ eori_number: string | null;
276
+ }
277
+ type Service = 'express' | 'priority' | 'standard';
278
+ type Status = 'canceled' | 'delivered' | 'failure' | 'pending' | 'returned' | 'shipped' | 'submitted';
279
+ type Type = 'bulk' | 'individual';
280
+ namespace AddressValidation {
281
+ type Mode = 'disabled' | 'normalization_only' | 'validation_and_normalization';
282
+ type Result = 'indeterminate' | 'likely_deliverable' | 'likely_undeliverable';
283
+ }
284
+ }
285
+ namespace SpendingControls {
286
+ type AllowedCardPresence = 'not_present' | 'present';
287
+ type AllowedCategory = 'ac_refrigeration_repair' | 'accounting_bookkeeping_services' | 'advertising_services' | 'agricultural_cooperative' | 'airlines_air_carriers' | 'airports_flying_fields' | 'ambulance_services' | 'amusement_parks_carnivals' | 'antique_reproductions' | 'antique_shops' | 'aquariums' | 'architectural_surveying_services' | 'art_dealers_and_galleries' | 'artists_supply_and_craft_shops' | 'auto_and_home_supply_stores' | 'auto_body_repair_shops' | 'auto_paint_shops' | 'auto_service_shops' | 'automated_cash_disburse' | 'automated_fuel_dispensers' | 'automobile_associations' | 'automotive_parts_and_accessories_stores' | 'automotive_tire_stores' | 'bail_and_bond_payments' | 'bakeries' | 'bands_orchestras' | 'barber_and_beauty_shops' | 'betting_casino_gambling' | 'bicycle_shops' | 'billiard_pool_establishments' | 'boat_dealers' | 'boat_rentals_and_leases' | 'book_stores' | 'books_periodicals_and_newspapers' | 'bowling_alleys' | 'bus_lines' | 'business_secretarial_schools' | 'buying_shopping_services' | 'cable_satellite_and_other_pay_television_and_radio' | 'camera_and_photographic_supply_stores' | 'candy_nut_and_confectionery_stores' | 'car_and_truck_dealers_new_used' | 'car_and_truck_dealers_used_only' | 'car_rental_agencies' | 'car_washes' | 'carpentry_services' | 'carpet_upholstery_cleaning' | 'caterers' | 'charitable_and_social_service_organizations_fundraising' | 'chemicals_and_allied_products' | 'child_care_services' | 'childrens_and_infants_wear_stores' | 'chiropodists_podiatrists' | 'chiropractors' | 'cigar_stores_and_stands' | 'civic_social_fraternal_associations' | 'cleaning_and_maintenance' | 'clothing_rental' | 'colleges_universities' | 'commercial_equipment' | 'commercial_footwear' | 'commercial_photography_art_and_graphics' | 'commuter_transport_and_ferries' | 'computer_network_services' | 'computer_programming' | 'computer_repair' | 'computer_software_stores' | 'computers_peripherals_and_software' | 'concrete_work_services' | 'construction_materials' | 'consulting_public_relations' | 'correspondence_schools' | 'cosmetic_stores' | 'counseling_services' | 'country_clubs' | 'courier_services' | 'court_costs' | 'credit_reporting_agencies' | 'cruise_lines' | 'dairy_products_stores' | 'dance_hall_studios_schools' | 'dating_escort_services' | 'dentists_orthodontists' | 'department_stores' | 'detective_agencies' | 'digital_goods_applications' | 'digital_goods_games' | 'digital_goods_large_volume' | 'digital_goods_media' | 'direct_marketing_catalog_merchant' | 'direct_marketing_combination_catalog_and_retail_merchant' | 'direct_marketing_inbound_telemarketing' | 'direct_marketing_insurance_services' | 'direct_marketing_other' | 'direct_marketing_outbound_telemarketing' | 'direct_marketing_subscription' | 'direct_marketing_travel' | 'discount_stores' | 'doctors' | 'door_to_door_sales' | 'drapery_window_covering_and_upholstery_stores' | 'drinking_places' | 'drug_stores_and_pharmacies' | 'drugs_drug_proprietaries_and_druggist_sundries' | 'dry_cleaners' | 'durable_goods' | 'duty_free_stores' | 'eating_places_restaurants' | 'educational_services' | 'electric_razor_stores' | 'electric_vehicle_charging' | 'electrical_parts_and_equipment' | 'electrical_services' | 'electronics_repair_shops' | 'electronics_stores' | 'elementary_secondary_schools' | 'emergency_services_gcas_visa_use_only' | 'employment_temp_agencies' | 'equipment_rental' | 'exterminating_services' | 'family_clothing_stores' | 'fast_food_restaurants' | 'financial_institutions' | 'fines_government_administrative_entities' | 'fireplace_fireplace_screens_and_accessories_stores' | 'floor_covering_stores' | 'florists' | 'florists_supplies_nursery_stock_and_flowers' | 'freezer_and_locker_meat_provisioners' | 'fuel_dealers_non_automotive' | 'funeral_services_crematories' | 'furniture_home_furnishings_and_equipment_stores_except_appliances' | 'furniture_repair_refinishing' | 'furriers_and_fur_shops' | 'general_services' | 'gift_card_novelty_and_souvenir_shops' | 'glass_paint_and_wallpaper_stores' | 'glassware_crystal_stores' | 'golf_courses_public' | 'government_licensed_horse_dog_racing_us_region_only' | 'government_licensed_online_casions_online_gambling_us_region_only' | 'government_owned_lotteries_non_us_region' | 'government_owned_lotteries_us_region_only' | 'government_services' | 'grocery_stores_supermarkets' | 'hardware_equipment_and_supplies' | 'hardware_stores' | 'health_and_beauty_spas' | 'hearing_aids_sales_and_supplies' | 'heating_plumbing_a_c' | 'hobby_toy_and_game_shops' | 'home_supply_warehouse_stores' | 'hospitals' | 'hotels_motels_and_resorts' | 'household_appliance_stores' | 'industrial_supplies' | 'information_retrieval_services' | 'insurance_default' | 'insurance_underwriting_premiums' | 'intra_company_purchases' | 'jewelry_stores_watches_clocks_and_silverware_stores' | 'landscaping_services' | 'laundries' | 'laundry_cleaning_services' | 'legal_services_attorneys' | 'luggage_and_leather_goods_stores' | 'lumber_building_materials_stores' | 'manual_cash_disburse' | 'marinas_service_and_supplies' | 'marketplaces' | 'masonry_stonework_and_plaster' | 'massage_parlors' | 'medical_and_dental_labs' | 'medical_dental_ophthalmic_and_hospital_equipment_and_supplies' | 'medical_services' | 'membership_organizations' | 'mens_and_boys_clothing_and_accessories_stores' | 'mens_womens_clothing_stores' | 'metal_service_centers' | 'miscellaneous' | 'miscellaneous_apparel_and_accessory_shops' | 'miscellaneous_auto_dealers' | 'miscellaneous_business_services' | 'miscellaneous_food_stores' | 'miscellaneous_general_merchandise' | 'miscellaneous_general_services' | 'miscellaneous_home_furnishing_specialty_stores' | 'miscellaneous_publishing_and_printing' | 'miscellaneous_recreation_services' | 'miscellaneous_repair_shops' | 'miscellaneous_specialty_retail' | 'mobile_home_dealers' | 'motion_picture_theaters' | 'motor_freight_carriers_and_trucking' | 'motor_homes_dealers' | 'motor_vehicle_supplies_and_new_parts' | 'motorcycle_shops_and_dealers' | 'motorcycle_shops_dealers' | 'music_stores_musical_instruments_pianos_and_sheet_music' | 'news_dealers_and_newsstands' | 'non_fi_money_orders' | 'non_fi_stored_value_card_purchase_load' | 'nondurable_goods' | 'nurseries_lawn_and_garden_supply_stores' | 'nursing_personal_care' | 'office_and_commercial_furniture' | 'opticians_eyeglasses' | 'optometrists_ophthalmologist' | 'orthopedic_goods_prosthetic_devices' | 'osteopaths' | 'package_stores_beer_wine_and_liquor' | 'paints_varnishes_and_supplies' | 'parking_lots_garages' | 'passenger_railways' | 'pawn_shops' | 'pet_shops_pet_food_and_supplies' | 'petroleum_and_petroleum_products' | 'photo_developing' | 'photographic_photocopy_microfilm_equipment_and_supplies' | 'photographic_studios' | 'picture_video_production' | 'piece_goods_notions_and_other_dry_goods' | 'plumbing_heating_equipment_and_supplies' | 'political_organizations' | 'postal_services_government_only' | 'precious_stones_and_metals_watches_and_jewelry' | 'professional_services' | 'public_warehousing_and_storage' | 'quick_copy_repro_and_blueprint' | 'railroads' | 'real_estate_agents_and_managers_rentals' | 'record_stores' | 'recreational_vehicle_rentals' | 'religious_goods_stores' | 'religious_organizations' | 'roofing_siding_sheet_metal' | 'secretarial_support_services' | 'security_brokers_dealers' | 'service_stations' | 'sewing_needlework_fabric_and_piece_goods_stores' | 'shoe_repair_hat_cleaning' | 'shoe_stores' | 'small_appliance_repair' | 'snowmobile_dealers' | 'special_trade_services' | 'specialty_cleaning' | 'sporting_goods_stores' | 'sporting_recreation_camps' | 'sports_and_riding_apparel_stores' | 'sports_clubs_fields' | 'stamp_and_coin_stores' | 'stationary_office_supplies_printing_and_writing_paper' | 'stationery_stores_office_and_school_supply_stores' | 'swimming_pools_sales' | 't_ui_travel_germany' | 'tailors_alterations' | 'tax_payments_government_agencies' | 'tax_preparation_services' | 'taxicabs_limousines' | 'telecommunication_equipment_and_telephone_sales' | 'telecommunication_services' | 'telegraph_services' | 'tent_and_awning_shops' | 'testing_laboratories' | 'theatrical_ticket_agencies' | 'timeshares' | 'tire_retreading_and_repair' | 'tolls_bridge_fees' | 'tourist_attractions_and_exhibits' | 'towing_services' | 'trailer_parks_campgrounds' | 'transportation_services' | 'travel_agencies_tour_operators' | 'truck_stop_iteration' | 'truck_utility_trailer_rentals' | 'typesetting_plate_making_and_related_services' | 'typewriter_stores' | 'u_s_federal_government_agencies_or_departments' | 'uniforms_commercial_clothing' | 'used_merchandise_and_secondhand_stores' | 'utilities' | 'variety_stores' | 'veterinary_services' | 'video_amusement_game_supplies' | 'video_game_arcades' | 'video_tape_rental_stores' | 'vocational_trade_schools' | 'watch_jewelry_repair' | 'welding_repair' | 'wholesale_clubs' | 'wig_and_toupee_stores' | 'wires_money_orders' | 'womens_accessory_and_specialty_shops' | 'womens_ready_to_wear_stores' | 'wrecking_and_salvage_yards';
288
+ type BlockedCardPresence = 'not_present' | 'present';
289
+ type BlockedCategory = 'ac_refrigeration_repair' | 'accounting_bookkeeping_services' | 'advertising_services' | 'agricultural_cooperative' | 'airlines_air_carriers' | 'airports_flying_fields' | 'ambulance_services' | 'amusement_parks_carnivals' | 'antique_reproductions' | 'antique_shops' | 'aquariums' | 'architectural_surveying_services' | 'art_dealers_and_galleries' | 'artists_supply_and_craft_shops' | 'auto_and_home_supply_stores' | 'auto_body_repair_shops' | 'auto_paint_shops' | 'auto_service_shops' | 'automated_cash_disburse' | 'automated_fuel_dispensers' | 'automobile_associations' | 'automotive_parts_and_accessories_stores' | 'automotive_tire_stores' | 'bail_and_bond_payments' | 'bakeries' | 'bands_orchestras' | 'barber_and_beauty_shops' | 'betting_casino_gambling' | 'bicycle_shops' | 'billiard_pool_establishments' | 'boat_dealers' | 'boat_rentals_and_leases' | 'book_stores' | 'books_periodicals_and_newspapers' | 'bowling_alleys' | 'bus_lines' | 'business_secretarial_schools' | 'buying_shopping_services' | 'cable_satellite_and_other_pay_television_and_radio' | 'camera_and_photographic_supply_stores' | 'candy_nut_and_confectionery_stores' | 'car_and_truck_dealers_new_used' | 'car_and_truck_dealers_used_only' | 'car_rental_agencies' | 'car_washes' | 'carpentry_services' | 'carpet_upholstery_cleaning' | 'caterers' | 'charitable_and_social_service_organizations_fundraising' | 'chemicals_and_allied_products' | 'child_care_services' | 'childrens_and_infants_wear_stores' | 'chiropodists_podiatrists' | 'chiropractors' | 'cigar_stores_and_stands' | 'civic_social_fraternal_associations' | 'cleaning_and_maintenance' | 'clothing_rental' | 'colleges_universities' | 'commercial_equipment' | 'commercial_footwear' | 'commercial_photography_art_and_graphics' | 'commuter_transport_and_ferries' | 'computer_network_services' | 'computer_programming' | 'computer_repair' | 'computer_software_stores' | 'computers_peripherals_and_software' | 'concrete_work_services' | 'construction_materials' | 'consulting_public_relations' | 'correspondence_schools' | 'cosmetic_stores' | 'counseling_services' | 'country_clubs' | 'courier_services' | 'court_costs' | 'credit_reporting_agencies' | 'cruise_lines' | 'dairy_products_stores' | 'dance_hall_studios_schools' | 'dating_escort_services' | 'dentists_orthodontists' | 'department_stores' | 'detective_agencies' | 'digital_goods_applications' | 'digital_goods_games' | 'digital_goods_large_volume' | 'digital_goods_media' | 'direct_marketing_catalog_merchant' | 'direct_marketing_combination_catalog_and_retail_merchant' | 'direct_marketing_inbound_telemarketing' | 'direct_marketing_insurance_services' | 'direct_marketing_other' | 'direct_marketing_outbound_telemarketing' | 'direct_marketing_subscription' | 'direct_marketing_travel' | 'discount_stores' | 'doctors' | 'door_to_door_sales' | 'drapery_window_covering_and_upholstery_stores' | 'drinking_places' | 'drug_stores_and_pharmacies' | 'drugs_drug_proprietaries_and_druggist_sundries' | 'dry_cleaners' | 'durable_goods' | 'duty_free_stores' | 'eating_places_restaurants' | 'educational_services' | 'electric_razor_stores' | 'electric_vehicle_charging' | 'electrical_parts_and_equipment' | 'electrical_services' | 'electronics_repair_shops' | 'electronics_stores' | 'elementary_secondary_schools' | 'emergency_services_gcas_visa_use_only' | 'employment_temp_agencies' | 'equipment_rental' | 'exterminating_services' | 'family_clothing_stores' | 'fast_food_restaurants' | 'financial_institutions' | 'fines_government_administrative_entities' | 'fireplace_fireplace_screens_and_accessories_stores' | 'floor_covering_stores' | 'florists' | 'florists_supplies_nursery_stock_and_flowers' | 'freezer_and_locker_meat_provisioners' | 'fuel_dealers_non_automotive' | 'funeral_services_crematories' | 'furniture_home_furnishings_and_equipment_stores_except_appliances' | 'furniture_repair_refinishing' | 'furriers_and_fur_shops' | 'general_services' | 'gift_card_novelty_and_souvenir_shops' | 'glass_paint_and_wallpaper_stores' | 'glassware_crystal_stores' | 'golf_courses_public' | 'government_licensed_horse_dog_racing_us_region_only' | 'government_licensed_online_casions_online_gambling_us_region_only' | 'government_owned_lotteries_non_us_region' | 'government_owned_lotteries_us_region_only' | 'government_services' | 'grocery_stores_supermarkets' | 'hardware_equipment_and_supplies' | 'hardware_stores' | 'health_and_beauty_spas' | 'hearing_aids_sales_and_supplies' | 'heating_plumbing_a_c' | 'hobby_toy_and_game_shops' | 'home_supply_warehouse_stores' | 'hospitals' | 'hotels_motels_and_resorts' | 'household_appliance_stores' | 'industrial_supplies' | 'information_retrieval_services' | 'insurance_default' | 'insurance_underwriting_premiums' | 'intra_company_purchases' | 'jewelry_stores_watches_clocks_and_silverware_stores' | 'landscaping_services' | 'laundries' | 'laundry_cleaning_services' | 'legal_services_attorneys' | 'luggage_and_leather_goods_stores' | 'lumber_building_materials_stores' | 'manual_cash_disburse' | 'marinas_service_and_supplies' | 'marketplaces' | 'masonry_stonework_and_plaster' | 'massage_parlors' | 'medical_and_dental_labs' | 'medical_dental_ophthalmic_and_hospital_equipment_and_supplies' | 'medical_services' | 'membership_organizations' | 'mens_and_boys_clothing_and_accessories_stores' | 'mens_womens_clothing_stores' | 'metal_service_centers' | 'miscellaneous' | 'miscellaneous_apparel_and_accessory_shops' | 'miscellaneous_auto_dealers' | 'miscellaneous_business_services' | 'miscellaneous_food_stores' | 'miscellaneous_general_merchandise' | 'miscellaneous_general_services' | 'miscellaneous_home_furnishing_specialty_stores' | 'miscellaneous_publishing_and_printing' | 'miscellaneous_recreation_services' | 'miscellaneous_repair_shops' | 'miscellaneous_specialty_retail' | 'mobile_home_dealers' | 'motion_picture_theaters' | 'motor_freight_carriers_and_trucking' | 'motor_homes_dealers' | 'motor_vehicle_supplies_and_new_parts' | 'motorcycle_shops_and_dealers' | 'motorcycle_shops_dealers' | 'music_stores_musical_instruments_pianos_and_sheet_music' | 'news_dealers_and_newsstands' | 'non_fi_money_orders' | 'non_fi_stored_value_card_purchase_load' | 'nondurable_goods' | 'nurseries_lawn_and_garden_supply_stores' | 'nursing_personal_care' | 'office_and_commercial_furniture' | 'opticians_eyeglasses' | 'optometrists_ophthalmologist' | 'orthopedic_goods_prosthetic_devices' | 'osteopaths' | 'package_stores_beer_wine_and_liquor' | 'paints_varnishes_and_supplies' | 'parking_lots_garages' | 'passenger_railways' | 'pawn_shops' | 'pet_shops_pet_food_and_supplies' | 'petroleum_and_petroleum_products' | 'photo_developing' | 'photographic_photocopy_microfilm_equipment_and_supplies' | 'photographic_studios' | 'picture_video_production' | 'piece_goods_notions_and_other_dry_goods' | 'plumbing_heating_equipment_and_supplies' | 'political_organizations' | 'postal_services_government_only' | 'precious_stones_and_metals_watches_and_jewelry' | 'professional_services' | 'public_warehousing_and_storage' | 'quick_copy_repro_and_blueprint' | 'railroads' | 'real_estate_agents_and_managers_rentals' | 'record_stores' | 'recreational_vehicle_rentals' | 'religious_goods_stores' | 'religious_organizations' | 'roofing_siding_sheet_metal' | 'secretarial_support_services' | 'security_brokers_dealers' | 'service_stations' | 'sewing_needlework_fabric_and_piece_goods_stores' | 'shoe_repair_hat_cleaning' | 'shoe_stores' | 'small_appliance_repair' | 'snowmobile_dealers' | 'special_trade_services' | 'specialty_cleaning' | 'sporting_goods_stores' | 'sporting_recreation_camps' | 'sports_and_riding_apparel_stores' | 'sports_clubs_fields' | 'stamp_and_coin_stores' | 'stationary_office_supplies_printing_and_writing_paper' | 'stationery_stores_office_and_school_supply_stores' | 'swimming_pools_sales' | 't_ui_travel_germany' | 'tailors_alterations' | 'tax_payments_government_agencies' | 'tax_preparation_services' | 'taxicabs_limousines' | 'telecommunication_equipment_and_telephone_sales' | 'telecommunication_services' | 'telegraph_services' | 'tent_and_awning_shops' | 'testing_laboratories' | 'theatrical_ticket_agencies' | 'timeshares' | 'tire_retreading_and_repair' | 'tolls_bridge_fees' | 'tourist_attractions_and_exhibits' | 'towing_services' | 'trailer_parks_campgrounds' | 'transportation_services' | 'travel_agencies_tour_operators' | 'truck_stop_iteration' | 'truck_utility_trailer_rentals' | 'typesetting_plate_making_and_related_services' | 'typewriter_stores' | 'u_s_federal_government_agencies_or_departments' | 'uniforms_commercial_clothing' | 'used_merchandise_and_secondhand_stores' | 'utilities' | 'variety_stores' | 'veterinary_services' | 'video_amusement_game_supplies' | 'video_game_arcades' | 'video_tape_rental_stores' | 'vocational_trade_schools' | 'watch_jewelry_repair' | 'welding_repair' | 'wholesale_clubs' | 'wig_and_toupee_stores' | 'wires_money_orders' | 'womens_accessory_and_specialty_shops' | 'womens_ready_to_wear_stores' | 'wrecking_and_salvage_yards';
290
+ interface SpendingLimit {
291
+ /**
292
+ * Maximum amount allowed to spend per interval. This amount is in the card's currency and in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).
293
+ */
294
+ amount: number;
295
+ /**
296
+ * Array of strings containing [categories](https://docs.stripe.com/api#issuing_authorization_object-merchant_data-category) this limit applies to. Omitting this field will apply the limit to all categories.
297
+ */
298
+ categories: Array<SpendingLimit.Category> | null;
299
+ /**
300
+ * Interval (or event) to which the amount applies.
301
+ */
302
+ interval: SpendingLimit.Interval;
303
+ }
304
+ namespace SpendingLimit {
305
+ type Category = 'ac_refrigeration_repair' | 'accounting_bookkeeping_services' | 'advertising_services' | 'agricultural_cooperative' | 'airlines_air_carriers' | 'airports_flying_fields' | 'ambulance_services' | 'amusement_parks_carnivals' | 'antique_reproductions' | 'antique_shops' | 'aquariums' | 'architectural_surveying_services' | 'art_dealers_and_galleries' | 'artists_supply_and_craft_shops' | 'auto_and_home_supply_stores' | 'auto_body_repair_shops' | 'auto_paint_shops' | 'auto_service_shops' | 'automated_cash_disburse' | 'automated_fuel_dispensers' | 'automobile_associations' | 'automotive_parts_and_accessories_stores' | 'automotive_tire_stores' | 'bail_and_bond_payments' | 'bakeries' | 'bands_orchestras' | 'barber_and_beauty_shops' | 'betting_casino_gambling' | 'bicycle_shops' | 'billiard_pool_establishments' | 'boat_dealers' | 'boat_rentals_and_leases' | 'book_stores' | 'books_periodicals_and_newspapers' | 'bowling_alleys' | 'bus_lines' | 'business_secretarial_schools' | 'buying_shopping_services' | 'cable_satellite_and_other_pay_television_and_radio' | 'camera_and_photographic_supply_stores' | 'candy_nut_and_confectionery_stores' | 'car_and_truck_dealers_new_used' | 'car_and_truck_dealers_used_only' | 'car_rental_agencies' | 'car_washes' | 'carpentry_services' | 'carpet_upholstery_cleaning' | 'caterers' | 'charitable_and_social_service_organizations_fundraising' | 'chemicals_and_allied_products' | 'child_care_services' | 'childrens_and_infants_wear_stores' | 'chiropodists_podiatrists' | 'chiropractors' | 'cigar_stores_and_stands' | 'civic_social_fraternal_associations' | 'cleaning_and_maintenance' | 'clothing_rental' | 'colleges_universities' | 'commercial_equipment' | 'commercial_footwear' | 'commercial_photography_art_and_graphics' | 'commuter_transport_and_ferries' | 'computer_network_services' | 'computer_programming' | 'computer_repair' | 'computer_software_stores' | 'computers_peripherals_and_software' | 'concrete_work_services' | 'construction_materials' | 'consulting_public_relations' | 'correspondence_schools' | 'cosmetic_stores' | 'counseling_services' | 'country_clubs' | 'courier_services' | 'court_costs' | 'credit_reporting_agencies' | 'cruise_lines' | 'dairy_products_stores' | 'dance_hall_studios_schools' | 'dating_escort_services' | 'dentists_orthodontists' | 'department_stores' | 'detective_agencies' | 'digital_goods_applications' | 'digital_goods_games' | 'digital_goods_large_volume' | 'digital_goods_media' | 'direct_marketing_catalog_merchant' | 'direct_marketing_combination_catalog_and_retail_merchant' | 'direct_marketing_inbound_telemarketing' | 'direct_marketing_insurance_services' | 'direct_marketing_other' | 'direct_marketing_outbound_telemarketing' | 'direct_marketing_subscription' | 'direct_marketing_travel' | 'discount_stores' | 'doctors' | 'door_to_door_sales' | 'drapery_window_covering_and_upholstery_stores' | 'drinking_places' | 'drug_stores_and_pharmacies' | 'drugs_drug_proprietaries_and_druggist_sundries' | 'dry_cleaners' | 'durable_goods' | 'duty_free_stores' | 'eating_places_restaurants' | 'educational_services' | 'electric_razor_stores' | 'electric_vehicle_charging' | 'electrical_parts_and_equipment' | 'electrical_services' | 'electronics_repair_shops' | 'electronics_stores' | 'elementary_secondary_schools' | 'emergency_services_gcas_visa_use_only' | 'employment_temp_agencies' | 'equipment_rental' | 'exterminating_services' | 'family_clothing_stores' | 'fast_food_restaurants' | 'financial_institutions' | 'fines_government_administrative_entities' | 'fireplace_fireplace_screens_and_accessories_stores' | 'floor_covering_stores' | 'florists' | 'florists_supplies_nursery_stock_and_flowers' | 'freezer_and_locker_meat_provisioners' | 'fuel_dealers_non_automotive' | 'funeral_services_crematories' | 'furniture_home_furnishings_and_equipment_stores_except_appliances' | 'furniture_repair_refinishing' | 'furriers_and_fur_shops' | 'general_services' | 'gift_card_novelty_and_souvenir_shops' | 'glass_paint_and_wallpaper_stores' | 'glassware_crystal_stores' | 'golf_courses_public' | 'government_licensed_horse_dog_racing_us_region_only' | 'government_licensed_online_casions_online_gambling_us_region_only' | 'government_owned_lotteries_non_us_region' | 'government_owned_lotteries_us_region_only' | 'government_services' | 'grocery_stores_supermarkets' | 'hardware_equipment_and_supplies' | 'hardware_stores' | 'health_and_beauty_spas' | 'hearing_aids_sales_and_supplies' | 'heating_plumbing_a_c' | 'hobby_toy_and_game_shops' | 'home_supply_warehouse_stores' | 'hospitals' | 'hotels_motels_and_resorts' | 'household_appliance_stores' | 'industrial_supplies' | 'information_retrieval_services' | 'insurance_default' | 'insurance_underwriting_premiums' | 'intra_company_purchases' | 'jewelry_stores_watches_clocks_and_silverware_stores' | 'landscaping_services' | 'laundries' | 'laundry_cleaning_services' | 'legal_services_attorneys' | 'luggage_and_leather_goods_stores' | 'lumber_building_materials_stores' | 'manual_cash_disburse' | 'marinas_service_and_supplies' | 'marketplaces' | 'masonry_stonework_and_plaster' | 'massage_parlors' | 'medical_and_dental_labs' | 'medical_dental_ophthalmic_and_hospital_equipment_and_supplies' | 'medical_services' | 'membership_organizations' | 'mens_and_boys_clothing_and_accessories_stores' | 'mens_womens_clothing_stores' | 'metal_service_centers' | 'miscellaneous' | 'miscellaneous_apparel_and_accessory_shops' | 'miscellaneous_auto_dealers' | 'miscellaneous_business_services' | 'miscellaneous_food_stores' | 'miscellaneous_general_merchandise' | 'miscellaneous_general_services' | 'miscellaneous_home_furnishing_specialty_stores' | 'miscellaneous_publishing_and_printing' | 'miscellaneous_recreation_services' | 'miscellaneous_repair_shops' | 'miscellaneous_specialty_retail' | 'mobile_home_dealers' | 'motion_picture_theaters' | 'motor_freight_carriers_and_trucking' | 'motor_homes_dealers' | 'motor_vehicle_supplies_and_new_parts' | 'motorcycle_shops_and_dealers' | 'motorcycle_shops_dealers' | 'music_stores_musical_instruments_pianos_and_sheet_music' | 'news_dealers_and_newsstands' | 'non_fi_money_orders' | 'non_fi_stored_value_card_purchase_load' | 'nondurable_goods' | 'nurseries_lawn_and_garden_supply_stores' | 'nursing_personal_care' | 'office_and_commercial_furniture' | 'opticians_eyeglasses' | 'optometrists_ophthalmologist' | 'orthopedic_goods_prosthetic_devices' | 'osteopaths' | 'package_stores_beer_wine_and_liquor' | 'paints_varnishes_and_supplies' | 'parking_lots_garages' | 'passenger_railways' | 'pawn_shops' | 'pet_shops_pet_food_and_supplies' | 'petroleum_and_petroleum_products' | 'photo_developing' | 'photographic_photocopy_microfilm_equipment_and_supplies' | 'photographic_studios' | 'picture_video_production' | 'piece_goods_notions_and_other_dry_goods' | 'plumbing_heating_equipment_and_supplies' | 'political_organizations' | 'postal_services_government_only' | 'precious_stones_and_metals_watches_and_jewelry' | 'professional_services' | 'public_warehousing_and_storage' | 'quick_copy_repro_and_blueprint' | 'railroads' | 'real_estate_agents_and_managers_rentals' | 'record_stores' | 'recreational_vehicle_rentals' | 'religious_goods_stores' | 'religious_organizations' | 'roofing_siding_sheet_metal' | 'secretarial_support_services' | 'security_brokers_dealers' | 'service_stations' | 'sewing_needlework_fabric_and_piece_goods_stores' | 'shoe_repair_hat_cleaning' | 'shoe_stores' | 'small_appliance_repair' | 'snowmobile_dealers' | 'special_trade_services' | 'specialty_cleaning' | 'sporting_goods_stores' | 'sporting_recreation_camps' | 'sports_and_riding_apparel_stores' | 'sports_clubs_fields' | 'stamp_and_coin_stores' | 'stationary_office_supplies_printing_and_writing_paper' | 'stationery_stores_office_and_school_supply_stores' | 'swimming_pools_sales' | 't_ui_travel_germany' | 'tailors_alterations' | 'tax_payments_government_agencies' | 'tax_preparation_services' | 'taxicabs_limousines' | 'telecommunication_equipment_and_telephone_sales' | 'telecommunication_services' | 'telegraph_services' | 'tent_and_awning_shops' | 'testing_laboratories' | 'theatrical_ticket_agencies' | 'timeshares' | 'tire_retreading_and_repair' | 'tolls_bridge_fees' | 'tourist_attractions_and_exhibits' | 'towing_services' | 'trailer_parks_campgrounds' | 'transportation_services' | 'travel_agencies_tour_operators' | 'truck_stop_iteration' | 'truck_utility_trailer_rentals' | 'typesetting_plate_making_and_related_services' | 'typewriter_stores' | 'u_s_federal_government_agencies_or_departments' | 'uniforms_commercial_clothing' | 'used_merchandise_and_secondhand_stores' | 'utilities' | 'variety_stores' | 'veterinary_services' | 'video_amusement_game_supplies' | 'video_game_arcades' | 'video_tape_rental_stores' | 'vocational_trade_schools' | 'watch_jewelry_repair' | 'welding_repair' | 'wholesale_clubs' | 'wig_and_toupee_stores' | 'wires_money_orders' | 'womens_accessory_and_specialty_shops' | 'womens_ready_to_wear_stores' | 'wrecking_and_salvage_yards';
306
+ type Interval = 'all_time' | 'daily' | 'monthly' | 'per_authorization' | 'weekly' | 'yearly';
307
+ }
308
+ }
309
+ namespace Wallets {
310
+ interface ApplePay {
311
+ /**
312
+ * Apple Pay Eligibility
313
+ */
314
+ eligible: boolean;
315
+ /**
316
+ * Reason the card is ineligible for Apple Pay
317
+ */
318
+ ineligible_reason: ApplePay.IneligibleReason | null;
319
+ }
320
+ interface GooglePay {
321
+ /**
322
+ * Google Pay Eligibility
323
+ */
324
+ eligible: boolean;
325
+ /**
326
+ * Reason the card is ineligible for Google Pay
327
+ */
328
+ ineligible_reason: GooglePay.IneligibleReason | null;
329
+ }
330
+ namespace ApplePay {
331
+ type IneligibleReason = 'missing_agreement' | 'missing_cardholder_contact' | 'unsupported_region';
332
+ }
333
+ namespace GooglePay {
334
+ type IneligibleReason = 'missing_agreement' | 'missing_cardholder_contact' | 'unsupported_region';
335
+ }
336
+ }
337
+ }
338
+ export declare namespace Issuing {
339
+ interface CardCreateParams {
340
+ /**
341
+ * The currency for the card.
342
+ */
343
+ currency: string;
344
+ /**
345
+ * The type of card to issue. Possible values are `physical` or `virtual`.
346
+ */
347
+ type: CardCreateParams.Type;
348
+ /**
349
+ * The [Cardholder](https://docs.stripe.com/api#issuing_cardholder_object) object with which the card will be associated.
350
+ */
351
+ cardholder?: string;
352
+ /**
353
+ * The desired expiration month (1-12) for this card if [specifying a custom expiration date](https://docs.stripe.com/issuing/cards/virtual/issue-cards?testing-method=with-code#exp-dates).
354
+ */
355
+ exp_month?: number;
356
+ /**
357
+ * The desired 4-digit expiration year for this card if [specifying a custom expiration date](https://docs.stripe.com/issuing/cards/virtual/issue-cards?testing-method=with-code#exp-dates).
358
+ */
359
+ exp_year?: number;
360
+ /**
361
+ * Specifies which fields in the response should be expanded.
362
+ */
363
+ expand?: Array<string>;
364
+ /**
365
+ * The new financial account ID the card will be associated with. This field allows a card to be reassigned to a different financial account.
366
+ */
367
+ financial_account?: string;
368
+ /**
369
+ * Rules that control the lifecycle of this card, such as automatic cancellation. Refer to our [documentation](https://docs.stripe.com/issuing/controls/lifecycle-controls) for more details.
370
+ */
371
+ lifecycle_controls?: CardCreateParams.LifecycleControls;
372
+ /**
373
+ * Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
374
+ */
375
+ metadata?: MetadataParam;
376
+ /**
377
+ * The personalization design object belonging to this card.
378
+ */
379
+ personalization_design?: string;
380
+ /**
381
+ * The desired PIN for this card.
382
+ */
383
+ pin?: CardCreateParams.Pin;
384
+ /**
385
+ * The card this is meant to be a replacement for (if any).
386
+ */
387
+ replacement_for?: string;
388
+ /**
389
+ * If `replacement_for` is specified, this should indicate why that card is being replaced.
390
+ */
391
+ replacement_reason?: CardCreateParams.ReplacementReason;
392
+ /**
393
+ * The second line to print on the card. Max length: 24 characters.
394
+ */
395
+ second_line?: Emptyable<string>;
396
+ /**
397
+ * The address where the card will be shipped.
398
+ */
399
+ shipping?: CardCreateParams.Shipping;
400
+ /**
401
+ * Rules that control spending for this card. Refer to our [documentation](https://docs.stripe.com/issuing/controls/spending-controls) for more details.
402
+ */
403
+ spending_controls?: CardCreateParams.SpendingControls;
404
+ /**
405
+ * Whether authorizations can be approved on this card. May be blocked from activating cards depending on past-due Cardholder requirements. Defaults to `inactive`.
406
+ */
407
+ status?: CardCreateParams.Status;
408
+ }
409
+ namespace CardCreateParams {
410
+ type Type = 'physical' | 'virtual';
411
+ interface LifecycleControls {
412
+ /**
413
+ * Cancels the card after the specified conditions are met.
414
+ */
415
+ cancel_after: LifecycleControls.CancelAfter;
416
+ }
417
+ interface Pin {
418
+ /**
419
+ * The card's desired new PIN, encrypted under Stripe's public key.
420
+ */
421
+ encrypted_number?: string;
422
+ }
423
+ type ReplacementReason = 'damaged' | 'expired' | 'lost' | 'stolen';
424
+ interface Shipping {
425
+ /**
426
+ * The address that the card is shipped to.
427
+ */
428
+ address: Shipping.Address;
429
+ /**
430
+ * Address validation settings.
431
+ */
432
+ address_validation?: Shipping.AddressValidation;
433
+ /**
434
+ * Customs information for the shipment.
435
+ */
436
+ customs?: Shipping.Customs;
437
+ /**
438
+ * The name printed on the shipping label when shipping the card.
439
+ */
440
+ name: string;
441
+ /**
442
+ * Phone number of the recipient of the shipment.
443
+ */
444
+ phone_number?: string;
445
+ /**
446
+ * Whether a signature is required for card delivery.
447
+ */
448
+ require_signature?: boolean;
449
+ /**
450
+ * Shipment service.
451
+ */
452
+ service?: Shipping.Service;
453
+ /**
454
+ * Packaging options.
455
+ */
456
+ type?: Shipping.Type;
457
+ }
458
+ interface SpendingControls {
459
+ /**
460
+ * Array of card presence statuses from which authorizations will be allowed. Possible options are `present`, `not_present`. All other statuses will be blocked. Cannot be set with `blocked_card_presences`. Provide an empty value to unset this control.
461
+ */
462
+ allowed_card_presences?: Array<SpendingControls.AllowedCardPresence>;
463
+ /**
464
+ * Array of strings containing [categories](https://docs.stripe.com/api#issuing_authorization_object-merchant_data-category) of authorizations to allow. All other categories will be blocked. Cannot be set with `blocked_categories`.
465
+ */
466
+ allowed_categories?: Array<SpendingControls.AllowedCategory>;
467
+ /**
468
+ * Array of strings containing representing countries from which authorizations will be allowed. Authorizations from merchants in all other countries will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g. `US`). Cannot be set with `blocked_merchant_countries`. Provide an empty value to unset this control.
469
+ */
470
+ allowed_merchant_countries?: Array<string>;
471
+ /**
472
+ * Array of card presence statuses from which authorizations will be declined. Possible options are `present`, `not_present`. Cannot be set with `allowed_card_presences`. Provide an empty value to unset this control.
473
+ */
474
+ blocked_card_presences?: Array<SpendingControls.BlockedCardPresence>;
475
+ /**
476
+ * Array of strings containing [categories](https://docs.stripe.com/api#issuing_authorization_object-merchant_data-category) of authorizations to decline. All other categories will be allowed. Cannot be set with `allowed_categories`.
477
+ */
478
+ blocked_categories?: Array<SpendingControls.BlockedCategory>;
479
+ /**
480
+ * Array of strings containing representing countries from which authorizations will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g. `US`). Cannot be set with `allowed_merchant_countries`. Provide an empty value to unset this control.
481
+ */
482
+ blocked_merchant_countries?: Array<string>;
483
+ /**
484
+ * Limit spending with amount-based rules that apply across any cards this card replaced (i.e., its `replacement_for` card and _that_ card's `replacement_for` card, up the chain).
485
+ */
486
+ spending_limits?: Array<SpendingControls.SpendingLimit>;
487
+ }
488
+ type Status = 'active' | 'inactive';
489
+ namespace LifecycleControls {
490
+ interface CancelAfter {
491
+ /**
492
+ * The card is automatically cancelled when it makes this number of non-zero payment authorizations and transactions. The count includes penny authorizations, but doesn't include non-payment actions, such as authorization advice.
493
+ */
494
+ payment_count: number;
495
+ }
496
+ }
497
+ namespace Shipping {
498
+ interface Address {
499
+ /**
500
+ * City, district, suburb, town, or village.
501
+ */
502
+ city: string;
503
+ /**
504
+ * Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
505
+ */
506
+ country: string;
507
+ /**
508
+ * Address line 1, such as the street, PO Box, or company name.
509
+ */
510
+ line1: string;
511
+ /**
512
+ * Address line 2, such as the apartment, suite, unit, or building.
513
+ */
514
+ line2?: string;
515
+ /**
516
+ * ZIP or postal code.
517
+ */
518
+ postal_code: string;
519
+ /**
520
+ * State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
521
+ */
522
+ state?: string;
523
+ }
524
+ interface AddressValidation {
525
+ /**
526
+ * The address validation capabilities to use.
527
+ */
528
+ mode: AddressValidation.Mode;
529
+ }
530
+ interface Customs {
531
+ /**
532
+ * The Economic Operators Registration and Identification (EORI) number to use for Customs. Required for bulk shipments to Europe.
533
+ */
534
+ eori_number?: string;
535
+ }
536
+ type Service = 'express' | 'priority' | 'standard';
537
+ type Type = 'bulk' | 'individual';
538
+ namespace AddressValidation {
539
+ type Mode = 'disabled' | 'normalization_only' | 'validation_and_normalization';
540
+ }
541
+ }
542
+ namespace SpendingControls {
543
+ type AllowedCardPresence = 'not_present' | 'present';
544
+ type AllowedCategory = 'ac_refrigeration_repair' | 'accounting_bookkeeping_services' | 'advertising_services' | 'agricultural_cooperative' | 'airlines_air_carriers' | 'airports_flying_fields' | 'ambulance_services' | 'amusement_parks_carnivals' | 'antique_reproductions' | 'antique_shops' | 'aquariums' | 'architectural_surveying_services' | 'art_dealers_and_galleries' | 'artists_supply_and_craft_shops' | 'auto_and_home_supply_stores' | 'auto_body_repair_shops' | 'auto_paint_shops' | 'auto_service_shops' | 'automated_cash_disburse' | 'automated_fuel_dispensers' | 'automobile_associations' | 'automotive_parts_and_accessories_stores' | 'automotive_tire_stores' | 'bail_and_bond_payments' | 'bakeries' | 'bands_orchestras' | 'barber_and_beauty_shops' | 'betting_casino_gambling' | 'bicycle_shops' | 'billiard_pool_establishments' | 'boat_dealers' | 'boat_rentals_and_leases' | 'book_stores' | 'books_periodicals_and_newspapers' | 'bowling_alleys' | 'bus_lines' | 'business_secretarial_schools' | 'buying_shopping_services' | 'cable_satellite_and_other_pay_television_and_radio' | 'camera_and_photographic_supply_stores' | 'candy_nut_and_confectionery_stores' | 'car_and_truck_dealers_new_used' | 'car_and_truck_dealers_used_only' | 'car_rental_agencies' | 'car_washes' | 'carpentry_services' | 'carpet_upholstery_cleaning' | 'caterers' | 'charitable_and_social_service_organizations_fundraising' | 'chemicals_and_allied_products' | 'child_care_services' | 'childrens_and_infants_wear_stores' | 'chiropodists_podiatrists' | 'chiropractors' | 'cigar_stores_and_stands' | 'civic_social_fraternal_associations' | 'cleaning_and_maintenance' | 'clothing_rental' | 'colleges_universities' | 'commercial_equipment' | 'commercial_footwear' | 'commercial_photography_art_and_graphics' | 'commuter_transport_and_ferries' | 'computer_network_services' | 'computer_programming' | 'computer_repair' | 'computer_software_stores' | 'computers_peripherals_and_software' | 'concrete_work_services' | 'construction_materials' | 'consulting_public_relations' | 'correspondence_schools' | 'cosmetic_stores' | 'counseling_services' | 'country_clubs' | 'courier_services' | 'court_costs' | 'credit_reporting_agencies' | 'cruise_lines' | 'dairy_products_stores' | 'dance_hall_studios_schools' | 'dating_escort_services' | 'dentists_orthodontists' | 'department_stores' | 'detective_agencies' | 'digital_goods_applications' | 'digital_goods_games' | 'digital_goods_large_volume' | 'digital_goods_media' | 'direct_marketing_catalog_merchant' | 'direct_marketing_combination_catalog_and_retail_merchant' | 'direct_marketing_inbound_telemarketing' | 'direct_marketing_insurance_services' | 'direct_marketing_other' | 'direct_marketing_outbound_telemarketing' | 'direct_marketing_subscription' | 'direct_marketing_travel' | 'discount_stores' | 'doctors' | 'door_to_door_sales' | 'drapery_window_covering_and_upholstery_stores' | 'drinking_places' | 'drug_stores_and_pharmacies' | 'drugs_drug_proprietaries_and_druggist_sundries' | 'dry_cleaners' | 'durable_goods' | 'duty_free_stores' | 'eating_places_restaurants' | 'educational_services' | 'electric_razor_stores' | 'electric_vehicle_charging' | 'electrical_parts_and_equipment' | 'electrical_services' | 'electronics_repair_shops' | 'electronics_stores' | 'elementary_secondary_schools' | 'emergency_services_gcas_visa_use_only' | 'employment_temp_agencies' | 'equipment_rental' | 'exterminating_services' | 'family_clothing_stores' | 'fast_food_restaurants' | 'financial_institutions' | 'fines_government_administrative_entities' | 'fireplace_fireplace_screens_and_accessories_stores' | 'floor_covering_stores' | 'florists' | 'florists_supplies_nursery_stock_and_flowers' | 'freezer_and_locker_meat_provisioners' | 'fuel_dealers_non_automotive' | 'funeral_services_crematories' | 'furniture_home_furnishings_and_equipment_stores_except_appliances' | 'furniture_repair_refinishing' | 'furriers_and_fur_shops' | 'general_services' | 'gift_card_novelty_and_souvenir_shops' | 'glass_paint_and_wallpaper_stores' | 'glassware_crystal_stores' | 'golf_courses_public' | 'government_licensed_horse_dog_racing_us_region_only' | 'government_licensed_online_casions_online_gambling_us_region_only' | 'government_owned_lotteries_non_us_region' | 'government_owned_lotteries_us_region_only' | 'government_services' | 'grocery_stores_supermarkets' | 'hardware_equipment_and_supplies' | 'hardware_stores' | 'health_and_beauty_spas' | 'hearing_aids_sales_and_supplies' | 'heating_plumbing_a_c' | 'hobby_toy_and_game_shops' | 'home_supply_warehouse_stores' | 'hospitals' | 'hotels_motels_and_resorts' | 'household_appliance_stores' | 'industrial_supplies' | 'information_retrieval_services' | 'insurance_default' | 'insurance_underwriting_premiums' | 'intra_company_purchases' | 'jewelry_stores_watches_clocks_and_silverware_stores' | 'landscaping_services' | 'laundries' | 'laundry_cleaning_services' | 'legal_services_attorneys' | 'luggage_and_leather_goods_stores' | 'lumber_building_materials_stores' | 'manual_cash_disburse' | 'marinas_service_and_supplies' | 'marketplaces' | 'masonry_stonework_and_plaster' | 'massage_parlors' | 'medical_and_dental_labs' | 'medical_dental_ophthalmic_and_hospital_equipment_and_supplies' | 'medical_services' | 'membership_organizations' | 'mens_and_boys_clothing_and_accessories_stores' | 'mens_womens_clothing_stores' | 'metal_service_centers' | 'miscellaneous' | 'miscellaneous_apparel_and_accessory_shops' | 'miscellaneous_auto_dealers' | 'miscellaneous_business_services' | 'miscellaneous_food_stores' | 'miscellaneous_general_merchandise' | 'miscellaneous_general_services' | 'miscellaneous_home_furnishing_specialty_stores' | 'miscellaneous_publishing_and_printing' | 'miscellaneous_recreation_services' | 'miscellaneous_repair_shops' | 'miscellaneous_specialty_retail' | 'mobile_home_dealers' | 'motion_picture_theaters' | 'motor_freight_carriers_and_trucking' | 'motor_homes_dealers' | 'motor_vehicle_supplies_and_new_parts' | 'motorcycle_shops_and_dealers' | 'motorcycle_shops_dealers' | 'music_stores_musical_instruments_pianos_and_sheet_music' | 'news_dealers_and_newsstands' | 'non_fi_money_orders' | 'non_fi_stored_value_card_purchase_load' | 'nondurable_goods' | 'nurseries_lawn_and_garden_supply_stores' | 'nursing_personal_care' | 'office_and_commercial_furniture' | 'opticians_eyeglasses' | 'optometrists_ophthalmologist' | 'orthopedic_goods_prosthetic_devices' | 'osteopaths' | 'package_stores_beer_wine_and_liquor' | 'paints_varnishes_and_supplies' | 'parking_lots_garages' | 'passenger_railways' | 'pawn_shops' | 'pet_shops_pet_food_and_supplies' | 'petroleum_and_petroleum_products' | 'photo_developing' | 'photographic_photocopy_microfilm_equipment_and_supplies' | 'photographic_studios' | 'picture_video_production' | 'piece_goods_notions_and_other_dry_goods' | 'plumbing_heating_equipment_and_supplies' | 'political_organizations' | 'postal_services_government_only' | 'precious_stones_and_metals_watches_and_jewelry' | 'professional_services' | 'public_warehousing_and_storage' | 'quick_copy_repro_and_blueprint' | 'railroads' | 'real_estate_agents_and_managers_rentals' | 'record_stores' | 'recreational_vehicle_rentals' | 'religious_goods_stores' | 'religious_organizations' | 'roofing_siding_sheet_metal' | 'secretarial_support_services' | 'security_brokers_dealers' | 'service_stations' | 'sewing_needlework_fabric_and_piece_goods_stores' | 'shoe_repair_hat_cleaning' | 'shoe_stores' | 'small_appliance_repair' | 'snowmobile_dealers' | 'special_trade_services' | 'specialty_cleaning' | 'sporting_goods_stores' | 'sporting_recreation_camps' | 'sports_and_riding_apparel_stores' | 'sports_clubs_fields' | 'stamp_and_coin_stores' | 'stationary_office_supplies_printing_and_writing_paper' | 'stationery_stores_office_and_school_supply_stores' | 'swimming_pools_sales' | 't_ui_travel_germany' | 'tailors_alterations' | 'tax_payments_government_agencies' | 'tax_preparation_services' | 'taxicabs_limousines' | 'telecommunication_equipment_and_telephone_sales' | 'telecommunication_services' | 'telegraph_services' | 'tent_and_awning_shops' | 'testing_laboratories' | 'theatrical_ticket_agencies' | 'timeshares' | 'tire_retreading_and_repair' | 'tolls_bridge_fees' | 'tourist_attractions_and_exhibits' | 'towing_services' | 'trailer_parks_campgrounds' | 'transportation_services' | 'travel_agencies_tour_operators' | 'truck_stop_iteration' | 'truck_utility_trailer_rentals' | 'typesetting_plate_making_and_related_services' | 'typewriter_stores' | 'u_s_federal_government_agencies_or_departments' | 'uniforms_commercial_clothing' | 'used_merchandise_and_secondhand_stores' | 'utilities' | 'variety_stores' | 'veterinary_services' | 'video_amusement_game_supplies' | 'video_game_arcades' | 'video_tape_rental_stores' | 'vocational_trade_schools' | 'watch_jewelry_repair' | 'welding_repair' | 'wholesale_clubs' | 'wig_and_toupee_stores' | 'wires_money_orders' | 'womens_accessory_and_specialty_shops' | 'womens_ready_to_wear_stores' | 'wrecking_and_salvage_yards';
545
+ type BlockedCardPresence = 'not_present' | 'present';
546
+ type BlockedCategory = 'ac_refrigeration_repair' | 'accounting_bookkeeping_services' | 'advertising_services' | 'agricultural_cooperative' | 'airlines_air_carriers' | 'airports_flying_fields' | 'ambulance_services' | 'amusement_parks_carnivals' | 'antique_reproductions' | 'antique_shops' | 'aquariums' | 'architectural_surveying_services' | 'art_dealers_and_galleries' | 'artists_supply_and_craft_shops' | 'auto_and_home_supply_stores' | 'auto_body_repair_shops' | 'auto_paint_shops' | 'auto_service_shops' | 'automated_cash_disburse' | 'automated_fuel_dispensers' | 'automobile_associations' | 'automotive_parts_and_accessories_stores' | 'automotive_tire_stores' | 'bail_and_bond_payments' | 'bakeries' | 'bands_orchestras' | 'barber_and_beauty_shops' | 'betting_casino_gambling' | 'bicycle_shops' | 'billiard_pool_establishments' | 'boat_dealers' | 'boat_rentals_and_leases' | 'book_stores' | 'books_periodicals_and_newspapers' | 'bowling_alleys' | 'bus_lines' | 'business_secretarial_schools' | 'buying_shopping_services' | 'cable_satellite_and_other_pay_television_and_radio' | 'camera_and_photographic_supply_stores' | 'candy_nut_and_confectionery_stores' | 'car_and_truck_dealers_new_used' | 'car_and_truck_dealers_used_only' | 'car_rental_agencies' | 'car_washes' | 'carpentry_services' | 'carpet_upholstery_cleaning' | 'caterers' | 'charitable_and_social_service_organizations_fundraising' | 'chemicals_and_allied_products' | 'child_care_services' | 'childrens_and_infants_wear_stores' | 'chiropodists_podiatrists' | 'chiropractors' | 'cigar_stores_and_stands' | 'civic_social_fraternal_associations' | 'cleaning_and_maintenance' | 'clothing_rental' | 'colleges_universities' | 'commercial_equipment' | 'commercial_footwear' | 'commercial_photography_art_and_graphics' | 'commuter_transport_and_ferries' | 'computer_network_services' | 'computer_programming' | 'computer_repair' | 'computer_software_stores' | 'computers_peripherals_and_software' | 'concrete_work_services' | 'construction_materials' | 'consulting_public_relations' | 'correspondence_schools' | 'cosmetic_stores' | 'counseling_services' | 'country_clubs' | 'courier_services' | 'court_costs' | 'credit_reporting_agencies' | 'cruise_lines' | 'dairy_products_stores' | 'dance_hall_studios_schools' | 'dating_escort_services' | 'dentists_orthodontists' | 'department_stores' | 'detective_agencies' | 'digital_goods_applications' | 'digital_goods_games' | 'digital_goods_large_volume' | 'digital_goods_media' | 'direct_marketing_catalog_merchant' | 'direct_marketing_combination_catalog_and_retail_merchant' | 'direct_marketing_inbound_telemarketing' | 'direct_marketing_insurance_services' | 'direct_marketing_other' | 'direct_marketing_outbound_telemarketing' | 'direct_marketing_subscription' | 'direct_marketing_travel' | 'discount_stores' | 'doctors' | 'door_to_door_sales' | 'drapery_window_covering_and_upholstery_stores' | 'drinking_places' | 'drug_stores_and_pharmacies' | 'drugs_drug_proprietaries_and_druggist_sundries' | 'dry_cleaners' | 'durable_goods' | 'duty_free_stores' | 'eating_places_restaurants' | 'educational_services' | 'electric_razor_stores' | 'electric_vehicle_charging' | 'electrical_parts_and_equipment' | 'electrical_services' | 'electronics_repair_shops' | 'electronics_stores' | 'elementary_secondary_schools' | 'emergency_services_gcas_visa_use_only' | 'employment_temp_agencies' | 'equipment_rental' | 'exterminating_services' | 'family_clothing_stores' | 'fast_food_restaurants' | 'financial_institutions' | 'fines_government_administrative_entities' | 'fireplace_fireplace_screens_and_accessories_stores' | 'floor_covering_stores' | 'florists' | 'florists_supplies_nursery_stock_and_flowers' | 'freezer_and_locker_meat_provisioners' | 'fuel_dealers_non_automotive' | 'funeral_services_crematories' | 'furniture_home_furnishings_and_equipment_stores_except_appliances' | 'furniture_repair_refinishing' | 'furriers_and_fur_shops' | 'general_services' | 'gift_card_novelty_and_souvenir_shops' | 'glass_paint_and_wallpaper_stores' | 'glassware_crystal_stores' | 'golf_courses_public' | 'government_licensed_horse_dog_racing_us_region_only' | 'government_licensed_online_casions_online_gambling_us_region_only' | 'government_owned_lotteries_non_us_region' | 'government_owned_lotteries_us_region_only' | 'government_services' | 'grocery_stores_supermarkets' | 'hardware_equipment_and_supplies' | 'hardware_stores' | 'health_and_beauty_spas' | 'hearing_aids_sales_and_supplies' | 'heating_plumbing_a_c' | 'hobby_toy_and_game_shops' | 'home_supply_warehouse_stores' | 'hospitals' | 'hotels_motels_and_resorts' | 'household_appliance_stores' | 'industrial_supplies' | 'information_retrieval_services' | 'insurance_default' | 'insurance_underwriting_premiums' | 'intra_company_purchases' | 'jewelry_stores_watches_clocks_and_silverware_stores' | 'landscaping_services' | 'laundries' | 'laundry_cleaning_services' | 'legal_services_attorneys' | 'luggage_and_leather_goods_stores' | 'lumber_building_materials_stores' | 'manual_cash_disburse' | 'marinas_service_and_supplies' | 'marketplaces' | 'masonry_stonework_and_plaster' | 'massage_parlors' | 'medical_and_dental_labs' | 'medical_dental_ophthalmic_and_hospital_equipment_and_supplies' | 'medical_services' | 'membership_organizations' | 'mens_and_boys_clothing_and_accessories_stores' | 'mens_womens_clothing_stores' | 'metal_service_centers' | 'miscellaneous' | 'miscellaneous_apparel_and_accessory_shops' | 'miscellaneous_auto_dealers' | 'miscellaneous_business_services' | 'miscellaneous_food_stores' | 'miscellaneous_general_merchandise' | 'miscellaneous_general_services' | 'miscellaneous_home_furnishing_specialty_stores' | 'miscellaneous_publishing_and_printing' | 'miscellaneous_recreation_services' | 'miscellaneous_repair_shops' | 'miscellaneous_specialty_retail' | 'mobile_home_dealers' | 'motion_picture_theaters' | 'motor_freight_carriers_and_trucking' | 'motor_homes_dealers' | 'motor_vehicle_supplies_and_new_parts' | 'motorcycle_shops_and_dealers' | 'motorcycle_shops_dealers' | 'music_stores_musical_instruments_pianos_and_sheet_music' | 'news_dealers_and_newsstands' | 'non_fi_money_orders' | 'non_fi_stored_value_card_purchase_load' | 'nondurable_goods' | 'nurseries_lawn_and_garden_supply_stores' | 'nursing_personal_care' | 'office_and_commercial_furniture' | 'opticians_eyeglasses' | 'optometrists_ophthalmologist' | 'orthopedic_goods_prosthetic_devices' | 'osteopaths' | 'package_stores_beer_wine_and_liquor' | 'paints_varnishes_and_supplies' | 'parking_lots_garages' | 'passenger_railways' | 'pawn_shops' | 'pet_shops_pet_food_and_supplies' | 'petroleum_and_petroleum_products' | 'photo_developing' | 'photographic_photocopy_microfilm_equipment_and_supplies' | 'photographic_studios' | 'picture_video_production' | 'piece_goods_notions_and_other_dry_goods' | 'plumbing_heating_equipment_and_supplies' | 'political_organizations' | 'postal_services_government_only' | 'precious_stones_and_metals_watches_and_jewelry' | 'professional_services' | 'public_warehousing_and_storage' | 'quick_copy_repro_and_blueprint' | 'railroads' | 'real_estate_agents_and_managers_rentals' | 'record_stores' | 'recreational_vehicle_rentals' | 'religious_goods_stores' | 'religious_organizations' | 'roofing_siding_sheet_metal' | 'secretarial_support_services' | 'security_brokers_dealers' | 'service_stations' | 'sewing_needlework_fabric_and_piece_goods_stores' | 'shoe_repair_hat_cleaning' | 'shoe_stores' | 'small_appliance_repair' | 'snowmobile_dealers' | 'special_trade_services' | 'specialty_cleaning' | 'sporting_goods_stores' | 'sporting_recreation_camps' | 'sports_and_riding_apparel_stores' | 'sports_clubs_fields' | 'stamp_and_coin_stores' | 'stationary_office_supplies_printing_and_writing_paper' | 'stationery_stores_office_and_school_supply_stores' | 'swimming_pools_sales' | 't_ui_travel_germany' | 'tailors_alterations' | 'tax_payments_government_agencies' | 'tax_preparation_services' | 'taxicabs_limousines' | 'telecommunication_equipment_and_telephone_sales' | 'telecommunication_services' | 'telegraph_services' | 'tent_and_awning_shops' | 'testing_laboratories' | 'theatrical_ticket_agencies' | 'timeshares' | 'tire_retreading_and_repair' | 'tolls_bridge_fees' | 'tourist_attractions_and_exhibits' | 'towing_services' | 'trailer_parks_campgrounds' | 'transportation_services' | 'travel_agencies_tour_operators' | 'truck_stop_iteration' | 'truck_utility_trailer_rentals' | 'typesetting_plate_making_and_related_services' | 'typewriter_stores' | 'u_s_federal_government_agencies_or_departments' | 'uniforms_commercial_clothing' | 'used_merchandise_and_secondhand_stores' | 'utilities' | 'variety_stores' | 'veterinary_services' | 'video_amusement_game_supplies' | 'video_game_arcades' | 'video_tape_rental_stores' | 'vocational_trade_schools' | 'watch_jewelry_repair' | 'welding_repair' | 'wholesale_clubs' | 'wig_and_toupee_stores' | 'wires_money_orders' | 'womens_accessory_and_specialty_shops' | 'womens_ready_to_wear_stores' | 'wrecking_and_salvage_yards';
547
+ interface SpendingLimit {
548
+ /**
549
+ * Maximum amount allowed to spend per interval.
550
+ */
551
+ amount: number;
552
+ /**
553
+ * Array of strings containing [categories](https://docs.stripe.com/api#issuing_authorization_object-merchant_data-category) this limit applies to. Omitting this field will apply the limit to all categories.
554
+ */
555
+ categories?: Array<SpendingLimit.Category>;
556
+ /**
557
+ * Interval (or event) to which the amount applies.
558
+ */
559
+ interval: SpendingLimit.Interval;
560
+ }
561
+ namespace SpendingLimit {
562
+ type Category = 'ac_refrigeration_repair' | 'accounting_bookkeeping_services' | 'advertising_services' | 'agricultural_cooperative' | 'airlines_air_carriers' | 'airports_flying_fields' | 'ambulance_services' | 'amusement_parks_carnivals' | 'antique_reproductions' | 'antique_shops' | 'aquariums' | 'architectural_surveying_services' | 'art_dealers_and_galleries' | 'artists_supply_and_craft_shops' | 'auto_and_home_supply_stores' | 'auto_body_repair_shops' | 'auto_paint_shops' | 'auto_service_shops' | 'automated_cash_disburse' | 'automated_fuel_dispensers' | 'automobile_associations' | 'automotive_parts_and_accessories_stores' | 'automotive_tire_stores' | 'bail_and_bond_payments' | 'bakeries' | 'bands_orchestras' | 'barber_and_beauty_shops' | 'betting_casino_gambling' | 'bicycle_shops' | 'billiard_pool_establishments' | 'boat_dealers' | 'boat_rentals_and_leases' | 'book_stores' | 'books_periodicals_and_newspapers' | 'bowling_alleys' | 'bus_lines' | 'business_secretarial_schools' | 'buying_shopping_services' | 'cable_satellite_and_other_pay_television_and_radio' | 'camera_and_photographic_supply_stores' | 'candy_nut_and_confectionery_stores' | 'car_and_truck_dealers_new_used' | 'car_and_truck_dealers_used_only' | 'car_rental_agencies' | 'car_washes' | 'carpentry_services' | 'carpet_upholstery_cleaning' | 'caterers' | 'charitable_and_social_service_organizations_fundraising' | 'chemicals_and_allied_products' | 'child_care_services' | 'childrens_and_infants_wear_stores' | 'chiropodists_podiatrists' | 'chiropractors' | 'cigar_stores_and_stands' | 'civic_social_fraternal_associations' | 'cleaning_and_maintenance' | 'clothing_rental' | 'colleges_universities' | 'commercial_equipment' | 'commercial_footwear' | 'commercial_photography_art_and_graphics' | 'commuter_transport_and_ferries' | 'computer_network_services' | 'computer_programming' | 'computer_repair' | 'computer_software_stores' | 'computers_peripherals_and_software' | 'concrete_work_services' | 'construction_materials' | 'consulting_public_relations' | 'correspondence_schools' | 'cosmetic_stores' | 'counseling_services' | 'country_clubs' | 'courier_services' | 'court_costs' | 'credit_reporting_agencies' | 'cruise_lines' | 'dairy_products_stores' | 'dance_hall_studios_schools' | 'dating_escort_services' | 'dentists_orthodontists' | 'department_stores' | 'detective_agencies' | 'digital_goods_applications' | 'digital_goods_games' | 'digital_goods_large_volume' | 'digital_goods_media' | 'direct_marketing_catalog_merchant' | 'direct_marketing_combination_catalog_and_retail_merchant' | 'direct_marketing_inbound_telemarketing' | 'direct_marketing_insurance_services' | 'direct_marketing_other' | 'direct_marketing_outbound_telemarketing' | 'direct_marketing_subscription' | 'direct_marketing_travel' | 'discount_stores' | 'doctors' | 'door_to_door_sales' | 'drapery_window_covering_and_upholstery_stores' | 'drinking_places' | 'drug_stores_and_pharmacies' | 'drugs_drug_proprietaries_and_druggist_sundries' | 'dry_cleaners' | 'durable_goods' | 'duty_free_stores' | 'eating_places_restaurants' | 'educational_services' | 'electric_razor_stores' | 'electric_vehicle_charging' | 'electrical_parts_and_equipment' | 'electrical_services' | 'electronics_repair_shops' | 'electronics_stores' | 'elementary_secondary_schools' | 'emergency_services_gcas_visa_use_only' | 'employment_temp_agencies' | 'equipment_rental' | 'exterminating_services' | 'family_clothing_stores' | 'fast_food_restaurants' | 'financial_institutions' | 'fines_government_administrative_entities' | 'fireplace_fireplace_screens_and_accessories_stores' | 'floor_covering_stores' | 'florists' | 'florists_supplies_nursery_stock_and_flowers' | 'freezer_and_locker_meat_provisioners' | 'fuel_dealers_non_automotive' | 'funeral_services_crematories' | 'furniture_home_furnishings_and_equipment_stores_except_appliances' | 'furniture_repair_refinishing' | 'furriers_and_fur_shops' | 'general_services' | 'gift_card_novelty_and_souvenir_shops' | 'glass_paint_and_wallpaper_stores' | 'glassware_crystal_stores' | 'golf_courses_public' | 'government_licensed_horse_dog_racing_us_region_only' | 'government_licensed_online_casions_online_gambling_us_region_only' | 'government_owned_lotteries_non_us_region' | 'government_owned_lotteries_us_region_only' | 'government_services' | 'grocery_stores_supermarkets' | 'hardware_equipment_and_supplies' | 'hardware_stores' | 'health_and_beauty_spas' | 'hearing_aids_sales_and_supplies' | 'heating_plumbing_a_c' | 'hobby_toy_and_game_shops' | 'home_supply_warehouse_stores' | 'hospitals' | 'hotels_motels_and_resorts' | 'household_appliance_stores' | 'industrial_supplies' | 'information_retrieval_services' | 'insurance_default' | 'insurance_underwriting_premiums' | 'intra_company_purchases' | 'jewelry_stores_watches_clocks_and_silverware_stores' | 'landscaping_services' | 'laundries' | 'laundry_cleaning_services' | 'legal_services_attorneys' | 'luggage_and_leather_goods_stores' | 'lumber_building_materials_stores' | 'manual_cash_disburse' | 'marinas_service_and_supplies' | 'marketplaces' | 'masonry_stonework_and_plaster' | 'massage_parlors' | 'medical_and_dental_labs' | 'medical_dental_ophthalmic_and_hospital_equipment_and_supplies' | 'medical_services' | 'membership_organizations' | 'mens_and_boys_clothing_and_accessories_stores' | 'mens_womens_clothing_stores' | 'metal_service_centers' | 'miscellaneous' | 'miscellaneous_apparel_and_accessory_shops' | 'miscellaneous_auto_dealers' | 'miscellaneous_business_services' | 'miscellaneous_food_stores' | 'miscellaneous_general_merchandise' | 'miscellaneous_general_services' | 'miscellaneous_home_furnishing_specialty_stores' | 'miscellaneous_publishing_and_printing' | 'miscellaneous_recreation_services' | 'miscellaneous_repair_shops' | 'miscellaneous_specialty_retail' | 'mobile_home_dealers' | 'motion_picture_theaters' | 'motor_freight_carriers_and_trucking' | 'motor_homes_dealers' | 'motor_vehicle_supplies_and_new_parts' | 'motorcycle_shops_and_dealers' | 'motorcycle_shops_dealers' | 'music_stores_musical_instruments_pianos_and_sheet_music' | 'news_dealers_and_newsstands' | 'non_fi_money_orders' | 'non_fi_stored_value_card_purchase_load' | 'nondurable_goods' | 'nurseries_lawn_and_garden_supply_stores' | 'nursing_personal_care' | 'office_and_commercial_furniture' | 'opticians_eyeglasses' | 'optometrists_ophthalmologist' | 'orthopedic_goods_prosthetic_devices' | 'osteopaths' | 'package_stores_beer_wine_and_liquor' | 'paints_varnishes_and_supplies' | 'parking_lots_garages' | 'passenger_railways' | 'pawn_shops' | 'pet_shops_pet_food_and_supplies' | 'petroleum_and_petroleum_products' | 'photo_developing' | 'photographic_photocopy_microfilm_equipment_and_supplies' | 'photographic_studios' | 'picture_video_production' | 'piece_goods_notions_and_other_dry_goods' | 'plumbing_heating_equipment_and_supplies' | 'political_organizations' | 'postal_services_government_only' | 'precious_stones_and_metals_watches_and_jewelry' | 'professional_services' | 'public_warehousing_and_storage' | 'quick_copy_repro_and_blueprint' | 'railroads' | 'real_estate_agents_and_managers_rentals' | 'record_stores' | 'recreational_vehicle_rentals' | 'religious_goods_stores' | 'religious_organizations' | 'roofing_siding_sheet_metal' | 'secretarial_support_services' | 'security_brokers_dealers' | 'service_stations' | 'sewing_needlework_fabric_and_piece_goods_stores' | 'shoe_repair_hat_cleaning' | 'shoe_stores' | 'small_appliance_repair' | 'snowmobile_dealers' | 'special_trade_services' | 'specialty_cleaning' | 'sporting_goods_stores' | 'sporting_recreation_camps' | 'sports_and_riding_apparel_stores' | 'sports_clubs_fields' | 'stamp_and_coin_stores' | 'stationary_office_supplies_printing_and_writing_paper' | 'stationery_stores_office_and_school_supply_stores' | 'swimming_pools_sales' | 't_ui_travel_germany' | 'tailors_alterations' | 'tax_payments_government_agencies' | 'tax_preparation_services' | 'taxicabs_limousines' | 'telecommunication_equipment_and_telephone_sales' | 'telecommunication_services' | 'telegraph_services' | 'tent_and_awning_shops' | 'testing_laboratories' | 'theatrical_ticket_agencies' | 'timeshares' | 'tire_retreading_and_repair' | 'tolls_bridge_fees' | 'tourist_attractions_and_exhibits' | 'towing_services' | 'trailer_parks_campgrounds' | 'transportation_services' | 'travel_agencies_tour_operators' | 'truck_stop_iteration' | 'truck_utility_trailer_rentals' | 'typesetting_plate_making_and_related_services' | 'typewriter_stores' | 'u_s_federal_government_agencies_or_departments' | 'uniforms_commercial_clothing' | 'used_merchandise_and_secondhand_stores' | 'utilities' | 'variety_stores' | 'veterinary_services' | 'video_amusement_game_supplies' | 'video_game_arcades' | 'video_tape_rental_stores' | 'vocational_trade_schools' | 'watch_jewelry_repair' | 'welding_repair' | 'wholesale_clubs' | 'wig_and_toupee_stores' | 'wires_money_orders' | 'womens_accessory_and_specialty_shops' | 'womens_ready_to_wear_stores' | 'wrecking_and_salvage_yards';
563
+ type Interval = 'all_time' | 'daily' | 'monthly' | 'per_authorization' | 'weekly' | 'yearly';
564
+ }
565
+ }
566
+ }
567
+ }
568
+ export declare namespace Issuing {
569
+ interface CardRetrieveParams {
570
+ /**
571
+ * Specifies which fields in the response should be expanded.
572
+ */
573
+ expand?: Array<string>;
574
+ }
575
+ }
576
+ export declare namespace Issuing {
577
+ interface CardUpdateParams {
578
+ /**
579
+ * Reason why the `status` of this card is `canceled`.
580
+ */
581
+ cancellation_reason?: CardUpdateParams.CancellationReason;
582
+ /**
583
+ * Specifies which fields in the response should be expanded.
584
+ */
585
+ expand?: Array<string>;
586
+ /**
587
+ * Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
588
+ */
589
+ metadata?: Emptyable<MetadataParam>;
590
+ personalization_design?: string;
591
+ /**
592
+ * The desired new PIN for this card.
593
+ */
594
+ pin?: CardUpdateParams.Pin;
595
+ /**
596
+ * Updated shipping information for the card.
597
+ */
598
+ shipping?: CardUpdateParams.Shipping;
599
+ /**
600
+ * Rules that control spending for this card. Refer to our [documentation](https://docs.stripe.com/issuing/controls/spending-controls) for more details.
601
+ */
602
+ spending_controls?: CardUpdateParams.SpendingControls;
603
+ /**
604
+ * Dictates whether authorizations can be approved on this card. May be blocked from activating cards depending on past-due Cardholder requirements. Defaults to `inactive`. If this card is being canceled because it was lost or stolen, this information should be provided as `cancellation_reason`.
605
+ */
606
+ status?: CardUpdateParams.Status;
607
+ }
608
+ namespace CardUpdateParams {
609
+ type CancellationReason = 'lost' | 'stolen';
610
+ interface Pin {
611
+ /**
612
+ * The card's desired new PIN, encrypted under Stripe's public key.
613
+ */
614
+ encrypted_number?: string;
615
+ }
616
+ interface Shipping {
617
+ /**
618
+ * The address that the card is shipped to.
619
+ */
620
+ address: Shipping.Address;
621
+ /**
622
+ * Address validation settings.
623
+ */
624
+ address_validation?: Shipping.AddressValidation;
625
+ /**
626
+ * Customs information for the shipment.
627
+ */
628
+ customs?: Shipping.Customs;
629
+ /**
630
+ * The name printed on the shipping label when shipping the card.
631
+ */
632
+ name: string;
633
+ /**
634
+ * Phone number of the recipient of the shipment.
635
+ */
636
+ phone_number?: string;
637
+ /**
638
+ * Whether a signature is required for card delivery.
639
+ */
640
+ require_signature?: boolean;
641
+ /**
642
+ * Shipment service.
643
+ */
644
+ service?: Shipping.Service;
645
+ /**
646
+ * Packaging options.
647
+ */
648
+ type?: Shipping.Type;
649
+ }
650
+ interface SpendingControls {
651
+ /**
652
+ * Array of card presence statuses from which authorizations will be allowed. Possible options are `present`, `not_present`. All other statuses will be blocked. Cannot be set with `blocked_card_presences`. Provide an empty value to unset this control.
653
+ */
654
+ allowed_card_presences?: Array<SpendingControls.AllowedCardPresence>;
655
+ /**
656
+ * Array of strings containing [categories](https://docs.stripe.com/api#issuing_authorization_object-merchant_data-category) of authorizations to allow. All other categories will be blocked. Cannot be set with `blocked_categories`.
657
+ */
658
+ allowed_categories?: Array<SpendingControls.AllowedCategory>;
659
+ /**
660
+ * Array of strings containing representing countries from which authorizations will be allowed. Authorizations from merchants in all other countries will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g. `US`). Cannot be set with `blocked_merchant_countries`. Provide an empty value to unset this control.
661
+ */
662
+ allowed_merchant_countries?: Array<string>;
663
+ /**
664
+ * Array of card presence statuses from which authorizations will be declined. Possible options are `present`, `not_present`. Cannot be set with `allowed_card_presences`. Provide an empty value to unset this control.
665
+ */
666
+ blocked_card_presences?: Array<SpendingControls.BlockedCardPresence>;
667
+ /**
668
+ * Array of strings containing [categories](https://docs.stripe.com/api#issuing_authorization_object-merchant_data-category) of authorizations to decline. All other categories will be allowed. Cannot be set with `allowed_categories`.
669
+ */
670
+ blocked_categories?: Array<SpendingControls.BlockedCategory>;
671
+ /**
672
+ * Array of strings containing representing countries from which authorizations will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g. `US`). Cannot be set with `allowed_merchant_countries`. Provide an empty value to unset this control.
673
+ */
674
+ blocked_merchant_countries?: Array<string>;
675
+ /**
676
+ * Limit spending with amount-based rules that apply across any cards this card replaced (i.e., its `replacement_for` card and _that_ card's `replacement_for` card, up the chain).
677
+ */
678
+ spending_limits?: Array<SpendingControls.SpendingLimit>;
679
+ }
680
+ type Status = 'active' | 'canceled' | 'inactive';
681
+ namespace Shipping {
682
+ interface Address {
683
+ /**
684
+ * City, district, suburb, town, or village.
685
+ */
686
+ city: string;
687
+ /**
688
+ * Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
689
+ */
690
+ country: string;
691
+ /**
692
+ * Address line 1, such as the street, PO Box, or company name.
693
+ */
694
+ line1: string;
695
+ /**
696
+ * Address line 2, such as the apartment, suite, unit, or building.
697
+ */
698
+ line2?: string;
699
+ /**
700
+ * ZIP or postal code.
701
+ */
702
+ postal_code: string;
703
+ /**
704
+ * State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
705
+ */
706
+ state?: string;
707
+ }
708
+ interface AddressValidation {
709
+ /**
710
+ * The address validation capabilities to use.
711
+ */
712
+ mode: AddressValidation.Mode;
713
+ }
714
+ interface Customs {
715
+ /**
716
+ * The Economic Operators Registration and Identification (EORI) number to use for Customs. Required for bulk shipments to Europe.
717
+ */
718
+ eori_number?: string;
719
+ }
720
+ type Service = 'express' | 'priority' | 'standard';
721
+ type Type = 'bulk' | 'individual';
722
+ namespace AddressValidation {
723
+ type Mode = 'disabled' | 'normalization_only' | 'validation_and_normalization';
724
+ }
725
+ }
726
+ namespace SpendingControls {
727
+ type AllowedCardPresence = 'not_present' | 'present';
728
+ type AllowedCategory = 'ac_refrigeration_repair' | 'accounting_bookkeeping_services' | 'advertising_services' | 'agricultural_cooperative' | 'airlines_air_carriers' | 'airports_flying_fields' | 'ambulance_services' | 'amusement_parks_carnivals' | 'antique_reproductions' | 'antique_shops' | 'aquariums' | 'architectural_surveying_services' | 'art_dealers_and_galleries' | 'artists_supply_and_craft_shops' | 'auto_and_home_supply_stores' | 'auto_body_repair_shops' | 'auto_paint_shops' | 'auto_service_shops' | 'automated_cash_disburse' | 'automated_fuel_dispensers' | 'automobile_associations' | 'automotive_parts_and_accessories_stores' | 'automotive_tire_stores' | 'bail_and_bond_payments' | 'bakeries' | 'bands_orchestras' | 'barber_and_beauty_shops' | 'betting_casino_gambling' | 'bicycle_shops' | 'billiard_pool_establishments' | 'boat_dealers' | 'boat_rentals_and_leases' | 'book_stores' | 'books_periodicals_and_newspapers' | 'bowling_alleys' | 'bus_lines' | 'business_secretarial_schools' | 'buying_shopping_services' | 'cable_satellite_and_other_pay_television_and_radio' | 'camera_and_photographic_supply_stores' | 'candy_nut_and_confectionery_stores' | 'car_and_truck_dealers_new_used' | 'car_and_truck_dealers_used_only' | 'car_rental_agencies' | 'car_washes' | 'carpentry_services' | 'carpet_upholstery_cleaning' | 'caterers' | 'charitable_and_social_service_organizations_fundraising' | 'chemicals_and_allied_products' | 'child_care_services' | 'childrens_and_infants_wear_stores' | 'chiropodists_podiatrists' | 'chiropractors' | 'cigar_stores_and_stands' | 'civic_social_fraternal_associations' | 'cleaning_and_maintenance' | 'clothing_rental' | 'colleges_universities' | 'commercial_equipment' | 'commercial_footwear' | 'commercial_photography_art_and_graphics' | 'commuter_transport_and_ferries' | 'computer_network_services' | 'computer_programming' | 'computer_repair' | 'computer_software_stores' | 'computers_peripherals_and_software' | 'concrete_work_services' | 'construction_materials' | 'consulting_public_relations' | 'correspondence_schools' | 'cosmetic_stores' | 'counseling_services' | 'country_clubs' | 'courier_services' | 'court_costs' | 'credit_reporting_agencies' | 'cruise_lines' | 'dairy_products_stores' | 'dance_hall_studios_schools' | 'dating_escort_services' | 'dentists_orthodontists' | 'department_stores' | 'detective_agencies' | 'digital_goods_applications' | 'digital_goods_games' | 'digital_goods_large_volume' | 'digital_goods_media' | 'direct_marketing_catalog_merchant' | 'direct_marketing_combination_catalog_and_retail_merchant' | 'direct_marketing_inbound_telemarketing' | 'direct_marketing_insurance_services' | 'direct_marketing_other' | 'direct_marketing_outbound_telemarketing' | 'direct_marketing_subscription' | 'direct_marketing_travel' | 'discount_stores' | 'doctors' | 'door_to_door_sales' | 'drapery_window_covering_and_upholstery_stores' | 'drinking_places' | 'drug_stores_and_pharmacies' | 'drugs_drug_proprietaries_and_druggist_sundries' | 'dry_cleaners' | 'durable_goods' | 'duty_free_stores' | 'eating_places_restaurants' | 'educational_services' | 'electric_razor_stores' | 'electric_vehicle_charging' | 'electrical_parts_and_equipment' | 'electrical_services' | 'electronics_repair_shops' | 'electronics_stores' | 'elementary_secondary_schools' | 'emergency_services_gcas_visa_use_only' | 'employment_temp_agencies' | 'equipment_rental' | 'exterminating_services' | 'family_clothing_stores' | 'fast_food_restaurants' | 'financial_institutions' | 'fines_government_administrative_entities' | 'fireplace_fireplace_screens_and_accessories_stores' | 'floor_covering_stores' | 'florists' | 'florists_supplies_nursery_stock_and_flowers' | 'freezer_and_locker_meat_provisioners' | 'fuel_dealers_non_automotive' | 'funeral_services_crematories' | 'furniture_home_furnishings_and_equipment_stores_except_appliances' | 'furniture_repair_refinishing' | 'furriers_and_fur_shops' | 'general_services' | 'gift_card_novelty_and_souvenir_shops' | 'glass_paint_and_wallpaper_stores' | 'glassware_crystal_stores' | 'golf_courses_public' | 'government_licensed_horse_dog_racing_us_region_only' | 'government_licensed_online_casions_online_gambling_us_region_only' | 'government_owned_lotteries_non_us_region' | 'government_owned_lotteries_us_region_only' | 'government_services' | 'grocery_stores_supermarkets' | 'hardware_equipment_and_supplies' | 'hardware_stores' | 'health_and_beauty_spas' | 'hearing_aids_sales_and_supplies' | 'heating_plumbing_a_c' | 'hobby_toy_and_game_shops' | 'home_supply_warehouse_stores' | 'hospitals' | 'hotels_motels_and_resorts' | 'household_appliance_stores' | 'industrial_supplies' | 'information_retrieval_services' | 'insurance_default' | 'insurance_underwriting_premiums' | 'intra_company_purchases' | 'jewelry_stores_watches_clocks_and_silverware_stores' | 'landscaping_services' | 'laundries' | 'laundry_cleaning_services' | 'legal_services_attorneys' | 'luggage_and_leather_goods_stores' | 'lumber_building_materials_stores' | 'manual_cash_disburse' | 'marinas_service_and_supplies' | 'marketplaces' | 'masonry_stonework_and_plaster' | 'massage_parlors' | 'medical_and_dental_labs' | 'medical_dental_ophthalmic_and_hospital_equipment_and_supplies' | 'medical_services' | 'membership_organizations' | 'mens_and_boys_clothing_and_accessories_stores' | 'mens_womens_clothing_stores' | 'metal_service_centers' | 'miscellaneous' | 'miscellaneous_apparel_and_accessory_shops' | 'miscellaneous_auto_dealers' | 'miscellaneous_business_services' | 'miscellaneous_food_stores' | 'miscellaneous_general_merchandise' | 'miscellaneous_general_services' | 'miscellaneous_home_furnishing_specialty_stores' | 'miscellaneous_publishing_and_printing' | 'miscellaneous_recreation_services' | 'miscellaneous_repair_shops' | 'miscellaneous_specialty_retail' | 'mobile_home_dealers' | 'motion_picture_theaters' | 'motor_freight_carriers_and_trucking' | 'motor_homes_dealers' | 'motor_vehicle_supplies_and_new_parts' | 'motorcycle_shops_and_dealers' | 'motorcycle_shops_dealers' | 'music_stores_musical_instruments_pianos_and_sheet_music' | 'news_dealers_and_newsstands' | 'non_fi_money_orders' | 'non_fi_stored_value_card_purchase_load' | 'nondurable_goods' | 'nurseries_lawn_and_garden_supply_stores' | 'nursing_personal_care' | 'office_and_commercial_furniture' | 'opticians_eyeglasses' | 'optometrists_ophthalmologist' | 'orthopedic_goods_prosthetic_devices' | 'osteopaths' | 'package_stores_beer_wine_and_liquor' | 'paints_varnishes_and_supplies' | 'parking_lots_garages' | 'passenger_railways' | 'pawn_shops' | 'pet_shops_pet_food_and_supplies' | 'petroleum_and_petroleum_products' | 'photo_developing' | 'photographic_photocopy_microfilm_equipment_and_supplies' | 'photographic_studios' | 'picture_video_production' | 'piece_goods_notions_and_other_dry_goods' | 'plumbing_heating_equipment_and_supplies' | 'political_organizations' | 'postal_services_government_only' | 'precious_stones_and_metals_watches_and_jewelry' | 'professional_services' | 'public_warehousing_and_storage' | 'quick_copy_repro_and_blueprint' | 'railroads' | 'real_estate_agents_and_managers_rentals' | 'record_stores' | 'recreational_vehicle_rentals' | 'religious_goods_stores' | 'religious_organizations' | 'roofing_siding_sheet_metal' | 'secretarial_support_services' | 'security_brokers_dealers' | 'service_stations' | 'sewing_needlework_fabric_and_piece_goods_stores' | 'shoe_repair_hat_cleaning' | 'shoe_stores' | 'small_appliance_repair' | 'snowmobile_dealers' | 'special_trade_services' | 'specialty_cleaning' | 'sporting_goods_stores' | 'sporting_recreation_camps' | 'sports_and_riding_apparel_stores' | 'sports_clubs_fields' | 'stamp_and_coin_stores' | 'stationary_office_supplies_printing_and_writing_paper' | 'stationery_stores_office_and_school_supply_stores' | 'swimming_pools_sales' | 't_ui_travel_germany' | 'tailors_alterations' | 'tax_payments_government_agencies' | 'tax_preparation_services' | 'taxicabs_limousines' | 'telecommunication_equipment_and_telephone_sales' | 'telecommunication_services' | 'telegraph_services' | 'tent_and_awning_shops' | 'testing_laboratories' | 'theatrical_ticket_agencies' | 'timeshares' | 'tire_retreading_and_repair' | 'tolls_bridge_fees' | 'tourist_attractions_and_exhibits' | 'towing_services' | 'trailer_parks_campgrounds' | 'transportation_services' | 'travel_agencies_tour_operators' | 'truck_stop_iteration' | 'truck_utility_trailer_rentals' | 'typesetting_plate_making_and_related_services' | 'typewriter_stores' | 'u_s_federal_government_agencies_or_departments' | 'uniforms_commercial_clothing' | 'used_merchandise_and_secondhand_stores' | 'utilities' | 'variety_stores' | 'veterinary_services' | 'video_amusement_game_supplies' | 'video_game_arcades' | 'video_tape_rental_stores' | 'vocational_trade_schools' | 'watch_jewelry_repair' | 'welding_repair' | 'wholesale_clubs' | 'wig_and_toupee_stores' | 'wires_money_orders' | 'womens_accessory_and_specialty_shops' | 'womens_ready_to_wear_stores' | 'wrecking_and_salvage_yards';
729
+ type BlockedCardPresence = 'not_present' | 'present';
730
+ type BlockedCategory = 'ac_refrigeration_repair' | 'accounting_bookkeeping_services' | 'advertising_services' | 'agricultural_cooperative' | 'airlines_air_carriers' | 'airports_flying_fields' | 'ambulance_services' | 'amusement_parks_carnivals' | 'antique_reproductions' | 'antique_shops' | 'aquariums' | 'architectural_surveying_services' | 'art_dealers_and_galleries' | 'artists_supply_and_craft_shops' | 'auto_and_home_supply_stores' | 'auto_body_repair_shops' | 'auto_paint_shops' | 'auto_service_shops' | 'automated_cash_disburse' | 'automated_fuel_dispensers' | 'automobile_associations' | 'automotive_parts_and_accessories_stores' | 'automotive_tire_stores' | 'bail_and_bond_payments' | 'bakeries' | 'bands_orchestras' | 'barber_and_beauty_shops' | 'betting_casino_gambling' | 'bicycle_shops' | 'billiard_pool_establishments' | 'boat_dealers' | 'boat_rentals_and_leases' | 'book_stores' | 'books_periodicals_and_newspapers' | 'bowling_alleys' | 'bus_lines' | 'business_secretarial_schools' | 'buying_shopping_services' | 'cable_satellite_and_other_pay_television_and_radio' | 'camera_and_photographic_supply_stores' | 'candy_nut_and_confectionery_stores' | 'car_and_truck_dealers_new_used' | 'car_and_truck_dealers_used_only' | 'car_rental_agencies' | 'car_washes' | 'carpentry_services' | 'carpet_upholstery_cleaning' | 'caterers' | 'charitable_and_social_service_organizations_fundraising' | 'chemicals_and_allied_products' | 'child_care_services' | 'childrens_and_infants_wear_stores' | 'chiropodists_podiatrists' | 'chiropractors' | 'cigar_stores_and_stands' | 'civic_social_fraternal_associations' | 'cleaning_and_maintenance' | 'clothing_rental' | 'colleges_universities' | 'commercial_equipment' | 'commercial_footwear' | 'commercial_photography_art_and_graphics' | 'commuter_transport_and_ferries' | 'computer_network_services' | 'computer_programming' | 'computer_repair' | 'computer_software_stores' | 'computers_peripherals_and_software' | 'concrete_work_services' | 'construction_materials' | 'consulting_public_relations' | 'correspondence_schools' | 'cosmetic_stores' | 'counseling_services' | 'country_clubs' | 'courier_services' | 'court_costs' | 'credit_reporting_agencies' | 'cruise_lines' | 'dairy_products_stores' | 'dance_hall_studios_schools' | 'dating_escort_services' | 'dentists_orthodontists' | 'department_stores' | 'detective_agencies' | 'digital_goods_applications' | 'digital_goods_games' | 'digital_goods_large_volume' | 'digital_goods_media' | 'direct_marketing_catalog_merchant' | 'direct_marketing_combination_catalog_and_retail_merchant' | 'direct_marketing_inbound_telemarketing' | 'direct_marketing_insurance_services' | 'direct_marketing_other' | 'direct_marketing_outbound_telemarketing' | 'direct_marketing_subscription' | 'direct_marketing_travel' | 'discount_stores' | 'doctors' | 'door_to_door_sales' | 'drapery_window_covering_and_upholstery_stores' | 'drinking_places' | 'drug_stores_and_pharmacies' | 'drugs_drug_proprietaries_and_druggist_sundries' | 'dry_cleaners' | 'durable_goods' | 'duty_free_stores' | 'eating_places_restaurants' | 'educational_services' | 'electric_razor_stores' | 'electric_vehicle_charging' | 'electrical_parts_and_equipment' | 'electrical_services' | 'electronics_repair_shops' | 'electronics_stores' | 'elementary_secondary_schools' | 'emergency_services_gcas_visa_use_only' | 'employment_temp_agencies' | 'equipment_rental' | 'exterminating_services' | 'family_clothing_stores' | 'fast_food_restaurants' | 'financial_institutions' | 'fines_government_administrative_entities' | 'fireplace_fireplace_screens_and_accessories_stores' | 'floor_covering_stores' | 'florists' | 'florists_supplies_nursery_stock_and_flowers' | 'freezer_and_locker_meat_provisioners' | 'fuel_dealers_non_automotive' | 'funeral_services_crematories' | 'furniture_home_furnishings_and_equipment_stores_except_appliances' | 'furniture_repair_refinishing' | 'furriers_and_fur_shops' | 'general_services' | 'gift_card_novelty_and_souvenir_shops' | 'glass_paint_and_wallpaper_stores' | 'glassware_crystal_stores' | 'golf_courses_public' | 'government_licensed_horse_dog_racing_us_region_only' | 'government_licensed_online_casions_online_gambling_us_region_only' | 'government_owned_lotteries_non_us_region' | 'government_owned_lotteries_us_region_only' | 'government_services' | 'grocery_stores_supermarkets' | 'hardware_equipment_and_supplies' | 'hardware_stores' | 'health_and_beauty_spas' | 'hearing_aids_sales_and_supplies' | 'heating_plumbing_a_c' | 'hobby_toy_and_game_shops' | 'home_supply_warehouse_stores' | 'hospitals' | 'hotels_motels_and_resorts' | 'household_appliance_stores' | 'industrial_supplies' | 'information_retrieval_services' | 'insurance_default' | 'insurance_underwriting_premiums' | 'intra_company_purchases' | 'jewelry_stores_watches_clocks_and_silverware_stores' | 'landscaping_services' | 'laundries' | 'laundry_cleaning_services' | 'legal_services_attorneys' | 'luggage_and_leather_goods_stores' | 'lumber_building_materials_stores' | 'manual_cash_disburse' | 'marinas_service_and_supplies' | 'marketplaces' | 'masonry_stonework_and_plaster' | 'massage_parlors' | 'medical_and_dental_labs' | 'medical_dental_ophthalmic_and_hospital_equipment_and_supplies' | 'medical_services' | 'membership_organizations' | 'mens_and_boys_clothing_and_accessories_stores' | 'mens_womens_clothing_stores' | 'metal_service_centers' | 'miscellaneous' | 'miscellaneous_apparel_and_accessory_shops' | 'miscellaneous_auto_dealers' | 'miscellaneous_business_services' | 'miscellaneous_food_stores' | 'miscellaneous_general_merchandise' | 'miscellaneous_general_services' | 'miscellaneous_home_furnishing_specialty_stores' | 'miscellaneous_publishing_and_printing' | 'miscellaneous_recreation_services' | 'miscellaneous_repair_shops' | 'miscellaneous_specialty_retail' | 'mobile_home_dealers' | 'motion_picture_theaters' | 'motor_freight_carriers_and_trucking' | 'motor_homes_dealers' | 'motor_vehicle_supplies_and_new_parts' | 'motorcycle_shops_and_dealers' | 'motorcycle_shops_dealers' | 'music_stores_musical_instruments_pianos_and_sheet_music' | 'news_dealers_and_newsstands' | 'non_fi_money_orders' | 'non_fi_stored_value_card_purchase_load' | 'nondurable_goods' | 'nurseries_lawn_and_garden_supply_stores' | 'nursing_personal_care' | 'office_and_commercial_furniture' | 'opticians_eyeglasses' | 'optometrists_ophthalmologist' | 'orthopedic_goods_prosthetic_devices' | 'osteopaths' | 'package_stores_beer_wine_and_liquor' | 'paints_varnishes_and_supplies' | 'parking_lots_garages' | 'passenger_railways' | 'pawn_shops' | 'pet_shops_pet_food_and_supplies' | 'petroleum_and_petroleum_products' | 'photo_developing' | 'photographic_photocopy_microfilm_equipment_and_supplies' | 'photographic_studios' | 'picture_video_production' | 'piece_goods_notions_and_other_dry_goods' | 'plumbing_heating_equipment_and_supplies' | 'political_organizations' | 'postal_services_government_only' | 'precious_stones_and_metals_watches_and_jewelry' | 'professional_services' | 'public_warehousing_and_storage' | 'quick_copy_repro_and_blueprint' | 'railroads' | 'real_estate_agents_and_managers_rentals' | 'record_stores' | 'recreational_vehicle_rentals' | 'religious_goods_stores' | 'religious_organizations' | 'roofing_siding_sheet_metal' | 'secretarial_support_services' | 'security_brokers_dealers' | 'service_stations' | 'sewing_needlework_fabric_and_piece_goods_stores' | 'shoe_repair_hat_cleaning' | 'shoe_stores' | 'small_appliance_repair' | 'snowmobile_dealers' | 'special_trade_services' | 'specialty_cleaning' | 'sporting_goods_stores' | 'sporting_recreation_camps' | 'sports_and_riding_apparel_stores' | 'sports_clubs_fields' | 'stamp_and_coin_stores' | 'stationary_office_supplies_printing_and_writing_paper' | 'stationery_stores_office_and_school_supply_stores' | 'swimming_pools_sales' | 't_ui_travel_germany' | 'tailors_alterations' | 'tax_payments_government_agencies' | 'tax_preparation_services' | 'taxicabs_limousines' | 'telecommunication_equipment_and_telephone_sales' | 'telecommunication_services' | 'telegraph_services' | 'tent_and_awning_shops' | 'testing_laboratories' | 'theatrical_ticket_agencies' | 'timeshares' | 'tire_retreading_and_repair' | 'tolls_bridge_fees' | 'tourist_attractions_and_exhibits' | 'towing_services' | 'trailer_parks_campgrounds' | 'transportation_services' | 'travel_agencies_tour_operators' | 'truck_stop_iteration' | 'truck_utility_trailer_rentals' | 'typesetting_plate_making_and_related_services' | 'typewriter_stores' | 'u_s_federal_government_agencies_or_departments' | 'uniforms_commercial_clothing' | 'used_merchandise_and_secondhand_stores' | 'utilities' | 'variety_stores' | 'veterinary_services' | 'video_amusement_game_supplies' | 'video_game_arcades' | 'video_tape_rental_stores' | 'vocational_trade_schools' | 'watch_jewelry_repair' | 'welding_repair' | 'wholesale_clubs' | 'wig_and_toupee_stores' | 'wires_money_orders' | 'womens_accessory_and_specialty_shops' | 'womens_ready_to_wear_stores' | 'wrecking_and_salvage_yards';
731
+ interface SpendingLimit {
732
+ /**
733
+ * Maximum amount allowed to spend per interval.
734
+ */
735
+ amount: number;
736
+ /**
737
+ * Array of strings containing [categories](https://docs.stripe.com/api#issuing_authorization_object-merchant_data-category) this limit applies to. Omitting this field will apply the limit to all categories.
738
+ */
739
+ categories?: Array<SpendingLimit.Category>;
740
+ /**
741
+ * Interval (or event) to which the amount applies.
742
+ */
743
+ interval: SpendingLimit.Interval;
744
+ }
745
+ namespace SpendingLimit {
746
+ type Category = 'ac_refrigeration_repair' | 'accounting_bookkeeping_services' | 'advertising_services' | 'agricultural_cooperative' | 'airlines_air_carriers' | 'airports_flying_fields' | 'ambulance_services' | 'amusement_parks_carnivals' | 'antique_reproductions' | 'antique_shops' | 'aquariums' | 'architectural_surveying_services' | 'art_dealers_and_galleries' | 'artists_supply_and_craft_shops' | 'auto_and_home_supply_stores' | 'auto_body_repair_shops' | 'auto_paint_shops' | 'auto_service_shops' | 'automated_cash_disburse' | 'automated_fuel_dispensers' | 'automobile_associations' | 'automotive_parts_and_accessories_stores' | 'automotive_tire_stores' | 'bail_and_bond_payments' | 'bakeries' | 'bands_orchestras' | 'barber_and_beauty_shops' | 'betting_casino_gambling' | 'bicycle_shops' | 'billiard_pool_establishments' | 'boat_dealers' | 'boat_rentals_and_leases' | 'book_stores' | 'books_periodicals_and_newspapers' | 'bowling_alleys' | 'bus_lines' | 'business_secretarial_schools' | 'buying_shopping_services' | 'cable_satellite_and_other_pay_television_and_radio' | 'camera_and_photographic_supply_stores' | 'candy_nut_and_confectionery_stores' | 'car_and_truck_dealers_new_used' | 'car_and_truck_dealers_used_only' | 'car_rental_agencies' | 'car_washes' | 'carpentry_services' | 'carpet_upholstery_cleaning' | 'caterers' | 'charitable_and_social_service_organizations_fundraising' | 'chemicals_and_allied_products' | 'child_care_services' | 'childrens_and_infants_wear_stores' | 'chiropodists_podiatrists' | 'chiropractors' | 'cigar_stores_and_stands' | 'civic_social_fraternal_associations' | 'cleaning_and_maintenance' | 'clothing_rental' | 'colleges_universities' | 'commercial_equipment' | 'commercial_footwear' | 'commercial_photography_art_and_graphics' | 'commuter_transport_and_ferries' | 'computer_network_services' | 'computer_programming' | 'computer_repair' | 'computer_software_stores' | 'computers_peripherals_and_software' | 'concrete_work_services' | 'construction_materials' | 'consulting_public_relations' | 'correspondence_schools' | 'cosmetic_stores' | 'counseling_services' | 'country_clubs' | 'courier_services' | 'court_costs' | 'credit_reporting_agencies' | 'cruise_lines' | 'dairy_products_stores' | 'dance_hall_studios_schools' | 'dating_escort_services' | 'dentists_orthodontists' | 'department_stores' | 'detective_agencies' | 'digital_goods_applications' | 'digital_goods_games' | 'digital_goods_large_volume' | 'digital_goods_media' | 'direct_marketing_catalog_merchant' | 'direct_marketing_combination_catalog_and_retail_merchant' | 'direct_marketing_inbound_telemarketing' | 'direct_marketing_insurance_services' | 'direct_marketing_other' | 'direct_marketing_outbound_telemarketing' | 'direct_marketing_subscription' | 'direct_marketing_travel' | 'discount_stores' | 'doctors' | 'door_to_door_sales' | 'drapery_window_covering_and_upholstery_stores' | 'drinking_places' | 'drug_stores_and_pharmacies' | 'drugs_drug_proprietaries_and_druggist_sundries' | 'dry_cleaners' | 'durable_goods' | 'duty_free_stores' | 'eating_places_restaurants' | 'educational_services' | 'electric_razor_stores' | 'electric_vehicle_charging' | 'electrical_parts_and_equipment' | 'electrical_services' | 'electronics_repair_shops' | 'electronics_stores' | 'elementary_secondary_schools' | 'emergency_services_gcas_visa_use_only' | 'employment_temp_agencies' | 'equipment_rental' | 'exterminating_services' | 'family_clothing_stores' | 'fast_food_restaurants' | 'financial_institutions' | 'fines_government_administrative_entities' | 'fireplace_fireplace_screens_and_accessories_stores' | 'floor_covering_stores' | 'florists' | 'florists_supplies_nursery_stock_and_flowers' | 'freezer_and_locker_meat_provisioners' | 'fuel_dealers_non_automotive' | 'funeral_services_crematories' | 'furniture_home_furnishings_and_equipment_stores_except_appliances' | 'furniture_repair_refinishing' | 'furriers_and_fur_shops' | 'general_services' | 'gift_card_novelty_and_souvenir_shops' | 'glass_paint_and_wallpaper_stores' | 'glassware_crystal_stores' | 'golf_courses_public' | 'government_licensed_horse_dog_racing_us_region_only' | 'government_licensed_online_casions_online_gambling_us_region_only' | 'government_owned_lotteries_non_us_region' | 'government_owned_lotteries_us_region_only' | 'government_services' | 'grocery_stores_supermarkets' | 'hardware_equipment_and_supplies' | 'hardware_stores' | 'health_and_beauty_spas' | 'hearing_aids_sales_and_supplies' | 'heating_plumbing_a_c' | 'hobby_toy_and_game_shops' | 'home_supply_warehouse_stores' | 'hospitals' | 'hotels_motels_and_resorts' | 'household_appliance_stores' | 'industrial_supplies' | 'information_retrieval_services' | 'insurance_default' | 'insurance_underwriting_premiums' | 'intra_company_purchases' | 'jewelry_stores_watches_clocks_and_silverware_stores' | 'landscaping_services' | 'laundries' | 'laundry_cleaning_services' | 'legal_services_attorneys' | 'luggage_and_leather_goods_stores' | 'lumber_building_materials_stores' | 'manual_cash_disburse' | 'marinas_service_and_supplies' | 'marketplaces' | 'masonry_stonework_and_plaster' | 'massage_parlors' | 'medical_and_dental_labs' | 'medical_dental_ophthalmic_and_hospital_equipment_and_supplies' | 'medical_services' | 'membership_organizations' | 'mens_and_boys_clothing_and_accessories_stores' | 'mens_womens_clothing_stores' | 'metal_service_centers' | 'miscellaneous' | 'miscellaneous_apparel_and_accessory_shops' | 'miscellaneous_auto_dealers' | 'miscellaneous_business_services' | 'miscellaneous_food_stores' | 'miscellaneous_general_merchandise' | 'miscellaneous_general_services' | 'miscellaneous_home_furnishing_specialty_stores' | 'miscellaneous_publishing_and_printing' | 'miscellaneous_recreation_services' | 'miscellaneous_repair_shops' | 'miscellaneous_specialty_retail' | 'mobile_home_dealers' | 'motion_picture_theaters' | 'motor_freight_carriers_and_trucking' | 'motor_homes_dealers' | 'motor_vehicle_supplies_and_new_parts' | 'motorcycle_shops_and_dealers' | 'motorcycle_shops_dealers' | 'music_stores_musical_instruments_pianos_and_sheet_music' | 'news_dealers_and_newsstands' | 'non_fi_money_orders' | 'non_fi_stored_value_card_purchase_load' | 'nondurable_goods' | 'nurseries_lawn_and_garden_supply_stores' | 'nursing_personal_care' | 'office_and_commercial_furniture' | 'opticians_eyeglasses' | 'optometrists_ophthalmologist' | 'orthopedic_goods_prosthetic_devices' | 'osteopaths' | 'package_stores_beer_wine_and_liquor' | 'paints_varnishes_and_supplies' | 'parking_lots_garages' | 'passenger_railways' | 'pawn_shops' | 'pet_shops_pet_food_and_supplies' | 'petroleum_and_petroleum_products' | 'photo_developing' | 'photographic_photocopy_microfilm_equipment_and_supplies' | 'photographic_studios' | 'picture_video_production' | 'piece_goods_notions_and_other_dry_goods' | 'plumbing_heating_equipment_and_supplies' | 'political_organizations' | 'postal_services_government_only' | 'precious_stones_and_metals_watches_and_jewelry' | 'professional_services' | 'public_warehousing_and_storage' | 'quick_copy_repro_and_blueprint' | 'railroads' | 'real_estate_agents_and_managers_rentals' | 'record_stores' | 'recreational_vehicle_rentals' | 'religious_goods_stores' | 'religious_organizations' | 'roofing_siding_sheet_metal' | 'secretarial_support_services' | 'security_brokers_dealers' | 'service_stations' | 'sewing_needlework_fabric_and_piece_goods_stores' | 'shoe_repair_hat_cleaning' | 'shoe_stores' | 'small_appliance_repair' | 'snowmobile_dealers' | 'special_trade_services' | 'specialty_cleaning' | 'sporting_goods_stores' | 'sporting_recreation_camps' | 'sports_and_riding_apparel_stores' | 'sports_clubs_fields' | 'stamp_and_coin_stores' | 'stationary_office_supplies_printing_and_writing_paper' | 'stationery_stores_office_and_school_supply_stores' | 'swimming_pools_sales' | 't_ui_travel_germany' | 'tailors_alterations' | 'tax_payments_government_agencies' | 'tax_preparation_services' | 'taxicabs_limousines' | 'telecommunication_equipment_and_telephone_sales' | 'telecommunication_services' | 'telegraph_services' | 'tent_and_awning_shops' | 'testing_laboratories' | 'theatrical_ticket_agencies' | 'timeshares' | 'tire_retreading_and_repair' | 'tolls_bridge_fees' | 'tourist_attractions_and_exhibits' | 'towing_services' | 'trailer_parks_campgrounds' | 'transportation_services' | 'travel_agencies_tour_operators' | 'truck_stop_iteration' | 'truck_utility_trailer_rentals' | 'typesetting_plate_making_and_related_services' | 'typewriter_stores' | 'u_s_federal_government_agencies_or_departments' | 'uniforms_commercial_clothing' | 'used_merchandise_and_secondhand_stores' | 'utilities' | 'variety_stores' | 'veterinary_services' | 'video_amusement_game_supplies' | 'video_game_arcades' | 'video_tape_rental_stores' | 'vocational_trade_schools' | 'watch_jewelry_repair' | 'welding_repair' | 'wholesale_clubs' | 'wig_and_toupee_stores' | 'wires_money_orders' | 'womens_accessory_and_specialty_shops' | 'womens_ready_to_wear_stores' | 'wrecking_and_salvage_yards';
747
+ type Interval = 'all_time' | 'daily' | 'monthly' | 'per_authorization' | 'weekly' | 'yearly';
748
+ }
749
+ }
750
+ }
751
+ }
752
+ export declare namespace Issuing {
753
+ interface CardListParams extends PaginationParams {
754
+ /**
755
+ * Only return cards belonging to the Cardholder with the provided ID.
756
+ */
757
+ cardholder?: string;
758
+ /**
759
+ * Only return cards that were issued during the given date interval.
760
+ */
761
+ created?: RangeQueryParam | number;
762
+ /**
763
+ * Only return cards that have the given expiration month.
764
+ */
765
+ exp_month?: number;
766
+ /**
767
+ * Only return cards that have the given expiration year.
768
+ */
769
+ exp_year?: number;
770
+ /**
771
+ * Specifies which fields in the response should be expanded.
772
+ */
773
+ expand?: Array<string>;
774
+ /**
775
+ * Only return cards that have the given last four digits.
776
+ */
777
+ last4?: string;
778
+ personalization_design?: string;
779
+ /**
780
+ * Only return cards that have the given status. One of `active`, `inactive`, or `canceled`.
781
+ */
782
+ status?: CardListParams.Status;
783
+ /**
784
+ * Only return cards that have the given type. One of `virtual` or `physical`.
785
+ */
786
+ type?: CardListParams.Type;
787
+ }
788
+ namespace CardListParams {
789
+ type Status = 'active' | 'canceled' | 'inactive';
790
+ type Type = 'physical' | 'virtual';
791
+ }
792
+ }