stripe 20.1.2 → 20.2.0-alpha.2

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 (472) hide show
  1. package/CHANGELOG.md +1988 -14
  2. package/OPENAPI_VERSION +1 -1
  3. package/README.md +1 -0
  4. package/VERSION +1 -1
  5. package/cjs/Error.js +123 -1
  6. package/cjs/RequestSender.js +1 -9
  7. package/cjs/apiVersion.js +2 -3
  8. package/cjs/resources/AccountNotices.js +21 -0
  9. package/cjs/resources/BalanceTransfers.js +9 -0
  10. package/cjs/resources/Billing/Analytics/MeterUsage.js +12 -0
  11. package/cjs/resources/Capital/FinancingOffers.js +21 -0
  12. package/cjs/resources/Capital/FinancingSummary.js +12 -0
  13. package/cjs/resources/Capital/FinancingTransactions.js +17 -0
  14. package/cjs/resources/DelegatedCheckout/RequestedSessions.js +28 -0
  15. package/cjs/resources/ExternalAccounts.js +23 -0
  16. package/cjs/resources/FinancialConnections/Accounts.js +5 -0
  17. package/cjs/resources/FinancialConnections/Institutions.js +17 -0
  18. package/cjs/resources/FxQuotes.js +15 -0
  19. package/cjs/resources/Identity/BlocklistEntries.js +25 -0
  20. package/cjs/resources/Issuing/CreditUnderwritingRecords.js +33 -0
  21. package/cjs/resources/Issuing/DisputeSettlementDetails.js +17 -0
  22. package/cjs/resources/Issuing/FraudLiabilityDebits.js +17 -0
  23. package/cjs/resources/Issuing/Programs.js +22 -0
  24. package/cjs/resources/Mandates.js +5 -0
  25. package/cjs/resources/Margins.js +22 -0
  26. package/cjs/resources/Orders.js +24 -0
  27. package/cjs/resources/PaymentIntents.js +8 -0
  28. package/cjs/resources/PaymentMethods.js +4 -0
  29. package/cjs/resources/Privacy/RedactionJobs.js +42 -0
  30. package/cjs/resources/ProductCatalog/TrialOffers.js +12 -0
  31. package/cjs/resources/Quotes.js +32 -0
  32. package/cjs/resources/Radar/AccountEvaluations.js +20 -0
  33. package/cjs/resources/SharedPayment/GrantedTokens.js +12 -0
  34. package/cjs/resources/SubscriptionSchedules.js +4 -0
  35. package/cjs/resources/Subscriptions.js +8 -0
  36. package/cjs/resources/Tax/Forms.js +20 -0
  37. package/cjs/resources/Tax/Locations.js +18 -0
  38. package/cjs/resources/Terminal/ReaderCollectedData.js +12 -0
  39. package/cjs/resources/TestHelpers/Capital/FinancingOffers.js +16 -0
  40. package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.js +16 -0
  41. package/cjs/resources/V2/Billing/BillSettings/Versions.js +17 -0
  42. package/cjs/resources/V2/Billing/BillSettings.js +27 -0
  43. package/cjs/resources/V2/Billing/Cadences.js +23 -0
  44. package/cjs/resources/V2/Billing/CollectionSettings/Versions.js +17 -0
  45. package/cjs/resources/V2/Billing/CollectionSettings.js +30 -0
  46. package/cjs/resources/V2/Billing/CustomPricingUnits.js +25 -0
  47. package/cjs/resources/V2/Billing/Intents/Actions.js +17 -0
  48. package/cjs/resources/V2/Billing/Intents.js +36 -0
  49. package/cjs/resources/V2/Billing/LicenseFeeSubscriptions.js +12 -0
  50. package/cjs/resources/V2/Billing/LicenseFees/Versions.js +17 -0
  51. package/cjs/resources/V2/Billing/LicenseFees.js +27 -0
  52. package/cjs/resources/V2/Billing/LicensedItems.js +25 -0
  53. package/cjs/resources/V2/Billing/MeteredItems.js +22 -0
  54. package/cjs/resources/V2/Billing/PricingPlanSubscriptions/Components.js +12 -0
  55. package/cjs/resources/V2/Billing/PricingPlanSubscriptions.js +26 -0
  56. package/cjs/resources/V2/Billing/PricingPlans/Components.js +29 -0
  57. package/cjs/resources/V2/Billing/PricingPlans/Versions.js +17 -0
  58. package/cjs/resources/V2/Billing/PricingPlans.js +29 -0
  59. package/cjs/resources/V2/Billing/Profiles.js +19 -0
  60. package/cjs/resources/V2/Billing/RateCardSubscriptions.js +29 -0
  61. package/cjs/resources/V2/Billing/RateCards/Rates.js +25 -0
  62. package/cjs/resources/V2/Billing/RateCards/Versions.js +17 -0
  63. package/cjs/resources/V2/Billing/RateCards.js +29 -0
  64. package/cjs/resources/V2/Billing/ServiceActions.js +20 -0
  65. package/cjs/resources/V2/Core/ClaimableSandboxes.js +16 -0
  66. package/cjs/resources/V2/Core/Vault/GbBankAccounts.js +33 -0
  67. package/cjs/resources/V2/Core/Vault/UsBankAccounts.js +37 -0
  68. package/cjs/resources/V2/Iam/ApiKeys.js +24 -0
  69. package/cjs/resources/V2/MoneyManagement/Adjustments.js +17 -0
  70. package/cjs/resources/V2/MoneyManagement/CurrencyConversions.js +21 -0
  71. package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js +29 -0
  72. package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js +21 -0
  73. package/cjs/resources/V2/MoneyManagement/InboundTransfers.js +21 -0
  74. package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +16 -0
  75. package/cjs/resources/V2/MoneyManagement/OutboundPayments.js +25 -0
  76. package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js +29 -0
  77. package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js +25 -0
  78. package/cjs/resources/V2/MoneyManagement/PayoutMethods.js +25 -0
  79. package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +12 -0
  80. package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js +17 -0
  81. package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js +17 -0
  82. package/cjs/resources/V2/MoneyManagement/RecipientVerifications.js +20 -0
  83. package/cjs/resources/V2/MoneyManagement/TransactionEntries.js +17 -0
  84. package/cjs/resources/V2/MoneyManagement/Transactions.js +17 -0
  85. package/cjs/resources/V2/Payments/OffSessionPayments.js +29 -0
  86. package/cjs/resources/V2/Payments/SettlementAllocationIntents/Splits.js +20 -0
  87. package/cjs/resources/V2/Payments/SettlementAllocationIntents.js +33 -0
  88. package/cjs/resources/V2/Reporting/ReportRuns.js +13 -0
  89. package/cjs/resources/V2/Reporting/Reports.js +12 -0
  90. package/cjs/resources/V2/Tax/ManualRules.js +23 -0
  91. package/cjs/resources/V2/TestHelpers/FinancialAddresses.js +16 -0
  92. package/cjs/resources/V2/TestHelpers/MoneyManagement.js +12 -0
  93. package/cjs/resources.js +166 -4
  94. package/cjs/stripe.core.js +1 -1
  95. package/esm/Error.js +107 -0
  96. package/esm/RequestSender.js +1 -9
  97. package/esm/apiVersion.js +1 -2
  98. package/esm/resources/AccountNotices.js +18 -0
  99. package/esm/resources/BalanceTransfers.js +6 -0
  100. package/esm/resources/Billing/Analytics/MeterUsage.js +9 -0
  101. package/esm/resources/Capital/FinancingOffers.js +18 -0
  102. package/esm/resources/Capital/FinancingSummary.js +9 -0
  103. package/esm/resources/Capital/FinancingTransactions.js +14 -0
  104. package/esm/resources/DelegatedCheckout/RequestedSessions.js +25 -0
  105. package/esm/resources/ExternalAccounts.js +20 -0
  106. package/esm/resources/FinancialConnections/Accounts.js +5 -0
  107. package/esm/resources/FinancialConnections/Institutions.js +14 -0
  108. package/esm/resources/FxQuotes.js +12 -0
  109. package/esm/resources/Identity/BlocklistEntries.js +22 -0
  110. package/esm/resources/Issuing/CreditUnderwritingRecords.js +30 -0
  111. package/esm/resources/Issuing/DisputeSettlementDetails.js +14 -0
  112. package/esm/resources/Issuing/FraudLiabilityDebits.js +14 -0
  113. package/esm/resources/Issuing/Programs.js +19 -0
  114. package/esm/resources/Mandates.js +5 -0
  115. package/esm/resources/Margins.js +19 -0
  116. package/esm/resources/Orders.js +21 -0
  117. package/esm/resources/PaymentIntents.js +8 -0
  118. package/esm/resources/PaymentMethods.js +4 -0
  119. package/esm/resources/Privacy/RedactionJobs.js +39 -0
  120. package/esm/resources/ProductCatalog/TrialOffers.js +9 -0
  121. package/esm/resources/Quotes.js +32 -0
  122. package/esm/resources/Radar/AccountEvaluations.js +17 -0
  123. package/esm/resources/SharedPayment/GrantedTokens.js +9 -0
  124. package/esm/resources/SubscriptionSchedules.js +4 -0
  125. package/esm/resources/Subscriptions.js +8 -0
  126. package/esm/resources/Tax/Forms.js +17 -0
  127. package/esm/resources/Tax/Locations.js +15 -0
  128. package/esm/resources/Terminal/ReaderCollectedData.js +9 -0
  129. package/esm/resources/TestHelpers/Capital/FinancingOffers.js +13 -0
  130. package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.js +13 -0
  131. package/esm/resources/V2/Billing/BillSettings/Versions.js +14 -0
  132. package/esm/resources/V2/Billing/BillSettings.js +24 -0
  133. package/esm/resources/V2/Billing/Cadences.js +20 -0
  134. package/esm/resources/V2/Billing/CollectionSettings/Versions.js +14 -0
  135. package/esm/resources/V2/Billing/CollectionSettings.js +27 -0
  136. package/esm/resources/V2/Billing/CustomPricingUnits.js +22 -0
  137. package/esm/resources/V2/Billing/Intents/Actions.js +14 -0
  138. package/esm/resources/V2/Billing/Intents.js +33 -0
  139. package/esm/resources/V2/Billing/LicenseFeeSubscriptions.js +9 -0
  140. package/esm/resources/V2/Billing/LicenseFees/Versions.js +14 -0
  141. package/esm/resources/V2/Billing/LicenseFees.js +24 -0
  142. package/esm/resources/V2/Billing/LicensedItems.js +22 -0
  143. package/esm/resources/V2/Billing/MeteredItems.js +19 -0
  144. package/esm/resources/V2/Billing/PricingPlanSubscriptions/Components.js +9 -0
  145. package/esm/resources/V2/Billing/PricingPlanSubscriptions.js +23 -0
  146. package/esm/resources/V2/Billing/PricingPlans/Components.js +26 -0
  147. package/esm/resources/V2/Billing/PricingPlans/Versions.js +14 -0
  148. package/esm/resources/V2/Billing/PricingPlans.js +26 -0
  149. package/esm/resources/V2/Billing/Profiles.js +16 -0
  150. package/esm/resources/V2/Billing/RateCardSubscriptions.js +26 -0
  151. package/esm/resources/V2/Billing/RateCards/Rates.js +22 -0
  152. package/esm/resources/V2/Billing/RateCards/Versions.js +14 -0
  153. package/esm/resources/V2/Billing/RateCards.js +26 -0
  154. package/esm/resources/V2/Billing/ServiceActions.js +17 -0
  155. package/esm/resources/V2/Core/ClaimableSandboxes.js +13 -0
  156. package/esm/resources/V2/Core/Vault/GbBankAccounts.js +30 -0
  157. package/esm/resources/V2/Core/Vault/UsBankAccounts.js +34 -0
  158. package/esm/resources/V2/Iam/ApiKeys.js +21 -0
  159. package/esm/resources/V2/MoneyManagement/Adjustments.js +14 -0
  160. package/esm/resources/V2/MoneyManagement/CurrencyConversions.js +18 -0
  161. package/esm/resources/V2/MoneyManagement/FinancialAccounts.js +26 -0
  162. package/esm/resources/V2/MoneyManagement/FinancialAddresses.js +18 -0
  163. package/esm/resources/V2/MoneyManagement/InboundTransfers.js +18 -0
  164. package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +13 -0
  165. package/esm/resources/V2/MoneyManagement/OutboundPayments.js +22 -0
  166. package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js +26 -0
  167. package/esm/resources/V2/MoneyManagement/OutboundTransfers.js +22 -0
  168. package/esm/resources/V2/MoneyManagement/PayoutMethods.js +22 -0
  169. package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +9 -0
  170. package/esm/resources/V2/MoneyManagement/ReceivedCredits.js +14 -0
  171. package/esm/resources/V2/MoneyManagement/ReceivedDebits.js +14 -0
  172. package/esm/resources/V2/MoneyManagement/RecipientVerifications.js +17 -0
  173. package/esm/resources/V2/MoneyManagement/TransactionEntries.js +14 -0
  174. package/esm/resources/V2/MoneyManagement/Transactions.js +14 -0
  175. package/esm/resources/V2/Payments/OffSessionPayments.js +26 -0
  176. package/esm/resources/V2/Payments/SettlementAllocationIntents/Splits.js +17 -0
  177. package/esm/resources/V2/Payments/SettlementAllocationIntents.js +30 -0
  178. package/esm/resources/V2/Reporting/ReportRuns.js +10 -0
  179. package/esm/resources/V2/Reporting/Reports.js +9 -0
  180. package/esm/resources/V2/Tax/ManualRules.js +20 -0
  181. package/esm/resources/V2/TestHelpers/FinancialAddresses.js +13 -0
  182. package/esm/resources/V2/TestHelpers/MoneyManagement.js +9 -0
  183. package/esm/resources.js +156 -0
  184. package/esm/stripe.core.js +1 -1
  185. package/package.json +1 -1
  186. package/types/AccountLinksResource.d.ts +5 -1
  187. package/types/AccountNotices.d.ts +113 -0
  188. package/types/AccountNoticesResource.d.ts +98 -0
  189. package/types/AccountSessions.d.ts +63 -0
  190. package/types/AccountSessionsResource.d.ts +285 -0
  191. package/types/Accounts.d.ts +225 -1
  192. package/types/AccountsResource.d.ts +698 -12
  193. package/types/ApplicationFees.d.ts +6 -1
  194. package/types/Balance.d.ts +82 -0
  195. package/types/BalanceTransactions.d.ts +2 -1
  196. package/types/BalanceTransfers.d.ts +122 -0
  197. package/types/BalanceTransfersResource.d.ts +87 -0
  198. package/types/BankAccounts.d.ts +2 -0
  199. package/types/Billing/AlertTriggereds.d.ts +16 -1
  200. package/types/Billing/Alerts.d.ts +116 -1
  201. package/types/Billing/AlertsResource.d.ts +149 -2
  202. package/types/Billing/Analytics/MeterUsage.d.ts +31 -0
  203. package/types/Billing/Analytics/MeterUsageResource.d.ts +694 -0
  204. package/types/Billing/Analytics/MeterUsageRows.d.ts +58 -0
  205. package/types/Billing/CreditBalanceSummary.d.ts +118 -2
  206. package/types/Billing/CreditBalanceSummaryResource.d.ts +12 -0
  207. package/types/Billing/CreditBalanceTransactions.d.ts +118 -2
  208. package/types/Billing/CreditGrants.d.ts +71 -1
  209. package/types/Billing/CreditGrantsResource.d.ts +32 -1
  210. package/types/Billing/MeterEventSummaries.d.ts +7 -0
  211. package/types/Billing/Meters.d.ts +5 -0
  212. package/types/Billing/MetersResource.d.ts +17 -0
  213. package/types/Capabilities.d.ts +2 -0
  214. package/types/Capital/FinancingOffers.d.ts +188 -0
  215. package/types/Capital/FinancingOffersResource.d.ts +97 -0
  216. package/types/Capital/FinancingSummary.d.ts +109 -0
  217. package/types/Capital/FinancingSummaryResource.d.ts +27 -0
  218. package/types/Capital/FinancingTransactions.d.ts +135 -0
  219. package/types/Capital/FinancingTransactionsResource.d.ts +68 -0
  220. package/types/Cards.d.ts +19 -0
  221. package/types/Charges.d.ts +166 -0
  222. package/types/ChargesResource.d.ts +3855 -75
  223. package/types/Checkout/Sessions.d.ts +337 -2
  224. package/types/Checkout/SessionsResource.d.ts +450 -2
  225. package/types/ConfirmationTokens.d.ts +117 -0
  226. package/types/Coupons.d.ts +35 -0
  227. package/types/CouponsResource.d.ts +23 -0
  228. package/types/CreditNoteLineItems.d.ts +17 -0
  229. package/types/CustomerSessions.d.ts +41 -0
  230. package/types/CustomerSessionsResource.d.ts +41 -0
  231. package/types/CustomersResource.d.ts +7 -0
  232. package/types/DelegatedCheckout/RequestedSessions.d.ts +465 -0
  233. package/types/DelegatedCheckout/RequestedSessionsResource.d.ts +703 -0
  234. package/types/Discounts.d.ts +10 -0
  235. package/types/Disputes.d.ts +40 -0
  236. package/types/DisputesResource.d.ts +11 -0
  237. package/types/Errors.d.ts +91 -0
  238. package/types/EventTypes.d.ts +630 -0
  239. package/types/Events.d.ts +96 -0
  240. package/types/ExternalAccountsResource.d.ts +304 -0
  241. package/types/FinancialConnections/AccountInferredBalances.d.ts +38 -0
  242. package/types/FinancialConnections/Accounts.d.ts +34 -1
  243. package/types/FinancialConnections/AccountsResource.d.ts +35 -3
  244. package/types/FinancialConnections/Institutions.d.ts +98 -0
  245. package/types/FinancialConnections/InstitutionsResource.d.ts +47 -0
  246. package/types/FinancialConnections/Sessions.d.ts +49 -1
  247. package/types/FinancialConnections/SessionsResource.d.ts +38 -1
  248. package/types/FxQuotes.d.ts +155 -0
  249. package/types/FxQuotesResource.d.ts +130 -0
  250. package/types/Identity/BlocklistEntries.d.ts +78 -0
  251. package/types/Identity/BlocklistEntriesResource.d.ts +146 -0
  252. package/types/Identity/VerificationReports.d.ts +10 -0
  253. package/types/Identity/VerificationReportsResource.d.ts +5 -0
  254. package/types/InvoiceItems.d.ts +123 -3
  255. package/types/InvoiceItemsResource.d.ts +98 -0
  256. package/types/InvoiceLineItems.d.ts +169 -6
  257. package/types/Invoices.d.ts +216 -4
  258. package/types/InvoicesResource.d.ts +1955 -136
  259. package/types/Issuing/CardholdersResource.d.ts +2 -1
  260. package/types/Issuing/Cards.d.ts +10 -0
  261. package/types/Issuing/CardsResource.d.ts +33 -0
  262. package/types/Issuing/CreditUnderwritingRecords.d.ts +451 -0
  263. package/types/Issuing/CreditUnderwritingRecordsResource.d.ts +1032 -0
  264. package/types/Issuing/DisputeSettlementDetails.d.ts +85 -0
  265. package/types/Issuing/DisputeSettlementDetailsResource.d.ts +52 -0
  266. package/types/Issuing/FraudLiabilityDebits.d.ts +52 -0
  267. package/types/Issuing/FraudLiabilityDebitsResource.d.ts +52 -0
  268. package/types/Issuing/Programs.d.ts +42 -0
  269. package/types/Issuing/ProgramsResource.d.ts +96 -0
  270. package/types/Issuing/Settlements.d.ts +113 -0
  271. package/types/Issuing/Transactions.d.ts +5 -0
  272. package/types/Issuing/TransactionsResource.d.ts +5 -0
  273. package/types/LineItems.d.ts +45 -1
  274. package/types/Mandates.d.ts +69 -1
  275. package/types/MandatesResource.d.ts +31 -0
  276. package/types/Margins.d.ts +56 -0
  277. package/types/MarginsResource.d.ts +114 -0
  278. package/types/Orders.d.ts +1163 -0
  279. package/types/OrdersResource.d.ts +5505 -0
  280. package/types/PaymentAttemptRecords.d.ts +117 -0
  281. package/types/PaymentIntents.d.ts +728 -4
  282. package/types/PaymentIntentsResource.d.ts +19194 -6486
  283. package/types/PaymentLinks.d.ts +5 -0
  284. package/types/PaymentLinksResource.d.ts +29 -0
  285. package/types/PaymentMethodBalances.d.ts +63 -0
  286. package/types/PaymentMethodConfigurations.d.ts +180 -0
  287. package/types/PaymentMethodConfigurationsResource.d.ts +250 -0
  288. package/types/PaymentMethods.d.ts +122 -0
  289. package/types/PaymentMethodsResource.d.ts +130 -0
  290. package/types/PaymentRecords.d.ts +117 -0
  291. package/types/Persons.d.ts +30 -0
  292. package/types/Plans.d.ts +5 -0
  293. package/types/PlansResource.d.ts +19 -0
  294. package/types/Prices.d.ts +27 -0
  295. package/types/PricesResource.d.ts +41 -0
  296. package/types/Privacy/RedactionJobValidationErrors.d.ts +60 -0
  297. package/types/Privacy/RedactionJobs.d.ts +111 -0
  298. package/types/Privacy/RedactionJobsResource.d.ts +230 -0
  299. package/types/ProductCatalog/TrialOffers.d.ts +77 -0
  300. package/types/ProductCatalog/TrialOffersResource.d.ts +80 -0
  301. package/types/ProductsResource.d.ts +34 -0
  302. package/types/QuoteLines.d.ts +651 -0
  303. package/types/QuotePreviewInvoices.d.ts +1839 -0
  304. package/types/QuotePreviewSubscriptionSchedules.d.ts +1034 -0
  305. package/types/Quotes.d.ts +871 -1
  306. package/types/QuotesResource.d.ts +3245 -297
  307. package/types/Radar/AccountEvaluations.d.ts +88 -0
  308. package/types/Radar/AccountEvaluationsResource.d.ts +148 -0
  309. package/types/Refunds.d.ts +14 -0
  310. package/types/SetupAttempts.d.ts +42 -1
  311. package/types/SetupIntents.d.ts +159 -2
  312. package/types/SetupIntentsResource.d.ts +719 -3
  313. package/types/SharedPayment/GrantedTokens.d.ts +102 -0
  314. package/types/SharedPayment/GrantedTokensResource.d.ts +29 -0
  315. package/types/Sources.d.ts +29 -0
  316. package/types/SubscriptionItems.d.ts +39 -0
  317. package/types/SubscriptionItemsResource.d.ts +143 -0
  318. package/types/SubscriptionSchedules.d.ts +324 -0
  319. package/types/SubscriptionSchedulesResource.d.ts +1521 -65
  320. package/types/Subscriptions.d.ts +279 -1
  321. package/types/SubscriptionsResource.d.ts +807 -2
  322. package/types/Tax/CalculationLineItems.d.ts +14 -1
  323. package/types/Tax/Calculations.d.ts +17 -1
  324. package/types/Tax/CalculationsResource.d.ts +5 -0
  325. package/types/Tax/Forms.d.ts +220 -0
  326. package/types/Tax/FormsResource.d.ts +107 -0
  327. package/types/Tax/Locations.d.ts +34 -0
  328. package/types/Tax/LocationsResource.d.ts +117 -0
  329. package/types/Tax/Registrations.d.ts +81 -1
  330. package/types/Tax/RegistrationsResource.d.ts +9 -1
  331. package/types/Tax/Transactions.d.ts +9 -1
  332. package/types/TaxCodes.d.ts +18 -0
  333. package/types/Terminal/Configurations.d.ts +9 -0
  334. package/types/Terminal/ConfigurationsResource.d.ts +28 -0
  335. package/types/Terminal/ReaderCollectedData.d.ts +51 -0
  336. package/types/Terminal/ReaderCollectedDataResource.d.ts +29 -0
  337. package/types/Terminal/Readers.d.ts +20 -0
  338. package/types/TestHelpers/Capital/FinancingOffersResource.d.ts +130 -0
  339. package/types/TestHelpers/ConfirmationTokensResource.d.ts +103 -0
  340. package/types/TestHelpers/SharedPayment/GrantedTokensResource.d.ts +91 -0
  341. package/types/TestHelpers/Treasury/ReceivedCreditsResource.d.ts +26 -0
  342. package/types/TestHelpers/Treasury/ReceivedDebitsResource.d.ts +26 -0
  343. package/types/TokensResource.d.ts +68 -0
  344. package/types/Transfers.d.ts +9 -0
  345. package/types/TransfersResource.d.ts +7 -0
  346. package/types/TransitBalances.d.ts +40 -0
  347. package/types/Treasury/FinancialAccountFeatures.d.ts +7 -0
  348. package/types/Treasury/FinancialAccounts.d.ts +5 -0
  349. package/types/Treasury/FinancialAccountsResource.d.ts +37 -0
  350. package/types/Treasury/OutboundTransfers.d.ts +26 -0
  351. package/types/Treasury/OutboundTransfersResource.d.ts +26 -0
  352. package/types/Treasury/ReceivedCredits.d.ts +26 -0
  353. package/types/Treasury/ReceivedDebits.d.ts +31 -0
  354. package/types/V2/Billing/BillSettingVersions.d.ts +97 -0
  355. package/types/V2/Billing/BillSettings/VersionsResource.d.ts +58 -0
  356. package/types/V2/Billing/BillSettings.d.ts +120 -0
  357. package/types/V2/Billing/BillSettingsResource.d.ts +241 -0
  358. package/types/V2/Billing/Cadences.d.ts +735 -0
  359. package/types/V2/Billing/CadencesResource.d.ts +516 -0
  360. package/types/V2/Billing/CollectionSettingVersions.d.ts +318 -0
  361. package/types/V2/Billing/CollectionSettings/VersionsResource.d.ts +62 -0
  362. package/types/V2/Billing/CollectionSettings.d.ts +341 -0
  363. package/types/V2/Billing/CollectionSettingsResource.d.ts +683 -0
  364. package/types/V2/Billing/CustomPricingUnits.d.ts +56 -0
  365. package/types/V2/Billing/CustomPricingUnitsResource.d.ts +122 -0
  366. package/types/V2/Billing/IntentActions.d.ts +564 -0
  367. package/types/V2/Billing/Intents/ActionsResource.d.ts +58 -0
  368. package/types/V2/Billing/Intents.d.ts +117 -0
  369. package/types/V2/Billing/IntentsResource.d.ts +674 -0
  370. package/types/V2/Billing/LicenseFeeSubscriptions.d.ts +64 -0
  371. package/types/V2/Billing/LicenseFeeSubscriptionsResource.d.ts +28 -0
  372. package/types/V2/Billing/LicenseFeeVersions.d.ts +106 -0
  373. package/types/V2/Billing/LicenseFees/VersionsResource.d.ts +58 -0
  374. package/types/V2/Billing/LicenseFees.d.ts +164 -0
  375. package/types/V2/Billing/LicenseFeesResource.d.ts +290 -0
  376. package/types/V2/Billing/LicensedItems.d.ts +73 -0
  377. package/types/V2/Billing/LicensedItemsResource.d.ts +157 -0
  378. package/types/V2/Billing/MeteredItems.d.ts +101 -0
  379. package/types/V2/Billing/MeteredItemsResource.d.ts +189 -0
  380. package/types/V2/Billing/PricingPlanComponents.d.ts +109 -0
  381. package/types/V2/Billing/PricingPlanSubscriptionComponents.d.ts +57 -0
  382. package/types/V2/Billing/PricingPlanSubscriptions/ComponentsResource.d.ts +40 -0
  383. package/types/V2/Billing/PricingPlanSubscriptions.d.ts +144 -0
  384. package/types/V2/Billing/PricingPlanSubscriptionsResource.d.ts +120 -0
  385. package/types/V2/Billing/PricingPlanVersions.d.ts +49 -0
  386. package/types/V2/Billing/PricingPlans/ComponentsResource.d.ts +197 -0
  387. package/types/V2/Billing/PricingPlans/VersionsResource.d.ts +58 -0
  388. package/types/V2/Billing/PricingPlans.d.ts +84 -0
  389. package/types/V2/Billing/PricingPlansResource.d.ts +151 -0
  390. package/types/V2/Billing/Profiles.d.ts +70 -0
  391. package/types/V2/Billing/ProfilesResource.d.ts +150 -0
  392. package/types/V2/Billing/RateCardRates.d.ts +144 -0
  393. package/types/V2/Billing/RateCardSubscriptions.d.ts +144 -0
  394. package/types/V2/Billing/RateCardSubscriptionsResource.d.ts +157 -0
  395. package/types/V2/Billing/RateCardVersions.d.ts +39 -0
  396. package/types/V2/Billing/RateCards/RatesResource.d.ts +203 -0
  397. package/types/V2/Billing/RateCards/VersionsResource.d.ts +58 -0
  398. package/types/V2/Billing/RateCards.d.ts +98 -0
  399. package/types/V2/Billing/RateCardsResource.d.ts +162 -0
  400. package/types/V2/Billing/ServiceActions.d.ts +298 -0
  401. package/types/V2/Billing/ServiceActionsResource.d.ts +394 -0
  402. package/types/V2/Core/AccountLinks.d.ts +10 -2
  403. package/types/V2/Core/AccountLinksResource.d.ts +11 -2
  404. package/types/V2/Core/AccountTokensResource.d.ts +259 -0
  405. package/types/V2/Core/Accounts/PersonTokensResource.d.ts +2 -0
  406. package/types/V2/Core/Accounts/PersonsResource.d.ts +5 -0
  407. package/types/V2/Core/Accounts.d.ts +2437 -50
  408. package/types/V2/Core/AccountsResource.d.ts +2538 -368
  409. package/types/V2/Core/ClaimableSandboxes.d.ts +132 -0
  410. package/types/V2/Core/ClaimableSandboxesResource.d.ts +74 -0
  411. package/types/V2/Core/EventTypes.d.ts +5438 -9
  412. package/types/V2/Core/Events.d.ts +61 -0
  413. package/types/V2/Core/EventsResource.d.ts +11 -1
  414. package/types/V2/Core/Vault/GbBankAccounts.d.ts +181 -0
  415. package/types/V2/Core/Vault/GbBankAccountsResource.d.ts +194 -0
  416. package/types/V2/Core/Vault/UsBankAccounts.d.ts +142 -0
  417. package/types/V2/Core/Vault/UsBankAccountsResource.d.ts +198 -0
  418. package/types/V2/FinancialAddressCreditSimulations.d.ts +27 -0
  419. package/types/V2/FinancialAddressGeneratedMicrodeposits.d.ts +46 -0
  420. package/types/V2/Iam/ApiKeys.d.ts +154 -0
  421. package/types/V2/Iam/ApiKeysResource.d.ts +215 -0
  422. package/types/V2/MoneyManagement/Adjustments.d.ts +122 -0
  423. package/types/V2/MoneyManagement/AdjustmentsResource.d.ts +83 -0
  424. package/types/V2/MoneyManagement/CurrencyConversions.d.ts +98 -0
  425. package/types/V2/MoneyManagement/CurrencyConversionsResource.d.ts +141 -0
  426. package/types/V2/MoneyManagement/FinancialAccounts.d.ts +216 -0
  427. package/types/V2/MoneyManagement/FinancialAccountsResource.d.ts +179 -0
  428. package/types/V2/MoneyManagement/FinancialAddresses.d.ts +178 -0
  429. package/types/V2/MoneyManagement/FinancialAddressesResource.d.ts +126 -0
  430. package/types/V2/MoneyManagement/InboundTransfers.d.ts +250 -0
  431. package/types/V2/MoneyManagement/InboundTransfersResource.d.ts +156 -0
  432. package/types/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +230 -0
  433. package/types/V2/MoneyManagement/OutboundPaymentQuotesResource.d.ts +134 -0
  434. package/types/V2/MoneyManagement/OutboundPayments.d.ts +450 -0
  435. package/types/V2/MoneyManagement/OutboundPaymentsResource.d.ts +292 -0
  436. package/types/V2/MoneyManagement/OutboundSetupIntents.d.ts +97 -0
  437. package/types/V2/MoneyManagement/OutboundSetupIntentsResource.d.ts +332 -0
  438. package/types/V2/MoneyManagement/OutboundTransfers.d.ts +296 -0
  439. package/types/V2/MoneyManagement/OutboundTransfersResource.d.ts +225 -0
  440. package/types/V2/MoneyManagement/PayoutMethods.d.ts +227 -0
  441. package/types/V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts +93 -0
  442. package/types/V2/MoneyManagement/PayoutMethodsBankAccountSpecResource.d.ts +41 -0
  443. package/types/V2/MoneyManagement/PayoutMethodsResource.d.ts +115 -0
  444. package/types/V2/MoneyManagement/ReceivedCredits.d.ts +356 -0
  445. package/types/V2/MoneyManagement/ReceivedCreditsResource.d.ts +78 -0
  446. package/types/V2/MoneyManagement/ReceivedDebits.d.ts +248 -0
  447. package/types/V2/MoneyManagement/ReceivedDebitsResource.d.ts +48 -0
  448. package/types/V2/MoneyManagement/RecipientVerifications.d.ts +112 -0
  449. package/types/V2/MoneyManagement/RecipientVerificationsResource.d.ts +77 -0
  450. package/types/V2/MoneyManagement/TransactionEntries.d.ts +200 -0
  451. package/types/V2/MoneyManagement/TransactionEntriesResource.d.ts +82 -0
  452. package/types/V2/MoneyManagement/Transactions.d.ts +227 -0
  453. package/types/V2/MoneyManagement/TransactionsResource.d.ts +83 -0
  454. package/types/V2/Payments/OffSessionPayments.d.ts +249 -0
  455. package/types/V2/Payments/OffSessionPaymentsResource.d.ts +306 -0
  456. package/types/V2/Payments/SettlementAllocationIntentSplits.d.ts +111 -0
  457. package/types/V2/Payments/SettlementAllocationIntents/SplitsResource.d.ts +126 -0
  458. package/types/V2/Payments/SettlementAllocationIntents.d.ts +122 -0
  459. package/types/V2/Payments/SettlementAllocationIntentsResource.d.ts +168 -0
  460. package/types/V2/Reporting/ReportRuns.d.ts +154 -0
  461. package/types/V2/Reporting/ReportRunsResource.d.ts +75 -0
  462. package/types/V2/Reporting/Reports.d.ts +120 -0
  463. package/types/V2/Reporting/ReportsResource.d.ts +30 -0
  464. package/types/V2/Tax/ManualRules.d.ts +142 -0
  465. package/types/V2/Tax/ManualRulesResource.d.ts +292 -0
  466. package/types/V2/TestHelpers/FinancialAddressesResource.d.ts +85 -0
  467. package/types/V2/TestHelpers/MoneyManagementResource.d.ts +49 -0
  468. package/types/WebhookEndpointsResource.d.ts +77 -2
  469. package/types/Webhooks.d.ts +2 -0
  470. package/types/apiVersion.d.ts +1 -2
  471. package/types/index.d.ts +260 -0
  472. package/types/lib.d.ts +10 -0
package/types/index.d.ts CHANGED
@@ -11,6 +11,7 @@
11
11
  ///<reference path='./crypto/crypto.d.ts' />
12
12
  // Imports: The beginning of the section generated from our OpenAPI spec
13
13
  ///<reference path='./AccountLinksResource.d.ts' />
14
+ ///<reference path='./AccountNoticesResource.d.ts' />
14
15
  ///<reference path='./AccountSessionsResource.d.ts' />
15
16
  ///<reference path='./AccountsResource.d.ts' />
16
17
  ///<reference path='./ApplePayDomainsResource.d.ts' />
@@ -19,7 +20,9 @@
19
20
  ///<reference path='./BalanceResource.d.ts' />
20
21
  ///<reference path='./BalanceSettingsResource.d.ts' />
21
22
  ///<reference path='./BalanceTransactionsResource.d.ts' />
23
+ ///<reference path='./BalanceTransfersResource.d.ts' />
22
24
  ///<reference path='./Billing/AlertsResource.d.ts' />
25
+ ///<reference path='./Billing/Analytics/MeterUsageResource.d.ts' />
23
26
  ///<reference path='./Billing/CreditBalanceSummaryResource.d.ts' />
24
27
  ///<reference path='./Billing/CreditBalanceTransactionsResource.d.ts' />
25
28
  ///<reference path='./Billing/CreditGrantsResource.d.ts' />
@@ -28,6 +31,9 @@
28
31
  ///<reference path='./Billing/MetersResource.d.ts' />
29
32
  ///<reference path='./BillingPortal/ConfigurationsResource.d.ts' />
30
33
  ///<reference path='./BillingPortal/SessionsResource.d.ts' />
34
+ ///<reference path='./Capital/FinancingOffersResource.d.ts' />
35
+ ///<reference path='./Capital/FinancingSummaryResource.d.ts' />
36
+ ///<reference path='./Capital/FinancingTransactionsResource.d.ts' />
31
37
  ///<reference path='./ChargesResource.d.ts' />
32
38
  ///<reference path='./Checkout/SessionsResource.d.ts' />
33
39
  ///<reference path='./Climate/OrdersResource.d.ts' />
@@ -39,18 +45,23 @@
39
45
  ///<reference path='./CreditNotesResource.d.ts' />
40
46
  ///<reference path='./CustomerSessionsResource.d.ts' />
41
47
  ///<reference path='./CustomersResource.d.ts' />
48
+ ///<reference path='./DelegatedCheckout/RequestedSessionsResource.d.ts' />
42
49
  ///<reference path='./DisputesResource.d.ts' />
43
50
  ///<reference path='./Entitlements/ActiveEntitlementsResource.d.ts' />
44
51
  ///<reference path='./Entitlements/FeaturesResource.d.ts' />
45
52
  ///<reference path='./EphemeralKeysResource.d.ts' />
46
53
  ///<reference path='./EventsResource.d.ts' />
47
54
  ///<reference path='./ExchangeRatesResource.d.ts' />
55
+ ///<reference path='./ExternalAccountsResource.d.ts' />
48
56
  ///<reference path='./FileLinksResource.d.ts' />
49
57
  ///<reference path='./FilesResource.d.ts' />
50
58
  ///<reference path='./FinancialConnections/AccountsResource.d.ts' />
59
+ ///<reference path='./FinancialConnections/InstitutionsResource.d.ts' />
51
60
  ///<reference path='./FinancialConnections/SessionsResource.d.ts' />
52
61
  ///<reference path='./FinancialConnections/TransactionsResource.d.ts' />
53
62
  ///<reference path='./Forwarding/RequestsResource.d.ts' />
63
+ ///<reference path='./FxQuotesResource.d.ts' />
64
+ ///<reference path='./Identity/BlocklistEntriesResource.d.ts' />
54
65
  ///<reference path='./Identity/VerificationReportsResource.d.ts' />
55
66
  ///<reference path='./Identity/VerificationSessionsResource.d.ts' />
56
67
  ///<reference path='./InvoiceItemsResource.d.ts' />
@@ -60,12 +71,18 @@
60
71
  ///<reference path='./Issuing/AuthorizationsResource.d.ts' />
61
72
  ///<reference path='./Issuing/CardholdersResource.d.ts' />
62
73
  ///<reference path='./Issuing/CardsResource.d.ts' />
74
+ ///<reference path='./Issuing/CreditUnderwritingRecordsResource.d.ts' />
75
+ ///<reference path='./Issuing/DisputeSettlementDetailsResource.d.ts' />
63
76
  ///<reference path='./Issuing/DisputesResource.d.ts' />
77
+ ///<reference path='./Issuing/FraudLiabilityDebitsResource.d.ts' />
64
78
  ///<reference path='./Issuing/PersonalizationDesignsResource.d.ts' />
65
79
  ///<reference path='./Issuing/PhysicalBundlesResource.d.ts' />
80
+ ///<reference path='./Issuing/ProgramsResource.d.ts' />
66
81
  ///<reference path='./Issuing/TokensResource.d.ts' />
67
82
  ///<reference path='./Issuing/TransactionsResource.d.ts' />
68
83
  ///<reference path='./MandatesResource.d.ts' />
84
+ ///<reference path='./MarginsResource.d.ts' />
85
+ ///<reference path='./OrdersResource.d.ts' />
69
86
  ///<reference path='./PaymentAttemptRecordsResource.d.ts' />
70
87
  ///<reference path='./PaymentIntentsResource.d.ts' />
71
88
  ///<reference path='./PaymentLinksResource.d.ts' />
@@ -76,9 +93,12 @@
76
93
  ///<reference path='./PayoutsResource.d.ts' />
77
94
  ///<reference path='./PlansResource.d.ts' />
78
95
  ///<reference path='./PricesResource.d.ts' />
96
+ ///<reference path='./Privacy/RedactionJobsResource.d.ts' />
97
+ ///<reference path='./ProductCatalog/TrialOffersResource.d.ts' />
79
98
  ///<reference path='./ProductsResource.d.ts' />
80
99
  ///<reference path='./PromotionCodesResource.d.ts' />
81
100
  ///<reference path='./QuotesResource.d.ts' />
101
+ ///<reference path='./Radar/AccountEvaluationsResource.d.ts' />
82
102
  ///<reference path='./Radar/EarlyFraudWarningsResource.d.ts' />
83
103
  ///<reference path='./Radar/ValueListItemsResource.d.ts' />
84
104
  ///<reference path='./Radar/ValueListsResource.d.ts' />
@@ -88,6 +108,7 @@
88
108
  ///<reference path='./ReviewsResource.d.ts' />
89
109
  ///<reference path='./SetupAttemptsResource.d.ts' />
90
110
  ///<reference path='./SetupIntentsResource.d.ts' />
111
+ ///<reference path='./SharedPayment/GrantedTokensResource.d.ts' />
91
112
  ///<reference path='./ShippingRatesResource.d.ts' />
92
113
  ///<reference path='./Sigma/ScheduledQueryRunsResource.d.ts' />
93
114
  ///<reference path='./SourcesResource.d.ts' />
@@ -96,6 +117,8 @@
96
117
  ///<reference path='./SubscriptionsResource.d.ts' />
97
118
  ///<reference path='./Tax/AssociationsResource.d.ts' />
98
119
  ///<reference path='./Tax/CalculationsResource.d.ts' />
120
+ ///<reference path='./Tax/FormsResource.d.ts' />
121
+ ///<reference path='./Tax/LocationsResource.d.ts' />
99
122
  ///<reference path='./Tax/RegistrationsResource.d.ts' />
100
123
  ///<reference path='./Tax/SettingsResource.d.ts' />
101
124
  ///<reference path='./Tax/TransactionsResource.d.ts' />
@@ -106,7 +129,9 @@
106
129
  ///<reference path='./Terminal/ConnectionTokensResource.d.ts' />
107
130
  ///<reference path='./Terminal/LocationsResource.d.ts' />
108
131
  ///<reference path='./Terminal/OnboardingLinksResource.d.ts' />
132
+ ///<reference path='./Terminal/ReaderCollectedDataResource.d.ts' />
109
133
  ///<reference path='./Terminal/ReadersResource.d.ts' />
134
+ ///<reference path='./TestHelpers/Capital/FinancingOffersResource.d.ts' />
110
135
  ///<reference path='./TestHelpers/ConfirmationTokensResource.d.ts' />
111
136
  ///<reference path='./TestHelpers/CustomersResource.d.ts' />
112
137
  ///<reference path='./TestHelpers/Issuing/AuthorizationsResource.d.ts' />
@@ -114,6 +139,7 @@
114
139
  ///<reference path='./TestHelpers/Issuing/PersonalizationDesignsResource.d.ts' />
115
140
  ///<reference path='./TestHelpers/Issuing/TransactionsResource.d.ts' />
116
141
  ///<reference path='./TestHelpers/RefundsResource.d.ts' />
142
+ ///<reference path='./TestHelpers/SharedPayment/GrantedTokensResource.d.ts' />
117
143
  ///<reference path='./TestHelpers/Terminal/ReadersResource.d.ts' />
118
144
  ///<reference path='./TestHelpers/TestClocksResource.d.ts' />
119
145
  ///<reference path='./TestHelpers/Treasury/InboundTransfersResource.d.ts' />
@@ -134,19 +160,72 @@
134
160
  ///<reference path='./Treasury/ReceivedDebitsResource.d.ts' />
135
161
  ///<reference path='./Treasury/TransactionEntriesResource.d.ts' />
136
162
  ///<reference path='./Treasury/TransactionsResource.d.ts' />
163
+ ///<reference path='./V2/Billing/BillSettings/VersionsResource.d.ts' />
164
+ ///<reference path='./V2/Billing/BillSettingsResource.d.ts' />
165
+ ///<reference path='./V2/Billing/CadencesResource.d.ts' />
166
+ ///<reference path='./V2/Billing/CollectionSettings/VersionsResource.d.ts' />
167
+ ///<reference path='./V2/Billing/CollectionSettingsResource.d.ts' />
168
+ ///<reference path='./V2/Billing/CustomPricingUnitsResource.d.ts' />
169
+ ///<reference path='./V2/Billing/Intents/ActionsResource.d.ts' />
170
+ ///<reference path='./V2/Billing/IntentsResource.d.ts' />
171
+ ///<reference path='./V2/Billing/LicenseFeeSubscriptionsResource.d.ts' />
172
+ ///<reference path='./V2/Billing/LicenseFees/VersionsResource.d.ts' />
173
+ ///<reference path='./V2/Billing/LicenseFeesResource.d.ts' />
174
+ ///<reference path='./V2/Billing/LicensedItemsResource.d.ts' />
137
175
  ///<reference path='./V2/Billing/MeterEventAdjustmentsResource.d.ts' />
138
176
  ///<reference path='./V2/Billing/MeterEventSessionResource.d.ts' />
139
177
  ///<reference path='./V2/Billing/MeterEventStreamResource.d.ts' />
140
178
  ///<reference path='./V2/Billing/MeterEventsResource.d.ts' />
179
+ ///<reference path='./V2/Billing/MeteredItemsResource.d.ts' />
180
+ ///<reference path='./V2/Billing/PricingPlanSubscriptions/ComponentsResource.d.ts' />
181
+ ///<reference path='./V2/Billing/PricingPlanSubscriptionsResource.d.ts' />
182
+ ///<reference path='./V2/Billing/PricingPlans/ComponentsResource.d.ts' />
183
+ ///<reference path='./V2/Billing/PricingPlans/VersionsResource.d.ts' />
184
+ ///<reference path='./V2/Billing/PricingPlansResource.d.ts' />
185
+ ///<reference path='./V2/Billing/ProfilesResource.d.ts' />
186
+ ///<reference path='./V2/Billing/RateCardSubscriptionsResource.d.ts' />
187
+ ///<reference path='./V2/Billing/RateCards/RatesResource.d.ts' />
188
+ ///<reference path='./V2/Billing/RateCards/VersionsResource.d.ts' />
189
+ ///<reference path='./V2/Billing/RateCardsResource.d.ts' />
190
+ ///<reference path='./V2/Billing/ServiceActionsResource.d.ts' />
141
191
  ///<reference path='./V2/Core/AccountLinksResource.d.ts' />
142
192
  ///<reference path='./V2/Core/AccountTokensResource.d.ts' />
143
193
  ///<reference path='./V2/Core/Accounts/PersonTokensResource.d.ts' />
144
194
  ///<reference path='./V2/Core/Accounts/PersonsResource.d.ts' />
145
195
  ///<reference path='./V2/Core/AccountsResource.d.ts' />
196
+ ///<reference path='./V2/Core/ClaimableSandboxesResource.d.ts' />
146
197
  ///<reference path='./V2/Core/EventDestinationsResource.d.ts' />
147
198
  ///<reference path='./V2/Core/EventsResource.d.ts' />
199
+ ///<reference path='./V2/Core/Vault/GbBankAccountsResource.d.ts' />
200
+ ///<reference path='./V2/Core/Vault/UsBankAccountsResource.d.ts' />
201
+ ///<reference path='./V2/Iam/ApiKeysResource.d.ts' />
202
+ ///<reference path='./V2/MoneyManagement/AdjustmentsResource.d.ts' />
203
+ ///<reference path='./V2/MoneyManagement/CurrencyConversionsResource.d.ts' />
204
+ ///<reference path='./V2/MoneyManagement/FinancialAccountsResource.d.ts' />
205
+ ///<reference path='./V2/MoneyManagement/FinancialAddressesResource.d.ts' />
206
+ ///<reference path='./V2/MoneyManagement/InboundTransfersResource.d.ts' />
207
+ ///<reference path='./V2/MoneyManagement/OutboundPaymentQuotesResource.d.ts' />
208
+ ///<reference path='./V2/MoneyManagement/OutboundPaymentsResource.d.ts' />
209
+ ///<reference path='./V2/MoneyManagement/OutboundSetupIntentsResource.d.ts' />
210
+ ///<reference path='./V2/MoneyManagement/OutboundTransfersResource.d.ts' />
211
+ ///<reference path='./V2/MoneyManagement/PayoutMethodsBankAccountSpecResource.d.ts' />
212
+ ///<reference path='./V2/MoneyManagement/PayoutMethodsResource.d.ts' />
213
+ ///<reference path='./V2/MoneyManagement/ReceivedCreditsResource.d.ts' />
214
+ ///<reference path='./V2/MoneyManagement/ReceivedDebitsResource.d.ts' />
215
+ ///<reference path='./V2/MoneyManagement/RecipientVerificationsResource.d.ts' />
216
+ ///<reference path='./V2/MoneyManagement/TransactionEntriesResource.d.ts' />
217
+ ///<reference path='./V2/MoneyManagement/TransactionsResource.d.ts' />
218
+ ///<reference path='./V2/Payments/OffSessionPaymentsResource.d.ts' />
219
+ ///<reference path='./V2/Payments/SettlementAllocationIntents/SplitsResource.d.ts' />
220
+ ///<reference path='./V2/Payments/SettlementAllocationIntentsResource.d.ts' />
221
+ ///<reference path='./V2/Reporting/ReportRunsResource.d.ts' />
222
+ ///<reference path='./V2/Reporting/ReportsResource.d.ts' />
223
+ ///<reference path='./V2/Tax/ManualRulesResource.d.ts' />
224
+ ///<reference path='./V2/TestHelpers/FinancialAddressesResource.d.ts' />
225
+ ///<reference path='./V2/TestHelpers/MoneyManagementResource.d.ts' />
148
226
  ///<reference path='./WebhookEndpointsResource.d.ts' />
149
227
  ///<reference path='./AccountLinks.d.ts' />
228
+ ///<reference path='./AccountNotices.d.ts' />
150
229
  ///<reference path='./AccountSessions.d.ts' />
151
230
  ///<reference path='./Accounts.d.ts' />
152
231
  ///<reference path='./ApplePayDomains.d.ts' />
@@ -157,9 +236,12 @@
157
236
  ///<reference path='./BalanceSettings.d.ts' />
158
237
  ///<reference path='./BalanceTransactionSources.d.ts' />
159
238
  ///<reference path='./BalanceTransactions.d.ts' />
239
+ ///<reference path='./BalanceTransfers.d.ts' />
160
240
  ///<reference path='./BankAccounts.d.ts' />
161
241
  ///<reference path='./Billing/AlertTriggereds.d.ts' />
162
242
  ///<reference path='./Billing/Alerts.d.ts' />
243
+ ///<reference path='./Billing/Analytics/MeterUsage.d.ts' />
244
+ ///<reference path='./Billing/Analytics/MeterUsageRows.d.ts' />
163
245
  ///<reference path='./Billing/CreditBalanceSummary.d.ts' />
164
246
  ///<reference path='./Billing/CreditBalanceTransactions.d.ts' />
165
247
  ///<reference path='./Billing/CreditGrants.d.ts' />
@@ -170,6 +252,9 @@
170
252
  ///<reference path='./BillingPortal/Configurations.d.ts' />
171
253
  ///<reference path='./BillingPortal/Sessions.d.ts' />
172
254
  ///<reference path='./Capabilities.d.ts' />
255
+ ///<reference path='./Capital/FinancingOffers.d.ts' />
256
+ ///<reference path='./Capital/FinancingSummary.d.ts' />
257
+ ///<reference path='./Capital/FinancingTransactions.d.ts' />
173
258
  ///<reference path='./Cards.d.ts' />
174
259
  ///<reference path='./CashBalances.d.ts' />
175
260
  ///<reference path='./Charges.d.ts' />
@@ -188,6 +273,7 @@
188
273
  ///<reference path='./CustomerSessions.d.ts' />
189
274
  ///<reference path='./CustomerSources.d.ts' />
190
275
  ///<reference path='./Customers.d.ts' />
276
+ ///<reference path='./DelegatedCheckout/RequestedSessions.d.ts' />
191
277
  ///<reference path='./Discounts.d.ts' />
192
278
  ///<reference path='./Disputes.d.ts' />
193
279
  ///<reference path='./Entitlements/ActiveEntitlementSummaries.d.ts' />
@@ -200,13 +286,17 @@
200
286
  ///<reference path='./FeeRefunds.d.ts' />
201
287
  ///<reference path='./FileLinks.d.ts' />
202
288
  ///<reference path='./Files.d.ts' />
289
+ ///<reference path='./FinancialConnections/AccountInferredBalances.d.ts' />
203
290
  ///<reference path='./FinancialConnections/AccountOwners.d.ts' />
204
291
  ///<reference path='./FinancialConnections/AccountOwnerships.d.ts' />
205
292
  ///<reference path='./FinancialConnections/Accounts.d.ts' />
293
+ ///<reference path='./FinancialConnections/Institutions.d.ts' />
206
294
  ///<reference path='./FinancialConnections/Sessions.d.ts' />
207
295
  ///<reference path='./FinancialConnections/Transactions.d.ts' />
208
296
  ///<reference path='./Forwarding/Requests.d.ts' />
209
297
  ///<reference path='./FundingInstructions.d.ts' />
298
+ ///<reference path='./FxQuotes.d.ts' />
299
+ ///<reference path='./Identity/BlocklistEntries.d.ts' />
210
300
  ///<reference path='./Identity/VerificationReports.d.ts' />
211
301
  ///<reference path='./Identity/VerificationSessions.d.ts' />
212
302
  ///<reference path='./InvoiceItems.d.ts' />
@@ -217,18 +307,26 @@
217
307
  ///<reference path='./Issuing/Authorizations.d.ts' />
218
308
  ///<reference path='./Issuing/Cardholders.d.ts' />
219
309
  ///<reference path='./Issuing/Cards.d.ts' />
310
+ ///<reference path='./Issuing/CreditUnderwritingRecords.d.ts' />
311
+ ///<reference path='./Issuing/DisputeSettlementDetails.d.ts' />
220
312
  ///<reference path='./Issuing/Disputes.d.ts' />
313
+ ///<reference path='./Issuing/FraudLiabilityDebits.d.ts' />
221
314
  ///<reference path='./Issuing/PersonalizationDesigns.d.ts' />
222
315
  ///<reference path='./Issuing/PhysicalBundles.d.ts' />
316
+ ///<reference path='./Issuing/Programs.d.ts' />
317
+ ///<reference path='./Issuing/Settlements.d.ts' />
223
318
  ///<reference path='./Issuing/Tokens.d.ts' />
224
319
  ///<reference path='./Issuing/Transactions.d.ts' />
225
320
  ///<reference path='./LineItems.d.ts' />
226
321
  ///<reference path='./LoginLinks.d.ts' />
227
322
  ///<reference path='./Mandates.d.ts' />
323
+ ///<reference path='./Margins.d.ts' />
324
+ ///<reference path='./Orders.d.ts' />
228
325
  ///<reference path='./PaymentAttemptRecords.d.ts' />
229
326
  ///<reference path='./PaymentIntentAmountDetailsLineItems.d.ts' />
230
327
  ///<reference path='./PaymentIntents.d.ts' />
231
328
  ///<reference path='./PaymentLinks.d.ts' />
329
+ ///<reference path='./PaymentMethodBalances.d.ts' />
232
330
  ///<reference path='./PaymentMethodConfigurations.d.ts' />
233
331
  ///<reference path='./PaymentMethodDomains.d.ts' />
234
332
  ///<reference path='./PaymentMethods.d.ts' />
@@ -237,10 +335,17 @@
237
335
  ///<reference path='./Persons.d.ts' />
238
336
  ///<reference path='./Plans.d.ts' />
239
337
  ///<reference path='./Prices.d.ts' />
338
+ ///<reference path='./Privacy/RedactionJobValidationErrors.d.ts' />
339
+ ///<reference path='./Privacy/RedactionJobs.d.ts' />
340
+ ///<reference path='./ProductCatalog/TrialOffers.d.ts' />
240
341
  ///<reference path='./ProductFeatures.d.ts' />
241
342
  ///<reference path='./Products.d.ts' />
242
343
  ///<reference path='./PromotionCodes.d.ts' />
344
+ ///<reference path='./QuoteLines.d.ts' />
345
+ ///<reference path='./QuotePreviewInvoices.d.ts' />
346
+ ///<reference path='./QuotePreviewSubscriptionSchedules.d.ts' />
243
347
  ///<reference path='./Quotes.d.ts' />
348
+ ///<reference path='./Radar/AccountEvaluations.d.ts' />
244
349
  ///<reference path='./Radar/EarlyFraudWarnings.d.ts' />
245
350
  ///<reference path='./Radar/ValueListItems.d.ts' />
246
351
  ///<reference path='./Radar/ValueLists.d.ts' />
@@ -251,6 +356,7 @@
251
356
  ///<reference path='./Reviews.d.ts' />
252
357
  ///<reference path='./SetupAttempts.d.ts' />
253
358
  ///<reference path='./SetupIntents.d.ts' />
359
+ ///<reference path='./SharedPayment/GrantedTokens.d.ts' />
254
360
  ///<reference path='./ShippingRates.d.ts' />
255
361
  ///<reference path='./Sigma/ScheduledQueryRuns.d.ts' />
256
362
  ///<reference path='./SourceMandateNotifications.d.ts' />
@@ -262,6 +368,8 @@
262
368
  ///<reference path='./Tax/Associations.d.ts' />
263
369
  ///<reference path='./Tax/CalculationLineItems.d.ts' />
264
370
  ///<reference path='./Tax/Calculations.d.ts' />
371
+ ///<reference path='./Tax/Forms.d.ts' />
372
+ ///<reference path='./Tax/Locations.d.ts' />
265
373
  ///<reference path='./Tax/Registrations.d.ts' />
266
374
  ///<reference path='./Tax/Settings.d.ts' />
267
375
  ///<reference path='./Tax/TransactionLineItems.d.ts' />
@@ -274,12 +382,14 @@
274
382
  ///<reference path='./Terminal/ConnectionTokens.d.ts' />
275
383
  ///<reference path='./Terminal/Locations.d.ts' />
276
384
  ///<reference path='./Terminal/OnboardingLinks.d.ts' />
385
+ ///<reference path='./Terminal/ReaderCollectedData.d.ts' />
277
386
  ///<reference path='./Terminal/Readers.d.ts' />
278
387
  ///<reference path='./TestHelpers/TestClocks.d.ts' />
279
388
  ///<reference path='./Tokens.d.ts' />
280
389
  ///<reference path='./Topups.d.ts' />
281
390
  ///<reference path='./TransferReversals.d.ts' />
282
391
  ///<reference path='./Transfers.d.ts' />
392
+ ///<reference path='./TransitBalances.d.ts' />
283
393
  ///<reference path='./Treasury/CreditReversals.d.ts' />
284
394
  ///<reference path='./Treasury/DebitReversals.d.ts' />
285
395
  ///<reference path='./Treasury/FinancialAccountFeatures.d.ts' />
@@ -291,17 +401,69 @@
291
401
  ///<reference path='./Treasury/ReceivedDebits.d.ts' />
292
402
  ///<reference path='./Treasury/TransactionEntries.d.ts' />
293
403
  ///<reference path='./Treasury/Transactions.d.ts' />
404
+ ///<reference path='./V2/Billing/BillSettingVersions.d.ts' />
405
+ ///<reference path='./V2/Billing/BillSettings.d.ts' />
406
+ ///<reference path='./V2/Billing/Cadences.d.ts' />
407
+ ///<reference path='./V2/Billing/CollectionSettingVersions.d.ts' />
408
+ ///<reference path='./V2/Billing/CollectionSettings.d.ts' />
409
+ ///<reference path='./V2/Billing/CustomPricingUnits.d.ts' />
410
+ ///<reference path='./V2/Billing/IntentActions.d.ts' />
411
+ ///<reference path='./V2/Billing/Intents.d.ts' />
412
+ ///<reference path='./V2/Billing/LicenseFeeSubscriptions.d.ts' />
413
+ ///<reference path='./V2/Billing/LicenseFeeVersions.d.ts' />
414
+ ///<reference path='./V2/Billing/LicenseFees.d.ts' />
415
+ ///<reference path='./V2/Billing/LicensedItems.d.ts' />
294
416
  ///<reference path='./V2/Billing/MeterEventAdjustments.d.ts' />
295
417
  ///<reference path='./V2/Billing/MeterEventSessions.d.ts' />
296
418
  ///<reference path='./V2/Billing/MeterEvents.d.ts' />
419
+ ///<reference path='./V2/Billing/MeteredItems.d.ts' />
420
+ ///<reference path='./V2/Billing/PricingPlanComponents.d.ts' />
421
+ ///<reference path='./V2/Billing/PricingPlanSubscriptionComponents.d.ts' />
422
+ ///<reference path='./V2/Billing/PricingPlanSubscriptions.d.ts' />
423
+ ///<reference path='./V2/Billing/PricingPlanVersions.d.ts' />
424
+ ///<reference path='./V2/Billing/PricingPlans.d.ts' />
425
+ ///<reference path='./V2/Billing/Profiles.d.ts' />
426
+ ///<reference path='./V2/Billing/RateCardRates.d.ts' />
427
+ ///<reference path='./V2/Billing/RateCardSubscriptions.d.ts' />
428
+ ///<reference path='./V2/Billing/RateCardVersions.d.ts' />
429
+ ///<reference path='./V2/Billing/RateCards.d.ts' />
430
+ ///<reference path='./V2/Billing/ServiceActions.d.ts' />
297
431
  ///<reference path='./V2/Core/AccountLinks.d.ts' />
298
432
  ///<reference path='./V2/Core/AccountPersonTokens.d.ts' />
299
433
  ///<reference path='./V2/Core/AccountPersons.d.ts' />
300
434
  ///<reference path='./V2/Core/AccountTokens.d.ts' />
301
435
  ///<reference path='./V2/Core/Accounts.d.ts' />
436
+ ///<reference path='./V2/Core/ClaimableSandboxes.d.ts' />
302
437
  ///<reference path='./V2/Core/EventDestinations.d.ts' />
303
438
  ///<reference path='./V2/Core/Events.d.ts' />
439
+ ///<reference path='./V2/Core/Vault/GbBankAccounts.d.ts' />
440
+ ///<reference path='./V2/Core/Vault/UsBankAccounts.d.ts' />
304
441
  ///<reference path='./V2/DeletedObject.d.ts' />
442
+ ///<reference path='./V2/FinancialAddressCreditSimulations.d.ts' />
443
+ ///<reference path='./V2/FinancialAddressGeneratedMicrodeposits.d.ts' />
444
+ ///<reference path='./V2/Iam/ApiKeys.d.ts' />
445
+ ///<reference path='./V2/MoneyManagement/Adjustments.d.ts' />
446
+ ///<reference path='./V2/MoneyManagement/CurrencyConversions.d.ts' />
447
+ ///<reference path='./V2/MoneyManagement/FinancialAccounts.d.ts' />
448
+ ///<reference path='./V2/MoneyManagement/FinancialAddresses.d.ts' />
449
+ ///<reference path='./V2/MoneyManagement/InboundTransfers.d.ts' />
450
+ ///<reference path='./V2/MoneyManagement/OutboundPaymentQuotes.d.ts' />
451
+ ///<reference path='./V2/MoneyManagement/OutboundPayments.d.ts' />
452
+ ///<reference path='./V2/MoneyManagement/OutboundSetupIntents.d.ts' />
453
+ ///<reference path='./V2/MoneyManagement/OutboundTransfers.d.ts' />
454
+ ///<reference path='./V2/MoneyManagement/PayoutMethods.d.ts' />
455
+ ///<reference path='./V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts' />
456
+ ///<reference path='./V2/MoneyManagement/ReceivedCredits.d.ts' />
457
+ ///<reference path='./V2/MoneyManagement/ReceivedDebits.d.ts' />
458
+ ///<reference path='./V2/MoneyManagement/RecipientVerifications.d.ts' />
459
+ ///<reference path='./V2/MoneyManagement/TransactionEntries.d.ts' />
460
+ ///<reference path='./V2/MoneyManagement/Transactions.d.ts' />
461
+ ///<reference path='./V2/Payments/OffSessionPayments.d.ts' />
462
+ ///<reference path='./V2/Payments/SettlementAllocationIntentSplits.d.ts' />
463
+ ///<reference path='./V2/Payments/SettlementAllocationIntents.d.ts' />
464
+ ///<reference path='./V2/Reporting/ReportRuns.d.ts' />
465
+ ///<reference path='./V2/Reporting/Reports.d.ts' />
466
+ ///<reference path='./V2/Tax/ManualRules.d.ts' />
305
467
  ///<reference path='./WebhookEndpoints.d.ts' />
306
468
  // Imports: The end of the section generated from our OpenAPI spec
307
469
 
@@ -324,6 +486,7 @@ declare module 'stripe' {
324
486
 
325
487
  // Fields: The beginning of the section generated from our OpenAPI spec
326
488
  accountLinks: Stripe.AccountLinksResource;
489
+ accountNotices: Stripe.AccountNoticesResource;
327
490
  accountSessions: Stripe.AccountSessionsResource;
328
491
  accounts: Stripe.AccountsResource;
329
492
  applePayDomains: Stripe.ApplePayDomainsResource;
@@ -331,6 +494,7 @@ declare module 'stripe' {
331
494
  balance: Stripe.BalanceResource;
332
495
  balanceSettings: Stripe.BalanceSettingsResource;
333
496
  balanceTransactions: Stripe.BalanceTransactionsResource;
497
+ balanceTransfers: Stripe.BalanceTransfersResource;
334
498
  charges: Stripe.ChargesResource;
335
499
  confirmationTokens: Stripe.ConfirmationTokensResource;
336
500
  countrySpecs: Stripe.CountrySpecsResource;
@@ -342,13 +506,17 @@ declare module 'stripe' {
342
506
  ephemeralKeys: Stripe.EphemeralKeysResource;
343
507
  events: Stripe.EventsResource;
344
508
  exchangeRates: Stripe.ExchangeRatesResource;
509
+ externalAccounts: Stripe.ExternalAccountsResource;
345
510
  fileLinks: Stripe.FileLinksResource;
346
511
  files: Stripe.FilesResource;
512
+ fxQuotes: Stripe.FxQuotesResource;
347
513
  invoiceItems: Stripe.InvoiceItemsResource;
348
514
  invoicePayments: Stripe.InvoicePaymentsResource;
349
515
  invoiceRenderingTemplates: Stripe.InvoiceRenderingTemplatesResource;
350
516
  invoices: Stripe.InvoicesResource;
351
517
  mandates: Stripe.MandatesResource;
518
+ margins: Stripe.MarginsResource;
519
+ orders: Stripe.OrdersResource;
352
520
  paymentAttemptRecords: Stripe.PaymentAttemptRecordsResource;
353
521
  paymentIntents: Stripe.PaymentIntentsResource;
354
522
  paymentLinks: Stripe.PaymentLinksResource;
@@ -389,11 +557,19 @@ declare module 'stripe' {
389
557
  meters: Stripe.Billing.MetersResource;
390
558
  meterEvents: Stripe.Billing.MeterEventsResource;
391
559
  meterEventAdjustments: Stripe.Billing.MeterEventAdjustmentsResource;
560
+ analytics: {
561
+ meterUsage: Stripe.Billing.Analytics.MeterUsageResource;
562
+ };
392
563
  };
393
564
  billingPortal: {
394
565
  configurations: Stripe.BillingPortal.ConfigurationsResource;
395
566
  sessions: Stripe.BillingPortal.SessionsResource;
396
567
  };
568
+ capital: {
569
+ financingOffers: Stripe.Capital.FinancingOffersResource;
570
+ financingSummary: Stripe.Capital.FinancingSummaryResource;
571
+ financingTransactions: Stripe.Capital.FinancingTransactionsResource;
572
+ };
397
573
  checkout: {
398
574
  sessions: Stripe.Checkout.SessionsResource;
399
575
  };
@@ -402,12 +578,16 @@ declare module 'stripe' {
402
578
  products: Stripe.Climate.ProductsResource;
403
579
  suppliers: Stripe.Climate.SuppliersResource;
404
580
  };
581
+ delegatedCheckout: {
582
+ requestedSessions: Stripe.DelegatedCheckout.RequestedSessionsResource;
583
+ };
405
584
  entitlements: {
406
585
  activeEntitlements: Stripe.Entitlements.ActiveEntitlementsResource;
407
586
  features: Stripe.Entitlements.FeaturesResource;
408
587
  };
409
588
  financialConnections: {
410
589
  accounts: Stripe.FinancialConnections.AccountsResource;
590
+ institutions: Stripe.FinancialConnections.InstitutionsResource;
411
591
  sessions: Stripe.FinancialConnections.SessionsResource;
412
592
  transactions: Stripe.FinancialConnections.TransactionsResource;
413
593
  };
@@ -415,6 +595,7 @@ declare module 'stripe' {
415
595
  requests: Stripe.Forwarding.RequestsResource;
416
596
  };
417
597
  identity: {
598
+ blocklistEntries: Stripe.Identity.BlocklistEntriesResource;
418
599
  verificationReports: Stripe.Identity.VerificationReportsResource;
419
600
  verificationSessions: Stripe.Identity.VerificationSessionsResource;
420
601
  };
@@ -422,13 +603,24 @@ declare module 'stripe' {
422
603
  authorizations: Stripe.Issuing.AuthorizationsResource;
423
604
  cards: Stripe.Issuing.CardsResource;
424
605
  cardholders: Stripe.Issuing.CardholdersResource;
606
+ creditUnderwritingRecords: Stripe.Issuing.CreditUnderwritingRecordsResource;
425
607
  disputes: Stripe.Issuing.DisputesResource;
608
+ disputeSettlementDetails: Stripe.Issuing.DisputeSettlementDetailsResource;
609
+ fraudLiabilityDebits: Stripe.Issuing.FraudLiabilityDebitsResource;
426
610
  personalizationDesigns: Stripe.Issuing.PersonalizationDesignsResource;
427
611
  physicalBundles: Stripe.Issuing.PhysicalBundlesResource;
612
+ programs: Stripe.Issuing.ProgramsResource;
428
613
  tokens: Stripe.Issuing.TokensResource;
429
614
  transactions: Stripe.Issuing.TransactionsResource;
430
615
  };
616
+ privacy: {
617
+ redactionJobs: Stripe.Privacy.RedactionJobsResource;
618
+ };
619
+ productCatalog: {
620
+ trialOffers: Stripe.ProductCatalog.TrialOffersResource;
621
+ };
431
622
  radar: {
623
+ accountEvaluations: Stripe.Radar.AccountEvaluationsResource;
432
624
  earlyFraudWarnings: Stripe.Radar.EarlyFraudWarningsResource;
433
625
  valueLists: Stripe.Radar.ValueListsResource;
434
626
  valueListItems: Stripe.Radar.ValueListItemsResource;
@@ -437,12 +629,17 @@ declare module 'stripe' {
437
629
  reportRuns: Stripe.Reporting.ReportRunsResource;
438
630
  reportTypes: Stripe.Reporting.ReportTypesResource;
439
631
  };
632
+ sharedPayment: {
633
+ grantedTokens: Stripe.SharedPayment.GrantedTokensResource;
634
+ };
440
635
  sigma: {
441
636
  scheduledQueryRuns: Stripe.Sigma.ScheduledQueryRunsResource;
442
637
  };
443
638
  tax: {
444
639
  associations: Stripe.Tax.AssociationsResource;
445
640
  calculations: Stripe.Tax.CalculationsResource;
641
+ forms: Stripe.Tax.FormsResource;
642
+ locations: Stripe.Tax.LocationsResource;
446
643
  registrations: Stripe.Tax.RegistrationsResource;
447
644
  settings: Stripe.Tax.SettingsResource;
448
645
  transactions: Stripe.Tax.TransactionsResource;
@@ -453,18 +650,25 @@ declare module 'stripe' {
453
650
  locations: Stripe.Terminal.LocationsResource;
454
651
  onboardingLinks: Stripe.Terminal.OnboardingLinksResource;
455
652
  readers: Stripe.Terminal.ReadersResource;
653
+ readerCollectedData: Stripe.Terminal.ReaderCollectedDataResource;
456
654
  };
457
655
  testHelpers: {
458
656
  confirmationTokens: Stripe.TestHelpers.ConfirmationTokensResource;
459
657
  customers: Stripe.TestHelpers.CustomersResource;
460
658
  refunds: Stripe.TestHelpers.RefundsResource;
461
659
  testClocks: Stripe.TestHelpers.TestClocksResource;
660
+ capital: {
661
+ financingOffers: Stripe.TestHelpers.Capital.FinancingOffersResource;
662
+ };
462
663
  issuing: {
463
664
  authorizations: Stripe.TestHelpers.Issuing.AuthorizationsResource;
464
665
  cards: Stripe.TestHelpers.Issuing.CardsResource;
465
666
  personalizationDesigns: Stripe.TestHelpers.Issuing.PersonalizationDesignsResource;
466
667
  transactions: Stripe.TestHelpers.Issuing.TransactionsResource;
467
668
  };
669
+ sharedPayment: {
670
+ grantedTokens: Stripe.TestHelpers.SharedPayment.GrantedTokensResource;
671
+ };
468
672
  terminal: {
469
673
  readers: Stripe.TestHelpers.Terminal.ReadersResource;
470
674
  };
@@ -490,17 +694,73 @@ declare module 'stripe' {
490
694
  };
491
695
  v2: {
492
696
  billing: {
697
+ billSettings: Stripe.V2.Billing.BillSettingsResource;
698
+ cadences: Stripe.V2.Billing.CadencesResource;
699
+ collectionSettings: Stripe.V2.Billing.CollectionSettingsResource;
700
+ customPricingUnits: Stripe.V2.Billing.CustomPricingUnitsResource;
701
+ intents: Stripe.V2.Billing.IntentsResource;
702
+ licenseFees: Stripe.V2.Billing.LicenseFeesResource;
703
+ licenseFeeSubscriptions: Stripe.V2.Billing.LicenseFeeSubscriptionsResource;
704
+ licensedItems: Stripe.V2.Billing.LicensedItemsResource;
493
705
  meterEvents: Stripe.V2.Billing.MeterEventsResource;
494
706
  meterEventAdjustments: Stripe.V2.Billing.MeterEventAdjustmentsResource;
495
707
  meterEventSession: Stripe.V2.Billing.MeterEventSessionResource;
496
708
  meterEventStream: Stripe.V2.Billing.MeterEventStreamResource;
709
+ meteredItems: Stripe.V2.Billing.MeteredItemsResource;
710
+ pricingPlans: Stripe.V2.Billing.PricingPlansResource;
711
+ pricingPlanSubscriptions: Stripe.V2.Billing.PricingPlanSubscriptionsResource;
712
+ profiles: Stripe.V2.Billing.ProfilesResource;
713
+ rateCards: Stripe.V2.Billing.RateCardsResource;
714
+ rateCardSubscriptions: Stripe.V2.Billing.RateCardSubscriptionsResource;
715
+ serviceActions: Stripe.V2.Billing.ServiceActionsResource;
497
716
  };
498
717
  core: {
499
718
  accounts: Stripe.V2.Core.AccountsResource;
500
719
  accountLinks: Stripe.V2.Core.AccountLinksResource;
501
720
  accountTokens: Stripe.V2.Core.AccountTokensResource;
721
+ claimableSandboxes: Stripe.V2.Core.ClaimableSandboxesResource;
502
722
  events: Stripe.V2.Core.EventsResource;
503
723
  eventDestinations: Stripe.V2.Core.EventDestinationsResource;
724
+ vault: {
725
+ gbBankAccounts: Stripe.V2.Core.Vault.GbBankAccountsResource;
726
+ usBankAccounts: Stripe.V2.Core.Vault.UsBankAccountsResource;
727
+ };
728
+ };
729
+ iam: {
730
+ apiKeys: Stripe.V2.Iam.ApiKeysResource;
731
+ };
732
+ moneyManagement: {
733
+ adjustments: Stripe.V2.MoneyManagement.AdjustmentsResource;
734
+ currencyConversions: Stripe.V2.MoneyManagement.CurrencyConversionsResource;
735
+ financialAccounts: Stripe.V2.MoneyManagement.FinancialAccountsResource;
736
+ financialAddresses: Stripe.V2.MoneyManagement.FinancialAddressesResource;
737
+ inboundTransfers: Stripe.V2.MoneyManagement.InboundTransfersResource;
738
+ outboundPayments: Stripe.V2.MoneyManagement.OutboundPaymentsResource;
739
+ outboundPaymentQuotes: Stripe.V2.MoneyManagement.OutboundPaymentQuotesResource;
740
+ outboundSetupIntents: Stripe.V2.MoneyManagement.OutboundSetupIntentsResource;
741
+ outboundTransfers: Stripe.V2.MoneyManagement.OutboundTransfersResource;
742
+ payoutMethods: Stripe.V2.MoneyManagement.PayoutMethodsResource;
743
+ payoutMethodsBankAccountSpec: Stripe.V2.MoneyManagement.PayoutMethodsBankAccountSpecResource;
744
+ receivedCredits: Stripe.V2.MoneyManagement.ReceivedCreditsResource;
745
+ receivedDebits: Stripe.V2.MoneyManagement.ReceivedDebitsResource;
746
+ recipientVerifications: Stripe.V2.MoneyManagement.RecipientVerificationsResource;
747
+ transactions: Stripe.V2.MoneyManagement.TransactionsResource;
748
+ transactionEntries: Stripe.V2.MoneyManagement.TransactionEntriesResource;
749
+ };
750
+ payment: {
751
+ offSessionPayments: Stripe.V2.Payments.OffSessionPaymentsResource;
752
+ settlementAllocationIntents: Stripe.V2.Payments.SettlementAllocationIntentsResource;
753
+ };
754
+ reporting: {
755
+ reports: Stripe.V2.Reporting.ReportsResource;
756
+ reportRuns: Stripe.V2.Reporting.ReportRunsResource;
757
+ };
758
+ tax: {
759
+ manualRules: Stripe.V2.Tax.ManualRulesResource;
760
+ };
761
+ testHelper: {
762
+ financialAddresses: Stripe.V2.TestHelpers.FinancialAddressesResource;
763
+ moneyManagement: Stripe.V2.TestHelpers.MoneyManagementResource;
504
764
  };
505
765
  };
506
766
  // Fields: The end of the section generated from our OpenAPI spec
package/types/lib.d.ts CHANGED
@@ -317,5 +317,15 @@ declare module 'stripe' {
317
317
  name?: string;
318
318
  type?: string;
319
319
  }
320
+
321
+ namespace V2 {
322
+ /**
323
+ * Represents a monetary amount with associated currency
324
+ */
325
+ export interface Amount {
326
+ value: number;
327
+ currency: string;
328
+ }
329
+ }
320
330
  }
321
331
  }