stripe 22.4.0-beta.1 → 22.4.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 (1064) hide show
  1. package/CHANGELOG.md +116 -1798
  2. package/OPENAPI_VERSION +1 -1
  3. package/README.md +58 -42
  4. package/VERSION +1 -1
  5. package/cjs/Error.d.ts +61 -57
  6. package/cjs/Error.js +13 -128
  7. package/cjs/Error.js.map +1 -1
  8. package/cjs/RequestSender.d.ts +1 -1
  9. package/cjs/RequestSender.js +4 -9
  10. package/cjs/RequestSender.js.map +1 -1
  11. package/cjs/Types.d.ts +72 -15
  12. package/cjs/Types.js.map +1 -1
  13. package/cjs/Webhooks.d.ts +2 -2
  14. package/cjs/apiVersion.d.ts +2 -1
  15. package/cjs/apiVersion.js +3 -2
  16. package/cjs/apiVersion.js.map +1 -1
  17. package/cjs/platform/NodePlatformFunctions.d.ts +3 -2
  18. package/cjs/platform/NodePlatformFunctions.js +46 -24
  19. package/cjs/platform/NodePlatformFunctions.js.map +1 -1
  20. package/cjs/platform/PlatformFunctions.d.ts +1 -1
  21. package/cjs/platform/PlatformFunctions.js +1 -1
  22. package/cjs/platform/PlatformFunctions.js.map +1 -1
  23. package/cjs/resources/AccountLinks.d.ts +2 -1
  24. package/cjs/resources/AccountLinks.js.map +1 -1
  25. package/cjs/resources/AccountSessions.d.ts +32 -262
  26. package/cjs/resources/AccountSessions.js.map +1 -1
  27. package/cjs/resources/Accounts.d.ts +90 -883
  28. package/cjs/resources/Accounts.js +12 -16
  29. package/cjs/resources/Accounts.js.map +1 -1
  30. package/cjs/resources/ApplicationFees.d.ts +2 -2
  31. package/cjs/resources/ApplicationFees.js.map +1 -1
  32. package/cjs/resources/Apps/Secrets.d.ts +6 -6
  33. package/cjs/resources/Balance.d.ts +0 -67
  34. package/cjs/resources/BalanceSettings.d.ts +8 -8
  35. package/cjs/resources/BalanceTransactions.d.ts +3 -3
  36. package/cjs/resources/BankAccounts.d.ts +4 -4
  37. package/cjs/resources/Billing/AlertTriggereds.d.ts +1 -2
  38. package/cjs/resources/Billing/Alerts.d.ts +3 -3
  39. package/cjs/resources/Billing/CreditBalanceSummary.d.ts +2 -1
  40. package/cjs/resources/Billing/CreditBalanceSummary.js.map +1 -1
  41. package/cjs/resources/Billing/CreditBalanceTransactions.d.ts +4 -4
  42. package/cjs/resources/Billing/CreditGrants.d.ts +3 -3
  43. package/cjs/resources/Billing/CreditGrants.js.map +1 -1
  44. package/cjs/resources/Billing/MeterEventAdjustments.d.ts +2 -1
  45. package/cjs/resources/Billing/MeterEventAdjustments.js.map +1 -1
  46. package/cjs/resources/Billing/Meters.d.ts +8 -8
  47. package/cjs/resources/Billing/index.d.ts +0 -3
  48. package/cjs/resources/Billing/index.js +0 -2
  49. package/cjs/resources/Billing/index.js.map +1 -1
  50. package/cjs/resources/BillingPortal/Configurations.d.ts +22 -22
  51. package/cjs/resources/BillingPortal/Configurations.js.map +1 -1
  52. package/cjs/resources/BillingPortal/Sessions.d.ts +7 -6
  53. package/cjs/resources/BillingPortal/Sessions.js.map +1 -1
  54. package/cjs/resources/Capabilities.d.ts +8 -7
  55. package/cjs/resources/Cards.d.ts +3 -20
  56. package/cjs/resources/Charges.d.ts +99 -3106
  57. package/cjs/resources/Charges.js.map +1 -1
  58. package/cjs/resources/Checkout/Sessions.d.ts +192 -555
  59. package/cjs/resources/Checkout/Sessions.js.map +1 -1
  60. package/cjs/resources/Climate/Orders.d.ts +3 -3
  61. package/cjs/resources/Climate/Orders.js.map +1 -1
  62. package/cjs/resources/Climate/Suppliers.d.ts +2 -2
  63. package/cjs/resources/ConfirmationTokens.d.ts +21 -87
  64. package/cjs/resources/Coupons.d.ts +3 -56
  65. package/cjs/resources/Coupons.js +0 -13
  66. package/cjs/resources/Coupons.js.map +1 -1
  67. package/cjs/resources/CreditNoteLineItems.d.ts +4 -18
  68. package/cjs/resources/CreditNotes.d.ts +17 -17
  69. package/cjs/resources/CreditNotes.js.map +1 -1
  70. package/cjs/resources/CustomerBalanceTransactions.d.ts +2 -2
  71. package/cjs/resources/CustomerCashBalanceTransactions.d.ts +4 -3
  72. package/cjs/resources/CustomerSessions.d.ts +25 -92
  73. package/cjs/resources/CustomerSessions.js.map +1 -1
  74. package/cjs/resources/Customers.d.ts +14 -33
  75. package/cjs/resources/Customers.js +0 -14
  76. package/cjs/resources/Customers.js.map +1 -1
  77. package/cjs/resources/Disputes.d.ts +16 -41
  78. package/cjs/resources/Disputes.js +1 -1
  79. package/cjs/resources/Disputes.js.map +1 -1
  80. package/cjs/resources/Events.d.ts +55 -535
  81. package/cjs/resources/ExternalAccounts.d.ts +1 -212
  82. package/cjs/resources/ExternalAccounts.js +0 -44
  83. package/cjs/resources/ExternalAccounts.js.map +1 -1
  84. package/cjs/resources/Files.d.ts +3 -3
  85. package/cjs/resources/Files.js.map +1 -1
  86. package/cjs/resources/FinancialConnections/Accounts.d.ts +19 -84
  87. package/cjs/resources/FinancialConnections/Accounts.js +0 -8
  88. package/cjs/resources/FinancialConnections/Accounts.js.map +1 -1
  89. package/cjs/resources/FinancialConnections/Authorizations.d.ts +4 -48
  90. package/cjs/resources/FinancialConnections/Authorizations.js +0 -11
  91. package/cjs/resources/FinancialConnections/Authorizations.js.map +1 -1
  92. package/cjs/resources/FinancialConnections/Sessions.d.ts +48 -122
  93. package/cjs/resources/FinancialConnections/Sessions.js.map +1 -1
  94. package/cjs/resources/FinancialConnections/Transactions.d.ts +2 -2
  95. package/cjs/resources/FinancialConnections/index.d.ts +9 -21
  96. package/cjs/resources/FinancialConnections/index.js +0 -4
  97. package/cjs/resources/FinancialConnections/index.js.map +1 -1
  98. package/cjs/resources/Forwarding/Requests.d.ts +3 -3
  99. package/cjs/resources/Forwarding/Requests.js.map +1 -1
  100. package/cjs/resources/FundingInstructions.d.ts +4 -4
  101. package/cjs/resources/Identity/VerificationReports.d.ts +17 -17
  102. package/cjs/resources/Identity/VerificationReports.js.map +1 -1
  103. package/cjs/resources/Identity/VerificationSessions.d.ts +15 -15
  104. package/cjs/resources/Identity/VerificationSessions.js.map +1 -1
  105. package/cjs/resources/InvoiceItems.d.ts +0 -85
  106. package/cjs/resources/InvoiceItems.js.map +1 -1
  107. package/cjs/resources/InvoiceLineItems.d.ts +5 -43
  108. package/cjs/resources/InvoicePayments.d.ts +3 -3
  109. package/cjs/resources/Invoices.d.ts +96 -1465
  110. package/cjs/resources/Invoices.js +0 -41
  111. package/cjs/resources/Invoices.js.map +1 -1
  112. package/cjs/resources/Issuing/Authorizations.d.ts +19 -32
  113. package/cjs/resources/Issuing/Authorizations.js.map +1 -1
  114. package/cjs/resources/Issuing/Cardholders.d.ts +17 -31
  115. package/cjs/resources/Issuing/Cardholders.js.map +1 -1
  116. package/cjs/resources/Issuing/Cards.d.ts +38 -39
  117. package/cjs/resources/Issuing/Cards.js.map +1 -1
  118. package/cjs/resources/Issuing/Disputes.d.ts +22 -35
  119. package/cjs/resources/Issuing/Disputes.js.map +1 -1
  120. package/cjs/resources/Issuing/PersonalizationDesigns.d.ts +5 -5
  121. package/cjs/resources/Issuing/PersonalizationDesigns.js.map +1 -1
  122. package/cjs/resources/Issuing/PhysicalBundles.d.ts +8 -8
  123. package/cjs/resources/Issuing/Tokens.d.ts +11 -11
  124. package/cjs/resources/Issuing/Transactions.d.ts +5 -27
  125. package/cjs/resources/Issuing/index.d.ts +22 -47
  126. package/cjs/resources/Issuing/index.js +0 -6
  127. package/cjs/resources/Issuing/index.js.map +1 -1
  128. package/cjs/resources/LineItems.d.ts +4 -31
  129. package/cjs/resources/Mandates.d.ts +15 -46
  130. package/cjs/resources/Mandates.js +0 -8
  131. package/cjs/resources/Mandates.js.map +1 -1
  132. package/cjs/resources/PaymentAttemptRecords.d.ts +30 -112
  133. package/cjs/resources/PaymentIntentAmountDetailsLineItems.d.ts +2 -1
  134. package/cjs/resources/PaymentIntents.d.ts +6883 -17706
  135. package/cjs/resources/PaymentIntents.js +0 -27
  136. package/cjs/resources/PaymentIntents.js.map +1 -1
  137. package/cjs/resources/PaymentLinks.d.ts +112 -66
  138. package/cjs/resources/PaymentLinks.js.map +1 -1
  139. package/cjs/resources/PaymentMethodConfigurations.d.ts +237 -587
  140. package/cjs/resources/PaymentMethodDomains.d.ts +7 -7
  141. package/cjs/resources/PaymentMethods.d.ts +36 -197
  142. package/cjs/resources/PaymentMethods.js +1 -1
  143. package/cjs/resources/PaymentRecords.d.ts +52 -116
  144. package/cjs/resources/PaymentRecords.js +8 -0
  145. package/cjs/resources/PaymentRecords.js.map +1 -1
  146. package/cjs/resources/Payouts.d.ts +3 -3
  147. package/cjs/resources/Payouts.js.map +1 -1
  148. package/cjs/resources/Persons.d.ts +8 -8
  149. package/cjs/resources/Plans.d.ts +6 -22
  150. package/cjs/resources/Plans.js.map +1 -1
  151. package/cjs/resources/Prices.d.ts +6 -58
  152. package/cjs/resources/Prices.js.map +1 -1
  153. package/cjs/resources/Products.d.ts +0 -42
  154. package/cjs/resources/PromotionCodes.d.ts +2 -14
  155. package/cjs/resources/PromotionCodes.js +0 -27
  156. package/cjs/resources/PromotionCodes.js.map +1 -1
  157. package/cjs/resources/Quotes.d.ts +212 -2355
  158. package/cjs/resources/Quotes.js +13 -1181
  159. package/cjs/resources/Quotes.js.map +1 -1
  160. package/cjs/resources/Radar/PaymentEvaluations.d.ts +22 -22
  161. package/cjs/resources/Radar/PaymentEvaluations.js.map +1 -1
  162. package/cjs/resources/Radar/ValueListItems.d.ts +0 -30
  163. package/cjs/resources/Radar/ValueLists.d.ts +2 -2
  164. package/cjs/resources/Radar/ValueLists.js.map +1 -1
  165. package/cjs/resources/Refunds.d.ts +18 -15
  166. package/cjs/resources/Refunds.js.map +1 -1
  167. package/cjs/resources/Reserve/Holds.d.ts +4 -56
  168. package/cjs/resources/Reserve/Holds.js +0 -19
  169. package/cjs/resources/Reserve/Holds.js.map +1 -1
  170. package/cjs/resources/Reserve/Plans.d.ts +4 -20
  171. package/cjs/resources/Reserve/Plans.js +0 -11
  172. package/cjs/resources/Reserve/Plans.js.map +1 -1
  173. package/cjs/resources/Reserve/Releases.d.ts +4 -44
  174. package/cjs/resources/Reserve/Releases.js +0 -19
  175. package/cjs/resources/Reserve/Releases.js.map +1 -1
  176. package/cjs/resources/Reserve/index.d.ts +6 -17
  177. package/cjs/resources/Reserve/index.js +0 -9
  178. package/cjs/resources/Reserve/index.js.map +1 -1
  179. package/cjs/resources/SetupAttempts.d.ts +7 -32
  180. package/cjs/resources/SetupIntents.d.ts +144 -456
  181. package/cjs/resources/SetupIntents.js.map +1 -1
  182. package/cjs/resources/ShippingRates.d.ts +5 -5
  183. package/cjs/resources/ShippingRates.js.map +1 -1
  184. package/cjs/resources/Sources.d.ts +3 -31
  185. package/cjs/resources/Sources.js.map +1 -1
  186. package/cjs/resources/SubscriptionItems.d.ts +4 -147
  187. package/cjs/resources/SubscriptionItems.js.map +1 -1
  188. package/cjs/resources/SubscriptionSchedules.d.ts +147 -1181
  189. package/cjs/resources/SubscriptionSchedules.js +0 -6
  190. package/cjs/resources/SubscriptionSchedules.js.map +1 -1
  191. package/cjs/resources/Subscriptions.d.ts +76 -641
  192. package/cjs/resources/Subscriptions.js +0 -145
  193. package/cjs/resources/Subscriptions.js.map +1 -1
  194. package/cjs/resources/Tax/Associations.d.ts +2 -1
  195. package/cjs/resources/Tax/Associations.js.map +1 -1
  196. package/cjs/resources/Tax/CalculationLineItems.d.ts +6 -10
  197. package/cjs/resources/Tax/Calculations.d.ts +20 -24
  198. package/cjs/resources/Tax/Calculations.js.map +1 -1
  199. package/cjs/resources/Tax/Registrations.d.ts +169 -271
  200. package/cjs/resources/Tax/Settings.d.ts +4 -4
  201. package/cjs/resources/Tax/TransactionLineItems.d.ts +3 -3
  202. package/cjs/resources/Tax/Transactions.d.ts +12 -12
  203. package/cjs/resources/Tax/Transactions.js.map +1 -1
  204. package/cjs/resources/Tax/index.d.ts +13 -27
  205. package/cjs/resources/Tax/index.js +0 -4
  206. package/cjs/resources/Tax/index.js.map +1 -1
  207. package/cjs/resources/TaxCodes.d.ts +0 -15
  208. package/cjs/resources/TaxIds.d.ts +8 -8
  209. package/cjs/resources/TaxRates.d.ts +5 -5
  210. package/cjs/resources/TaxRates.js.map +1 -1
  211. package/cjs/resources/Terminal/Configurations.d.ts +4 -31
  212. package/cjs/resources/Terminal/Readers.d.ts +18 -34
  213. package/cjs/resources/Terminal/Readers.js.map +1 -1
  214. package/cjs/resources/Terminal/index.d.ts +0 -5
  215. package/cjs/resources/Terminal/index.js +0 -2
  216. package/cjs/resources/Terminal/index.js.map +1 -1
  217. package/cjs/resources/TestHelpers/ConfirmationTokens.d.ts +12 -89
  218. package/cjs/resources/TestHelpers/ConfirmationTokens.js.map +1 -1
  219. package/cjs/resources/TestHelpers/Issuing/Authorizations.d.ts +17 -17
  220. package/cjs/resources/TestHelpers/Issuing/PersonalizationDesigns.d.ts +3 -2
  221. package/cjs/resources/TestHelpers/Issuing/PersonalizationDesigns.js.map +1 -1
  222. package/cjs/resources/TestHelpers/Issuing/Transactions.d.ts +2 -2
  223. package/cjs/resources/TestHelpers/Terminal/Readers.d.ts +3 -2
  224. package/cjs/resources/TestHelpers/Terminal/Readers.js.map +1 -1
  225. package/cjs/resources/TestHelpers/TestClocks.d.ts +2 -2
  226. package/cjs/resources/TestHelpers/Treasury/InboundTransfers.d.ts +2 -1
  227. package/cjs/resources/TestHelpers/Treasury/InboundTransfers.js.map +1 -1
  228. package/cjs/resources/TestHelpers/Treasury/OutboundPayments.d.ts +3 -2
  229. package/cjs/resources/TestHelpers/Treasury/OutboundPayments.js.map +1 -1
  230. package/cjs/resources/TestHelpers/Treasury/OutboundTransfers.d.ts +3 -2
  231. package/cjs/resources/TestHelpers/Treasury/OutboundTransfers.js.map +1 -1
  232. package/cjs/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +2 -23
  233. package/cjs/resources/TestHelpers/Treasury/ReceivedCredits.js.map +1 -1
  234. package/cjs/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +0 -22
  235. package/cjs/resources/TestHelpers/index.d.ts +0 -3
  236. package/cjs/resources/TestHelpers/index.js +4 -6
  237. package/cjs/resources/TestHelpers/index.js.map +1 -1
  238. package/cjs/resources/Tokens.d.ts +19 -24
  239. package/cjs/resources/Tokens.js.map +1 -1
  240. package/cjs/resources/Topups.d.ts +28 -0
  241. package/cjs/resources/Topups.js.map +1 -1
  242. package/cjs/resources/Transfers.d.ts +0 -8
  243. package/cjs/resources/Treasury/CreditReversals.d.ts +4 -4
  244. package/cjs/resources/Treasury/CreditReversals.js.map +1 -1
  245. package/cjs/resources/Treasury/DebitReversals.d.ts +5 -5
  246. package/cjs/resources/Treasury/DebitReversals.js.map +1 -1
  247. package/cjs/resources/Treasury/FinancialAccountFeatures.d.ts +37 -41
  248. package/cjs/resources/Treasury/FinancialAccounts.d.ts +16 -49
  249. package/cjs/resources/Treasury/FinancialAccounts.js.map +1 -1
  250. package/cjs/resources/Treasury/InboundTransfers.d.ts +6 -6
  251. package/cjs/resources/Treasury/InboundTransfers.js.map +1 -1
  252. package/cjs/resources/Treasury/OutboundPayments.d.ts +13 -21
  253. package/cjs/resources/Treasury/OutboundPayments.js.map +1 -1
  254. package/cjs/resources/Treasury/OutboundTransfers.d.ts +10 -54
  255. package/cjs/resources/Treasury/OutboundTransfers.js.map +1 -1
  256. package/cjs/resources/Treasury/ReceivedCredits.d.ts +9 -31
  257. package/cjs/resources/Treasury/ReceivedDebits.d.ts +7 -33
  258. package/cjs/resources/Treasury/TransactionEntries.d.ts +5 -5
  259. package/cjs/resources/Treasury/Transactions.d.ts +6 -6
  260. package/cjs/resources/V2/Billing/MeterEventAdjustments.d.ts +2 -1
  261. package/cjs/resources/V2/Billing/MeterEventAdjustments.js.map +1 -1
  262. package/cjs/resources/V2/Billing/index.d.ts +6 -45
  263. package/cjs/resources/V2/Billing/index.js +0 -8
  264. package/cjs/resources/V2/Billing/index.js.map +1 -1
  265. package/cjs/resources/V2/Commerce/ProductCatalog/Imports.d.ts +4 -4
  266. package/cjs/resources/V2/Commerce/ProductCatalogImports.d.ts +5 -5
  267. package/cjs/resources/V2/Core/AccountLinks.d.ts +15 -14
  268. package/cjs/resources/V2/Core/AccountLinks.js.map +1 -1
  269. package/cjs/resources/V2/Core/AccountPersons.d.ts +4 -4
  270. package/cjs/resources/V2/Core/AccountTokens.d.ts +48 -17
  271. package/cjs/resources/V2/Core/AccountTokens.js.map +1 -1
  272. package/cjs/resources/V2/Core/Accounts/PersonTokens.d.ts +4 -4
  273. package/cjs/resources/V2/Core/Accounts/PersonTokens.js.map +1 -1
  274. package/cjs/resources/V2/Core/Accounts/Persons.d.ts +7 -7
  275. package/cjs/resources/V2/Core/Accounts/Persons.js.map +1 -1
  276. package/cjs/resources/V2/Core/Accounts.d.ts +191 -1558
  277. package/cjs/resources/V2/Core/Accounts.js.map +1 -1
  278. package/cjs/resources/V2/Core/EventDestinations.d.ts +6 -6
  279. package/cjs/resources/V2/Core/Events.d.ts +10 -1157
  280. package/cjs/resources/V2/Core/index.d.ts +9 -19
  281. package/cjs/resources/V2/Core/index.js +0 -4
  282. package/cjs/resources/V2/Core/index.js.map +1 -1
  283. package/cjs/resources/V2/index.d.ts +0 -27
  284. package/cjs/resources/V2/index.js +0 -14
  285. package/cjs/resources/V2/index.js.map +1 -1
  286. package/cjs/resources/WebhookEndpoints.d.ts +4 -4
  287. package/cjs/resources/WebhookEndpoints.js.map +1 -1
  288. package/cjs/resources.d.ts +0 -10
  289. package/cjs/resources.js +10 -146
  290. package/cjs/resources.js.map +1 -1
  291. package/cjs/shared.d.ts +5 -0
  292. package/cjs/stripe.cjs.node.d.ts +150 -6480
  293. package/cjs/stripe.cjs.node.js.map +1 -1
  294. package/cjs/stripe.core.d.ts +40 -94
  295. package/cjs/stripe.core.js +37 -59
  296. package/cjs/stripe.core.js.map +1 -1
  297. package/cjs/utils.d.ts +0 -1
  298. package/cjs/utils.js +1 -17
  299. package/cjs/utils.js.map +1 -1
  300. package/esm/Error.d.ts +61 -57
  301. package/esm/Error.js +12 -112
  302. package/esm/Error.js.map +1 -1
  303. package/esm/RequestSender.d.ts +1 -1
  304. package/esm/RequestSender.js +5 -10
  305. package/esm/RequestSender.js.map +1 -1
  306. package/esm/Types.d.ts +72 -15
  307. package/esm/Types.js.map +1 -1
  308. package/esm/Webhooks.d.ts +2 -2
  309. package/esm/apiVersion.d.ts +2 -1
  310. package/esm/apiVersion.js +2 -1
  311. package/esm/apiVersion.js.map +1 -1
  312. package/esm/platform/NodePlatformFunctions.d.ts +3 -2
  313. package/esm/platform/NodePlatformFunctions.js +46 -24
  314. package/esm/platform/NodePlatformFunctions.js.map +1 -1
  315. package/esm/platform/PlatformFunctions.d.ts +1 -1
  316. package/esm/platform/PlatformFunctions.js +1 -1
  317. package/esm/platform/PlatformFunctions.js.map +1 -1
  318. package/esm/resources/AccountLinks.d.ts +2 -1
  319. package/esm/resources/AccountLinks.js.map +1 -1
  320. package/esm/resources/AccountSessions.d.ts +32 -262
  321. package/esm/resources/AccountSessions.js.map +1 -1
  322. package/esm/resources/Accounts.d.ts +90 -883
  323. package/esm/resources/Accounts.js +12 -16
  324. package/esm/resources/Accounts.js.map +1 -1
  325. package/esm/resources/ApplicationFees.d.ts +2 -2
  326. package/esm/resources/ApplicationFees.js.map +1 -1
  327. package/esm/resources/Apps/Secrets.d.ts +6 -6
  328. package/esm/resources/Balance.d.ts +0 -67
  329. package/esm/resources/BalanceSettings.d.ts +8 -8
  330. package/esm/resources/BalanceTransactions.d.ts +3 -3
  331. package/esm/resources/BankAccounts.d.ts +4 -4
  332. package/esm/resources/Billing/AlertTriggereds.d.ts +1 -2
  333. package/esm/resources/Billing/Alerts.d.ts +3 -3
  334. package/esm/resources/Billing/CreditBalanceSummary.d.ts +2 -1
  335. package/esm/resources/Billing/CreditBalanceSummary.js.map +1 -1
  336. package/esm/resources/Billing/CreditBalanceTransactions.d.ts +4 -4
  337. package/esm/resources/Billing/CreditGrants.d.ts +3 -3
  338. package/esm/resources/Billing/CreditGrants.js.map +1 -1
  339. package/esm/resources/Billing/MeterEventAdjustments.d.ts +2 -1
  340. package/esm/resources/Billing/MeterEventAdjustments.js.map +1 -1
  341. package/esm/resources/Billing/Meters.d.ts +8 -8
  342. package/esm/resources/Billing/index.d.ts +0 -3
  343. package/esm/resources/Billing/index.js +0 -2
  344. package/esm/resources/Billing/index.js.map +1 -1
  345. package/esm/resources/BillingPortal/Configurations.d.ts +22 -22
  346. package/esm/resources/BillingPortal/Configurations.js.map +1 -1
  347. package/esm/resources/BillingPortal/Sessions.d.ts +7 -6
  348. package/esm/resources/BillingPortal/Sessions.js.map +1 -1
  349. package/esm/resources/Capabilities.d.ts +8 -7
  350. package/esm/resources/Cards.d.ts +3 -20
  351. package/esm/resources/Charges.d.ts +99 -3106
  352. package/esm/resources/Charges.js.map +1 -1
  353. package/esm/resources/Checkout/Sessions.d.ts +192 -555
  354. package/esm/resources/Checkout/Sessions.js.map +1 -1
  355. package/esm/resources/Climate/Orders.d.ts +3 -3
  356. package/esm/resources/Climate/Orders.js.map +1 -1
  357. package/esm/resources/Climate/Suppliers.d.ts +2 -2
  358. package/esm/resources/ConfirmationTokens.d.ts +21 -87
  359. package/esm/resources/Coupons.d.ts +3 -56
  360. package/esm/resources/Coupons.js +0 -13
  361. package/esm/resources/Coupons.js.map +1 -1
  362. package/esm/resources/CreditNoteLineItems.d.ts +4 -18
  363. package/esm/resources/CreditNotes.d.ts +17 -17
  364. package/esm/resources/CreditNotes.js.map +1 -1
  365. package/esm/resources/CustomerBalanceTransactions.d.ts +2 -2
  366. package/esm/resources/CustomerCashBalanceTransactions.d.ts +4 -3
  367. package/esm/resources/CustomerSessions.d.ts +25 -92
  368. package/esm/resources/CustomerSessions.js.map +1 -1
  369. package/esm/resources/Customers.d.ts +14 -33
  370. package/esm/resources/Customers.js +0 -14
  371. package/esm/resources/Customers.js.map +1 -1
  372. package/esm/resources/Disputes.d.ts +16 -41
  373. package/esm/resources/Disputes.js +1 -1
  374. package/esm/resources/Disputes.js.map +1 -1
  375. package/esm/resources/Events.d.ts +55 -535
  376. package/esm/resources/ExternalAccounts.d.ts +1 -212
  377. package/esm/resources/ExternalAccounts.js +1 -42
  378. package/esm/resources/ExternalAccounts.js.map +1 -1
  379. package/esm/resources/Files.d.ts +3 -3
  380. package/esm/resources/Files.js.map +1 -1
  381. package/esm/resources/FinancialConnections/Accounts.d.ts +19 -84
  382. package/esm/resources/FinancialConnections/Accounts.js +0 -8
  383. package/esm/resources/FinancialConnections/Accounts.js.map +1 -1
  384. package/esm/resources/FinancialConnections/Authorizations.d.ts +4 -48
  385. package/esm/resources/FinancialConnections/Authorizations.js +1 -9
  386. package/esm/resources/FinancialConnections/Authorizations.js.map +1 -1
  387. package/esm/resources/FinancialConnections/Sessions.d.ts +48 -122
  388. package/esm/resources/FinancialConnections/Sessions.js.map +1 -1
  389. package/esm/resources/FinancialConnections/Transactions.d.ts +2 -2
  390. package/esm/resources/FinancialConnections/index.d.ts +9 -21
  391. package/esm/resources/FinancialConnections/index.js +0 -4
  392. package/esm/resources/FinancialConnections/index.js.map +1 -1
  393. package/esm/resources/Forwarding/Requests.d.ts +3 -3
  394. package/esm/resources/Forwarding/Requests.js.map +1 -1
  395. package/esm/resources/FundingInstructions.d.ts +4 -4
  396. package/esm/resources/Identity/VerificationReports.d.ts +17 -17
  397. package/esm/resources/Identity/VerificationReports.js.map +1 -1
  398. package/esm/resources/Identity/VerificationSessions.d.ts +15 -15
  399. package/esm/resources/Identity/VerificationSessions.js.map +1 -1
  400. package/esm/resources/InvoiceItems.d.ts +0 -85
  401. package/esm/resources/InvoiceItems.js.map +1 -1
  402. package/esm/resources/InvoiceLineItems.d.ts +5 -43
  403. package/esm/resources/InvoicePayments.d.ts +3 -3
  404. package/esm/resources/Invoices.d.ts +96 -1465
  405. package/esm/resources/Invoices.js +0 -41
  406. package/esm/resources/Invoices.js.map +1 -1
  407. package/esm/resources/Issuing/Authorizations.d.ts +19 -32
  408. package/esm/resources/Issuing/Authorizations.js.map +1 -1
  409. package/esm/resources/Issuing/Cardholders.d.ts +17 -31
  410. package/esm/resources/Issuing/Cardholders.js.map +1 -1
  411. package/esm/resources/Issuing/Cards.d.ts +38 -39
  412. package/esm/resources/Issuing/Cards.js.map +1 -1
  413. package/esm/resources/Issuing/Disputes.d.ts +22 -35
  414. package/esm/resources/Issuing/Disputes.js.map +1 -1
  415. package/esm/resources/Issuing/PersonalizationDesigns.d.ts +5 -5
  416. package/esm/resources/Issuing/PersonalizationDesigns.js.map +1 -1
  417. package/esm/resources/Issuing/PhysicalBundles.d.ts +8 -8
  418. package/esm/resources/Issuing/Tokens.d.ts +11 -11
  419. package/esm/resources/Issuing/Transactions.d.ts +5 -27
  420. package/esm/resources/Issuing/index.d.ts +22 -47
  421. package/esm/resources/Issuing/index.js +0 -6
  422. package/esm/resources/Issuing/index.js.map +1 -1
  423. package/esm/resources/LineItems.d.ts +4 -31
  424. package/esm/resources/Mandates.d.ts +15 -46
  425. package/esm/resources/Mandates.js +0 -8
  426. package/esm/resources/Mandates.js.map +1 -1
  427. package/esm/resources/PaymentAttemptRecords.d.ts +30 -112
  428. package/esm/resources/PaymentIntentAmountDetailsLineItems.d.ts +2 -1
  429. package/esm/resources/PaymentIntents.d.ts +6883 -17706
  430. package/esm/resources/PaymentIntents.js +0 -27
  431. package/esm/resources/PaymentIntents.js.map +1 -1
  432. package/esm/resources/PaymentLinks.d.ts +112 -66
  433. package/esm/resources/PaymentLinks.js.map +1 -1
  434. package/esm/resources/PaymentMethodConfigurations.d.ts +237 -587
  435. package/esm/resources/PaymentMethodDomains.d.ts +7 -7
  436. package/esm/resources/PaymentMethods.d.ts +36 -197
  437. package/esm/resources/PaymentMethods.js +1 -1
  438. package/esm/resources/PaymentRecords.d.ts +52 -116
  439. package/esm/resources/PaymentRecords.js +8 -0
  440. package/esm/resources/PaymentRecords.js.map +1 -1
  441. package/esm/resources/Payouts.d.ts +3 -3
  442. package/esm/resources/Payouts.js.map +1 -1
  443. package/esm/resources/Persons.d.ts +8 -8
  444. package/esm/resources/Plans.d.ts +6 -22
  445. package/esm/resources/Plans.js.map +1 -1
  446. package/esm/resources/Prices.d.ts +6 -58
  447. package/esm/resources/Prices.js.map +1 -1
  448. package/esm/resources/Products.d.ts +0 -42
  449. package/esm/resources/PromotionCodes.d.ts +2 -14
  450. package/esm/resources/PromotionCodes.js +0 -27
  451. package/esm/resources/PromotionCodes.js.map +1 -1
  452. package/esm/resources/Quotes.d.ts +212 -2355
  453. package/esm/resources/Quotes.js +13 -1181
  454. package/esm/resources/Quotes.js.map +1 -1
  455. package/esm/resources/Radar/PaymentEvaluations.d.ts +22 -22
  456. package/esm/resources/Radar/PaymentEvaluations.js.map +1 -1
  457. package/esm/resources/Radar/ValueListItems.d.ts +0 -30
  458. package/esm/resources/Radar/ValueLists.d.ts +2 -2
  459. package/esm/resources/Radar/ValueLists.js.map +1 -1
  460. package/esm/resources/Refunds.d.ts +18 -15
  461. package/esm/resources/Refunds.js.map +1 -1
  462. package/esm/resources/Reserve/Holds.d.ts +4 -56
  463. package/esm/resources/Reserve/Holds.js +1 -17
  464. package/esm/resources/Reserve/Holds.js.map +1 -1
  465. package/esm/resources/Reserve/Plans.d.ts +4 -20
  466. package/esm/resources/Reserve/Plans.js +1 -9
  467. package/esm/resources/Reserve/Plans.js.map +1 -1
  468. package/esm/resources/Reserve/Releases.d.ts +4 -44
  469. package/esm/resources/Reserve/Releases.js +1 -17
  470. package/esm/resources/Reserve/Releases.js.map +1 -1
  471. package/esm/resources/Reserve/index.d.ts +6 -17
  472. package/esm/resources/Reserve/index.js +0 -9
  473. package/esm/resources/Reserve/index.js.map +1 -1
  474. package/esm/resources/SetupAttempts.d.ts +7 -32
  475. package/esm/resources/SetupIntents.d.ts +144 -456
  476. package/esm/resources/SetupIntents.js.map +1 -1
  477. package/esm/resources/ShippingRates.d.ts +5 -5
  478. package/esm/resources/ShippingRates.js.map +1 -1
  479. package/esm/resources/Sources.d.ts +3 -31
  480. package/esm/resources/Sources.js.map +1 -1
  481. package/esm/resources/SubscriptionItems.d.ts +4 -147
  482. package/esm/resources/SubscriptionItems.js.map +1 -1
  483. package/esm/resources/SubscriptionSchedules.d.ts +147 -1181
  484. package/esm/resources/SubscriptionSchedules.js +0 -6
  485. package/esm/resources/SubscriptionSchedules.js.map +1 -1
  486. package/esm/resources/Subscriptions.d.ts +76 -641
  487. package/esm/resources/Subscriptions.js +0 -145
  488. package/esm/resources/Subscriptions.js.map +1 -1
  489. package/esm/resources/Tax/Associations.d.ts +2 -1
  490. package/esm/resources/Tax/Associations.js.map +1 -1
  491. package/esm/resources/Tax/CalculationLineItems.d.ts +6 -10
  492. package/esm/resources/Tax/Calculations.d.ts +20 -24
  493. package/esm/resources/Tax/Calculations.js.map +1 -1
  494. package/esm/resources/Tax/Registrations.d.ts +169 -271
  495. package/esm/resources/Tax/Settings.d.ts +4 -4
  496. package/esm/resources/Tax/TransactionLineItems.d.ts +3 -3
  497. package/esm/resources/Tax/Transactions.d.ts +12 -12
  498. package/esm/resources/Tax/Transactions.js.map +1 -1
  499. package/esm/resources/Tax/index.d.ts +13 -27
  500. package/esm/resources/Tax/index.js +0 -4
  501. package/esm/resources/Tax/index.js.map +1 -1
  502. package/esm/resources/TaxCodes.d.ts +0 -15
  503. package/esm/resources/TaxIds.d.ts +8 -8
  504. package/esm/resources/TaxRates.d.ts +5 -5
  505. package/esm/resources/TaxRates.js.map +1 -1
  506. package/esm/resources/Terminal/Configurations.d.ts +4 -31
  507. package/esm/resources/Terminal/Readers.d.ts +18 -34
  508. package/esm/resources/Terminal/Readers.js.map +1 -1
  509. package/esm/resources/Terminal/index.d.ts +0 -5
  510. package/esm/resources/Terminal/index.js +0 -2
  511. package/esm/resources/Terminal/index.js.map +1 -1
  512. package/esm/resources/TestHelpers/ConfirmationTokens.d.ts +12 -89
  513. package/esm/resources/TestHelpers/ConfirmationTokens.js.map +1 -1
  514. package/esm/resources/TestHelpers/Issuing/Authorizations.d.ts +17 -17
  515. package/esm/resources/TestHelpers/Issuing/PersonalizationDesigns.d.ts +3 -2
  516. package/esm/resources/TestHelpers/Issuing/PersonalizationDesigns.js.map +1 -1
  517. package/esm/resources/TestHelpers/Issuing/Transactions.d.ts +2 -2
  518. package/esm/resources/TestHelpers/Terminal/Readers.d.ts +3 -2
  519. package/esm/resources/TestHelpers/Terminal/Readers.js.map +1 -1
  520. package/esm/resources/TestHelpers/TestClocks.d.ts +2 -2
  521. package/esm/resources/TestHelpers/Treasury/InboundTransfers.d.ts +2 -1
  522. package/esm/resources/TestHelpers/Treasury/InboundTransfers.js.map +1 -1
  523. package/esm/resources/TestHelpers/Treasury/OutboundPayments.d.ts +3 -2
  524. package/esm/resources/TestHelpers/Treasury/OutboundPayments.js.map +1 -1
  525. package/esm/resources/TestHelpers/Treasury/OutboundTransfers.d.ts +3 -2
  526. package/esm/resources/TestHelpers/Treasury/OutboundTransfers.js.map +1 -1
  527. package/esm/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +2 -23
  528. package/esm/resources/TestHelpers/Treasury/ReceivedCredits.js.map +1 -1
  529. package/esm/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +0 -22
  530. package/esm/resources/TestHelpers/index.d.ts +0 -3
  531. package/esm/resources/TestHelpers/index.js +0 -2
  532. package/esm/resources/TestHelpers/index.js.map +1 -1
  533. package/esm/resources/Tokens.d.ts +19 -24
  534. package/esm/resources/Tokens.js.map +1 -1
  535. package/esm/resources/Topups.d.ts +28 -0
  536. package/esm/resources/Topups.js.map +1 -1
  537. package/esm/resources/Transfers.d.ts +0 -8
  538. package/esm/resources/Treasury/CreditReversals.d.ts +4 -4
  539. package/esm/resources/Treasury/CreditReversals.js.map +1 -1
  540. package/esm/resources/Treasury/DebitReversals.d.ts +5 -5
  541. package/esm/resources/Treasury/DebitReversals.js.map +1 -1
  542. package/esm/resources/Treasury/FinancialAccountFeatures.d.ts +37 -41
  543. package/esm/resources/Treasury/FinancialAccounts.d.ts +16 -49
  544. package/esm/resources/Treasury/FinancialAccounts.js.map +1 -1
  545. package/esm/resources/Treasury/InboundTransfers.d.ts +6 -6
  546. package/esm/resources/Treasury/InboundTransfers.js.map +1 -1
  547. package/esm/resources/Treasury/OutboundPayments.d.ts +13 -21
  548. package/esm/resources/Treasury/OutboundPayments.js.map +1 -1
  549. package/esm/resources/Treasury/OutboundTransfers.d.ts +10 -54
  550. package/esm/resources/Treasury/OutboundTransfers.js.map +1 -1
  551. package/esm/resources/Treasury/ReceivedCredits.d.ts +9 -31
  552. package/esm/resources/Treasury/ReceivedDebits.d.ts +7 -33
  553. package/esm/resources/Treasury/TransactionEntries.d.ts +5 -5
  554. package/esm/resources/Treasury/Transactions.d.ts +6 -6
  555. package/esm/resources/V2/Billing/MeterEventAdjustments.d.ts +2 -1
  556. package/esm/resources/V2/Billing/MeterEventAdjustments.js.map +1 -1
  557. package/esm/resources/V2/Billing/index.d.ts +6 -45
  558. package/esm/resources/V2/Billing/index.js +0 -8
  559. package/esm/resources/V2/Billing/index.js.map +1 -1
  560. package/esm/resources/V2/Commerce/ProductCatalog/Imports.d.ts +4 -4
  561. package/esm/resources/V2/Commerce/ProductCatalogImports.d.ts +5 -5
  562. package/esm/resources/V2/Core/AccountLinks.d.ts +15 -14
  563. package/esm/resources/V2/Core/AccountLinks.js.map +1 -1
  564. package/esm/resources/V2/Core/AccountPersons.d.ts +4 -4
  565. package/esm/resources/V2/Core/AccountTokens.d.ts +48 -17
  566. package/esm/resources/V2/Core/AccountTokens.js.map +1 -1
  567. package/esm/resources/V2/Core/Accounts/PersonTokens.d.ts +4 -4
  568. package/esm/resources/V2/Core/Accounts/PersonTokens.js.map +1 -1
  569. package/esm/resources/V2/Core/Accounts/Persons.d.ts +7 -7
  570. package/esm/resources/V2/Core/Accounts/Persons.js.map +1 -1
  571. package/esm/resources/V2/Core/Accounts.d.ts +191 -1558
  572. package/esm/resources/V2/Core/Accounts.js.map +1 -1
  573. package/esm/resources/V2/Core/EventDestinations.d.ts +6 -6
  574. package/esm/resources/V2/Core/Events.d.ts +10 -1157
  575. package/esm/resources/V2/Core/index.d.ts +9 -19
  576. package/esm/resources/V2/Core/index.js +0 -4
  577. package/esm/resources/V2/Core/index.js.map +1 -1
  578. package/esm/resources/V2/index.d.ts +0 -27
  579. package/esm/resources/V2/index.js +0 -14
  580. package/esm/resources/V2/index.js.map +1 -1
  581. package/esm/resources/WebhookEndpoints.d.ts +4 -4
  582. package/esm/resources/WebhookEndpoints.js.map +1 -1
  583. package/esm/resources.d.ts +0 -10
  584. package/esm/resources.js +0 -131
  585. package/esm/resources.js.map +1 -1
  586. package/esm/shared.d.ts +5 -0
  587. package/esm/stripe.core.d.ts +40 -94
  588. package/esm/stripe.core.js +7 -29
  589. package/esm/stripe.core.js.map +1 -1
  590. package/esm/stripe.esm.node.d.ts +41 -95
  591. package/esm/stripe.esm.node.js +2 -25
  592. package/esm/stripe.esm.node.js.map +1 -1
  593. package/esm/utils.d.ts +0 -1
  594. package/esm/utils.js +0 -15
  595. package/esm/utils.js.map +1 -1
  596. package/package.json +1 -1
  597. package/cjs/StripeEventNotificationHandler.d.ts +0 -19
  598. package/cjs/StripeEventNotificationHandler.js +0 -150
  599. package/cjs/StripeEventNotificationHandler.js.map +0 -1
  600. package/cjs/resources/AccountNotices.d.ts +0 -140
  601. package/cjs/resources/AccountNotices.js +0 -29
  602. package/cjs/resources/AccountNotices.js.map +0 -1
  603. package/cjs/resources/Billing/Analytics/MeterUsage.d.ts +0 -84
  604. package/cjs/resources/Billing/Analytics/MeterUsage.js +0 -15
  605. package/cjs/resources/Billing/Analytics/MeterUsage.js.map +0 -1
  606. package/cjs/resources/Billing/Analytics/MeterUsageRows.d.ts +0 -32
  607. package/cjs/resources/Billing/Analytics/MeterUsageRows.js +0 -4
  608. package/cjs/resources/Billing/Analytics/MeterUsageRows.js.map +0 -1
  609. package/cjs/resources/Billing/Analytics/index.d.ts +0 -15
  610. package/cjs/resources/Billing/Analytics/index.js +0 -13
  611. package/cjs/resources/Billing/Analytics/index.js.map +0 -1
  612. package/cjs/resources/Capital/FinancingOffers.d.ts +0 -194
  613. package/cjs/resources/Capital/FinancingOffers.js +0 -30
  614. package/cjs/resources/Capital/FinancingOffers.js.map +0 -1
  615. package/cjs/resources/Capital/FinancingSummary.d.ts +0 -101
  616. package/cjs/resources/Capital/FinancingSummary.js +0 -15
  617. package/cjs/resources/Capital/FinancingSummary.js.map +0 -1
  618. package/cjs/resources/Capital/FinancingTransactions.d.ts +0 -141
  619. package/cjs/resources/Capital/FinancingTransactions.js +0 -24
  620. package/cjs/resources/Capital/FinancingTransactions.js.map +0 -1
  621. package/cjs/resources/Capital/index.d.ts +0 -25
  622. package/cjs/resources/Capital/index.js +0 -17
  623. package/cjs/resources/Capital/index.js.map +0 -1
  624. package/cjs/resources/FinancialConnections/AccountInferredBalances.d.ts +0 -24
  625. package/cjs/resources/FinancialConnections/AccountInferredBalances.js +0 -4
  626. package/cjs/resources/FinancialConnections/AccountInferredBalances.js.map +0 -1
  627. package/cjs/resources/FinancialConnections/Institutions.d.ts +0 -99
  628. package/cjs/resources/FinancialConnections/Institutions.js +0 -23
  629. package/cjs/resources/FinancialConnections/Institutions.js.map +0 -1
  630. package/cjs/resources/FxQuotes.d.ts +0 -212
  631. package/cjs/resources/FxQuotes.js +0 -29
  632. package/cjs/resources/FxQuotes.js.map +0 -1
  633. package/cjs/resources/Issuing/CreditUnderwritingRecords.d.ts +0 -638
  634. package/cjs/resources/Issuing/CreditUnderwritingRecords.js +0 -47
  635. package/cjs/resources/Issuing/CreditUnderwritingRecords.js.map +0 -1
  636. package/cjs/resources/Issuing/DisputeSettlementDetails.d.ts +0 -93
  637. package/cjs/resources/Issuing/DisputeSettlementDetails.js +0 -23
  638. package/cjs/resources/Issuing/DisputeSettlementDetails.js.map +0 -1
  639. package/cjs/resources/Issuing/FraudLiabilityDebits.d.ts +0 -68
  640. package/cjs/resources/Issuing/FraudLiabilityDebits.js +0 -23
  641. package/cjs/resources/Issuing/FraudLiabilityDebits.js.map +0 -1
  642. package/cjs/resources/Issuing/Settlements.d.ts +0 -83
  643. package/cjs/resources/Issuing/Settlements.js +0 -4
  644. package/cjs/resources/Issuing/Settlements.js.map +0 -1
  645. package/cjs/resources/Margins.d.ts +0 -115
  646. package/cjs/resources/Margins.js +0 -35
  647. package/cjs/resources/Margins.js.map +0 -1
  648. package/cjs/resources/Orders.d.ts +0 -4693
  649. package/cjs/resources/Orders.js +0 -457
  650. package/cjs/resources/Orders.js.map +0 -1
  651. package/cjs/resources/Privacy/RedactionJobValidationErrors.d.ts +0 -35
  652. package/cjs/resources/Privacy/RedactionJobValidationErrors.js +0 -4
  653. package/cjs/resources/Privacy/RedactionJobValidationErrors.js.map +0 -1
  654. package/cjs/resources/Privacy/RedactionJobs.d.ts +0 -227
  655. package/cjs/resources/Privacy/RedactionJobs.js +0 -73
  656. package/cjs/resources/Privacy/RedactionJobs.js.map +0 -1
  657. package/cjs/resources/Privacy/index.d.ts +0 -22
  658. package/cjs/resources/Privacy/index.js +0 -13
  659. package/cjs/resources/Privacy/index.js.map +0 -1
  660. package/cjs/resources/ProductCatalog/TrialOffers.d.ts +0 -125
  661. package/cjs/resources/ProductCatalog/TrialOffers.js +0 -15
  662. package/cjs/resources/ProductCatalog/TrialOffers.js.map +0 -1
  663. package/cjs/resources/ProductCatalog/index.d.ts +0 -12
  664. package/cjs/resources/ProductCatalog/index.js +0 -13
  665. package/cjs/resources/ProductCatalog/index.js.map +0 -1
  666. package/cjs/resources/QuoteLines.d.ts +0 -507
  667. package/cjs/resources/QuoteLines.js +0 -4
  668. package/cjs/resources/QuoteLines.js.map +0 -1
  669. package/cjs/resources/QuotePreviewInvoices.d.ts +0 -1120
  670. package/cjs/resources/QuotePreviewInvoices.js +0 -4
  671. package/cjs/resources/QuotePreviewInvoices.js.map +0 -1
  672. package/cjs/resources/QuotePreviewSubscriptionSchedules.d.ts +0 -738
  673. package/cjs/resources/QuotePreviewSubscriptionSchedules.js +0 -4
  674. package/cjs/resources/QuotePreviewSubscriptionSchedules.js.map +0 -1
  675. package/cjs/resources/SharedPayment/GrantedTokens.d.ts +0 -1105
  676. package/cjs/resources/SharedPayment/GrantedTokens.js +0 -15
  677. package/cjs/resources/SharedPayment/GrantedTokens.js.map +0 -1
  678. package/cjs/resources/SharedPayment/IssuedTokens.d.ts +0 -306
  679. package/cjs/resources/SharedPayment/IssuedTokens.js +0 -27
  680. package/cjs/resources/SharedPayment/IssuedTokens.js.map +0 -1
  681. package/cjs/resources/SharedPayment/index.d.ts +0 -19
  682. package/cjs/resources/SharedPayment/index.js +0 -15
  683. package/cjs/resources/SharedPayment/index.js.map +0 -1
  684. package/cjs/resources/Tax/Forms.d.ts +0 -228
  685. package/cjs/resources/Tax/Forms.js +0 -32
  686. package/cjs/resources/Tax/Forms.js.map +0 -1
  687. package/cjs/resources/Tax/Locations.d.ts +0 -108
  688. package/cjs/resources/Tax/Locations.js +0 -33
  689. package/cjs/resources/Tax/Locations.js.map +0 -1
  690. package/cjs/resources/Terminal/ReaderCollectedData.d.ts +0 -50
  691. package/cjs/resources/Terminal/ReaderCollectedData.js +0 -15
  692. package/cjs/resources/Terminal/ReaderCollectedData.js.map +0 -1
  693. package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.d.ts +0 -68
  694. package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.js +0 -21
  695. package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.js.map +0 -1
  696. package/cjs/resources/TestHelpers/SharedPayment/index.d.ts +0 -8
  697. package/cjs/resources/TestHelpers/SharedPayment/index.js +0 -13
  698. package/cjs/resources/TestHelpers/SharedPayment/index.js.map +0 -1
  699. package/cjs/resources/V2/Billing/BillSettingVersions.d.ts +0 -71
  700. package/cjs/resources/V2/Billing/BillSettingVersions.js +0 -4
  701. package/cjs/resources/V2/Billing/BillSettingVersions.js.map +0 -1
  702. package/cjs/resources/V2/Billing/BillSettings/Versions.d.ts +0 -33
  703. package/cjs/resources/V2/Billing/BillSettings/Versions.js +0 -23
  704. package/cjs/resources/V2/Billing/BillSettings/Versions.js.map +0 -1
  705. package/cjs/resources/V2/Billing/BillSettings.d.ts +0 -280
  706. package/cjs/resources/V2/Billing/BillSettings.js +0 -41
  707. package/cjs/resources/V2/Billing/BillSettings.js.map +0 -1
  708. package/cjs/resources/V2/Billing/Cadences.d.ts +0 -947
  709. package/cjs/resources/V2/Billing/Cadences.js +0 -198
  710. package/cjs/resources/V2/Billing/Cadences.js.map +0 -1
  711. package/cjs/resources/V2/Billing/CollectionSettingVersions.d.ts +0 -236
  712. package/cjs/resources/V2/Billing/CollectionSettingVersions.js +0 -4
  713. package/cjs/resources/V2/Billing/CollectionSettingVersions.js.map +0 -1
  714. package/cjs/resources/V2/Billing/CollectionSettings/Versions.d.ts +0 -33
  715. package/cjs/resources/V2/Billing/CollectionSettings/Versions.js +0 -70
  716. package/cjs/resources/V2/Billing/CollectionSettings/Versions.js.map +0 -1
  717. package/cjs/resources/V2/Billing/CollectionSettings.d.ts +0 -775
  718. package/cjs/resources/V2/Billing/CollectionSettings.js +0 -166
  719. package/cjs/resources/V2/Billing/CollectionSettings.js.map +0 -1
  720. package/cjs/resources/V2/Billing/Profiles.d.ts +0 -162
  721. package/cjs/resources/V2/Billing/Profiles.js +0 -35
  722. package/cjs/resources/V2/Billing/Profiles.js.map +0 -1
  723. package/cjs/resources/V2/Core/BatchJobs.d.ts +0 -360
  724. package/cjs/resources/V2/Core/BatchJobs.js +0 -225
  725. package/cjs/resources/V2/Core/BatchJobs.js.map +0 -1
  726. package/cjs/resources/V2/Core/Vault/GbBankAccounts.d.ts +0 -279
  727. package/cjs/resources/V2/Core/Vault/GbBankAccounts.js +0 -54
  728. package/cjs/resources/V2/Core/Vault/GbBankAccounts.js.map +0 -1
  729. package/cjs/resources/V2/Core/Vault/UsBankAccounts.d.ts +0 -249
  730. package/cjs/resources/V2/Core/Vault/UsBankAccounts.js +0 -63
  731. package/cjs/resources/V2/Core/Vault/UsBankAccounts.js.map +0 -1
  732. package/cjs/resources/V2/Core/Vault/index.d.ts +0 -28
  733. package/cjs/resources/V2/Core/Vault/index.js +0 -15
  734. package/cjs/resources/V2/Core/Vault/index.js.map +0 -1
  735. package/cjs/resources/V2/Data/Reporting/QueryRuns.d.ts +0 -150
  736. package/cjs/resources/V2/Data/Reporting/QueryRuns.js +0 -46
  737. package/cjs/resources/V2/Data/Reporting/QueryRuns.js.map +0 -1
  738. package/cjs/resources/V2/Data/Reporting/index.d.ts +0 -13
  739. package/cjs/resources/V2/Data/Reporting/index.js +0 -13
  740. package/cjs/resources/V2/Data/Reporting/index.js.map +0 -1
  741. package/cjs/resources/V2/Data/index.d.ts +0 -10
  742. package/cjs/resources/V2/Data/index.js +0 -13
  743. package/cjs/resources/V2/Data/index.js.map +0 -1
  744. package/cjs/resources/V2/EventMisc.d.ts +0 -0
  745. package/cjs/resources/V2/EventMisc.js +0 -2
  746. package/cjs/resources/V2/EventMisc.js.map +0 -1
  747. package/cjs/resources/V2/Extend/WorkflowRuns.d.ts +0 -162
  748. package/cjs/resources/V2/Extend/WorkflowRuns.js +0 -23
  749. package/cjs/resources/V2/Extend/WorkflowRuns.js.map +0 -1
  750. package/cjs/resources/V2/Extend/Workflows.d.ts +0 -119
  751. package/cjs/resources/V2/Extend/Workflows.js +0 -30
  752. package/cjs/resources/V2/Extend/Workflows.js.map +0 -1
  753. package/cjs/resources/V2/Extend/index.d.ts +0 -20
  754. package/cjs/resources/V2/Extend/index.js +0 -15
  755. package/cjs/resources/V2/Extend/index.js.map +0 -1
  756. package/cjs/resources/V2/FinancialAddressCreditSimulations.d.ts +0 -14
  757. package/cjs/resources/V2/FinancialAddressCreditSimulations.js +0 -4
  758. package/cjs/resources/V2/FinancialAddressCreditSimulations.js.map +0 -1
  759. package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.d.ts +0 -19
  760. package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.js +0 -4
  761. package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.js.map +0 -1
  762. package/cjs/resources/V2/Iam/ActivityLogs.d.ts +0 -210
  763. package/cjs/resources/V2/Iam/ActivityLogs.js +0 -23
  764. package/cjs/resources/V2/Iam/ActivityLogs.js.map +0 -1
  765. package/cjs/resources/V2/Iam/index.d.ts +0 -13
  766. package/cjs/resources/V2/Iam/index.js +0 -13
  767. package/cjs/resources/V2/Iam/index.js.map +0 -1
  768. package/cjs/resources/V2/MoneyManagement/Adjustments.d.ts +0 -131
  769. package/cjs/resources/V2/MoneyManagement/Adjustments.js +0 -23
  770. package/cjs/resources/V2/MoneyManagement/Adjustments.js.map +0 -1
  771. package/cjs/resources/V2/MoneyManagement/FinancialAccounts.d.ts +0 -240
  772. package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js +0 -44
  773. package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js.map +0 -1
  774. package/cjs/resources/V2/MoneyManagement/FinancialAddresses.d.ts +0 -211
  775. package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js +0 -31
  776. package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js.map +0 -1
  777. package/cjs/resources/V2/MoneyManagement/InboundTransfers.d.ts +0 -250
  778. package/cjs/resources/V2/MoneyManagement/InboundTransfers.js +0 -30
  779. package/cjs/resources/V2/MoneyManagement/InboundTransfers.js.map +0 -1
  780. package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +0 -208
  781. package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +0 -22
  782. package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js.map +0 -1
  783. package/cjs/resources/V2/MoneyManagement/OutboundPayments.d.ts +0 -394
  784. package/cjs/resources/V2/MoneyManagement/OutboundPayments.js +0 -41
  785. package/cjs/resources/V2/MoneyManagement/OutboundPayments.js.map +0 -1
  786. package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.d.ts +0 -296
  787. package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js +0 -49
  788. package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js.map +0 -1
  789. package/cjs/resources/V2/MoneyManagement/OutboundTransfers.d.ts +0 -336
  790. package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js +0 -39
  791. package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js.map +0 -1
  792. package/cjs/resources/V2/MoneyManagement/PayoutMethods.d.ts +0 -239
  793. package/cjs/resources/V2/MoneyManagement/PayoutMethods.js +0 -44
  794. package/cjs/resources/V2/MoneyManagement/PayoutMethods.js.map +0 -1
  795. package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts +0 -92
  796. package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +0 -17
  797. package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js.map +0 -1
  798. package/cjs/resources/V2/MoneyManagement/ReceivedCredits.d.ts +0 -295
  799. package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js +0 -23
  800. package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js.map +0 -1
  801. package/cjs/resources/V2/MoneyManagement/ReceivedDebits.d.ts +0 -157
  802. package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js +0 -23
  803. package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js.map +0 -1
  804. package/cjs/resources/V2/MoneyManagement/TransactionEntries.d.ts +0 -161
  805. package/cjs/resources/V2/MoneyManagement/TransactionEntries.js +0 -23
  806. package/cjs/resources/V2/MoneyManagement/TransactionEntries.js.map +0 -1
  807. package/cjs/resources/V2/MoneyManagement/Transactions.d.ts +0 -192
  808. package/cjs/resources/V2/MoneyManagement/Transactions.js +0 -23
  809. package/cjs/resources/V2/MoneyManagement/Transactions.js.map +0 -1
  810. package/cjs/resources/V2/MoneyManagement/index.d.ts +0 -104
  811. package/cjs/resources/V2/MoneyManagement/index.js +0 -39
  812. package/cjs/resources/V2/MoneyManagement/index.js.map +0 -1
  813. package/cjs/resources/V2/Network/BusinessProfiles.d.ts +0 -92
  814. package/cjs/resources/V2/Network/BusinessProfiles.js +0 -21
  815. package/cjs/resources/V2/Network/BusinessProfiles.js.map +0 -1
  816. package/cjs/resources/V2/Network/index.d.ts +0 -13
  817. package/cjs/resources/V2/Network/index.js +0 -13
  818. package/cjs/resources/V2/Network/index.js.map +0 -1
  819. package/cjs/resources/V2/OrchestratedCommerce/Agreements.d.ts +0 -143
  820. package/cjs/resources/V2/OrchestratedCommerce/Agreements.js +0 -41
  821. package/cjs/resources/V2/OrchestratedCommerce/Agreements.js.map +0 -1
  822. package/cjs/resources/V2/OrchestratedCommerce/index.d.ts +0 -16
  823. package/cjs/resources/V2/OrchestratedCommerce/index.js +0 -13
  824. package/cjs/resources/V2/OrchestratedCommerce/index.js.map +0 -1
  825. package/cjs/resources/V2/TestHelpers/FinancialAddresses.d.ts +0 -44
  826. package/cjs/resources/V2/TestHelpers/FinancialAddresses.js +0 -23
  827. package/cjs/resources/V2/TestHelpers/FinancialAddresses.js.map +0 -1
  828. package/cjs/resources/V2/TestHelpers/index.d.ts +0 -8
  829. package/cjs/resources/V2/TestHelpers/index.js +0 -13
  830. package/cjs/resources/V2/TestHelpers/index.js.map +0 -1
  831. package/esm/StripeEventNotificationHandler.d.ts +0 -19
  832. package/esm/StripeEventNotificationHandler.js +0 -146
  833. package/esm/StripeEventNotificationHandler.js.map +0 -1
  834. package/esm/resources/AccountNotices.d.ts +0 -140
  835. package/esm/resources/AccountNotices.js +0 -25
  836. package/esm/resources/AccountNotices.js.map +0 -1
  837. package/esm/resources/Billing/Analytics/MeterUsage.d.ts +0 -84
  838. package/esm/resources/Billing/Analytics/MeterUsage.js +0 -11
  839. package/esm/resources/Billing/Analytics/MeterUsage.js.map +0 -1
  840. package/esm/resources/Billing/Analytics/MeterUsageRows.d.ts +0 -32
  841. package/esm/resources/Billing/Analytics/MeterUsageRows.js +0 -3
  842. package/esm/resources/Billing/Analytics/MeterUsageRows.js.map +0 -1
  843. package/esm/resources/Billing/Analytics/index.d.ts +0 -15
  844. package/esm/resources/Billing/Analytics/index.js +0 -9
  845. package/esm/resources/Billing/Analytics/index.js.map +0 -1
  846. package/esm/resources/Capital/FinancingOffers.d.ts +0 -194
  847. package/esm/resources/Capital/FinancingOffers.js +0 -26
  848. package/esm/resources/Capital/FinancingOffers.js.map +0 -1
  849. package/esm/resources/Capital/FinancingSummary.d.ts +0 -101
  850. package/esm/resources/Capital/FinancingSummary.js +0 -11
  851. package/esm/resources/Capital/FinancingSummary.js.map +0 -1
  852. package/esm/resources/Capital/FinancingTransactions.d.ts +0 -141
  853. package/esm/resources/Capital/FinancingTransactions.js +0 -20
  854. package/esm/resources/Capital/FinancingTransactions.js.map +0 -1
  855. package/esm/resources/Capital/index.d.ts +0 -25
  856. package/esm/resources/Capital/index.js +0 -13
  857. package/esm/resources/Capital/index.js.map +0 -1
  858. package/esm/resources/FinancialConnections/AccountInferredBalances.d.ts +0 -24
  859. package/esm/resources/FinancialConnections/AccountInferredBalances.js +0 -3
  860. package/esm/resources/FinancialConnections/AccountInferredBalances.js.map +0 -1
  861. package/esm/resources/FinancialConnections/Institutions.d.ts +0 -99
  862. package/esm/resources/FinancialConnections/Institutions.js +0 -19
  863. package/esm/resources/FinancialConnections/Institutions.js.map +0 -1
  864. package/esm/resources/FxQuotes.d.ts +0 -212
  865. package/esm/resources/FxQuotes.js +0 -25
  866. package/esm/resources/FxQuotes.js.map +0 -1
  867. package/esm/resources/Issuing/CreditUnderwritingRecords.d.ts +0 -638
  868. package/esm/resources/Issuing/CreditUnderwritingRecords.js +0 -43
  869. package/esm/resources/Issuing/CreditUnderwritingRecords.js.map +0 -1
  870. package/esm/resources/Issuing/DisputeSettlementDetails.d.ts +0 -93
  871. package/esm/resources/Issuing/DisputeSettlementDetails.js +0 -19
  872. package/esm/resources/Issuing/DisputeSettlementDetails.js.map +0 -1
  873. package/esm/resources/Issuing/FraudLiabilityDebits.d.ts +0 -68
  874. package/esm/resources/Issuing/FraudLiabilityDebits.js +0 -19
  875. package/esm/resources/Issuing/FraudLiabilityDebits.js.map +0 -1
  876. package/esm/resources/Issuing/Settlements.d.ts +0 -83
  877. package/esm/resources/Issuing/Settlements.js +0 -3
  878. package/esm/resources/Issuing/Settlements.js.map +0 -1
  879. package/esm/resources/Margins.d.ts +0 -115
  880. package/esm/resources/Margins.js +0 -31
  881. package/esm/resources/Margins.js.map +0 -1
  882. package/esm/resources/Orders.d.ts +0 -4693
  883. package/esm/resources/Orders.js +0 -453
  884. package/esm/resources/Orders.js.map +0 -1
  885. package/esm/resources/Privacy/RedactionJobValidationErrors.d.ts +0 -35
  886. package/esm/resources/Privacy/RedactionJobValidationErrors.js +0 -3
  887. package/esm/resources/Privacy/RedactionJobValidationErrors.js.map +0 -1
  888. package/esm/resources/Privacy/RedactionJobs.d.ts +0 -227
  889. package/esm/resources/Privacy/RedactionJobs.js +0 -69
  890. package/esm/resources/Privacy/RedactionJobs.js.map +0 -1
  891. package/esm/resources/Privacy/index.d.ts +0 -22
  892. package/esm/resources/Privacy/index.js +0 -9
  893. package/esm/resources/Privacy/index.js.map +0 -1
  894. package/esm/resources/ProductCatalog/TrialOffers.d.ts +0 -125
  895. package/esm/resources/ProductCatalog/TrialOffers.js +0 -11
  896. package/esm/resources/ProductCatalog/TrialOffers.js.map +0 -1
  897. package/esm/resources/ProductCatalog/index.d.ts +0 -12
  898. package/esm/resources/ProductCatalog/index.js +0 -9
  899. package/esm/resources/ProductCatalog/index.js.map +0 -1
  900. package/esm/resources/QuoteLines.d.ts +0 -507
  901. package/esm/resources/QuoteLines.js +0 -3
  902. package/esm/resources/QuoteLines.js.map +0 -1
  903. package/esm/resources/QuotePreviewInvoices.d.ts +0 -1120
  904. package/esm/resources/QuotePreviewInvoices.js +0 -3
  905. package/esm/resources/QuotePreviewInvoices.js.map +0 -1
  906. package/esm/resources/QuotePreviewSubscriptionSchedules.d.ts +0 -738
  907. package/esm/resources/QuotePreviewSubscriptionSchedules.js +0 -3
  908. package/esm/resources/QuotePreviewSubscriptionSchedules.js.map +0 -1
  909. package/esm/resources/SharedPayment/GrantedTokens.d.ts +0 -1105
  910. package/esm/resources/SharedPayment/GrantedTokens.js +0 -11
  911. package/esm/resources/SharedPayment/GrantedTokens.js.map +0 -1
  912. package/esm/resources/SharedPayment/IssuedTokens.d.ts +0 -306
  913. package/esm/resources/SharedPayment/IssuedTokens.js +0 -23
  914. package/esm/resources/SharedPayment/IssuedTokens.js.map +0 -1
  915. package/esm/resources/SharedPayment/index.d.ts +0 -19
  916. package/esm/resources/SharedPayment/index.js +0 -11
  917. package/esm/resources/SharedPayment/index.js.map +0 -1
  918. package/esm/resources/Tax/Forms.d.ts +0 -228
  919. package/esm/resources/Tax/Forms.js +0 -28
  920. package/esm/resources/Tax/Forms.js.map +0 -1
  921. package/esm/resources/Tax/Locations.d.ts +0 -108
  922. package/esm/resources/Tax/Locations.js +0 -29
  923. package/esm/resources/Tax/Locations.js.map +0 -1
  924. package/esm/resources/Terminal/ReaderCollectedData.d.ts +0 -50
  925. package/esm/resources/Terminal/ReaderCollectedData.js +0 -11
  926. package/esm/resources/Terminal/ReaderCollectedData.js.map +0 -1
  927. package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.d.ts +0 -68
  928. package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.js +0 -17
  929. package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.js.map +0 -1
  930. package/esm/resources/TestHelpers/SharedPayment/index.d.ts +0 -8
  931. package/esm/resources/TestHelpers/SharedPayment/index.js +0 -9
  932. package/esm/resources/TestHelpers/SharedPayment/index.js.map +0 -1
  933. package/esm/resources/V2/Billing/BillSettingVersions.d.ts +0 -71
  934. package/esm/resources/V2/Billing/BillSettingVersions.js +0 -3
  935. package/esm/resources/V2/Billing/BillSettingVersions.js.map +0 -1
  936. package/esm/resources/V2/Billing/BillSettings/Versions.d.ts +0 -33
  937. package/esm/resources/V2/Billing/BillSettings/Versions.js +0 -19
  938. package/esm/resources/V2/Billing/BillSettings/Versions.js.map +0 -1
  939. package/esm/resources/V2/Billing/BillSettings.d.ts +0 -280
  940. package/esm/resources/V2/Billing/BillSettings.js +0 -37
  941. package/esm/resources/V2/Billing/BillSettings.js.map +0 -1
  942. package/esm/resources/V2/Billing/Cadences.d.ts +0 -947
  943. package/esm/resources/V2/Billing/Cadences.js +0 -194
  944. package/esm/resources/V2/Billing/Cadences.js.map +0 -1
  945. package/esm/resources/V2/Billing/CollectionSettingVersions.d.ts +0 -236
  946. package/esm/resources/V2/Billing/CollectionSettingVersions.js +0 -3
  947. package/esm/resources/V2/Billing/CollectionSettingVersions.js.map +0 -1
  948. package/esm/resources/V2/Billing/CollectionSettings/Versions.d.ts +0 -33
  949. package/esm/resources/V2/Billing/CollectionSettings/Versions.js +0 -66
  950. package/esm/resources/V2/Billing/CollectionSettings/Versions.js.map +0 -1
  951. package/esm/resources/V2/Billing/CollectionSettings.d.ts +0 -775
  952. package/esm/resources/V2/Billing/CollectionSettings.js +0 -162
  953. package/esm/resources/V2/Billing/CollectionSettings.js.map +0 -1
  954. package/esm/resources/V2/Billing/Profiles.d.ts +0 -162
  955. package/esm/resources/V2/Billing/Profiles.js +0 -31
  956. package/esm/resources/V2/Billing/Profiles.js.map +0 -1
  957. package/esm/resources/V2/Core/BatchJobs.d.ts +0 -360
  958. package/esm/resources/V2/Core/BatchJobs.js +0 -221
  959. package/esm/resources/V2/Core/BatchJobs.js.map +0 -1
  960. package/esm/resources/V2/Core/Vault/GbBankAccounts.d.ts +0 -279
  961. package/esm/resources/V2/Core/Vault/GbBankAccounts.js +0 -50
  962. package/esm/resources/V2/Core/Vault/GbBankAccounts.js.map +0 -1
  963. package/esm/resources/V2/Core/Vault/UsBankAccounts.d.ts +0 -249
  964. package/esm/resources/V2/Core/Vault/UsBankAccounts.js +0 -59
  965. package/esm/resources/V2/Core/Vault/UsBankAccounts.js.map +0 -1
  966. package/esm/resources/V2/Core/Vault/index.d.ts +0 -28
  967. package/esm/resources/V2/Core/Vault/index.js +0 -11
  968. package/esm/resources/V2/Core/Vault/index.js.map +0 -1
  969. package/esm/resources/V2/Data/Reporting/QueryRuns.d.ts +0 -150
  970. package/esm/resources/V2/Data/Reporting/QueryRuns.js +0 -42
  971. package/esm/resources/V2/Data/Reporting/QueryRuns.js.map +0 -1
  972. package/esm/resources/V2/Data/Reporting/index.d.ts +0 -13
  973. package/esm/resources/V2/Data/Reporting/index.js +0 -9
  974. package/esm/resources/V2/Data/Reporting/index.js.map +0 -1
  975. package/esm/resources/V2/Data/index.d.ts +0 -10
  976. package/esm/resources/V2/Data/index.js +0 -9
  977. package/esm/resources/V2/Data/index.js.map +0 -1
  978. package/esm/resources/V2/EventMisc.d.ts +0 -0
  979. package/esm/resources/V2/EventMisc.js +0 -2
  980. package/esm/resources/V2/EventMisc.js.map +0 -1
  981. package/esm/resources/V2/Extend/WorkflowRuns.d.ts +0 -162
  982. package/esm/resources/V2/Extend/WorkflowRuns.js +0 -19
  983. package/esm/resources/V2/Extend/WorkflowRuns.js.map +0 -1
  984. package/esm/resources/V2/Extend/Workflows.d.ts +0 -119
  985. package/esm/resources/V2/Extend/Workflows.js +0 -26
  986. package/esm/resources/V2/Extend/Workflows.js.map +0 -1
  987. package/esm/resources/V2/Extend/index.d.ts +0 -20
  988. package/esm/resources/V2/Extend/index.js +0 -11
  989. package/esm/resources/V2/Extend/index.js.map +0 -1
  990. package/esm/resources/V2/FinancialAddressCreditSimulations.d.ts +0 -14
  991. package/esm/resources/V2/FinancialAddressCreditSimulations.js +0 -3
  992. package/esm/resources/V2/FinancialAddressCreditSimulations.js.map +0 -1
  993. package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.d.ts +0 -19
  994. package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.js +0 -3
  995. package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.js.map +0 -1
  996. package/esm/resources/V2/Iam/ActivityLogs.d.ts +0 -210
  997. package/esm/resources/V2/Iam/ActivityLogs.js +0 -19
  998. package/esm/resources/V2/Iam/ActivityLogs.js.map +0 -1
  999. package/esm/resources/V2/Iam/index.d.ts +0 -13
  1000. package/esm/resources/V2/Iam/index.js +0 -9
  1001. package/esm/resources/V2/Iam/index.js.map +0 -1
  1002. package/esm/resources/V2/MoneyManagement/Adjustments.d.ts +0 -131
  1003. package/esm/resources/V2/MoneyManagement/Adjustments.js +0 -19
  1004. package/esm/resources/V2/MoneyManagement/Adjustments.js.map +0 -1
  1005. package/esm/resources/V2/MoneyManagement/FinancialAccounts.d.ts +0 -240
  1006. package/esm/resources/V2/MoneyManagement/FinancialAccounts.js +0 -40
  1007. package/esm/resources/V2/MoneyManagement/FinancialAccounts.js.map +0 -1
  1008. package/esm/resources/V2/MoneyManagement/FinancialAddresses.d.ts +0 -211
  1009. package/esm/resources/V2/MoneyManagement/FinancialAddresses.js +0 -27
  1010. package/esm/resources/V2/MoneyManagement/FinancialAddresses.js.map +0 -1
  1011. package/esm/resources/V2/MoneyManagement/InboundTransfers.d.ts +0 -250
  1012. package/esm/resources/V2/MoneyManagement/InboundTransfers.js +0 -26
  1013. package/esm/resources/V2/MoneyManagement/InboundTransfers.js.map +0 -1
  1014. package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +0 -208
  1015. package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +0 -18
  1016. package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js.map +0 -1
  1017. package/esm/resources/V2/MoneyManagement/OutboundPayments.d.ts +0 -394
  1018. package/esm/resources/V2/MoneyManagement/OutboundPayments.js +0 -37
  1019. package/esm/resources/V2/MoneyManagement/OutboundPayments.js.map +0 -1
  1020. package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.d.ts +0 -296
  1021. package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js +0 -45
  1022. package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js.map +0 -1
  1023. package/esm/resources/V2/MoneyManagement/OutboundTransfers.d.ts +0 -336
  1024. package/esm/resources/V2/MoneyManagement/OutboundTransfers.js +0 -35
  1025. package/esm/resources/V2/MoneyManagement/OutboundTransfers.js.map +0 -1
  1026. package/esm/resources/V2/MoneyManagement/PayoutMethods.d.ts +0 -239
  1027. package/esm/resources/V2/MoneyManagement/PayoutMethods.js +0 -40
  1028. package/esm/resources/V2/MoneyManagement/PayoutMethods.js.map +0 -1
  1029. package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts +0 -92
  1030. package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +0 -13
  1031. package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js.map +0 -1
  1032. package/esm/resources/V2/MoneyManagement/ReceivedCredits.d.ts +0 -295
  1033. package/esm/resources/V2/MoneyManagement/ReceivedCredits.js +0 -19
  1034. package/esm/resources/V2/MoneyManagement/ReceivedCredits.js.map +0 -1
  1035. package/esm/resources/V2/MoneyManagement/ReceivedDebits.d.ts +0 -157
  1036. package/esm/resources/V2/MoneyManagement/ReceivedDebits.js +0 -19
  1037. package/esm/resources/V2/MoneyManagement/ReceivedDebits.js.map +0 -1
  1038. package/esm/resources/V2/MoneyManagement/TransactionEntries.d.ts +0 -161
  1039. package/esm/resources/V2/MoneyManagement/TransactionEntries.js +0 -19
  1040. package/esm/resources/V2/MoneyManagement/TransactionEntries.js.map +0 -1
  1041. package/esm/resources/V2/MoneyManagement/Transactions.d.ts +0 -192
  1042. package/esm/resources/V2/MoneyManagement/Transactions.js +0 -19
  1043. package/esm/resources/V2/MoneyManagement/Transactions.js.map +0 -1
  1044. package/esm/resources/V2/MoneyManagement/index.d.ts +0 -104
  1045. package/esm/resources/V2/MoneyManagement/index.js +0 -35
  1046. package/esm/resources/V2/MoneyManagement/index.js.map +0 -1
  1047. package/esm/resources/V2/Network/BusinessProfiles.d.ts +0 -92
  1048. package/esm/resources/V2/Network/BusinessProfiles.js +0 -17
  1049. package/esm/resources/V2/Network/BusinessProfiles.js.map +0 -1
  1050. package/esm/resources/V2/Network/index.d.ts +0 -13
  1051. package/esm/resources/V2/Network/index.js +0 -9
  1052. package/esm/resources/V2/Network/index.js.map +0 -1
  1053. package/esm/resources/V2/OrchestratedCommerce/Agreements.d.ts +0 -143
  1054. package/esm/resources/V2/OrchestratedCommerce/Agreements.js +0 -37
  1055. package/esm/resources/V2/OrchestratedCommerce/Agreements.js.map +0 -1
  1056. package/esm/resources/V2/OrchestratedCommerce/index.d.ts +0 -16
  1057. package/esm/resources/V2/OrchestratedCommerce/index.js +0 -9
  1058. package/esm/resources/V2/OrchestratedCommerce/index.js.map +0 -1
  1059. package/esm/resources/V2/TestHelpers/FinancialAddresses.d.ts +0 -44
  1060. package/esm/resources/V2/TestHelpers/FinancialAddresses.js +0 -19
  1061. package/esm/resources/V2/TestHelpers/FinancialAddresses.js.map +0 -1
  1062. package/esm/resources/V2/TestHelpers/index.d.ts +0 -8
  1063. package/esm/resources/V2/TestHelpers/index.js +0 -9
  1064. package/esm/resources/V2/TestHelpers/index.js.map +0 -1
@@ -1,5 +1,5 @@
1
1
  import { StripeResource } from '../StripeResource.js';
2
- import { PaginationParams, Emptyable } from '../shared.js';
2
+ import { OtherString, PaginationParams, Emptyable } from '../shared.js';
3
3
  import { RequestOptions, ApiListPromise, Response } from '../lib.js';
4
4
  export declare class PaymentMethodConfigurationResource extends StripeResource {
5
5
  /**
@@ -59,9 +59,7 @@ export interface PaymentMethodConfiguration {
59
59
  fpx?: PaymentMethodConfiguration.Fpx;
60
60
  giropay?: PaymentMethodConfiguration.Giropay;
61
61
  google_pay?: PaymentMethodConfiguration.GooglePay;
62
- gopay?: PaymentMethodConfiguration.Gopay;
63
62
  grabpay?: PaymentMethodConfiguration.Grabpay;
64
- id_bank_transfer?: PaymentMethodConfiguration.IdBankTransfer;
65
63
  ideal?: PaymentMethodConfiguration.Ideal;
66
64
  /**
67
65
  * The default configuration is used whenever a payment method configuration is not specified.
@@ -96,17 +94,14 @@ export interface PaymentMethodConfiguration {
96
94
  payco?: PaymentMethodConfiguration.Payco;
97
95
  paynow?: PaymentMethodConfiguration.Paynow;
98
96
  paypal?: PaymentMethodConfiguration.Paypal;
99
- paypay?: PaymentMethodConfiguration.Paypay;
100
97
  payto?: PaymentMethodConfiguration.Payto;
101
98
  pix?: PaymentMethodConfiguration.Pix;
102
99
  promptpay?: PaymentMethodConfiguration.Promptpay;
103
- qris?: PaymentMethodConfiguration.Qris;
104
100
  revolut_pay?: PaymentMethodConfiguration.RevolutPay;
105
101
  samsung_pay?: PaymentMethodConfiguration.SamsungPay;
106
102
  satispay?: PaymentMethodConfiguration.Satispay;
107
103
  scalapay?: PaymentMethodConfiguration.Scalapay;
108
104
  sepa_debit?: PaymentMethodConfiguration.SepaDebit;
109
- shopeepay?: PaymentMethodConfiguration.Shopeepay;
110
105
  sofort?: PaymentMethodConfiguration.Sofort;
111
106
  sunbit?: PaymentMethodConfiguration.Sunbit;
112
107
  swish?: PaymentMethodConfiguration.Swish;
@@ -278,13 +273,6 @@ export declare namespace PaymentMethodConfiguration {
278
273
  available: boolean;
279
274
  display_preference: GooglePay.DisplayPreference;
280
275
  }
281
- interface Gopay {
282
- /**
283
- * Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
284
- */
285
- available: boolean;
286
- display_preference: Gopay.DisplayPreference;
287
- }
288
276
  interface Grabpay {
289
277
  /**
290
278
  * Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
@@ -292,13 +280,6 @@ export declare namespace PaymentMethodConfiguration {
292
280
  available: boolean;
293
281
  display_preference: Grabpay.DisplayPreference;
294
282
  }
295
- interface IdBankTransfer {
296
- /**
297
- * Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
298
- */
299
- available: boolean;
300
- display_preference: IdBankTransfer.DisplayPreference;
301
- }
302
283
  interface Ideal {
303
284
  /**
304
285
  * Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
@@ -425,13 +406,6 @@ export declare namespace PaymentMethodConfiguration {
425
406
  available: boolean;
426
407
  display_preference: Paypal.DisplayPreference;
427
408
  }
428
- interface Paypay {
429
- /**
430
- * Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
431
- */
432
- available: boolean;
433
- display_preference: Paypay.DisplayPreference;
434
- }
435
409
  interface Payto {
436
410
  /**
437
411
  * Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
@@ -453,13 +427,6 @@ export declare namespace PaymentMethodConfiguration {
453
427
  available: boolean;
454
428
  display_preference: Promptpay.DisplayPreference;
455
429
  }
456
- interface Qris {
457
- /**
458
- * Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
459
- */
460
- available: boolean;
461
- display_preference: Qris.DisplayPreference;
462
- }
463
430
  interface RevolutPay {
464
431
  /**
465
432
  * Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
@@ -495,13 +462,6 @@ export declare namespace PaymentMethodConfiguration {
495
462
  available: boolean;
496
463
  display_preference: SepaDebit.DisplayPreference;
497
464
  }
498
- interface Shopeepay {
499
- /**
500
- * Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
501
- */
502
- available: boolean;
503
- display_preference: Shopeepay.DisplayPreference;
504
- }
505
465
  interface Sofort {
506
466
  /**
507
467
  * Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
@@ -574,8 +534,8 @@ export declare namespace PaymentMethodConfiguration {
574
534
  value: DisplayPreference.Value;
575
535
  }
576
536
  namespace DisplayPreference {
577
- type Preference = 'none' | 'off' | 'on';
578
- type Value = 'off' | 'on';
537
+ type Preference = 'none' | 'off' | 'on' | OtherString;
538
+ type Value = 'off' | 'on' | OtherString;
579
539
  }
580
540
  }
581
541
  namespace Affirm {
@@ -594,8 +554,8 @@ export declare namespace PaymentMethodConfiguration {
594
554
  value: DisplayPreference.Value;
595
555
  }
596
556
  namespace DisplayPreference {
597
- type Preference = 'none' | 'off' | 'on';
598
- type Value = 'off' | 'on';
557
+ type Preference = 'none' | 'off' | 'on' | OtherString;
558
+ type Value = 'off' | 'on' | OtherString;
599
559
  }
600
560
  }
601
561
  namespace AfterpayClearpay {
@@ -614,8 +574,8 @@ export declare namespace PaymentMethodConfiguration {
614
574
  value: DisplayPreference.Value;
615
575
  }
616
576
  namespace DisplayPreference {
617
- type Preference = 'none' | 'off' | 'on';
618
- type Value = 'off' | 'on';
577
+ type Preference = 'none' | 'off' | 'on' | OtherString;
578
+ type Value = 'off' | 'on' | OtherString;
619
579
  }
620
580
  }
621
581
  namespace Alipay {
@@ -634,8 +594,8 @@ export declare namespace PaymentMethodConfiguration {
634
594
  value: DisplayPreference.Value;
635
595
  }
636
596
  namespace DisplayPreference {
637
- type Preference = 'none' | 'off' | 'on';
638
- type Value = 'off' | 'on';
597
+ type Preference = 'none' | 'off' | 'on' | OtherString;
598
+ type Value = 'off' | 'on' | OtherString;
639
599
  }
640
600
  }
641
601
  namespace Alma {
@@ -654,8 +614,8 @@ export declare namespace PaymentMethodConfiguration {
654
614
  value: DisplayPreference.Value;
655
615
  }
656
616
  namespace DisplayPreference {
657
- type Preference = 'none' | 'off' | 'on';
658
- type Value = 'off' | 'on';
617
+ type Preference = 'none' | 'off' | 'on' | OtherString;
618
+ type Value = 'off' | 'on' | OtherString;
659
619
  }
660
620
  }
661
621
  namespace AmazonPay {
@@ -674,8 +634,8 @@ export declare namespace PaymentMethodConfiguration {
674
634
  value: DisplayPreference.Value;
675
635
  }
676
636
  namespace DisplayPreference {
677
- type Preference = 'none' | 'off' | 'on';
678
- type Value = 'off' | 'on';
637
+ type Preference = 'none' | 'off' | 'on' | OtherString;
638
+ type Value = 'off' | 'on' | OtherString;
679
639
  }
680
640
  }
681
641
  namespace ApplePay {
@@ -694,8 +654,8 @@ export declare namespace PaymentMethodConfiguration {
694
654
  value: DisplayPreference.Value;
695
655
  }
696
656
  namespace DisplayPreference {
697
- type Preference = 'none' | 'off' | 'on';
698
- type Value = 'off' | 'on';
657
+ type Preference = 'none' | 'off' | 'on' | OtherString;
658
+ type Value = 'off' | 'on' | OtherString;
699
659
  }
700
660
  }
701
661
  namespace AuBecsDebit {
@@ -714,8 +674,8 @@ export declare namespace PaymentMethodConfiguration {
714
674
  value: DisplayPreference.Value;
715
675
  }
716
676
  namespace DisplayPreference {
717
- type Preference = 'none' | 'off' | 'on';
718
- type Value = 'off' | 'on';
677
+ type Preference = 'none' | 'off' | 'on' | OtherString;
678
+ type Value = 'off' | 'on' | OtherString;
719
679
  }
720
680
  }
721
681
  namespace BacsDebit {
@@ -734,8 +694,8 @@ export declare namespace PaymentMethodConfiguration {
734
694
  value: DisplayPreference.Value;
735
695
  }
736
696
  namespace DisplayPreference {
737
- type Preference = 'none' | 'off' | 'on';
738
- type Value = 'off' | 'on';
697
+ type Preference = 'none' | 'off' | 'on' | OtherString;
698
+ type Value = 'off' | 'on' | OtherString;
739
699
  }
740
700
  }
741
701
  namespace Bancontact {
@@ -754,8 +714,8 @@ export declare namespace PaymentMethodConfiguration {
754
714
  value: DisplayPreference.Value;
755
715
  }
756
716
  namespace DisplayPreference {
757
- type Preference = 'none' | 'off' | 'on';
758
- type Value = 'off' | 'on';
717
+ type Preference = 'none' | 'off' | 'on' | OtherString;
718
+ type Value = 'off' | 'on' | OtherString;
759
719
  }
760
720
  }
761
721
  namespace Billie {
@@ -774,8 +734,8 @@ export declare namespace PaymentMethodConfiguration {
774
734
  value: DisplayPreference.Value;
775
735
  }
776
736
  namespace DisplayPreference {
777
- type Preference = 'none' | 'off' | 'on';
778
- type Value = 'off' | 'on';
737
+ type Preference = 'none' | 'off' | 'on' | OtherString;
738
+ type Value = 'off' | 'on' | OtherString;
779
739
  }
780
740
  }
781
741
  namespace Bizum {
@@ -794,8 +754,8 @@ export declare namespace PaymentMethodConfiguration {
794
754
  value: DisplayPreference.Value;
795
755
  }
796
756
  namespace DisplayPreference {
797
- type Preference = 'none' | 'off' | 'on';
798
- type Value = 'off' | 'on';
757
+ type Preference = 'none' | 'off' | 'on' | OtherString;
758
+ type Value = 'off' | 'on' | OtherString;
799
759
  }
800
760
  }
801
761
  namespace Blik {
@@ -814,8 +774,8 @@ export declare namespace PaymentMethodConfiguration {
814
774
  value: DisplayPreference.Value;
815
775
  }
816
776
  namespace DisplayPreference {
817
- type Preference = 'none' | 'off' | 'on';
818
- type Value = 'off' | 'on';
777
+ type Preference = 'none' | 'off' | 'on' | OtherString;
778
+ type Value = 'off' | 'on' | OtherString;
819
779
  }
820
780
  }
821
781
  namespace Boleto {
@@ -834,8 +794,8 @@ export declare namespace PaymentMethodConfiguration {
834
794
  value: DisplayPreference.Value;
835
795
  }
836
796
  namespace DisplayPreference {
837
- type Preference = 'none' | 'off' | 'on';
838
- type Value = 'off' | 'on';
797
+ type Preference = 'none' | 'off' | 'on' | OtherString;
798
+ type Value = 'off' | 'on' | OtherString;
839
799
  }
840
800
  }
841
801
  namespace Card {
@@ -854,8 +814,8 @@ export declare namespace PaymentMethodConfiguration {
854
814
  value: DisplayPreference.Value;
855
815
  }
856
816
  namespace DisplayPreference {
857
- type Preference = 'none' | 'off' | 'on';
858
- type Value = 'off' | 'on';
817
+ type Preference = 'none' | 'off' | 'on' | OtherString;
818
+ type Value = 'off' | 'on' | OtherString;
859
819
  }
860
820
  }
861
821
  namespace CartesBancaires {
@@ -874,8 +834,8 @@ export declare namespace PaymentMethodConfiguration {
874
834
  value: DisplayPreference.Value;
875
835
  }
876
836
  namespace DisplayPreference {
877
- type Preference = 'none' | 'off' | 'on';
878
- type Value = 'off' | 'on';
837
+ type Preference = 'none' | 'off' | 'on' | OtherString;
838
+ type Value = 'off' | 'on' | OtherString;
879
839
  }
880
840
  }
881
841
  namespace Cashapp {
@@ -894,8 +854,8 @@ export declare namespace PaymentMethodConfiguration {
894
854
  value: DisplayPreference.Value;
895
855
  }
896
856
  namespace DisplayPreference {
897
- type Preference = 'none' | 'off' | 'on';
898
- type Value = 'off' | 'on';
857
+ type Preference = 'none' | 'off' | 'on' | OtherString;
858
+ type Value = 'off' | 'on' | OtherString;
899
859
  }
900
860
  }
901
861
  namespace Crypto {
@@ -914,8 +874,8 @@ export declare namespace PaymentMethodConfiguration {
914
874
  value: DisplayPreference.Value;
915
875
  }
916
876
  namespace DisplayPreference {
917
- type Preference = 'none' | 'off' | 'on';
918
- type Value = 'off' | 'on';
877
+ type Preference = 'none' | 'off' | 'on' | OtherString;
878
+ type Value = 'off' | 'on' | OtherString;
919
879
  }
920
880
  }
921
881
  namespace CustomerBalance {
@@ -934,8 +894,8 @@ export declare namespace PaymentMethodConfiguration {
934
894
  value: DisplayPreference.Value;
935
895
  }
936
896
  namespace DisplayPreference {
937
- type Preference = 'none' | 'off' | 'on';
938
- type Value = 'off' | 'on';
897
+ type Preference = 'none' | 'off' | 'on' | OtherString;
898
+ type Value = 'off' | 'on' | OtherString;
939
899
  }
940
900
  }
941
901
  namespace Eps {
@@ -954,8 +914,8 @@ export declare namespace PaymentMethodConfiguration {
954
914
  value: DisplayPreference.Value;
955
915
  }
956
916
  namespace DisplayPreference {
957
- type Preference = 'none' | 'off' | 'on';
958
- type Value = 'off' | 'on';
917
+ type Preference = 'none' | 'off' | 'on' | OtherString;
918
+ type Value = 'off' | 'on' | OtherString;
959
919
  }
960
920
  }
961
921
  namespace Fpx {
@@ -974,8 +934,8 @@ export declare namespace PaymentMethodConfiguration {
974
934
  value: DisplayPreference.Value;
975
935
  }
976
936
  namespace DisplayPreference {
977
- type Preference = 'none' | 'off' | 'on';
978
- type Value = 'off' | 'on';
937
+ type Preference = 'none' | 'off' | 'on' | OtherString;
938
+ type Value = 'off' | 'on' | OtherString;
979
939
  }
980
940
  }
981
941
  namespace Giropay {
@@ -994,8 +954,8 @@ export declare namespace PaymentMethodConfiguration {
994
954
  value: DisplayPreference.Value;
995
955
  }
996
956
  namespace DisplayPreference {
997
- type Preference = 'none' | 'off' | 'on';
998
- type Value = 'off' | 'on';
957
+ type Preference = 'none' | 'off' | 'on' | OtherString;
958
+ type Value = 'off' | 'on' | OtherString;
999
959
  }
1000
960
  }
1001
961
  namespace GooglePay {
@@ -1014,28 +974,8 @@ export declare namespace PaymentMethodConfiguration {
1014
974
  value: DisplayPreference.Value;
1015
975
  }
1016
976
  namespace DisplayPreference {
1017
- type Preference = 'none' | 'off' | 'on';
1018
- type Value = 'off' | 'on';
1019
- }
1020
- }
1021
- namespace Gopay {
1022
- interface DisplayPreference {
1023
- /**
1024
- * For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
1025
- */
1026
- overridable: boolean | null;
1027
- /**
1028
- * The account's display preference.
1029
- */
1030
- preference: DisplayPreference.Preference;
1031
- /**
1032
- * The effective display preference value.
1033
- */
1034
- value: DisplayPreference.Value;
1035
- }
1036
- namespace DisplayPreference {
1037
- type Preference = 'none' | 'off' | 'on';
1038
- type Value = 'off' | 'on';
977
+ type Preference = 'none' | 'off' | 'on' | OtherString;
978
+ type Value = 'off' | 'on' | OtherString;
1039
979
  }
1040
980
  }
1041
981
  namespace Grabpay {
@@ -1054,28 +994,8 @@ export declare namespace PaymentMethodConfiguration {
1054
994
  value: DisplayPreference.Value;
1055
995
  }
1056
996
  namespace DisplayPreference {
1057
- type Preference = 'none' | 'off' | 'on';
1058
- type Value = 'off' | 'on';
1059
- }
1060
- }
1061
- namespace IdBankTransfer {
1062
- interface DisplayPreference {
1063
- /**
1064
- * For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
1065
- */
1066
- overridable: boolean | null;
1067
- /**
1068
- * The account's display preference.
1069
- */
1070
- preference: DisplayPreference.Preference;
1071
- /**
1072
- * The effective display preference value.
1073
- */
1074
- value: DisplayPreference.Value;
1075
- }
1076
- namespace DisplayPreference {
1077
- type Preference = 'none' | 'off' | 'on';
1078
- type Value = 'off' | 'on';
997
+ type Preference = 'none' | 'off' | 'on' | OtherString;
998
+ type Value = 'off' | 'on' | OtherString;
1079
999
  }
1080
1000
  }
1081
1001
  namespace Ideal {
@@ -1094,8 +1014,8 @@ export declare namespace PaymentMethodConfiguration {
1094
1014
  value: DisplayPreference.Value;
1095
1015
  }
1096
1016
  namespace DisplayPreference {
1097
- type Preference = 'none' | 'off' | 'on';
1098
- type Value = 'off' | 'on';
1017
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1018
+ type Value = 'off' | 'on' | OtherString;
1099
1019
  }
1100
1020
  }
1101
1021
  namespace Jcb {
@@ -1114,8 +1034,8 @@ export declare namespace PaymentMethodConfiguration {
1114
1034
  value: DisplayPreference.Value;
1115
1035
  }
1116
1036
  namespace DisplayPreference {
1117
- type Preference = 'none' | 'off' | 'on';
1118
- type Value = 'off' | 'on';
1037
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1038
+ type Value = 'off' | 'on' | OtherString;
1119
1039
  }
1120
1040
  }
1121
1041
  namespace KakaoPay {
@@ -1134,8 +1054,8 @@ export declare namespace PaymentMethodConfiguration {
1134
1054
  value: DisplayPreference.Value;
1135
1055
  }
1136
1056
  namespace DisplayPreference {
1137
- type Preference = 'none' | 'off' | 'on';
1138
- type Value = 'off' | 'on';
1057
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1058
+ type Value = 'off' | 'on' | OtherString;
1139
1059
  }
1140
1060
  }
1141
1061
  namespace Klarna {
@@ -1154,8 +1074,8 @@ export declare namespace PaymentMethodConfiguration {
1154
1074
  value: DisplayPreference.Value;
1155
1075
  }
1156
1076
  namespace DisplayPreference {
1157
- type Preference = 'none' | 'off' | 'on';
1158
- type Value = 'off' | 'on';
1077
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1078
+ type Value = 'off' | 'on' | OtherString;
1159
1079
  }
1160
1080
  }
1161
1081
  namespace Konbini {
@@ -1174,8 +1094,8 @@ export declare namespace PaymentMethodConfiguration {
1174
1094
  value: DisplayPreference.Value;
1175
1095
  }
1176
1096
  namespace DisplayPreference {
1177
- type Preference = 'none' | 'off' | 'on';
1178
- type Value = 'off' | 'on';
1097
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1098
+ type Value = 'off' | 'on' | OtherString;
1179
1099
  }
1180
1100
  }
1181
1101
  namespace KrCard {
@@ -1194,8 +1114,8 @@ export declare namespace PaymentMethodConfiguration {
1194
1114
  value: DisplayPreference.Value;
1195
1115
  }
1196
1116
  namespace DisplayPreference {
1197
- type Preference = 'none' | 'off' | 'on';
1198
- type Value = 'off' | 'on';
1117
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1118
+ type Value = 'off' | 'on' | OtherString;
1199
1119
  }
1200
1120
  }
1201
1121
  namespace Link {
@@ -1214,8 +1134,8 @@ export declare namespace PaymentMethodConfiguration {
1214
1134
  value: DisplayPreference.Value;
1215
1135
  }
1216
1136
  namespace DisplayPreference {
1217
- type Preference = 'none' | 'off' | 'on';
1218
- type Value = 'off' | 'on';
1137
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1138
+ type Value = 'off' | 'on' | OtherString;
1219
1139
  }
1220
1140
  }
1221
1141
  namespace MbWay {
@@ -1234,8 +1154,8 @@ export declare namespace PaymentMethodConfiguration {
1234
1154
  value: DisplayPreference.Value;
1235
1155
  }
1236
1156
  namespace DisplayPreference {
1237
- type Preference = 'none' | 'off' | 'on';
1238
- type Value = 'off' | 'on';
1157
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1158
+ type Value = 'off' | 'on' | OtherString;
1239
1159
  }
1240
1160
  }
1241
1161
  namespace Mobilepay {
@@ -1254,8 +1174,8 @@ export declare namespace PaymentMethodConfiguration {
1254
1174
  value: DisplayPreference.Value;
1255
1175
  }
1256
1176
  namespace DisplayPreference {
1257
- type Preference = 'none' | 'off' | 'on';
1258
- type Value = 'off' | 'on';
1177
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1178
+ type Value = 'off' | 'on' | OtherString;
1259
1179
  }
1260
1180
  }
1261
1181
  namespace Multibanco {
@@ -1274,8 +1194,8 @@ export declare namespace PaymentMethodConfiguration {
1274
1194
  value: DisplayPreference.Value;
1275
1195
  }
1276
1196
  namespace DisplayPreference {
1277
- type Preference = 'none' | 'off' | 'on';
1278
- type Value = 'off' | 'on';
1197
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1198
+ type Value = 'off' | 'on' | OtherString;
1279
1199
  }
1280
1200
  }
1281
1201
  namespace NaverPay {
@@ -1294,8 +1214,8 @@ export declare namespace PaymentMethodConfiguration {
1294
1214
  value: DisplayPreference.Value;
1295
1215
  }
1296
1216
  namespace DisplayPreference {
1297
- type Preference = 'none' | 'off' | 'on';
1298
- type Value = 'off' | 'on';
1217
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1218
+ type Value = 'off' | 'on' | OtherString;
1299
1219
  }
1300
1220
  }
1301
1221
  namespace NzBankAccount {
@@ -1314,8 +1234,8 @@ export declare namespace PaymentMethodConfiguration {
1314
1234
  value: DisplayPreference.Value;
1315
1235
  }
1316
1236
  namespace DisplayPreference {
1317
- type Preference = 'none' | 'off' | 'on';
1318
- type Value = 'off' | 'on';
1237
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1238
+ type Value = 'off' | 'on' | OtherString;
1319
1239
  }
1320
1240
  }
1321
1241
  namespace Oxxo {
@@ -1334,8 +1254,8 @@ export declare namespace PaymentMethodConfiguration {
1334
1254
  value: DisplayPreference.Value;
1335
1255
  }
1336
1256
  namespace DisplayPreference {
1337
- type Preference = 'none' | 'off' | 'on';
1338
- type Value = 'off' | 'on';
1257
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1258
+ type Value = 'off' | 'on' | OtherString;
1339
1259
  }
1340
1260
  }
1341
1261
  namespace P24 {
@@ -1354,8 +1274,8 @@ export declare namespace PaymentMethodConfiguration {
1354
1274
  value: DisplayPreference.Value;
1355
1275
  }
1356
1276
  namespace DisplayPreference {
1357
- type Preference = 'none' | 'off' | 'on';
1358
- type Value = 'off' | 'on';
1277
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1278
+ type Value = 'off' | 'on' | OtherString;
1359
1279
  }
1360
1280
  }
1361
1281
  namespace PayByBank {
@@ -1374,8 +1294,8 @@ export declare namespace PaymentMethodConfiguration {
1374
1294
  value: DisplayPreference.Value;
1375
1295
  }
1376
1296
  namespace DisplayPreference {
1377
- type Preference = 'none' | 'off' | 'on';
1378
- type Value = 'off' | 'on';
1297
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1298
+ type Value = 'off' | 'on' | OtherString;
1379
1299
  }
1380
1300
  }
1381
1301
  namespace Payco {
@@ -1394,8 +1314,8 @@ export declare namespace PaymentMethodConfiguration {
1394
1314
  value: DisplayPreference.Value;
1395
1315
  }
1396
1316
  namespace DisplayPreference {
1397
- type Preference = 'none' | 'off' | 'on';
1398
- type Value = 'off' | 'on';
1317
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1318
+ type Value = 'off' | 'on' | OtherString;
1399
1319
  }
1400
1320
  }
1401
1321
  namespace Paynow {
@@ -1414,8 +1334,8 @@ export declare namespace PaymentMethodConfiguration {
1414
1334
  value: DisplayPreference.Value;
1415
1335
  }
1416
1336
  namespace DisplayPreference {
1417
- type Preference = 'none' | 'off' | 'on';
1418
- type Value = 'off' | 'on';
1337
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1338
+ type Value = 'off' | 'on' | OtherString;
1419
1339
  }
1420
1340
  }
1421
1341
  namespace Paypal {
@@ -1434,28 +1354,8 @@ export declare namespace PaymentMethodConfiguration {
1434
1354
  value: DisplayPreference.Value;
1435
1355
  }
1436
1356
  namespace DisplayPreference {
1437
- type Preference = 'none' | 'off' | 'on';
1438
- type Value = 'off' | 'on';
1439
- }
1440
- }
1441
- namespace Paypay {
1442
- interface DisplayPreference {
1443
- /**
1444
- * For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
1445
- */
1446
- overridable: boolean | null;
1447
- /**
1448
- * The account's display preference.
1449
- */
1450
- preference: DisplayPreference.Preference;
1451
- /**
1452
- * The effective display preference value.
1453
- */
1454
- value: DisplayPreference.Value;
1455
- }
1456
- namespace DisplayPreference {
1457
- type Preference = 'none' | 'off' | 'on';
1458
- type Value = 'off' | 'on';
1357
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1358
+ type Value = 'off' | 'on' | OtherString;
1459
1359
  }
1460
1360
  }
1461
1361
  namespace Payto {
@@ -1474,8 +1374,8 @@ export declare namespace PaymentMethodConfiguration {
1474
1374
  value: DisplayPreference.Value;
1475
1375
  }
1476
1376
  namespace DisplayPreference {
1477
- type Preference = 'none' | 'off' | 'on';
1478
- type Value = 'off' | 'on';
1377
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1378
+ type Value = 'off' | 'on' | OtherString;
1479
1379
  }
1480
1380
  }
1481
1381
  namespace Pix {
@@ -1494,8 +1394,8 @@ export declare namespace PaymentMethodConfiguration {
1494
1394
  value: DisplayPreference.Value;
1495
1395
  }
1496
1396
  namespace DisplayPreference {
1497
- type Preference = 'none' | 'off' | 'on';
1498
- type Value = 'off' | 'on';
1397
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1398
+ type Value = 'off' | 'on' | OtherString;
1499
1399
  }
1500
1400
  }
1501
1401
  namespace Promptpay {
@@ -1514,28 +1414,8 @@ export declare namespace PaymentMethodConfiguration {
1514
1414
  value: DisplayPreference.Value;
1515
1415
  }
1516
1416
  namespace DisplayPreference {
1517
- type Preference = 'none' | 'off' | 'on';
1518
- type Value = 'off' | 'on';
1519
- }
1520
- }
1521
- namespace Qris {
1522
- interface DisplayPreference {
1523
- /**
1524
- * For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
1525
- */
1526
- overridable: boolean | null;
1527
- /**
1528
- * The account's display preference.
1529
- */
1530
- preference: DisplayPreference.Preference;
1531
- /**
1532
- * The effective display preference value.
1533
- */
1534
- value: DisplayPreference.Value;
1535
- }
1536
- namespace DisplayPreference {
1537
- type Preference = 'none' | 'off' | 'on';
1538
- type Value = 'off' | 'on';
1417
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1418
+ type Value = 'off' | 'on' | OtherString;
1539
1419
  }
1540
1420
  }
1541
1421
  namespace RevolutPay {
@@ -1554,8 +1434,8 @@ export declare namespace PaymentMethodConfiguration {
1554
1434
  value: DisplayPreference.Value;
1555
1435
  }
1556
1436
  namespace DisplayPreference {
1557
- type Preference = 'none' | 'off' | 'on';
1558
- type Value = 'off' | 'on';
1437
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1438
+ type Value = 'off' | 'on' | OtherString;
1559
1439
  }
1560
1440
  }
1561
1441
  namespace SamsungPay {
@@ -1574,8 +1454,8 @@ export declare namespace PaymentMethodConfiguration {
1574
1454
  value: DisplayPreference.Value;
1575
1455
  }
1576
1456
  namespace DisplayPreference {
1577
- type Preference = 'none' | 'off' | 'on';
1578
- type Value = 'off' | 'on';
1457
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1458
+ type Value = 'off' | 'on' | OtherString;
1579
1459
  }
1580
1460
  }
1581
1461
  namespace Satispay {
@@ -1594,8 +1474,8 @@ export declare namespace PaymentMethodConfiguration {
1594
1474
  value: DisplayPreference.Value;
1595
1475
  }
1596
1476
  namespace DisplayPreference {
1597
- type Preference = 'none' | 'off' | 'on';
1598
- type Value = 'off' | 'on';
1477
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1478
+ type Value = 'off' | 'on' | OtherString;
1599
1479
  }
1600
1480
  }
1601
1481
  namespace Scalapay {
@@ -1614,8 +1494,8 @@ export declare namespace PaymentMethodConfiguration {
1614
1494
  value: DisplayPreference.Value;
1615
1495
  }
1616
1496
  namespace DisplayPreference {
1617
- type Preference = 'none' | 'off' | 'on';
1618
- type Value = 'off' | 'on';
1497
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1498
+ type Value = 'off' | 'on' | OtherString;
1619
1499
  }
1620
1500
  }
1621
1501
  namespace SepaDebit {
@@ -1634,28 +1514,8 @@ export declare namespace PaymentMethodConfiguration {
1634
1514
  value: DisplayPreference.Value;
1635
1515
  }
1636
1516
  namespace DisplayPreference {
1637
- type Preference = 'none' | 'off' | 'on';
1638
- type Value = 'off' | 'on';
1639
- }
1640
- }
1641
- namespace Shopeepay {
1642
- interface DisplayPreference {
1643
- /**
1644
- * For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
1645
- */
1646
- overridable: boolean | null;
1647
- /**
1648
- * The account's display preference.
1649
- */
1650
- preference: DisplayPreference.Preference;
1651
- /**
1652
- * The effective display preference value.
1653
- */
1654
- value: DisplayPreference.Value;
1655
- }
1656
- namespace DisplayPreference {
1657
- type Preference = 'none' | 'off' | 'on';
1658
- type Value = 'off' | 'on';
1517
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1518
+ type Value = 'off' | 'on' | OtherString;
1659
1519
  }
1660
1520
  }
1661
1521
  namespace Sofort {
@@ -1674,8 +1534,8 @@ export declare namespace PaymentMethodConfiguration {
1674
1534
  value: DisplayPreference.Value;
1675
1535
  }
1676
1536
  namespace DisplayPreference {
1677
- type Preference = 'none' | 'off' | 'on';
1678
- type Value = 'off' | 'on';
1537
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1538
+ type Value = 'off' | 'on' | OtherString;
1679
1539
  }
1680
1540
  }
1681
1541
  namespace Sunbit {
@@ -1694,8 +1554,8 @@ export declare namespace PaymentMethodConfiguration {
1694
1554
  value: DisplayPreference.Value;
1695
1555
  }
1696
1556
  namespace DisplayPreference {
1697
- type Preference = 'none' | 'off' | 'on';
1698
- type Value = 'off' | 'on';
1557
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1558
+ type Value = 'off' | 'on' | OtherString;
1699
1559
  }
1700
1560
  }
1701
1561
  namespace Swish {
@@ -1714,8 +1574,8 @@ export declare namespace PaymentMethodConfiguration {
1714
1574
  value: DisplayPreference.Value;
1715
1575
  }
1716
1576
  namespace DisplayPreference {
1717
- type Preference = 'none' | 'off' | 'on';
1718
- type Value = 'off' | 'on';
1577
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1578
+ type Value = 'off' | 'on' | OtherString;
1719
1579
  }
1720
1580
  }
1721
1581
  namespace Twint {
@@ -1734,8 +1594,8 @@ export declare namespace PaymentMethodConfiguration {
1734
1594
  value: DisplayPreference.Value;
1735
1595
  }
1736
1596
  namespace DisplayPreference {
1737
- type Preference = 'none' | 'off' | 'on';
1738
- type Value = 'off' | 'on';
1597
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1598
+ type Value = 'off' | 'on' | OtherString;
1739
1599
  }
1740
1600
  }
1741
1601
  namespace Upi {
@@ -1754,8 +1614,8 @@ export declare namespace PaymentMethodConfiguration {
1754
1614
  value: DisplayPreference.Value;
1755
1615
  }
1756
1616
  namespace DisplayPreference {
1757
- type Preference = 'none' | 'off' | 'on';
1758
- type Value = 'off' | 'on';
1617
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1618
+ type Value = 'off' | 'on' | OtherString;
1759
1619
  }
1760
1620
  }
1761
1621
  namespace UsBankAccount {
@@ -1774,8 +1634,8 @@ export declare namespace PaymentMethodConfiguration {
1774
1634
  value: DisplayPreference.Value;
1775
1635
  }
1776
1636
  namespace DisplayPreference {
1777
- type Preference = 'none' | 'off' | 'on';
1778
- type Value = 'off' | 'on';
1637
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1638
+ type Value = 'off' | 'on' | OtherString;
1779
1639
  }
1780
1640
  }
1781
1641
  namespace WechatPay {
@@ -1794,8 +1654,8 @@ export declare namespace PaymentMethodConfiguration {
1794
1654
  value: DisplayPreference.Value;
1795
1655
  }
1796
1656
  namespace DisplayPreference {
1797
- type Preference = 'none' | 'off' | 'on';
1798
- type Value = 'off' | 'on';
1657
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1658
+ type Value = 'off' | 'on' | OtherString;
1799
1659
  }
1800
1660
  }
1801
1661
  namespace Zip {
@@ -1814,8 +1674,8 @@ export declare namespace PaymentMethodConfiguration {
1814
1674
  value: DisplayPreference.Value;
1815
1675
  }
1816
1676
  namespace DisplayPreference {
1817
- type Preference = 'none' | 'off' | 'on';
1818
- type Value = 'off' | 'on';
1677
+ type Preference = 'none' | 'off' | 'on' | OtherString;
1678
+ type Value = 'off' | 'on' | OtherString;
1819
1679
  }
1820
1680
  }
1821
1681
  }
@@ -1924,18 +1784,10 @@ export interface PaymentMethodConfigurationCreateParams {
1924
1784
  * Google Pay allows customers to make payments in your app or website using any credit or debit card saved to their Google Account, including those from Google Play, YouTube, Chrome, or an Android device. Use the Google Pay API to request any credit or debit card stored in your customer's Google account. Check this [page](https://docs.stripe.com/google-pay) for more details.
1925
1785
  */
1926
1786
  google_pay?: PaymentMethodConfigurationCreateParams.GooglePay;
1927
- /**
1928
- * GoPay is a [single use](https://docs.stripe.com/payments/payment-methods#usage) digital wallet payment method popular in Indonesia. When paying with GoPay, customers authenticate and approve payments using the Gojek app. Desktop checkout is performed by scanning a QR code. When checking out on mobile, customers are redirected to the Gojek app to confirm payment.
1929
- */
1930
- gopay?: PaymentMethodConfigurationCreateParams.Gopay;
1931
1787
  /**
1932
1788
  * GrabPay is a payment method developed by [Grab](https://www.grab.com/sg/consumer/finance/pay/). GrabPay is a digital wallet - customers maintain a balance in their wallets that they pay out with. Check this [page](https://docs.stripe.com/payments/grabpay) for more details.
1933
1789
  */
1934
1790
  grabpay?: PaymentMethodConfigurationCreateParams.Grabpay;
1935
- /**
1936
- * Stripe users in Indonesia can receive bank transfers from customers in Indonesia. Bank transfers are a popular B2C and B2B payment method in Indonesia.
1937
- */
1938
- id_bank_transfer?: PaymentMethodConfigurationCreateParams.IdBankTransfer;
1939
1791
  /**
1940
1792
  * iDEAL is a Netherlands-based payment method that allows customers to complete transactions online using their bank credentials. All major Dutch banks are members of Currence, the scheme that operates iDEAL, making it the most popular online payment method in the Netherlands with a share of online transactions close to 55%. Check this [page](https://docs.stripe.com/payments/ideal) for more details.
1941
1793
  */
@@ -2016,10 +1868,6 @@ export interface PaymentMethodConfigurationCreateParams {
2016
1868
  * PayPal, a digital wallet popular with customers in Europe, allows your customers worldwide to pay using their PayPal account. Check this [page](https://docs.stripe.com/payments/paypal) for more details.
2017
1869
  */
2018
1870
  paypal?: PaymentMethodConfigurationCreateParams.Paypal;
2019
- /**
2020
- * Customers can pay with PayPay online or using the PayPay app.
2021
- */
2022
- paypay?: PaymentMethodConfigurationCreateParams.Paypay;
2023
1871
  /**
2024
1872
  * PayTo is a [real-time](https://docs.stripe.com/payments/real-time) payment method that enables customers in Australia to pay by providing their bank account details. Customers must accept a mandate authorizing you to debit their account. Check this [page](https://docs.stripe.com/payments/payto) for more details.
2025
1873
  */
@@ -2032,10 +1880,6 @@ export interface PaymentMethodConfigurationCreateParams {
2032
1880
  * PromptPay is a Thailand-based payment method that allows customers to make a payment using their preferred app from participating banks. Check this [page](https://docs.stripe.com/payments/promptpay) for more details.
2033
1881
  */
2034
1882
  promptpay?: PaymentMethodConfigurationCreateParams.Promptpay;
2035
- /**
2036
- * QRIS is a [real-time](https://docs.stripe.com/payments/real-time) payment method popular in Indonesia. When paying with QRIS, customers authenticate and approve payments by scanning a QR code in their preferred digital wallet app.
2037
- */
2038
- qris?: PaymentMethodConfigurationCreateParams.Qris;
2039
1883
  /**
2040
1884
  * Revolut Pay, developed by Revolut, a global finance app, is a digital wallet payment method. Revolut Pay uses the customer's stored balance or cards to fund the payment, and offers the option for non-Revolut customers to save their details after their first purchase.
2041
1885
  */
@@ -2056,10 +1900,6 @@ export interface PaymentMethodConfigurationCreateParams {
2056
1900
  * The [Single Euro Payments Area (SEPA)](https://en.wikipedia.org/wiki/Single_Euro_Payments_Area) is an initiative of the European Union to simplify payments within and across member countries. SEPA established and enforced banking standards to allow for the direct debiting of every EUR-denominated bank account within the SEPA region, check this [page](https://docs.stripe.com/payments/sepa-debit) for more details.
2057
1901
  */
2058
1902
  sepa_debit?: PaymentMethodConfigurationCreateParams.SepaDebit;
2059
- /**
2060
- * ShopeePay is a [single use](https://docs.stripe.com/payments/payment-methods#usage) digital wallet payment method popular in Indonesia. When paying with GoPay, customers authenticate and approve payments using the Shopee app. Desktop checkout is performed by scanning a QR code. When checking out on mobile, customers are redirected to the Shopee app to confirm payment.
2061
- */
2062
- shopeepay?: PaymentMethodConfigurationCreateParams.Shopeepay;
2063
1903
  /**
2064
1904
  * Stripe users in Europe and the United States can use the [Payment Intents API](https://stripe.com/docs/payments/payment-intents)—a single integration path for creating payments using any supported method—to accept [Sofort](https://www.sofort.com/) payments from customers. Check this [page](https://docs.stripe.com/payments/sofort) for more details.
2065
1905
  */
@@ -2244,24 +2084,12 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2244
2084
  */
2245
2085
  display_preference?: GooglePay.DisplayPreference;
2246
2086
  }
2247
- interface Gopay {
2248
- /**
2249
- * Whether or not the payment method should be displayed.
2250
- */
2251
- display_preference?: Gopay.DisplayPreference;
2252
- }
2253
2087
  interface Grabpay {
2254
2088
  /**
2255
2089
  * Whether or not the payment method should be displayed.
2256
2090
  */
2257
2091
  display_preference?: Grabpay.DisplayPreference;
2258
2092
  }
2259
- interface IdBankTransfer {
2260
- /**
2261
- * Whether or not the payment method should be displayed.
2262
- */
2263
- display_preference?: IdBankTransfer.DisplayPreference;
2264
- }
2265
2093
  interface Ideal {
2266
2094
  /**
2267
2095
  * Whether or not the payment method should be displayed.
@@ -2370,12 +2198,6 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2370
2198
  */
2371
2199
  display_preference?: Paypal.DisplayPreference;
2372
2200
  }
2373
- interface Paypay {
2374
- /**
2375
- * Whether or not the payment method should be displayed.
2376
- */
2377
- display_preference?: Paypay.DisplayPreference;
2378
- }
2379
2201
  interface Payto {
2380
2202
  /**
2381
2203
  * Whether or not the payment method should be displayed.
@@ -2394,12 +2216,6 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2394
2216
  */
2395
2217
  display_preference?: Promptpay.DisplayPreference;
2396
2218
  }
2397
- interface Qris {
2398
- /**
2399
- * Whether or not the payment method should be displayed.
2400
- */
2401
- display_preference?: Qris.DisplayPreference;
2402
- }
2403
2219
  interface RevolutPay {
2404
2220
  /**
2405
2221
  * Whether or not the payment method should be displayed.
@@ -2430,12 +2246,6 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2430
2246
  */
2431
2247
  display_preference?: SepaDebit.DisplayPreference;
2432
2248
  }
2433
- interface Shopeepay {
2434
- /**
2435
- * Whether or not the payment method should be displayed.
2436
- */
2437
- display_preference?: Shopeepay.DisplayPreference;
2438
- }
2439
2249
  interface Sofort {
2440
2250
  /**
2441
2251
  * Whether or not the payment method should be displayed.
@@ -2492,7 +2302,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2492
2302
  preference?: DisplayPreference.Preference;
2493
2303
  }
2494
2304
  namespace DisplayPreference {
2495
- type Preference = 'none' | 'off' | 'on';
2305
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2496
2306
  }
2497
2307
  }
2498
2308
  namespace Affirm {
@@ -2503,7 +2313,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2503
2313
  preference?: DisplayPreference.Preference;
2504
2314
  }
2505
2315
  namespace DisplayPreference {
2506
- type Preference = 'none' | 'off' | 'on';
2316
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2507
2317
  }
2508
2318
  }
2509
2319
  namespace AfterpayClearpay {
@@ -2514,7 +2324,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2514
2324
  preference?: DisplayPreference.Preference;
2515
2325
  }
2516
2326
  namespace DisplayPreference {
2517
- type Preference = 'none' | 'off' | 'on';
2327
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2518
2328
  }
2519
2329
  }
2520
2330
  namespace Alipay {
@@ -2525,7 +2335,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2525
2335
  preference?: DisplayPreference.Preference;
2526
2336
  }
2527
2337
  namespace DisplayPreference {
2528
- type Preference = 'none' | 'off' | 'on';
2338
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2529
2339
  }
2530
2340
  }
2531
2341
  namespace Alma {
@@ -2536,7 +2346,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2536
2346
  preference?: DisplayPreference.Preference;
2537
2347
  }
2538
2348
  namespace DisplayPreference {
2539
- type Preference = 'none' | 'off' | 'on';
2349
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2540
2350
  }
2541
2351
  }
2542
2352
  namespace AmazonPay {
@@ -2547,7 +2357,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2547
2357
  preference?: DisplayPreference.Preference;
2548
2358
  }
2549
2359
  namespace DisplayPreference {
2550
- type Preference = 'none' | 'off' | 'on';
2360
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2551
2361
  }
2552
2362
  }
2553
2363
  namespace ApplePay {
@@ -2558,7 +2368,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2558
2368
  preference?: DisplayPreference.Preference;
2559
2369
  }
2560
2370
  namespace DisplayPreference {
2561
- type Preference = 'none' | 'off' | 'on';
2371
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2562
2372
  }
2563
2373
  }
2564
2374
  namespace ApplePayLater {
@@ -2569,7 +2379,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2569
2379
  preference?: DisplayPreference.Preference;
2570
2380
  }
2571
2381
  namespace DisplayPreference {
2572
- type Preference = 'none' | 'off' | 'on';
2382
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2573
2383
  }
2574
2384
  }
2575
2385
  namespace AuBecsDebit {
@@ -2580,7 +2390,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2580
2390
  preference?: DisplayPreference.Preference;
2581
2391
  }
2582
2392
  namespace DisplayPreference {
2583
- type Preference = 'none' | 'off' | 'on';
2393
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2584
2394
  }
2585
2395
  }
2586
2396
  namespace BacsDebit {
@@ -2591,7 +2401,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2591
2401
  preference?: DisplayPreference.Preference;
2592
2402
  }
2593
2403
  namespace DisplayPreference {
2594
- type Preference = 'none' | 'off' | 'on';
2404
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2595
2405
  }
2596
2406
  }
2597
2407
  namespace Bancontact {
@@ -2602,7 +2412,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2602
2412
  preference?: DisplayPreference.Preference;
2603
2413
  }
2604
2414
  namespace DisplayPreference {
2605
- type Preference = 'none' | 'off' | 'on';
2415
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2606
2416
  }
2607
2417
  }
2608
2418
  namespace Billie {
@@ -2613,7 +2423,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2613
2423
  preference?: DisplayPreference.Preference;
2614
2424
  }
2615
2425
  namespace DisplayPreference {
2616
- type Preference = 'none' | 'off' | 'on';
2426
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2617
2427
  }
2618
2428
  }
2619
2429
  namespace Bizum {
@@ -2624,7 +2434,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2624
2434
  preference?: DisplayPreference.Preference;
2625
2435
  }
2626
2436
  namespace DisplayPreference {
2627
- type Preference = 'none' | 'off' | 'on';
2437
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2628
2438
  }
2629
2439
  }
2630
2440
  namespace Blik {
@@ -2635,7 +2445,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2635
2445
  preference?: DisplayPreference.Preference;
2636
2446
  }
2637
2447
  namespace DisplayPreference {
2638
- type Preference = 'none' | 'off' | 'on';
2448
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2639
2449
  }
2640
2450
  }
2641
2451
  namespace Boleto {
@@ -2646,7 +2456,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2646
2456
  preference?: DisplayPreference.Preference;
2647
2457
  }
2648
2458
  namespace DisplayPreference {
2649
- type Preference = 'none' | 'off' | 'on';
2459
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2650
2460
  }
2651
2461
  }
2652
2462
  namespace Card {
@@ -2657,7 +2467,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2657
2467
  preference?: DisplayPreference.Preference;
2658
2468
  }
2659
2469
  namespace DisplayPreference {
2660
- type Preference = 'none' | 'off' | 'on';
2470
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2661
2471
  }
2662
2472
  }
2663
2473
  namespace CartesBancaires {
@@ -2668,7 +2478,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2668
2478
  preference?: DisplayPreference.Preference;
2669
2479
  }
2670
2480
  namespace DisplayPreference {
2671
- type Preference = 'none' | 'off' | 'on';
2481
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2672
2482
  }
2673
2483
  }
2674
2484
  namespace Cashapp {
@@ -2679,7 +2489,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2679
2489
  preference?: DisplayPreference.Preference;
2680
2490
  }
2681
2491
  namespace DisplayPreference {
2682
- type Preference = 'none' | 'off' | 'on';
2492
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2683
2493
  }
2684
2494
  }
2685
2495
  namespace Crypto {
@@ -2690,7 +2500,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2690
2500
  preference?: DisplayPreference.Preference;
2691
2501
  }
2692
2502
  namespace DisplayPreference {
2693
- type Preference = 'none' | 'off' | 'on';
2503
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2694
2504
  }
2695
2505
  }
2696
2506
  namespace CustomerBalance {
@@ -2701,7 +2511,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2701
2511
  preference?: DisplayPreference.Preference;
2702
2512
  }
2703
2513
  namespace DisplayPreference {
2704
- type Preference = 'none' | 'off' | 'on';
2514
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2705
2515
  }
2706
2516
  }
2707
2517
  namespace Eps {
@@ -2712,7 +2522,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2712
2522
  preference?: DisplayPreference.Preference;
2713
2523
  }
2714
2524
  namespace DisplayPreference {
2715
- type Preference = 'none' | 'off' | 'on';
2525
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2716
2526
  }
2717
2527
  }
2718
2528
  namespace Fpx {
@@ -2723,7 +2533,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2723
2533
  preference?: DisplayPreference.Preference;
2724
2534
  }
2725
2535
  namespace DisplayPreference {
2726
- type Preference = 'none' | 'off' | 'on';
2536
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2727
2537
  }
2728
2538
  }
2729
2539
  namespace FrMealVoucherConecs {
@@ -2734,7 +2544,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2734
2544
  preference?: DisplayPreference.Preference;
2735
2545
  }
2736
2546
  namespace DisplayPreference {
2737
- type Preference = 'none' | 'off' | 'on';
2547
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2738
2548
  }
2739
2549
  }
2740
2550
  namespace Giropay {
@@ -2745,7 +2555,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2745
2555
  preference?: DisplayPreference.Preference;
2746
2556
  }
2747
2557
  namespace DisplayPreference {
2748
- type Preference = 'none' | 'off' | 'on';
2558
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2749
2559
  }
2750
2560
  }
2751
2561
  namespace GooglePay {
@@ -2756,18 +2566,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2756
2566
  preference?: DisplayPreference.Preference;
2757
2567
  }
2758
2568
  namespace DisplayPreference {
2759
- type Preference = 'none' | 'off' | 'on';
2760
- }
2761
- }
2762
- namespace Gopay {
2763
- interface DisplayPreference {
2764
- /**
2765
- * The account's preference for whether or not to display this payment method.
2766
- */
2767
- preference?: DisplayPreference.Preference;
2768
- }
2769
- namespace DisplayPreference {
2770
- type Preference = 'none' | 'off' | 'on';
2569
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2771
2570
  }
2772
2571
  }
2773
2572
  namespace Grabpay {
@@ -2778,18 +2577,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2778
2577
  preference?: DisplayPreference.Preference;
2779
2578
  }
2780
2579
  namespace DisplayPreference {
2781
- type Preference = 'none' | 'off' | 'on';
2782
- }
2783
- }
2784
- namespace IdBankTransfer {
2785
- interface DisplayPreference {
2786
- /**
2787
- * The account's preference for whether or not to display this payment method.
2788
- */
2789
- preference?: DisplayPreference.Preference;
2790
- }
2791
- namespace DisplayPreference {
2792
- type Preference = 'none' | 'off' | 'on';
2580
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2793
2581
  }
2794
2582
  }
2795
2583
  namespace Ideal {
@@ -2800,7 +2588,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2800
2588
  preference?: DisplayPreference.Preference;
2801
2589
  }
2802
2590
  namespace DisplayPreference {
2803
- type Preference = 'none' | 'off' | 'on';
2591
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2804
2592
  }
2805
2593
  }
2806
2594
  namespace Jcb {
@@ -2811,7 +2599,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2811
2599
  preference?: DisplayPreference.Preference;
2812
2600
  }
2813
2601
  namespace DisplayPreference {
2814
- type Preference = 'none' | 'off' | 'on';
2602
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2815
2603
  }
2816
2604
  }
2817
2605
  namespace KakaoPay {
@@ -2822,7 +2610,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2822
2610
  preference?: DisplayPreference.Preference;
2823
2611
  }
2824
2612
  namespace DisplayPreference {
2825
- type Preference = 'none' | 'off' | 'on';
2613
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2826
2614
  }
2827
2615
  }
2828
2616
  namespace Klarna {
@@ -2833,7 +2621,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2833
2621
  preference?: DisplayPreference.Preference;
2834
2622
  }
2835
2623
  namespace DisplayPreference {
2836
- type Preference = 'none' | 'off' | 'on';
2624
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2837
2625
  }
2838
2626
  }
2839
2627
  namespace Konbini {
@@ -2844,7 +2632,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2844
2632
  preference?: DisplayPreference.Preference;
2845
2633
  }
2846
2634
  namespace DisplayPreference {
2847
- type Preference = 'none' | 'off' | 'on';
2635
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2848
2636
  }
2849
2637
  }
2850
2638
  namespace KrCard {
@@ -2855,7 +2643,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2855
2643
  preference?: DisplayPreference.Preference;
2856
2644
  }
2857
2645
  namespace DisplayPreference {
2858
- type Preference = 'none' | 'off' | 'on';
2646
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2859
2647
  }
2860
2648
  }
2861
2649
  namespace Link {
@@ -2866,7 +2654,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2866
2654
  preference?: DisplayPreference.Preference;
2867
2655
  }
2868
2656
  namespace DisplayPreference {
2869
- type Preference = 'none' | 'off' | 'on';
2657
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2870
2658
  }
2871
2659
  }
2872
2660
  namespace MbWay {
@@ -2877,7 +2665,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2877
2665
  preference?: DisplayPreference.Preference;
2878
2666
  }
2879
2667
  namespace DisplayPreference {
2880
- type Preference = 'none' | 'off' | 'on';
2668
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2881
2669
  }
2882
2670
  }
2883
2671
  namespace Mobilepay {
@@ -2888,7 +2676,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2888
2676
  preference?: DisplayPreference.Preference;
2889
2677
  }
2890
2678
  namespace DisplayPreference {
2891
- type Preference = 'none' | 'off' | 'on';
2679
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2892
2680
  }
2893
2681
  }
2894
2682
  namespace Multibanco {
@@ -2899,7 +2687,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2899
2687
  preference?: DisplayPreference.Preference;
2900
2688
  }
2901
2689
  namespace DisplayPreference {
2902
- type Preference = 'none' | 'off' | 'on';
2690
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2903
2691
  }
2904
2692
  }
2905
2693
  namespace NaverPay {
@@ -2910,7 +2698,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2910
2698
  preference?: DisplayPreference.Preference;
2911
2699
  }
2912
2700
  namespace DisplayPreference {
2913
- type Preference = 'none' | 'off' | 'on';
2701
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2914
2702
  }
2915
2703
  }
2916
2704
  namespace NzBankAccount {
@@ -2921,7 +2709,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2921
2709
  preference?: DisplayPreference.Preference;
2922
2710
  }
2923
2711
  namespace DisplayPreference {
2924
- type Preference = 'none' | 'off' | 'on';
2712
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2925
2713
  }
2926
2714
  }
2927
2715
  namespace Oxxo {
@@ -2932,7 +2720,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2932
2720
  preference?: DisplayPreference.Preference;
2933
2721
  }
2934
2722
  namespace DisplayPreference {
2935
- type Preference = 'none' | 'off' | 'on';
2723
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2936
2724
  }
2937
2725
  }
2938
2726
  namespace P24 {
@@ -2943,7 +2731,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2943
2731
  preference?: DisplayPreference.Preference;
2944
2732
  }
2945
2733
  namespace DisplayPreference {
2946
- type Preference = 'none' | 'off' | 'on';
2734
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2947
2735
  }
2948
2736
  }
2949
2737
  namespace PayByBank {
@@ -2954,7 +2742,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2954
2742
  preference?: DisplayPreference.Preference;
2955
2743
  }
2956
2744
  namespace DisplayPreference {
2957
- type Preference = 'none' | 'off' | 'on';
2745
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2958
2746
  }
2959
2747
  }
2960
2748
  namespace Payco {
@@ -2965,7 +2753,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2965
2753
  preference?: DisplayPreference.Preference;
2966
2754
  }
2967
2755
  namespace DisplayPreference {
2968
- type Preference = 'none' | 'off' | 'on';
2756
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2969
2757
  }
2970
2758
  }
2971
2759
  namespace Paynow {
@@ -2976,7 +2764,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2976
2764
  preference?: DisplayPreference.Preference;
2977
2765
  }
2978
2766
  namespace DisplayPreference {
2979
- type Preference = 'none' | 'off' | 'on';
2767
+ type Preference = 'none' | 'off' | 'on' | OtherString;
2980
2768
  }
2981
2769
  }
2982
2770
  namespace Paypal {
@@ -2987,18 +2775,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
2987
2775
  preference?: DisplayPreference.Preference;
2988
2776
  }
2989
2777
  namespace DisplayPreference {
2990
- type Preference = 'none' | 'off' | 'on';
2991
- }
2992
- }
2993
- namespace Paypay {
2994
- interface DisplayPreference {
2995
- /**
2996
- * The account's preference for whether or not to display this payment method.
2997
- */
2998
- preference?: DisplayPreference.Preference;
2999
- }
3000
- namespace DisplayPreference {
3001
- type Preference = 'none' | 'off' | 'on';
2778
+ type Preference = 'none' | 'off' | 'on' | OtherString;
3002
2779
  }
3003
2780
  }
3004
2781
  namespace Payto {
@@ -3009,7 +2786,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
3009
2786
  preference?: DisplayPreference.Preference;
3010
2787
  }
3011
2788
  namespace DisplayPreference {
3012
- type Preference = 'none' | 'off' | 'on';
2789
+ type Preference = 'none' | 'off' | 'on' | OtherString;
3013
2790
  }
3014
2791
  }
3015
2792
  namespace Pix {
@@ -3020,7 +2797,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
3020
2797
  preference?: DisplayPreference.Preference;
3021
2798
  }
3022
2799
  namespace DisplayPreference {
3023
- type Preference = 'none' | 'off' | 'on';
2800
+ type Preference = 'none' | 'off' | 'on' | OtherString;
3024
2801
  }
3025
2802
  }
3026
2803
  namespace Promptpay {
@@ -3031,18 +2808,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
3031
2808
  preference?: DisplayPreference.Preference;
3032
2809
  }
3033
2810
  namespace DisplayPreference {
3034
- type Preference = 'none' | 'off' | 'on';
3035
- }
3036
- }
3037
- namespace Qris {
3038
- interface DisplayPreference {
3039
- /**
3040
- * The account's preference for whether or not to display this payment method.
3041
- */
3042
- preference?: DisplayPreference.Preference;
3043
- }
3044
- namespace DisplayPreference {
3045
- type Preference = 'none' | 'off' | 'on';
2811
+ type Preference = 'none' | 'off' | 'on' | OtherString;
3046
2812
  }
3047
2813
  }
3048
2814
  namespace RevolutPay {
@@ -3053,7 +2819,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
3053
2819
  preference?: DisplayPreference.Preference;
3054
2820
  }
3055
2821
  namespace DisplayPreference {
3056
- type Preference = 'none' | 'off' | 'on';
2822
+ type Preference = 'none' | 'off' | 'on' | OtherString;
3057
2823
  }
3058
2824
  }
3059
2825
  namespace SamsungPay {
@@ -3064,7 +2830,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
3064
2830
  preference?: DisplayPreference.Preference;
3065
2831
  }
3066
2832
  namespace DisplayPreference {
3067
- type Preference = 'none' | 'off' | 'on';
2833
+ type Preference = 'none' | 'off' | 'on' | OtherString;
3068
2834
  }
3069
2835
  }
3070
2836
  namespace Satispay {
@@ -3075,7 +2841,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
3075
2841
  preference?: DisplayPreference.Preference;
3076
2842
  }
3077
2843
  namespace DisplayPreference {
3078
- type Preference = 'none' | 'off' | 'on';
2844
+ type Preference = 'none' | 'off' | 'on' | OtherString;
3079
2845
  }
3080
2846
  }
3081
2847
  namespace Scalapay {
@@ -3086,7 +2852,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
3086
2852
  preference?: DisplayPreference.Preference;
3087
2853
  }
3088
2854
  namespace DisplayPreference {
3089
- type Preference = 'none' | 'off' | 'on';
2855
+ type Preference = 'none' | 'off' | 'on' | OtherString;
3090
2856
  }
3091
2857
  }
3092
2858
  namespace SepaDebit {
@@ -3097,18 +2863,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
3097
2863
  preference?: DisplayPreference.Preference;
3098
2864
  }
3099
2865
  namespace DisplayPreference {
3100
- type Preference = 'none' | 'off' | 'on';
3101
- }
3102
- }
3103
- namespace Shopeepay {
3104
- interface DisplayPreference {
3105
- /**
3106
- * The account's preference for whether or not to display this payment method.
3107
- */
3108
- preference?: DisplayPreference.Preference;
3109
- }
3110
- namespace DisplayPreference {
3111
- type Preference = 'none' | 'off' | 'on';
2866
+ type Preference = 'none' | 'off' | 'on' | OtherString;
3112
2867
  }
3113
2868
  }
3114
2869
  namespace Sofort {
@@ -3119,7 +2874,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
3119
2874
  preference?: DisplayPreference.Preference;
3120
2875
  }
3121
2876
  namespace DisplayPreference {
3122
- type Preference = 'none' | 'off' | 'on';
2877
+ type Preference = 'none' | 'off' | 'on' | OtherString;
3123
2878
  }
3124
2879
  }
3125
2880
  namespace Sunbit {
@@ -3130,7 +2885,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
3130
2885
  preference?: DisplayPreference.Preference;
3131
2886
  }
3132
2887
  namespace DisplayPreference {
3133
- type Preference = 'none' | 'off' | 'on';
2888
+ type Preference = 'none' | 'off' | 'on' | OtherString;
3134
2889
  }
3135
2890
  }
3136
2891
  namespace Swish {
@@ -3141,7 +2896,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
3141
2896
  preference?: DisplayPreference.Preference;
3142
2897
  }
3143
2898
  namespace DisplayPreference {
3144
- type Preference = 'none' | 'off' | 'on';
2899
+ type Preference = 'none' | 'off' | 'on' | OtherString;
3145
2900
  }
3146
2901
  }
3147
2902
  namespace Twint {
@@ -3152,7 +2907,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
3152
2907
  preference?: DisplayPreference.Preference;
3153
2908
  }
3154
2909
  namespace DisplayPreference {
3155
- type Preference = 'none' | 'off' | 'on';
2910
+ type Preference = 'none' | 'off' | 'on' | OtherString;
3156
2911
  }
3157
2912
  }
3158
2913
  namespace Upi {
@@ -3163,7 +2918,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
3163
2918
  preference?: DisplayPreference.Preference;
3164
2919
  }
3165
2920
  namespace DisplayPreference {
3166
- type Preference = 'none' | 'off' | 'on';
2921
+ type Preference = 'none' | 'off' | 'on' | OtherString;
3167
2922
  }
3168
2923
  }
3169
2924
  namespace UsBankAccount {
@@ -3174,7 +2929,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
3174
2929
  preference?: DisplayPreference.Preference;
3175
2930
  }
3176
2931
  namespace DisplayPreference {
3177
- type Preference = 'none' | 'off' | 'on';
2932
+ type Preference = 'none' | 'off' | 'on' | OtherString;
3178
2933
  }
3179
2934
  }
3180
2935
  namespace WechatPay {
@@ -3185,7 +2940,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
3185
2940
  preference?: DisplayPreference.Preference;
3186
2941
  }
3187
2942
  namespace DisplayPreference {
3188
- type Preference = 'none' | 'off' | 'on';
2943
+ type Preference = 'none' | 'off' | 'on' | OtherString;
3189
2944
  }
3190
2945
  }
3191
2946
  namespace Zip {
@@ -3196,7 +2951,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
3196
2951
  preference?: DisplayPreference.Preference;
3197
2952
  }
3198
2953
  namespace DisplayPreference {
3199
- type Preference = 'none' | 'off' | 'on';
2954
+ type Preference = 'none' | 'off' | 'on' | OtherString;
3200
2955
  }
3201
2956
  }
3202
2957
  }
@@ -3315,18 +3070,10 @@ export interface PaymentMethodConfigurationUpdateParams {
3315
3070
  * Google Pay allows customers to make payments in your app or website using any credit or debit card saved to their Google Account, including those from Google Play, YouTube, Chrome, or an Android device. Use the Google Pay API to request any credit or debit card stored in your customer's Google account. Check this [page](https://docs.stripe.com/google-pay) for more details.
3316
3071
  */
3317
3072
  google_pay?: PaymentMethodConfigurationUpdateParams.GooglePay;
3318
- /**
3319
- * GoPay is a [single use](https://docs.stripe.com/payments/payment-methods#usage) digital wallet payment method popular in Indonesia. When paying with GoPay, customers authenticate and approve payments using the Gojek app. Desktop checkout is performed by scanning a QR code. When checking out on mobile, customers are redirected to the Gojek app to confirm payment.
3320
- */
3321
- gopay?: PaymentMethodConfigurationUpdateParams.Gopay;
3322
3073
  /**
3323
3074
  * GrabPay is a payment method developed by [Grab](https://www.grab.com/sg/consumer/finance/pay/). GrabPay is a digital wallet - customers maintain a balance in their wallets that they pay out with. Check this [page](https://docs.stripe.com/payments/grabpay) for more details.
3324
3075
  */
3325
3076
  grabpay?: PaymentMethodConfigurationUpdateParams.Grabpay;
3326
- /**
3327
- * Stripe users in Indonesia can receive bank transfers from customers in Indonesia. Bank transfers are a popular B2C and B2B payment method in Indonesia.
3328
- */
3329
- id_bank_transfer?: PaymentMethodConfigurationUpdateParams.IdBankTransfer;
3330
3077
  /**
3331
3078
  * iDEAL is a Netherlands-based payment method that allows customers to complete transactions online using their bank credentials. All major Dutch banks are members of Currence, the scheme that operates iDEAL, making it the most popular online payment method in the Netherlands with a share of online transactions close to 55%. Check this [page](https://docs.stripe.com/payments/ideal) for more details.
3332
3079
  */
@@ -3403,10 +3150,6 @@ export interface PaymentMethodConfigurationUpdateParams {
3403
3150
  * PayPal, a digital wallet popular with customers in Europe, allows your customers worldwide to pay using their PayPal account. Check this [page](https://docs.stripe.com/payments/paypal) for more details.
3404
3151
  */
3405
3152
  paypal?: PaymentMethodConfigurationUpdateParams.Paypal;
3406
- /**
3407
- * Customers can pay with PayPay online or using the PayPay app.
3408
- */
3409
- paypay?: PaymentMethodConfigurationUpdateParams.Paypay;
3410
3153
  /**
3411
3154
  * PayTo is a [real-time](https://docs.stripe.com/payments/real-time) payment method that enables customers in Australia to pay by providing their bank account details. Customers must accept a mandate authorizing you to debit their account. Check this [page](https://docs.stripe.com/payments/payto) for more details.
3412
3155
  */
@@ -3419,10 +3162,6 @@ export interface PaymentMethodConfigurationUpdateParams {
3419
3162
  * PromptPay is a Thailand-based payment method that allows customers to make a payment using their preferred app from participating banks. Check this [page](https://docs.stripe.com/payments/promptpay) for more details.
3420
3163
  */
3421
3164
  promptpay?: PaymentMethodConfigurationUpdateParams.Promptpay;
3422
- /**
3423
- * QRIS is a [real-time](https://docs.stripe.com/payments/real-time) payment method popular in Indonesia. When paying with QRIS, customers authenticate and approve payments by scanning a QR code in their preferred digital wallet app.
3424
- */
3425
- qris?: PaymentMethodConfigurationUpdateParams.Qris;
3426
3165
  /**
3427
3166
  * Revolut Pay, developed by Revolut, a global finance app, is a digital wallet payment method. Revolut Pay uses the customer's stored balance or cards to fund the payment, and offers the option for non-Revolut customers to save their details after their first purchase.
3428
3167
  */
@@ -3443,10 +3182,6 @@ export interface PaymentMethodConfigurationUpdateParams {
3443
3182
  * The [Single Euro Payments Area (SEPA)](https://en.wikipedia.org/wiki/Single_Euro_Payments_Area) is an initiative of the European Union to simplify payments within and across member countries. SEPA established and enforced banking standards to allow for the direct debiting of every EUR-denominated bank account within the SEPA region, check this [page](https://docs.stripe.com/payments/sepa-debit) for more details.
3444
3183
  */
3445
3184
  sepa_debit?: PaymentMethodConfigurationUpdateParams.SepaDebit;
3446
- /**
3447
- * ShopeePay is a [single use](https://docs.stripe.com/payments/payment-methods#usage) digital wallet payment method popular in Indonesia. When paying with GoPay, customers authenticate and approve payments using the Shopee app. Desktop checkout is performed by scanning a QR code. When checking out on mobile, customers are redirected to the Shopee app to confirm payment.
3448
- */
3449
- shopeepay?: PaymentMethodConfigurationUpdateParams.Shopeepay;
3450
3185
  /**
3451
3186
  * Stripe users in Europe and the United States can use the [Payment Intents API](https://stripe.com/docs/payments/payment-intents)—a single integration path for creating payments using any supported method—to accept [Sofort](https://www.sofort.com/) payments from customers. Check this [page](https://docs.stripe.com/payments/sofort) for more details.
3452
3187
  */
@@ -3631,24 +3366,12 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
3631
3366
  */
3632
3367
  display_preference?: GooglePay.DisplayPreference;
3633
3368
  }
3634
- interface Gopay {
3635
- /**
3636
- * Whether or not the payment method should be displayed.
3637
- */
3638
- display_preference?: Gopay.DisplayPreference;
3639
- }
3640
3369
  interface Grabpay {
3641
3370
  /**
3642
3371
  * Whether or not the payment method should be displayed.
3643
3372
  */
3644
3373
  display_preference?: Grabpay.DisplayPreference;
3645
3374
  }
3646
- interface IdBankTransfer {
3647
- /**
3648
- * Whether or not the payment method should be displayed.
3649
- */
3650
- display_preference?: IdBankTransfer.DisplayPreference;
3651
- }
3652
3375
  interface Ideal {
3653
3376
  /**
3654
3377
  * Whether or not the payment method should be displayed.
@@ -3757,12 +3480,6 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
3757
3480
  */
3758
3481
  display_preference?: Paypal.DisplayPreference;
3759
3482
  }
3760
- interface Paypay {
3761
- /**
3762
- * Whether or not the payment method should be displayed.
3763
- */
3764
- display_preference?: Paypay.DisplayPreference;
3765
- }
3766
3483
  interface Payto {
3767
3484
  /**
3768
3485
  * Whether or not the payment method should be displayed.
@@ -3781,12 +3498,6 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
3781
3498
  */
3782
3499
  display_preference?: Promptpay.DisplayPreference;
3783
3500
  }
3784
- interface Qris {
3785
- /**
3786
- * Whether or not the payment method should be displayed.
3787
- */
3788
- display_preference?: Qris.DisplayPreference;
3789
- }
3790
3501
  interface RevolutPay {
3791
3502
  /**
3792
3503
  * Whether or not the payment method should be displayed.
@@ -3817,12 +3528,6 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
3817
3528
  */
3818
3529
  display_preference?: SepaDebit.DisplayPreference;
3819
3530
  }
3820
- interface Shopeepay {
3821
- /**
3822
- * Whether or not the payment method should be displayed.
3823
- */
3824
- display_preference?: Shopeepay.DisplayPreference;
3825
- }
3826
3531
  interface Sofort {
3827
3532
  /**
3828
3533
  * Whether or not the payment method should be displayed.
@@ -3879,7 +3584,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
3879
3584
  preference?: DisplayPreference.Preference;
3880
3585
  }
3881
3586
  namespace DisplayPreference {
3882
- type Preference = 'none' | 'off' | 'on';
3587
+ type Preference = 'none' | 'off' | 'on' | OtherString;
3883
3588
  }
3884
3589
  }
3885
3590
  namespace Affirm {
@@ -3890,7 +3595,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
3890
3595
  preference?: DisplayPreference.Preference;
3891
3596
  }
3892
3597
  namespace DisplayPreference {
3893
- type Preference = 'none' | 'off' | 'on';
3598
+ type Preference = 'none' | 'off' | 'on' | OtherString;
3894
3599
  }
3895
3600
  }
3896
3601
  namespace AfterpayClearpay {
@@ -3901,7 +3606,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
3901
3606
  preference?: DisplayPreference.Preference;
3902
3607
  }
3903
3608
  namespace DisplayPreference {
3904
- type Preference = 'none' | 'off' | 'on';
3609
+ type Preference = 'none' | 'off' | 'on' | OtherString;
3905
3610
  }
3906
3611
  }
3907
3612
  namespace Alipay {
@@ -3912,7 +3617,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
3912
3617
  preference?: DisplayPreference.Preference;
3913
3618
  }
3914
3619
  namespace DisplayPreference {
3915
- type Preference = 'none' | 'off' | 'on';
3620
+ type Preference = 'none' | 'off' | 'on' | OtherString;
3916
3621
  }
3917
3622
  }
3918
3623
  namespace Alma {
@@ -3923,7 +3628,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
3923
3628
  preference?: DisplayPreference.Preference;
3924
3629
  }
3925
3630
  namespace DisplayPreference {
3926
- type Preference = 'none' | 'off' | 'on';
3631
+ type Preference = 'none' | 'off' | 'on' | OtherString;
3927
3632
  }
3928
3633
  }
3929
3634
  namespace AmazonPay {
@@ -3934,7 +3639,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
3934
3639
  preference?: DisplayPreference.Preference;
3935
3640
  }
3936
3641
  namespace DisplayPreference {
3937
- type Preference = 'none' | 'off' | 'on';
3642
+ type Preference = 'none' | 'off' | 'on' | OtherString;
3938
3643
  }
3939
3644
  }
3940
3645
  namespace ApplePay {
@@ -3945,7 +3650,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
3945
3650
  preference?: DisplayPreference.Preference;
3946
3651
  }
3947
3652
  namespace DisplayPreference {
3948
- type Preference = 'none' | 'off' | 'on';
3653
+ type Preference = 'none' | 'off' | 'on' | OtherString;
3949
3654
  }
3950
3655
  }
3951
3656
  namespace ApplePayLater {
@@ -3956,7 +3661,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
3956
3661
  preference?: DisplayPreference.Preference;
3957
3662
  }
3958
3663
  namespace DisplayPreference {
3959
- type Preference = 'none' | 'off' | 'on';
3664
+ type Preference = 'none' | 'off' | 'on' | OtherString;
3960
3665
  }
3961
3666
  }
3962
3667
  namespace AuBecsDebit {
@@ -3967,7 +3672,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
3967
3672
  preference?: DisplayPreference.Preference;
3968
3673
  }
3969
3674
  namespace DisplayPreference {
3970
- type Preference = 'none' | 'off' | 'on';
3675
+ type Preference = 'none' | 'off' | 'on' | OtherString;
3971
3676
  }
3972
3677
  }
3973
3678
  namespace BacsDebit {
@@ -3978,7 +3683,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
3978
3683
  preference?: DisplayPreference.Preference;
3979
3684
  }
3980
3685
  namespace DisplayPreference {
3981
- type Preference = 'none' | 'off' | 'on';
3686
+ type Preference = 'none' | 'off' | 'on' | OtherString;
3982
3687
  }
3983
3688
  }
3984
3689
  namespace Bancontact {
@@ -3989,7 +3694,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
3989
3694
  preference?: DisplayPreference.Preference;
3990
3695
  }
3991
3696
  namespace DisplayPreference {
3992
- type Preference = 'none' | 'off' | 'on';
3697
+ type Preference = 'none' | 'off' | 'on' | OtherString;
3993
3698
  }
3994
3699
  }
3995
3700
  namespace Billie {
@@ -4000,7 +3705,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4000
3705
  preference?: DisplayPreference.Preference;
4001
3706
  }
4002
3707
  namespace DisplayPreference {
4003
- type Preference = 'none' | 'off' | 'on';
3708
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4004
3709
  }
4005
3710
  }
4006
3711
  namespace Bizum {
@@ -4011,7 +3716,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4011
3716
  preference?: DisplayPreference.Preference;
4012
3717
  }
4013
3718
  namespace DisplayPreference {
4014
- type Preference = 'none' | 'off' | 'on';
3719
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4015
3720
  }
4016
3721
  }
4017
3722
  namespace Blik {
@@ -4022,7 +3727,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4022
3727
  preference?: DisplayPreference.Preference;
4023
3728
  }
4024
3729
  namespace DisplayPreference {
4025
- type Preference = 'none' | 'off' | 'on';
3730
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4026
3731
  }
4027
3732
  }
4028
3733
  namespace Boleto {
@@ -4033,7 +3738,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4033
3738
  preference?: DisplayPreference.Preference;
4034
3739
  }
4035
3740
  namespace DisplayPreference {
4036
- type Preference = 'none' | 'off' | 'on';
3741
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4037
3742
  }
4038
3743
  }
4039
3744
  namespace Card {
@@ -4044,7 +3749,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4044
3749
  preference?: DisplayPreference.Preference;
4045
3750
  }
4046
3751
  namespace DisplayPreference {
4047
- type Preference = 'none' | 'off' | 'on';
3752
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4048
3753
  }
4049
3754
  }
4050
3755
  namespace CartesBancaires {
@@ -4055,7 +3760,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4055
3760
  preference?: DisplayPreference.Preference;
4056
3761
  }
4057
3762
  namespace DisplayPreference {
4058
- type Preference = 'none' | 'off' | 'on';
3763
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4059
3764
  }
4060
3765
  }
4061
3766
  namespace Cashapp {
@@ -4066,7 +3771,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4066
3771
  preference?: DisplayPreference.Preference;
4067
3772
  }
4068
3773
  namespace DisplayPreference {
4069
- type Preference = 'none' | 'off' | 'on';
3774
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4070
3775
  }
4071
3776
  }
4072
3777
  namespace Crypto {
@@ -4077,7 +3782,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4077
3782
  preference?: DisplayPreference.Preference;
4078
3783
  }
4079
3784
  namespace DisplayPreference {
4080
- type Preference = 'none' | 'off' | 'on';
3785
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4081
3786
  }
4082
3787
  }
4083
3788
  namespace CustomerBalance {
@@ -4088,7 +3793,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4088
3793
  preference?: DisplayPreference.Preference;
4089
3794
  }
4090
3795
  namespace DisplayPreference {
4091
- type Preference = 'none' | 'off' | 'on';
3796
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4092
3797
  }
4093
3798
  }
4094
3799
  namespace Eps {
@@ -4099,7 +3804,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4099
3804
  preference?: DisplayPreference.Preference;
4100
3805
  }
4101
3806
  namespace DisplayPreference {
4102
- type Preference = 'none' | 'off' | 'on';
3807
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4103
3808
  }
4104
3809
  }
4105
3810
  namespace Fpx {
@@ -4110,7 +3815,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4110
3815
  preference?: DisplayPreference.Preference;
4111
3816
  }
4112
3817
  namespace DisplayPreference {
4113
- type Preference = 'none' | 'off' | 'on';
3818
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4114
3819
  }
4115
3820
  }
4116
3821
  namespace FrMealVoucherConecs {
@@ -4121,7 +3826,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4121
3826
  preference?: DisplayPreference.Preference;
4122
3827
  }
4123
3828
  namespace DisplayPreference {
4124
- type Preference = 'none' | 'off' | 'on';
3829
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4125
3830
  }
4126
3831
  }
4127
3832
  namespace Giropay {
@@ -4132,7 +3837,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4132
3837
  preference?: DisplayPreference.Preference;
4133
3838
  }
4134
3839
  namespace DisplayPreference {
4135
- type Preference = 'none' | 'off' | 'on';
3840
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4136
3841
  }
4137
3842
  }
4138
3843
  namespace GooglePay {
@@ -4143,18 +3848,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4143
3848
  preference?: DisplayPreference.Preference;
4144
3849
  }
4145
3850
  namespace DisplayPreference {
4146
- type Preference = 'none' | 'off' | 'on';
4147
- }
4148
- }
4149
- namespace Gopay {
4150
- interface DisplayPreference {
4151
- /**
4152
- * The account's preference for whether or not to display this payment method.
4153
- */
4154
- preference?: DisplayPreference.Preference;
4155
- }
4156
- namespace DisplayPreference {
4157
- type Preference = 'none' | 'off' | 'on';
3851
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4158
3852
  }
4159
3853
  }
4160
3854
  namespace Grabpay {
@@ -4165,18 +3859,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4165
3859
  preference?: DisplayPreference.Preference;
4166
3860
  }
4167
3861
  namespace DisplayPreference {
4168
- type Preference = 'none' | 'off' | 'on';
4169
- }
4170
- }
4171
- namespace IdBankTransfer {
4172
- interface DisplayPreference {
4173
- /**
4174
- * The account's preference for whether or not to display this payment method.
4175
- */
4176
- preference?: DisplayPreference.Preference;
4177
- }
4178
- namespace DisplayPreference {
4179
- type Preference = 'none' | 'off' | 'on';
3862
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4180
3863
  }
4181
3864
  }
4182
3865
  namespace Ideal {
@@ -4187,7 +3870,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4187
3870
  preference?: DisplayPreference.Preference;
4188
3871
  }
4189
3872
  namespace DisplayPreference {
4190
- type Preference = 'none' | 'off' | 'on';
3873
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4191
3874
  }
4192
3875
  }
4193
3876
  namespace Jcb {
@@ -4198,7 +3881,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4198
3881
  preference?: DisplayPreference.Preference;
4199
3882
  }
4200
3883
  namespace DisplayPreference {
4201
- type Preference = 'none' | 'off' | 'on';
3884
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4202
3885
  }
4203
3886
  }
4204
3887
  namespace KakaoPay {
@@ -4209,7 +3892,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4209
3892
  preference?: DisplayPreference.Preference;
4210
3893
  }
4211
3894
  namespace DisplayPreference {
4212
- type Preference = 'none' | 'off' | 'on';
3895
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4213
3896
  }
4214
3897
  }
4215
3898
  namespace Klarna {
@@ -4220,7 +3903,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4220
3903
  preference?: DisplayPreference.Preference;
4221
3904
  }
4222
3905
  namespace DisplayPreference {
4223
- type Preference = 'none' | 'off' | 'on';
3906
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4224
3907
  }
4225
3908
  }
4226
3909
  namespace Konbini {
@@ -4231,7 +3914,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4231
3914
  preference?: DisplayPreference.Preference;
4232
3915
  }
4233
3916
  namespace DisplayPreference {
4234
- type Preference = 'none' | 'off' | 'on';
3917
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4235
3918
  }
4236
3919
  }
4237
3920
  namespace KrCard {
@@ -4242,7 +3925,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4242
3925
  preference?: DisplayPreference.Preference;
4243
3926
  }
4244
3927
  namespace DisplayPreference {
4245
- type Preference = 'none' | 'off' | 'on';
3928
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4246
3929
  }
4247
3930
  }
4248
3931
  namespace Link {
@@ -4253,7 +3936,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4253
3936
  preference?: DisplayPreference.Preference;
4254
3937
  }
4255
3938
  namespace DisplayPreference {
4256
- type Preference = 'none' | 'off' | 'on';
3939
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4257
3940
  }
4258
3941
  }
4259
3942
  namespace MbWay {
@@ -4264,7 +3947,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4264
3947
  preference?: DisplayPreference.Preference;
4265
3948
  }
4266
3949
  namespace DisplayPreference {
4267
- type Preference = 'none' | 'off' | 'on';
3950
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4268
3951
  }
4269
3952
  }
4270
3953
  namespace Mobilepay {
@@ -4275,7 +3958,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4275
3958
  preference?: DisplayPreference.Preference;
4276
3959
  }
4277
3960
  namespace DisplayPreference {
4278
- type Preference = 'none' | 'off' | 'on';
3961
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4279
3962
  }
4280
3963
  }
4281
3964
  namespace Multibanco {
@@ -4286,7 +3969,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4286
3969
  preference?: DisplayPreference.Preference;
4287
3970
  }
4288
3971
  namespace DisplayPreference {
4289
- type Preference = 'none' | 'off' | 'on';
3972
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4290
3973
  }
4291
3974
  }
4292
3975
  namespace NaverPay {
@@ -4297,7 +3980,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4297
3980
  preference?: DisplayPreference.Preference;
4298
3981
  }
4299
3982
  namespace DisplayPreference {
4300
- type Preference = 'none' | 'off' | 'on';
3983
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4301
3984
  }
4302
3985
  }
4303
3986
  namespace NzBankAccount {
@@ -4308,7 +3991,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4308
3991
  preference?: DisplayPreference.Preference;
4309
3992
  }
4310
3993
  namespace DisplayPreference {
4311
- type Preference = 'none' | 'off' | 'on';
3994
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4312
3995
  }
4313
3996
  }
4314
3997
  namespace Oxxo {
@@ -4319,7 +4002,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4319
4002
  preference?: DisplayPreference.Preference;
4320
4003
  }
4321
4004
  namespace DisplayPreference {
4322
- type Preference = 'none' | 'off' | 'on';
4005
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4323
4006
  }
4324
4007
  }
4325
4008
  namespace P24 {
@@ -4330,7 +4013,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4330
4013
  preference?: DisplayPreference.Preference;
4331
4014
  }
4332
4015
  namespace DisplayPreference {
4333
- type Preference = 'none' | 'off' | 'on';
4016
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4334
4017
  }
4335
4018
  }
4336
4019
  namespace PayByBank {
@@ -4341,7 +4024,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4341
4024
  preference?: DisplayPreference.Preference;
4342
4025
  }
4343
4026
  namespace DisplayPreference {
4344
- type Preference = 'none' | 'off' | 'on';
4027
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4345
4028
  }
4346
4029
  }
4347
4030
  namespace Payco {
@@ -4352,7 +4035,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4352
4035
  preference?: DisplayPreference.Preference;
4353
4036
  }
4354
4037
  namespace DisplayPreference {
4355
- type Preference = 'none' | 'off' | 'on';
4038
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4356
4039
  }
4357
4040
  }
4358
4041
  namespace Paynow {
@@ -4363,7 +4046,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4363
4046
  preference?: DisplayPreference.Preference;
4364
4047
  }
4365
4048
  namespace DisplayPreference {
4366
- type Preference = 'none' | 'off' | 'on';
4049
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4367
4050
  }
4368
4051
  }
4369
4052
  namespace Paypal {
@@ -4374,18 +4057,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4374
4057
  preference?: DisplayPreference.Preference;
4375
4058
  }
4376
4059
  namespace DisplayPreference {
4377
- type Preference = 'none' | 'off' | 'on';
4378
- }
4379
- }
4380
- namespace Paypay {
4381
- interface DisplayPreference {
4382
- /**
4383
- * The account's preference for whether or not to display this payment method.
4384
- */
4385
- preference?: DisplayPreference.Preference;
4386
- }
4387
- namespace DisplayPreference {
4388
- type Preference = 'none' | 'off' | 'on';
4060
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4389
4061
  }
4390
4062
  }
4391
4063
  namespace Payto {
@@ -4396,7 +4068,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4396
4068
  preference?: DisplayPreference.Preference;
4397
4069
  }
4398
4070
  namespace DisplayPreference {
4399
- type Preference = 'none' | 'off' | 'on';
4071
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4400
4072
  }
4401
4073
  }
4402
4074
  namespace Pix {
@@ -4407,7 +4079,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4407
4079
  preference?: DisplayPreference.Preference;
4408
4080
  }
4409
4081
  namespace DisplayPreference {
4410
- type Preference = 'none' | 'off' | 'on';
4082
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4411
4083
  }
4412
4084
  }
4413
4085
  namespace Promptpay {
@@ -4418,18 +4090,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4418
4090
  preference?: DisplayPreference.Preference;
4419
4091
  }
4420
4092
  namespace DisplayPreference {
4421
- type Preference = 'none' | 'off' | 'on';
4422
- }
4423
- }
4424
- namespace Qris {
4425
- interface DisplayPreference {
4426
- /**
4427
- * The account's preference for whether or not to display this payment method.
4428
- */
4429
- preference?: DisplayPreference.Preference;
4430
- }
4431
- namespace DisplayPreference {
4432
- type Preference = 'none' | 'off' | 'on';
4093
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4433
4094
  }
4434
4095
  }
4435
4096
  namespace RevolutPay {
@@ -4440,7 +4101,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4440
4101
  preference?: DisplayPreference.Preference;
4441
4102
  }
4442
4103
  namespace DisplayPreference {
4443
- type Preference = 'none' | 'off' | 'on';
4104
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4444
4105
  }
4445
4106
  }
4446
4107
  namespace SamsungPay {
@@ -4451,7 +4112,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4451
4112
  preference?: DisplayPreference.Preference;
4452
4113
  }
4453
4114
  namespace DisplayPreference {
4454
- type Preference = 'none' | 'off' | 'on';
4115
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4455
4116
  }
4456
4117
  }
4457
4118
  namespace Satispay {
@@ -4462,7 +4123,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4462
4123
  preference?: DisplayPreference.Preference;
4463
4124
  }
4464
4125
  namespace DisplayPreference {
4465
- type Preference = 'none' | 'off' | 'on';
4126
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4466
4127
  }
4467
4128
  }
4468
4129
  namespace Scalapay {
@@ -4473,7 +4134,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4473
4134
  preference?: DisplayPreference.Preference;
4474
4135
  }
4475
4136
  namespace DisplayPreference {
4476
- type Preference = 'none' | 'off' | 'on';
4137
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4477
4138
  }
4478
4139
  }
4479
4140
  namespace SepaDebit {
@@ -4484,18 +4145,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4484
4145
  preference?: DisplayPreference.Preference;
4485
4146
  }
4486
4147
  namespace DisplayPreference {
4487
- type Preference = 'none' | 'off' | 'on';
4488
- }
4489
- }
4490
- namespace Shopeepay {
4491
- interface DisplayPreference {
4492
- /**
4493
- * The account's preference for whether or not to display this payment method.
4494
- */
4495
- preference?: DisplayPreference.Preference;
4496
- }
4497
- namespace DisplayPreference {
4498
- type Preference = 'none' | 'off' | 'on';
4148
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4499
4149
  }
4500
4150
  }
4501
4151
  namespace Sofort {
@@ -4506,7 +4156,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4506
4156
  preference?: DisplayPreference.Preference;
4507
4157
  }
4508
4158
  namespace DisplayPreference {
4509
- type Preference = 'none' | 'off' | 'on';
4159
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4510
4160
  }
4511
4161
  }
4512
4162
  namespace Sunbit {
@@ -4517,7 +4167,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4517
4167
  preference?: DisplayPreference.Preference;
4518
4168
  }
4519
4169
  namespace DisplayPreference {
4520
- type Preference = 'none' | 'off' | 'on';
4170
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4521
4171
  }
4522
4172
  }
4523
4173
  namespace Swish {
@@ -4528,7 +4178,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4528
4178
  preference?: DisplayPreference.Preference;
4529
4179
  }
4530
4180
  namespace DisplayPreference {
4531
- type Preference = 'none' | 'off' | 'on';
4181
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4532
4182
  }
4533
4183
  }
4534
4184
  namespace Twint {
@@ -4539,7 +4189,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4539
4189
  preference?: DisplayPreference.Preference;
4540
4190
  }
4541
4191
  namespace DisplayPreference {
4542
- type Preference = 'none' | 'off' | 'on';
4192
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4543
4193
  }
4544
4194
  }
4545
4195
  namespace Upi {
@@ -4550,7 +4200,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4550
4200
  preference?: DisplayPreference.Preference;
4551
4201
  }
4552
4202
  namespace DisplayPreference {
4553
- type Preference = 'none' | 'off' | 'on';
4203
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4554
4204
  }
4555
4205
  }
4556
4206
  namespace UsBankAccount {
@@ -4561,7 +4211,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4561
4211
  preference?: DisplayPreference.Preference;
4562
4212
  }
4563
4213
  namespace DisplayPreference {
4564
- type Preference = 'none' | 'off' | 'on';
4214
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4565
4215
  }
4566
4216
  }
4567
4217
  namespace WechatPay {
@@ -4572,7 +4222,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4572
4222
  preference?: DisplayPreference.Preference;
4573
4223
  }
4574
4224
  namespace DisplayPreference {
4575
- type Preference = 'none' | 'off' | 'on';
4225
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4576
4226
  }
4577
4227
  }
4578
4228
  namespace Zip {
@@ -4583,7 +4233,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
4583
4233
  preference?: DisplayPreference.Preference;
4584
4234
  }
4585
4235
  namespace DisplayPreference {
4586
- type Preference = 'none' | 'off' | 'on';
4236
+ type Preference = 'none' | 'off' | 'on' | OtherString;
4587
4237
  }
4588
4238
  }
4589
4239
  }