stripe 15.4.0.pre.beta.1 → 15.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 (603) hide show
  1. checksums.yaml +4 -4
  2. data/API_VERSION +1 -1
  3. data/CHANGELOG.md +686 -1593
  4. data/OPENAPI_VERSION +1 -1
  5. data/README.md +1 -1
  6. data/VERSION +1 -1
  7. data/lib/stripe/api_requestor.rb +0 -28
  8. data/lib/stripe/api_version.rb +2 -1
  9. data/lib/stripe/errors.rb +0 -54
  10. data/lib/stripe/event_types.rb +0 -98
  11. data/lib/stripe/object_types.rb +0 -50
  12. data/lib/stripe/resources/account.rb +6 -658
  13. data/lib/stripe/resources/account_link.rb +3 -1
  14. data/lib/stripe/resources/account_session.rb +52 -256
  15. data/lib/stripe/resources/billing/credit_balance_summary.rb +0 -2
  16. data/lib/stripe/resources/billing/credit_balance_transaction.rb +0 -4
  17. data/lib/stripe/resources/billing/credit_grant.rb +1 -11
  18. data/lib/stripe/resources/billing_portal/configuration.rb +46 -2
  19. data/lib/stripe/resources/billing_portal/session.rb +0 -6
  20. data/lib/stripe/resources/card.rb +0 -2
  21. data/lib/stripe/resources/cash_balance.rb +0 -2
  22. data/lib/stripe/resources/charge.rb +7 -1543
  23. data/lib/stripe/resources/checkout/session.rb +24 -320
  24. data/lib/stripe/resources/confirmation_token.rb +3 -173
  25. data/lib/stripe/resources/coupon.rb +1 -30
  26. data/lib/stripe/resources/credit_note.rb +0 -6
  27. data/lib/stripe/resources/credit_note_line_item.rb +0 -9
  28. data/lib/stripe/resources/customer.rb +1 -3
  29. data/lib/stripe/resources/customer_balance_transaction.rb +0 -2
  30. data/lib/stripe/resources/customer_cash_balance_transaction.rb +0 -2
  31. data/lib/stripe/resources/customer_session.rb +1 -6
  32. data/lib/stripe/resources/discount.rb +0 -2
  33. data/lib/stripe/resources/dispute.rb +1 -3
  34. data/lib/stripe/resources/event.rb +14 -57
  35. data/lib/stripe/resources/financial_connections/account.rb +1 -22
  36. data/lib/stripe/resources/financial_connections/session.rb +2 -62
  37. data/lib/stripe/resources/identity/verification_session.rb +0 -10
  38. data/lib/stripe/resources/invoice.rb +40 -1071
  39. data/lib/stripe/resources/invoice_item.rb +3 -79
  40. data/lib/stripe/resources/invoice_line_item.rb +1 -55
  41. data/lib/stripe/resources/invoice_payment.rb +53 -2
  42. data/lib/stripe/resources/issuing/cardholder.rb +1 -2
  43. data/lib/stripe/resources/issuing/transaction.rb +0 -6
  44. data/lib/stripe/resources/line_item.rb +0 -37
  45. data/lib/stripe/resources/mandate.rb +0 -24
  46. data/lib/stripe/resources/payment_intent.rb +297 -5243
  47. data/lib/stripe/resources/payment_link.rb +83 -5
  48. data/lib/stripe/resources/payment_method.rb +5 -196
  49. data/lib/stripe/resources/payment_method_configuration.rb +0 -295
  50. data/lib/stripe/resources/payout.rb +0 -6
  51. data/lib/stripe/resources/price.rb +0 -30
  52. data/lib/stripe/resources/promotion_code.rb +0 -10
  53. data/lib/stripe/resources/quote.rb +8 -2039
  54. data/lib/stripe/resources/radar/value_list.rb +2 -2
  55. data/lib/stripe/resources/refund.rb +1 -10
  56. data/lib/stripe/resources/review.rb +2 -2
  57. data/lib/stripe/resources/setup_attempt.rb +1 -22
  58. data/lib/stripe/resources/setup_intent.rb +9 -578
  59. data/lib/stripe/resources/source.rb +0 -29
  60. data/lib/stripe/resources/subscription.rb +11 -290
  61. data/lib/stripe/resources/subscription_item.rb +5 -86
  62. data/lib/stripe/resources/subscription_schedule.rb +45 -1010
  63. data/lib/stripe/resources/tax/registration.rb +408 -30
  64. data/lib/stripe/resources/tax_id.rb +2 -12
  65. data/lib/stripe/resources/terminal/configuration.rb +196 -0
  66. data/lib/stripe/resources/terminal/reader.rb +0 -8
  67. data/lib/stripe/resources/transfer.rb +0 -6
  68. data/lib/stripe/resources/treasury/financial_account.rb +3 -22
  69. data/lib/stripe/resources/treasury/financial_account_features.rb +0 -2
  70. data/lib/stripe/resources/treasury/outbound_transfer.rb +0 -37
  71. data/lib/stripe/resources/treasury/received_credit.rb +1 -38
  72. data/lib/stripe/resources/treasury/received_debit.rb +1 -40
  73. data/lib/stripe/resources.rb +0 -104
  74. data/lib/stripe/services/account_link_service.rb +3 -1
  75. data/lib/stripe/services/account_service.rb +4 -565
  76. data/lib/stripe/services/account_session_service.rb +35 -226
  77. data/lib/stripe/services/billing/credit_balance_summary_service.rb +1 -4
  78. data/lib/stripe/services/billing/credit_balance_transaction_service.rb +0 -4
  79. data/lib/stripe/services/billing/credit_grant_service.rb +1 -9
  80. data/lib/stripe/services/billing_portal/configuration_service.rb +36 -2
  81. data/lib/stripe/services/billing_portal/session_service.rb +0 -4
  82. data/lib/stripe/services/charge_service.rb +0 -1418
  83. data/lib/stripe/services/checkout/session_service.rb +16 -241
  84. data/lib/stripe/services/coupon_service.rb +1 -17
  85. data/lib/stripe/services/credit_note_service.rb +0 -4
  86. data/lib/stripe/services/customer_session_service.rb +1 -4
  87. data/lib/stripe/services/financial_connections/account_service.rb +2 -7
  88. data/lib/stripe/services/financial_connections/session_service.rb +2 -34
  89. data/lib/stripe/services/financial_connections_service.rb +1 -2
  90. data/lib/stripe/services/identity/verification_session_service.rb +0 -8
  91. data/lib/stripe/services/invoice_item_service.rb +3 -75
  92. data/lib/stripe/services/invoice_line_item_service.rb +1 -33
  93. data/lib/stripe/services/invoice_payment_service.rb +83 -0
  94. data/lib/stripe/services/invoice_service.rb +40 -1022
  95. data/lib/stripe/services/issuing/cardholder_service.rb +1 -2
  96. data/lib/stripe/services/issuing/transaction_service.rb +0 -4
  97. data/lib/stripe/services/issuing_service.rb +1 -5
  98. data/lib/stripe/services/payment_intent_service.rb +399 -4882
  99. data/lib/stripe/services/payment_link_service.rb +81 -5
  100. data/lib/stripe/services/payment_method_configuration_service.rb +0 -210
  101. data/lib/stripe/services/payment_method_service.rb +2 -121
  102. data/lib/stripe/services/payout_service.rb +0 -4
  103. data/lib/stripe/services/price_service.rb +0 -19
  104. data/lib/stripe/services/promotion_code_service.rb +0 -8
  105. data/lib/stripe/services/quote_service.rb +9 -1724
  106. data/lib/stripe/services/radar/value_list_service.rb +1 -1
  107. data/lib/stripe/services/setup_intent_service.rb +9 -538
  108. data/lib/stripe/services/subscription_item_service.rb +5 -77
  109. data/lib/stripe/services/subscription_schedule_service.rb +45 -914
  110. data/lib/stripe/services/subscription_service.rb +11 -251
  111. data/lib/stripe/services/tax/registration_service.rb +360 -30
  112. data/lib/stripe/services/tax_id_service.rb +2 -8
  113. data/lib/stripe/services/tax_service.rb +1 -3
  114. data/lib/stripe/services/terminal/configuration_service.rb +152 -0
  115. data/lib/stripe/services/terminal_service.rb +1 -2
  116. data/lib/stripe/services/test_helpers/confirmation_token_service.rb +0 -97
  117. data/lib/stripe/services/test_helpers/treasury/received_credit_service.rb +1 -25
  118. data/lib/stripe/services/test_helpers/treasury/received_debit_service.rb +1 -25
  119. data/lib/stripe/services/transfer_service.rb +0 -4
  120. data/lib/stripe/services/treasury/financial_account_features_service.rb +1 -4
  121. data/lib/stripe/services/treasury/financial_account_service.rb +2 -16
  122. data/lib/stripe/services/treasury/outbound_transfer_service.rb +0 -24
  123. data/lib/stripe/services/v1_services.rb +2 -11
  124. data/lib/stripe/services/v2/core_service.rb +1 -4
  125. data/lib/stripe/services/v2_services.rb +1 -4
  126. data/lib/stripe/services.rb +1 -53
  127. data/lib/stripe/stripe_configuration.rb +1 -3
  128. data/lib/stripe/stripe_object.rb +1 -1
  129. data/lib/stripe/util.rb +1 -7
  130. data/lib/stripe/version.rb +1 -1
  131. data/lib/stripe.rb +0 -53
  132. data/rbi/stripe/resources/account.rbi +4995 -0
  133. data/rbi/stripe/resources/account_link.rbi +76 -0
  134. data/rbi/stripe/resources/account_session.rbi +1074 -0
  135. data/rbi/stripe/resources/apple_pay_domain.rbi +88 -0
  136. data/rbi/stripe/resources/application.rbi +20 -0
  137. data/rbi/stripe/resources/application_fee.rbi +118 -0
  138. data/rbi/stripe/resources/application_fee_refund.rbi +37 -0
  139. data/rbi/stripe/resources/apps/secret.rbi +195 -0
  140. data/rbi/stripe/resources/balance.rbi +235 -0
  141. data/rbi/stripe/resources/balance_transaction.rbi +147 -0
  142. data/rbi/stripe/resources/bank_account.rbi +127 -0
  143. data/rbi/stripe/resources/billing/alert.rbi +201 -0
  144. data/rbi/stripe/resources/billing/alert_triggered.rbi +28 -0
  145. data/rbi/stripe/resources/billing/credit_balance_summary.rbi +63 -0
  146. data/rbi/stripe/resources/billing/credit_balance_transaction.rbi +147 -0
  147. data/rbi/stripe/resources/billing/credit_grant.rbi +291 -0
  148. data/rbi/stripe/resources/billing/meter.rbi +226 -0
  149. data/rbi/stripe/resources/billing/meter_event.rbi +64 -0
  150. data/rbi/stripe/resources/billing/meter_event_adjustment.rbi +64 -0
  151. data/rbi/stripe/resources/billing/meter_event_summary.rbi +35 -0
  152. data/rbi/stripe/resources/billing_portal/configuration.rbi +703 -0
  153. data/rbi/stripe/resources/billing_portal/session.rbi +345 -0
  154. data/rbi/stripe/resources/capability.rbi +125 -0
  155. data/rbi/stripe/resources/card.rbi +125 -0
  156. data/rbi/stripe/resources/cash_balance.rbi +32 -0
  157. data/rbi/stripe/resources/charge.rbi +2089 -0
  158. data/rbi/stripe/resources/checkout/session.rbi +4095 -0
  159. data/rbi/stripe/resources/climate/order.rbi +245 -0
  160. data/rbi/stripe/resources/climate/product.rbi +75 -0
  161. data/rbi/stripe/resources/climate/supplier.rbi +72 -0
  162. data/rbi/stripe/resources/confirmation_token.rbi +1818 -0
  163. data/rbi/stripe/resources/connect_collection_transfer.rbi +26 -0
  164. data/rbi/stripe/resources/country_spec.rbi +85 -0
  165. data/rbi/stripe/resources/coupon.rbi +250 -0
  166. data/rbi/stripe/resources/credit_note.rbi +752 -0
  167. data/rbi/stripe/resources/credit_note_line_item.rbi +101 -0
  168. data/rbi/stripe/resources/customer.rbi +1005 -0
  169. data/rbi/stripe/resources/customer_balance_transaction.rbi +56 -0
  170. data/rbi/stripe/resources/customer_cash_balance_transaction.rbi +151 -0
  171. data/rbi/stripe/resources/customer_session.rbi +200 -0
  172. data/rbi/stripe/resources/discount.rbi +53 -0
  173. data/rbi/stripe/resources/dispute.rbi +761 -0
  174. data/rbi/stripe/resources/entitlements/active_entitlement.rbi +58 -0
  175. data/rbi/stripe/resources/entitlements/active_entitlement_summary.rbi +23 -0
  176. data/rbi/stripe/resources/entitlements/feature.rbi +117 -0
  177. data/rbi/stripe/resources/ephemeral_key.rbi +44 -0
  178. data/rbi/stripe/resources/event.rbi +137 -0
  179. data/rbi/stripe/resources/exchange_rate.rbi +66 -0
  180. data/rbi/stripe/resources/file.rbi +143 -0
  181. data/rbi/stripe/resources/file_link.rbi +141 -0
  182. data/rbi/stripe/resources/financial_connections/account.rbi +339 -0
  183. data/rbi/stripe/resources/financial_connections/account_owner.rbi +35 -0
  184. data/rbi/stripe/resources/financial_connections/account_ownership.rbi +23 -0
  185. data/rbi/stripe/resources/financial_connections/session.rbi +123 -0
  186. data/rbi/stripe/resources/financial_connections/transaction.rbi +124 -0
  187. data/rbi/stripe/resources/forwarding/request.rbi +216 -0
  188. data/rbi/stripe/resources/funding_instructions.rbi +437 -0
  189. data/rbi/stripe/resources/identity/verification_report.rbi +360 -0
  190. data/rbi/stripe/resources/identity/verification_session.rbi +564 -0
  191. data/rbi/stripe/resources/invoice.rbi +3858 -0
  192. data/rbi/stripe/resources/invoice_item.rbi +470 -0
  193. data/rbi/stripe/resources/invoice_line_item.rbi +432 -0
  194. data/rbi/stripe/resources/invoice_payment.rbi +121 -0
  195. data/rbi/stripe/resources/invoice_rendering_template.rbi +104 -0
  196. data/rbi/stripe/resources/issuing/authorization.rbi +1283 -0
  197. data/rbi/stripe/resources/issuing/card.rbi +741 -0
  198. data/rbi/stripe/resources/issuing/cardholder.rbi +744 -0
  199. data/rbi/stripe/resources/issuing/dispute.rbi +913 -0
  200. data/rbi/stripe/resources/issuing/personalization_design.rbi +338 -0
  201. data/rbi/stripe/resources/issuing/physical_bundle.rbi +79 -0
  202. data/rbi/stripe/resources/issuing/token.rbi +226 -0
  203. data/rbi/stripe/resources/issuing/transaction.rbi +1061 -0
  204. data/rbi/stripe/resources/line_item.rbi +72 -0
  205. data/rbi/stripe/resources/login_link.rbi +19 -0
  206. data/rbi/stripe/resources/mandate.rbi +191 -0
  207. data/rbi/stripe/resources/payment_intent.rbi +9997 -0
  208. data/rbi/stripe/resources/payment_link.rbi +1893 -0
  209. data/rbi/stripe/resources/payment_method.rbi +1770 -0
  210. data/rbi/stripe/resources/payment_method_configuration.rbi +3550 -0
  211. data/rbi/stripe/resources/payment_method_domain.rbi +228 -0
  212. data/rbi/stripe/resources/payout.rbi +300 -0
  213. data/rbi/stripe/resources/person.rbi +401 -0
  214. data/rbi/stripe/resources/plan.rbi +371 -0
  215. data/rbi/stripe/resources/price.rbi +694 -0
  216. data/rbi/stripe/resources/product.rbi +555 -0
  217. data/rbi/stripe/resources/product_feature.rbi +26 -0
  218. data/rbi/stripe/resources/promotion_code.rbi +261 -0
  219. data/rbi/stripe/resources/quote.rbi +1145 -0
  220. data/rbi/stripe/resources/radar/early_fraud_warning.rbi +98 -0
  221. data/rbi/stripe/resources/radar/value_list.rbi +168 -0
  222. data/rbi/stripe/resources/radar/value_list_item.rbi +129 -0
  223. data/rbi/stripe/resources/refund.rbi +523 -0
  224. data/rbi/stripe/resources/reporting/report_run.rbi +191 -0
  225. data/rbi/stripe/resources/reporting/report_type.rbi +57 -0
  226. data/rbi/stripe/resources/reserve_transaction.rbi +23 -0
  227. data/rbi/stripe/resources/reversal.rbi +51 -0
  228. data/rbi/stripe/resources/review.rbi +154 -0
  229. data/rbi/stripe/resources/setup_attempt.rbi +477 -0
  230. data/rbi/stripe/resources/setup_intent.rbi +3978 -0
  231. data/rbi/stripe/resources/shipping_rate.rbi +305 -0
  232. data/rbi/stripe/resources/sigma/scheduled_query_run.rbi +75 -0
  233. data/rbi/stripe/resources/source.rbi +1496 -0
  234. data/rbi/stripe/resources/source_mandate_notification.rbi +77 -0
  235. data/rbi/stripe/resources/source_transaction.rbi +127 -0
  236. data/rbi/stripe/resources/subscription.rbi +2080 -0
  237. data/rbi/stripe/resources/subscription_item.rbi +404 -0
  238. data/rbi/stripe/resources/subscription_schedule.rbi +1673 -0
  239. data/rbi/stripe/resources/tax/calculation.rbi +478 -0
  240. data/rbi/stripe/resources/tax/calculation_line_item.rbi +91 -0
  241. data/rbi/stripe/resources/tax/registration.rbi +3216 -0
  242. data/rbi/stripe/resources/tax/settings.rbi +141 -0
  243. data/rbi/stripe/resources/tax/transaction.rbi +351 -0
  244. data/rbi/stripe/resources/tax/transaction_line_item.rbi +54 -0
  245. data/rbi/stripe/resources/tax_code.rbi +44 -0
  246. data/rbi/stripe/resources/tax_deducted_at_source.rbi +23 -0
  247. data/rbi/stripe/resources/tax_id.rbi +165 -0
  248. data/rbi/stripe/resources/tax_rate.rbi +239 -0
  249. data/rbi/stripe/resources/terminal/configuration.rbi +1595 -0
  250. data/rbi/stripe/resources/terminal/connection_token.rbi +37 -0
  251. data/rbi/stripe/resources/terminal/location.rbi +222 -0
  252. data/rbi/stripe/resources/terminal/reader.rbi +994 -0
  253. data/rbi/stripe/resources/test_helpers/test_clock.rbi +132 -0
  254. data/rbi/stripe/resources/token.rbi +1283 -0
  255. data/rbi/stripe/resources/topup.rbi +222 -0
  256. data/rbi/stripe/resources/transfer.rbi +199 -0
  257. data/rbi/stripe/resources/treasury/credit_reversal.rbi +119 -0
  258. data/rbi/stripe/resources/treasury/debit_reversal.rbi +131 -0
  259. data/rbi/stripe/resources/treasury/financial_account.rbi +869 -0
  260. data/rbi/stripe/resources/treasury/financial_account_features.rbi +260 -0
  261. data/rbi/stripe/resources/treasury/inbound_transfer.rbi +295 -0
  262. data/rbi/stripe/resources/treasury/outbound_payment.rbi +592 -0
  263. data/rbi/stripe/resources/treasury/outbound_transfer.rbi +431 -0
  264. data/rbi/stripe/resources/treasury/received_credit.rbi +302 -0
  265. data/rbi/stripe/resources/treasury/received_debit.rbi +256 -0
  266. data/rbi/stripe/resources/treasury/transaction.rbi +215 -0
  267. data/rbi/stripe/resources/treasury/transaction_entry.rbi +192 -0
  268. data/rbi/stripe/resources/v2/amount.rbi +14 -0
  269. data/rbi/stripe/resources/v2/billing/meter_event.rbi +37 -0
  270. data/rbi/stripe/resources/v2/billing/meter_event_adjustment.rbi +41 -0
  271. data/rbi/stripe/resources/v2/billing/meter_event_session.rbi +31 -0
  272. data/rbi/stripe/resources/v2/event.rbi +48 -0
  273. data/rbi/stripe/resources/v2/event_destination.rbi +91 -0
  274. data/rbi/stripe/resources/webhook_endpoint.rbi +168 -0
  275. data/rbi/stripe/services/account_capability_service.rbi +51 -0
  276. data/{lib/stripe/services/external_account_service.rb → rbi/stripe/services/account_external_account_service.rbi} +122 -135
  277. data/rbi/stripe/services/account_link_service.rbi +60 -0
  278. data/rbi/stripe/services/account_login_link_service.rbi +22 -0
  279. data/rbi/stripe/services/account_person_service.rbi +1011 -0
  280. data/rbi/stripe/services/account_service.rbi +4281 -0
  281. data/rbi/stripe/services/account_session_service.rbi +685 -0
  282. data/rbi/stripe/services/apple_pay_domain_service.rbi +76 -0
  283. data/rbi/stripe/services/application_fee_refund_service.rbi +93 -0
  284. data/rbi/stripe/services/application_fee_service.rbi +78 -0
  285. data/rbi/stripe/services/apps/secret_service.rbi +151 -0
  286. data/rbi/stripe/services/apps_service.rbi +9 -0
  287. data/rbi/stripe/services/balance_service.rbi +21 -0
  288. data/rbi/stripe/services/balance_transaction_service.rbi +93 -0
  289. data/rbi/stripe/services/billing/alert_service.rbi +152 -0
  290. data/rbi/stripe/services/billing/credit_balance_summary_service.rbi +68 -0
  291. data/rbi/stripe/services/billing/credit_balance_transaction_service.rbi +59 -0
  292. data/rbi/stripe/services/billing/credit_grant_service.rbi +211 -0
  293. data/rbi/stripe/services/billing/meter_event_adjustment_service.rbi +42 -0
  294. data/rbi/stripe/services/billing/meter_event_service.rbi +42 -0
  295. data/rbi/stripe/services/billing/meter_event_summary_service.rbi +54 -0
  296. data/rbi/stripe/services/billing/meter_service.rbi +163 -0
  297. data/rbi/stripe/services/billing_portal/configuration_service.rbi +555 -0
  298. data/rbi/stripe/services/billing_portal/session_service.rbi +204 -0
  299. data/rbi/stripe/services/billing_portal_service.rbi +10 -0
  300. data/rbi/stripe/services/billing_service.rbi +15 -0
  301. data/rbi/stripe/services/charge_service.rbi +448 -0
  302. data/rbi/stripe/services/checkout/session_line_item_service.rbi +33 -0
  303. data/rbi/stripe/services/checkout/session_service.rbi +2690 -0
  304. data/rbi/stripe/services/checkout_service.rbi +9 -0
  305. data/rbi/stripe/services/climate/order_service.rbi +142 -0
  306. data/rbi/stripe/services/climate/product_service.rbi +46 -0
  307. data/{lib/stripe/services/financial_connections/institution_service.rb → rbi/stripe/services/climate/supplier_service.rbi} +25 -36
  308. data/rbi/stripe/services/climate_service.rbi +11 -0
  309. data/rbi/stripe/services/confirmation_token_service.rbi +20 -0
  310. data/rbi/stripe/services/country_spec_service.rbi +44 -0
  311. data/rbi/stripe/services/coupon_service.rbi +194 -0
  312. data/{lib/stripe/services/quote_preview_invoice_service.rb → rbi/stripe/services/credit_note_line_item_service.rbi} +16 -20
  313. data/rbi/stripe/services/credit_note_preview_lines_service.rbi +167 -0
  314. data/rbi/stripe/services/credit_note_service.rbi +415 -0
  315. data/rbi/stripe/services/customer_balance_transaction_service.rbi +92 -0
  316. data/rbi/stripe/services/customer_cash_balance_service.rbi +45 -0
  317. data/rbi/stripe/services/customer_cash_balance_transaction_service.rbi +44 -0
  318. data/rbi/stripe/services/customer_funding_instructions_service.rbi +59 -0
  319. data/rbi/stripe/services/customer_payment_method_service.rbi +57 -0
  320. data/rbi/stripe/services/customer_payment_source_service.rbi +232 -0
  321. data/rbi/stripe/services/customer_service.rbi +647 -0
  322. data/rbi/stripe/services/customer_session_service.rbi +116 -0
  323. data/rbi/stripe/services/customer_tax_id_service.rbi +70 -0
  324. data/rbi/stripe/services/dispute_service.rbi +424 -0
  325. data/rbi/stripe/services/entitlements/active_entitlement_service.rbi +55 -0
  326. data/rbi/stripe/services/entitlements/feature_service.rbi +107 -0
  327. data/rbi/stripe/services/entitlements_service.rbi +10 -0
  328. data/rbi/stripe/services/ephemeral_key_service.rbi +53 -0
  329. data/rbi/stripe/services/event_service.rbi +83 -0
  330. data/rbi/stripe/services/exchange_rate_service.rbi +44 -0
  331. data/rbi/stripe/services/file_link_service.rbi +124 -0
  332. data/rbi/stripe/services/file_service.rbi +116 -0
  333. data/rbi/stripe/services/financial_connections/account_owner_service.rbi +42 -0
  334. data/rbi/stripe/services/financial_connections/account_service.rbi +133 -0
  335. data/rbi/stripe/services/financial_connections/session_service.rbi +88 -0
  336. data/rbi/stripe/services/financial_connections/transaction_service.rbi +92 -0
  337. data/rbi/stripe/services/financial_connections_service.rbi +11 -0
  338. data/rbi/stripe/services/forwarding/request_service.rbi +134 -0
  339. data/rbi/stripe/services/forwarding_service.rbi +9 -0
  340. data/rbi/stripe/services/identity/verification_report_service.rbi +87 -0
  341. data/rbi/stripe/services/identity/verification_session_service.rbi +339 -0
  342. data/rbi/stripe/services/identity_service.rbi +10 -0
  343. data/rbi/stripe/services/invoice_item_service.rbi +366 -0
  344. data/rbi/stripe/services/invoice_line_item_service.rbi +259 -0
  345. data/rbi/stripe/services/invoice_payment_service.rbi +71 -0
  346. data/rbi/stripe/services/invoice_rendering_template_service.rbi +82 -0
  347. data/rbi/stripe/services/invoice_service.rbi +3027 -0
  348. data/rbi/stripe/services/issuing/authorization_service.rbi +146 -0
  349. data/rbi/stripe/services/issuing/card_service.rbi +495 -0
  350. data/rbi/stripe/services/issuing/cardholder_service.rbi +587 -0
  351. data/rbi/stripe/services/issuing/dispute_service.rbi +707 -0
  352. data/rbi/stripe/services/issuing/personalization_design_service.rbi +243 -0
  353. data/rbi/stripe/services/issuing/physical_bundle_service.rbi +59 -0
  354. data/rbi/stripe/services/issuing/token_service.rbi +99 -0
  355. data/rbi/stripe/services/issuing/transaction_service.rbi +105 -0
  356. data/rbi/stripe/services/issuing_service.rbi +16 -0
  357. data/rbi/stripe/services/mandate_service.rbi +20 -0
  358. data/rbi/stripe/services/payment_intent_service.rbi +7994 -0
  359. data/{lib/stripe/services/payment_intent_amount_details_line_item_service.rb → rbi/stripe/services/payment_link_line_item_service.rbi} +16 -20
  360. data/rbi/stripe/services/payment_link_service.rbi +1441 -0
  361. data/rbi/stripe/services/payment_method_configuration_service.rbi +2487 -0
  362. data/rbi/stripe/services/payment_method_domain_service.rbi +112 -0
  363. data/rbi/stripe/services/payment_method_service.rbi +781 -0
  364. data/rbi/stripe/services/payout_service.rbi +205 -0
  365. data/rbi/stripe/services/plan_service.rbi +282 -0
  366. data/rbi/stripe/services/price_service.rbi +546 -0
  367. data/rbi/stripe/services/product_feature_service.rbi +67 -0
  368. data/rbi/stripe/services/product_service.rbi +477 -0
  369. data/rbi/stripe/services/promotion_code_service.rbi +214 -0
  370. data/rbi/stripe/services/quote_computed_upfront_line_items_service.rbi +31 -0
  371. data/{lib/stripe/services/order_line_item_service.rb → rbi/stripe/services/quote_line_item_service.rbi} +16 -20
  372. data/rbi/stripe/services/quote_service.rbi +699 -0
  373. data/rbi/stripe/services/radar/early_fraud_warning_service.rbi +85 -0
  374. data/rbi/stripe/services/radar/value_list_item_service.rbi +109 -0
  375. data/rbi/stripe/services/radar/value_list_service.rbi +141 -0
  376. data/rbi/stripe/services/radar_service.rbi +11 -0
  377. data/rbi/stripe/services/refund_service.rbi +185 -0
  378. data/rbi/stripe/services/reporting/report_run_service.rbi +135 -0
  379. data/rbi/stripe/services/reporting/report_type_service.rbi +35 -0
  380. data/rbi/stripe/services/reporting_service.rbi +10 -0
  381. data/rbi/stripe/services/review_service.rbi +84 -0
  382. data/rbi/stripe/services/setup_attempt_service.rbi +65 -0
  383. data/rbi/stripe/services/setup_intent_service.rbi +3709 -0
  384. data/rbi/stripe/services/shipping_rate_service.rbi +241 -0
  385. data/rbi/stripe/services/sigma/scheduled_query_run_service.rbi +46 -0
  386. data/rbi/stripe/services/sigma_service.rbi +9 -0
  387. data/rbi/stripe/services/source_service.rbi +663 -0
  388. data/{lib/stripe/services/quote_line_service.rb → rbi/stripe/services/source_transaction_service.rbi} +16 -20
  389. data/rbi/stripe/services/subscription_item_service.rbi +350 -0
  390. data/rbi/stripe/services/subscription_schedule_service.rbi +1333 -0
  391. data/rbi/stripe/services/subscription_service.rbi +1684 -0
  392. data/{lib/stripe/services/financial_connections/account_inferred_balance_service.rb → rbi/stripe/services/tax/calculation_line_item_service.rbi} +17 -21
  393. data/rbi/stripe/services/tax/calculation_service.rbi +234 -0
  394. data/rbi/stripe/services/tax/registration_service.rbi +2278 -0
  395. data/rbi/stripe/services/tax/settings_service.rbi +93 -0
  396. data/{lib/stripe/services/privacy/redaction_job_validation_error_service.rb → rbi/stripe/services/tax/transaction_line_item_service.rbi} +17 -21
  397. data/rbi/stripe/services/tax/transaction_service.rbi +146 -0
  398. data/rbi/stripe/services/tax_code_service.rbi +44 -0
  399. data/rbi/stripe/services/tax_id_service.rbi +110 -0
  400. data/rbi/stripe/services/tax_rate_service.rbi +185 -0
  401. data/rbi/stripe/services/tax_service.rbi +12 -0
  402. data/rbi/stripe/services/terminal/configuration_service.rbi +1286 -0
  403. data/rbi/stripe/services/terminal/connection_token_service.rbi +25 -0
  404. data/rbi/stripe/services/terminal/location_service.rbi +182 -0
  405. data/rbi/stripe/services/terminal/reader_service.rbi +540 -0
  406. data/rbi/stripe/services/terminal_service.rbi +12 -0
  407. data/rbi/stripe/services/test_helpers/confirmation_token_service.rbi +746 -0
  408. data/rbi/stripe/services/test_helpers/customer_service.rbi +33 -0
  409. data/rbi/stripe/services/test_helpers/issuing/authorization_service.rbi +848 -0
  410. data/rbi/stripe/services/test_helpers/issuing/card_service.rbi +76 -0
  411. data/rbi/stripe/services/test_helpers/issuing/personalization_design_service.rbi +69 -0
  412. data/rbi/stripe/services/test_helpers/issuing/transaction_service.rbi +711 -0
  413. data/rbi/stripe/services/test_helpers/issuing_service.rbi +14 -0
  414. data/rbi/stripe/services/test_helpers/refund_service.rbi +22 -0
  415. data/rbi/stripe/services/test_helpers/terminal/reader_service.rbi +93 -0
  416. data/rbi/stripe/services/test_helpers/terminal_service.rbi +11 -0
  417. data/rbi/stripe/services/test_helpers/test_clock_service.rbi +90 -0
  418. data/rbi/stripe/services/test_helpers/treasury/inbound_transfer_service.rbi +64 -0
  419. data/rbi/stripe/services/test_helpers/treasury/outbound_payment_service.rbi +125 -0
  420. data/rbi/stripe/services/test_helpers/treasury/outbound_transfer_service.rbi +125 -0
  421. data/rbi/stripe/services/test_helpers/treasury/received_credit_service.rbi +87 -0
  422. data/rbi/stripe/services/test_helpers/treasury/received_debit_service.rbi +87 -0
  423. data/rbi/stripe/services/test_helpers/treasury_service.rbi +15 -0
  424. data/rbi/stripe/services/test_helpers_service.rbi +15 -0
  425. data/rbi/stripe/services/token_service.rbi +1257 -0
  426. data/rbi/stripe/services/topup_service.rbi +176 -0
  427. data/rbi/stripe/services/transfer_reversal_service.rbi +101 -0
  428. data/rbi/stripe/services/transfer_service.rbi +152 -0
  429. data/rbi/stripe/services/treasury/credit_reversal_service.rbi +84 -0
  430. data/rbi/stripe/services/treasury/debit_reversal_service.rbi +88 -0
  431. data/rbi/stripe/services/treasury/financial_account_features_service.rbi +198 -0
  432. data/rbi/stripe/services/treasury/financial_account_service.rbi +566 -0
  433. data/rbi/stripe/services/treasury/inbound_transfer_service.rbi +117 -0
  434. data/rbi/stripe/services/treasury/outbound_payment_service.rbi +304 -0
  435. data/rbi/stripe/services/treasury/outbound_transfer_service.rbi +157 -0
  436. data/rbi/stripe/services/treasury/received_credit_service.rbi +72 -0
  437. data/rbi/stripe/services/treasury/received_debit_service.rbi +59 -0
  438. data/rbi/stripe/services/treasury/transaction_entry_service.rbi +111 -0
  439. data/rbi/stripe/services/treasury/transaction_service.rbi +122 -0
  440. data/rbi/stripe/services/treasury_service.rbi +18 -0
  441. data/rbi/stripe/services/v1_services.rbi +77 -0
  442. data/rbi/stripe/services/v2/billing/meter_event_adjustment_service.rbi +39 -0
  443. data/rbi/stripe/services/v2/billing/meter_event_service.rbi +42 -0
  444. data/rbi/stripe/services/v2/billing/meter_event_session_service.rbi +18 -0
  445. data/rbi/stripe/services/v2/billing/meter_event_stream_service.rbi +55 -0
  446. data/rbi/stripe/services/v2/billing_service.rbi +14 -0
  447. data/rbi/stripe/services/v2/core/event_destination_service.rbi +192 -0
  448. data/rbi/stripe/services/v2/core/event_service.rbi +36 -0
  449. data/rbi/stripe/services/v2/core_service.rbi +12 -0
  450. data/rbi/stripe/services/v2_services.rbi +10 -0
  451. data/rbi/stripe/services/webhook_endpoint_service.rbi +129 -0
  452. data/stripe.gemspec +1 -4
  453. metadata +325 -162
  454. data/lib/stripe/events/v2_core_account_closed_event.rb +0 -21
  455. data/lib/stripe/events/v2_core_account_created_event.rb +0 -21
  456. data/lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb +0 -23
  457. data/lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb +0 -21
  458. data/lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb +0 -23
  459. data/lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb +0 -21
  460. data/lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb +0 -23
  461. data/lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb +0 -21
  462. data/lib/stripe/events/v2_core_account_including_defaults_updated_event.rb +0 -21
  463. data/lib/stripe/events/v2_core_account_including_identity_updated_event.rb +0 -21
  464. data/lib/stripe/events/v2_core_account_including_requirements_updated_event.rb +0 -21
  465. data/lib/stripe/events/v2_core_account_link_completed_event.rb +0 -13
  466. data/lib/stripe/events/v2_core_account_person_created_event.rb +0 -23
  467. data/lib/stripe/events/v2_core_account_person_deleted_event.rb +0 -23
  468. data/lib/stripe/events/v2_core_account_person_updated_event.rb +0 -23
  469. data/lib/stripe/events/v2_core_account_updated_event.rb +0 -21
  470. data/lib/stripe/events/v2_money_management_adjustment_created_event.rb +0 -21
  471. data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +0 -21
  472. data/lib/stripe/events/v2_money_management_financial_account_updated_event.rb +0 -21
  473. data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +0 -21
  474. data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +0 -21
  475. data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +0 -23
  476. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +0 -21
  477. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +0 -21
  478. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +0 -21
  479. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +0 -21
  480. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +0 -21
  481. data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +0 -21
  482. data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +0 -21
  483. data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +0 -21
  484. data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +0 -21
  485. data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +0 -21
  486. data/lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb +0 -21
  487. data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +0 -21
  488. data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +0 -21
  489. data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +0 -21
  490. data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +0 -21
  491. data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +0 -21
  492. data/lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb +0 -21
  493. data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +0 -23
  494. data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +0 -21
  495. data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +0 -21
  496. data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +0 -21
  497. data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +0 -21
  498. data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +0 -21
  499. data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +0 -21
  500. data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +0 -21
  501. data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +0 -21
  502. data/lib/stripe/events/v2_money_management_transaction_created_event.rb +0 -21
  503. data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +0 -21
  504. data/lib/stripe/events/v2_off_session_payment_requires_capture_event.rb +0 -21
  505. data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +0 -21
  506. data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +0 -21
  507. data/lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb +0 -21
  508. data/lib/stripe/events/v2_payments_off_session_payment_created_event.rb +0 -21
  509. data/lib/stripe/events/v2_payments_off_session_payment_failed_event.rb +0 -21
  510. data/lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb +0 -21
  511. data/lib/stripe/resources/account_notice.rb +0 -123
  512. data/lib/stripe/resources/balance_settings.rb +0 -105
  513. data/lib/stripe/resources/capital/financing_offer.rb +0 -179
  514. data/lib/stripe/resources/capital/financing_summary.rb +0 -55
  515. data/lib/stripe/resources/capital/financing_transaction.rb +0 -114
  516. data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +0 -27
  517. data/lib/stripe/resources/financial_connections/institution.rb +0 -92
  518. data/lib/stripe/resources/fx_quote.rb +0 -184
  519. data/lib/stripe/resources/issuing/credit_underwriting_record.rb +0 -602
  520. data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +0 -82
  521. data/lib/stripe/resources/issuing/fraud_liability_debit.rb +0 -86
  522. data/lib/stripe/resources/issuing/settlement.rb +0 -53
  523. data/lib/stripe/resources/margin.rb +0 -115
  524. data/lib/stripe/resources/order.rb +0 -2958
  525. data/lib/stripe/resources/payment_attempt_record.rb +0 -1099
  526. data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +0 -72
  527. data/lib/stripe/resources/payment_record.rb +0 -1628
  528. data/lib/stripe/resources/privacy/redaction_job.rb +0 -298
  529. data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +0 -33
  530. data/lib/stripe/resources/quote_line.rb +0 -274
  531. data/lib/stripe/resources/quote_preview_invoice.rb +0 -663
  532. data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -371
  533. data/lib/stripe/resources/tax/association.rb +0 -66
  534. data/lib/stripe/resources/tax/form.rb +0 -211
  535. data/lib/stripe/resources/terminal/reader_collected_data.rb +0 -31
  536. data/lib/stripe/resources/v2/core/account.rb +0 -1755
  537. data/lib/stripe/resources/v2/core/account_link.rb +0 -56
  538. data/lib/stripe/resources/v2/core/person.rb +0 -276
  539. data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +0 -74
  540. data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +0 -39
  541. data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +0 -20
  542. data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +0 -22
  543. data/lib/stripe/resources/v2/money_management/adjustment.rb +0 -51
  544. data/lib/stripe/resources/v2/money_management/financial_account.rb +0 -58
  545. data/lib/stripe/resources/v2/money_management/financial_address.rb +0 -68
  546. data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +0 -94
  547. data/lib/stripe/resources/v2/money_management/outbound_payment.rb +0 -129
  548. data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +0 -82
  549. data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +0 -45
  550. data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +0 -117
  551. data/lib/stripe/resources/v2/money_management/payout_method.rb +0 -75
  552. data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +0 -49
  553. data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -122
  554. data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -84
  555. data/lib/stripe/resources/v2/money_management/transaction.rb +0 -78
  556. data/lib/stripe/resources/v2/money_management/transaction_entry.rb +0 -68
  557. data/lib/stripe/resources/v2/payments/off_session_payment.rb +0 -72
  558. data/lib/stripe/services/account_notice_service.rb +0 -101
  559. data/lib/stripe/services/balance_settings_service.rb +0 -96
  560. data/lib/stripe/services/capital/financing_offer_service.rb +0 -112
  561. data/lib/stripe/services/capital/financing_summary_service.rb +0 -28
  562. data/lib/stripe/services/capital/financing_transaction_service.rb +0 -79
  563. data/lib/stripe/services/capital_service.rb +0 -15
  564. data/lib/stripe/services/fx_quote_service.rb +0 -123
  565. data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +0 -504
  566. data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +0 -66
  567. data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +0 -83
  568. data/lib/stripe/services/margin_service.rb +0 -119
  569. data/lib/stripe/services/order_service.rb +0 -2388
  570. data/lib/stripe/services/payment_attempt_record_service.rb +0 -49
  571. data/lib/stripe/services/payment_record_service.rb +0 -542
  572. data/lib/stripe/services/privacy/redaction_job_service.rb +0 -240
  573. data/lib/stripe/services/privacy_service.rb +0 -13
  574. data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +0 -35
  575. data/lib/stripe/services/tax/association_service.rb +0 -31
  576. data/lib/stripe/services/tax/form_service.rb +0 -100
  577. data/lib/stripe/services/terminal/reader_collected_data_service.rb +0 -28
  578. data/lib/stripe/services/v2/core/account_link_service.rb +0 -76
  579. data/lib/stripe/services/v2/core/account_service.rb +0 -4170
  580. data/lib/stripe/services/v2/core/accounts/person_service.rb +0 -1045
  581. data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +0 -130
  582. data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +0 -107
  583. data/lib/stripe/services/v2/core/vault_service.rb +0 -18
  584. data/lib/stripe/services/v2/money_management/adjustment_service.rb +0 -74
  585. data/lib/stripe/services/v2/money_management/financial_account_service.rb +0 -43
  586. data/lib/stripe/services/v2/money_management/financial_address_service.rb +0 -82
  587. data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +0 -125
  588. data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +0 -95
  589. data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +0 -199
  590. data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +0 -235
  591. data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +0 -172
  592. data/lib/stripe/services/v2/money_management/payout_method_service.rb +0 -90
  593. data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +0 -32
  594. data/lib/stripe/services/v2/money_management/received_credit_service.rb +0 -70
  595. data/lib/stripe/services/v2/money_management/received_debit_service.rb +0 -43
  596. data/lib/stripe/services/v2/money_management/transaction_entry_service.rb +0 -69
  597. data/lib/stripe/services/v2/money_management/transaction_service.rb +0 -73
  598. data/lib/stripe/services/v2/money_management_service.rb +0 -31
  599. data/lib/stripe/services/v2/payment_service.rb +0 -15
  600. data/lib/stripe/services/v2/payments/off_session_payment_service.rb +0 -137
  601. data/lib/stripe/services/v2/test_helper_service.rb +0 -15
  602. data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +0 -49
  603. data/rbi/stripe.rbi +0 -193855
@@ -186,10 +186,8 @@ module Stripe
186
186
  class AmazonPay < Stripe::StripeObject
187
187
  class Funding < Stripe::StripeObject
188
188
  class Card < Stripe::StripeObject
189
- # Card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa`, or `unknown`.
189
+ # Card brand. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa` or `unknown`.
190
190
  attr_reader :brand
191
- # The [product code](https://stripe.com/docs/card-product-codes) that identifies the specific program or product associated with a card. (For internal use only and not typically available in standard API requests.)
192
- attr_reader :brand_product
193
191
  # Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.
194
192
  attr_reader :country
195
193
  # Two-digit number representing the card's expiration month.
@@ -275,11 +273,6 @@ module Stripe
275
273
  attr_reader :cvc_check
276
274
  end
277
275
 
278
- class DecrementalAuthorization < Stripe::StripeObject
279
- # Indicates whether or not the decremental authorization feature is supported.
280
- attr_reader :status
281
- end
282
-
283
276
  class ExtendedAuthorization < Stripe::StripeObject
284
277
  # Indicates whether or not the capture window is extended beyond the standard authorization.
285
278
  attr_reader :status
@@ -321,11 +314,6 @@ module Stripe
321
314
  attr_reader :status
322
315
  end
323
316
 
324
- class PartialAuthorization < Stripe::StripeObject
325
- # Indicates whether the transaction requested for partial authorization feature and the authorization outcome.
326
- attr_reader :status
327
- end
328
-
329
317
  class ThreeDSecure < Stripe::StripeObject
330
318
  # For authenticated transactions: how the customer was authenticated by
331
319
  # the issuing bank.
@@ -458,11 +446,9 @@ module Stripe
458
446
  end
459
447
  # The authorized amount.
460
448
  attr_reader :amount_authorized
461
- # The latest amount intended to be authorized by this charge.
462
- attr_reader :amount_requested
463
449
  # Authorization code on the charge.
464
450
  attr_reader :authorization_code
465
- # Card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa`, or `unknown`.
451
+ # Card brand. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa` or `unknown`.
466
452
  attr_reader :brand
467
453
  # When using manual capture, a future timestamp at which the charge will be automatically refunded if uncaptured.
468
454
  attr_reader :capture_before
@@ -470,8 +456,6 @@ module Stripe
470
456
  attr_reader :checks
471
457
  # Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.
472
458
  attr_reader :country
473
- # Attribute for field decremental_authorization
474
- attr_reader :decremental_authorization
475
459
  # A high-level description of the type of cards issued in this range. (For internal use only and not typically available in standard API requests.)
476
460
  attr_reader :description
477
461
  # Two-digit number representing the card's expiration month.
@@ -512,8 +496,6 @@ module Stripe
512
496
  attr_reader :network_transaction_id
513
497
  # Attribute for field overcapture
514
498
  attr_reader :overcapture
515
- # Attribute for field partial_authorization
516
- attr_reader :partial_authorization
517
499
  # Status of a card based on the card issuer.
518
500
  attr_reader :regulated_status
519
501
  # Populated if this transaction used 3D Secure authentication.
@@ -557,7 +539,7 @@ module Stripe
557
539
  end
558
540
  # The authorized amount
559
541
  attr_reader :amount_authorized
560
- # Card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa`, or `unknown`.
542
+ # Card brand. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa` or `unknown`.
561
543
  attr_reader :brand
562
544
  # The [product code](https://stripe.com/docs/card-product-codes) that identifies the specific program or product associated with a card.
563
545
  attr_reader :brand_product
@@ -614,6 +596,8 @@ module Stripe
614
596
  attr_reader :buyer_id
615
597
  # A public identifier for buyers using Cash App.
616
598
  attr_reader :cashtag
599
+ # A unique and immutable identifier of payments assigned by Cash App
600
+ attr_reader :transaction_id
617
601
  end
618
602
 
619
603
  class Crypto < Stripe::StripeObject
@@ -660,26 +644,11 @@ module Stripe
660
644
  attr_reader :verified_name
661
645
  end
662
646
 
663
- class Gopay < Stripe::StripeObject; end
664
-
665
647
  class Grabpay < Stripe::StripeObject
666
648
  # Unique transaction id generated by GrabPay
667
649
  attr_reader :transaction_id
668
650
  end
669
651
 
670
- class IdBankTransfer < Stripe::StripeObject
671
- # Account number of the bank account to transfer funds to.
672
- attr_reader :account_number
673
- # Bank where the account is located.
674
- attr_reader :bank
675
- # Local bank code of the bank.
676
- attr_reader :bank_code
677
- # Name of the bank associated with the bank account.
678
- attr_reader :bank_name
679
- # Merchant name and billing details name, for the customer to check for the correct merchant when performing the bank transfer.
680
- attr_reader :display_name
681
- end
682
-
683
652
  class Ideal < Stripe::StripeObject
684
653
  # The customer's bank. Can be one of `abn_amro`, `asn_bank`, `bunq`, `buut`, `handelsbanken`, `ing`, `knab`, `moneyou`, `n26`, `nn`, `rabobank`, `regiobank`, `revolut`, `sns_bank`, `triodos_bank`, `van_lanschot`, or `yoursafe`.
685
654
  attr_reader :bank
@@ -805,8 +774,6 @@ module Stripe
805
774
  attr_reader :country
806
775
  end
807
776
 
808
- class MbWay < Stripe::StripeObject; end
809
-
810
777
  class Mobilepay < Stripe::StripeObject
811
778
  class Card < Stripe::StripeObject
812
779
  # Brand of the card used in the transaction
@@ -886,36 +853,6 @@ module Stripe
886
853
  # Indicates whether the transaction is eligible for PayPal's seller protection.
887
854
  attr_reader :status
888
855
  end
889
-
890
- class Shipping < Stripe::StripeObject
891
- # City, district, suburb, town, or village.
892
- attr_reader :city
893
- # Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
894
- attr_reader :country
895
- # Address line 1 (e.g., street, PO Box, or company name).
896
- attr_reader :line1
897
- # Address line 2 (e.g., apartment, suite, unit, or building).
898
- attr_reader :line2
899
- # ZIP or postal code.
900
- attr_reader :postal_code
901
- # State, county, province, or region.
902
- attr_reader :state
903
- end
904
-
905
- class VerifiedAddress < Stripe::StripeObject
906
- # City, district, suburb, town, or village.
907
- attr_reader :city
908
- # Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
909
- attr_reader :country
910
- # Address line 1 (e.g., street, PO Box, or company name).
911
- attr_reader :line1
912
- # Address line 2 (e.g., apartment, suite, unit, or building).
913
- attr_reader :line2
914
- # ZIP or postal code.
915
- attr_reader :postal_code
916
- # State, county, province, or region.
917
- attr_reader :state
918
- end
919
856
  # Two-letter ISO code representing the buyer's country. Values are provided by PayPal directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.
920
857
  attr_reader :country
921
858
  # Owner's email. Values are provided by PayPal directly
@@ -928,33 +865,8 @@ module Stripe
928
865
  attr_reader :payer_name
929
866
  # The level of protection offered as defined by PayPal Seller Protection for Merchants, for this transaction.
930
867
  attr_reader :seller_protection
931
- # The shipping address for the customer, as supplied by the merchant at the point of payment
932
- # execution. This shipping address will not be updated if the merchant updates the shipping
933
- # address on the PaymentIntent after the PaymentIntent was successfully confirmed.
934
- attr_reader :shipping
935
868
  # A unique ID generated by PayPal for this transaction.
936
869
  attr_reader :transaction_id
937
- # The shipping address for the customer, as supplied by the merchant at the point of payment
938
- # execution. This shipping address will not be updated if the merchant updates the shipping
939
- # address on the PaymentIntent after the PaymentIntent was successfully confirmed.
940
- attr_reader :verified_address
941
- # Owner's verified email. Values are verified or provided by PayPal directly
942
- # (if supported) at the time of authorization or settlement. They cannot be set or mutated.
943
- attr_reader :verified_email
944
- # Owner's verified full name. Values are verified or provided by PayPal directly
945
- # (if supported) at the time of authorization or settlement. They cannot be set or mutated.
946
- attr_reader :verified_name
947
- end
948
-
949
- class Payto < Stripe::StripeObject
950
- # Bank-State-Branch number of the bank account.
951
- attr_reader :bsb_number
952
- # Last four digits of the bank account number.
953
- attr_reader :last4
954
- # ID of the mandate used to make this payment.
955
- attr_reader :mandate
956
- # The PayID alias for the bank account.
957
- attr_reader :pay_id
958
870
  end
959
871
 
960
872
  class Pix < Stripe::StripeObject
@@ -967,16 +879,11 @@ module Stripe
967
879
  attr_reader :reference
968
880
  end
969
881
 
970
- class Qris < Stripe::StripeObject; end
971
- class Rechnung < Stripe::StripeObject; end
972
-
973
882
  class RevolutPay < Stripe::StripeObject
974
883
  class Funding < Stripe::StripeObject
975
884
  class Card < Stripe::StripeObject
976
- # Card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa`, or `unknown`.
885
+ # Card brand. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa` or `unknown`.
977
886
  attr_reader :brand
978
- # The [product code](https://stripe.com/docs/card-product-codes) that identifies the specific program or product associated with a card. (For internal use only and not typically available in standard API requests.)
979
- attr_reader :brand_product
980
887
  # Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.
981
888
  attr_reader :country
982
889
  # Two-digit number representing the card's expiration month.
@@ -1028,8 +935,6 @@ module Stripe
1028
935
  attr_reader :mandate
1029
936
  end
1030
937
 
1031
- class Shopeepay < Stripe::StripeObject; end
1032
-
1033
938
  class Sofort < Stripe::StripeObject
1034
939
  # Bank code of bank associated with the bank account.
1035
940
  attr_reader :bank_code
@@ -1055,13 +960,6 @@ module Stripe
1055
960
 
1056
961
  class StripeAccount < Stripe::StripeObject; end
1057
962
 
1058
- class StripeBalance < Stripe::StripeObject
1059
- # The connected account ID whose Stripe balance to use as the source of payment
1060
- attr_reader :account
1061
- # The [source_type](https://docs.stripe.com/api/balance/balance_object#balance_object-available-source_types) of the balance
1062
- attr_reader :source_type
1063
- end
1064
-
1065
963
  class Swish < Stripe::StripeObject
1066
964
  # Uniquely identifies the payer's Swish account. You can use this attribute to check whether two Swish transactions were paid for by the same payer
1067
965
  attr_reader :fingerprint
@@ -1150,12 +1048,8 @@ module Stripe
1150
1048
  attr_reader :fpx
1151
1049
  # Attribute for field giropay
1152
1050
  attr_reader :giropay
1153
- # Attribute for field gopay
1154
- attr_reader :gopay
1155
1051
  # Attribute for field grabpay
1156
1052
  attr_reader :grabpay
1157
- # Attribute for field id_bank_transfer
1158
- attr_reader :id_bank_transfer
1159
1053
  # Attribute for field ideal
1160
1054
  attr_reader :ideal
1161
1055
  # Attribute for field interac_present
@@ -1170,8 +1064,6 @@ module Stripe
1170
1064
  attr_reader :kr_card
1171
1065
  # Attribute for field link
1172
1066
  attr_reader :link
1173
- # Attribute for field mb_way
1174
- attr_reader :mb_way
1175
1067
  # Attribute for field mobilepay
1176
1068
  attr_reader :mobilepay
1177
1069
  # Attribute for field multibanco
@@ -1192,16 +1084,10 @@ module Stripe
1192
1084
  attr_reader :paynow
1193
1085
  # Attribute for field paypal
1194
1086
  attr_reader :paypal
1195
- # Attribute for field payto
1196
- attr_reader :payto
1197
1087
  # Attribute for field pix
1198
1088
  attr_reader :pix
1199
1089
  # Attribute for field promptpay
1200
1090
  attr_reader :promptpay
1201
- # Attribute for field qris
1202
- attr_reader :qris
1203
- # Attribute for field rechnung
1204
- attr_reader :rechnung
1205
1091
  # Attribute for field revolut_pay
1206
1092
  attr_reader :revolut_pay
1207
1093
  # Attribute for field samsung_pay
@@ -1212,14 +1098,10 @@ module Stripe
1212
1098
  attr_reader :sepa_credit_transfer
1213
1099
  # Attribute for field sepa_debit
1214
1100
  attr_reader :sepa_debit
1215
- # Attribute for field shopeepay
1216
- attr_reader :shopeepay
1217
1101
  # Attribute for field sofort
1218
1102
  attr_reader :sofort
1219
1103
  # Attribute for field stripe_account
1220
1104
  attr_reader :stripe_account
1221
- # Attribute for field stripe_balance
1222
- attr_reader :stripe_balance
1223
1105
  # Attribute for field swish
1224
1106
  attr_reader :swish
1225
1107
  # Attribute for field twint
@@ -1239,7 +1121,7 @@ module Stripe
1239
1121
  end
1240
1122
 
1241
1123
  class PresentmentDetails < Stripe::StripeObject
1242
- # Amount intended to be collected by this payment, denominated in presentment_currency.
1124
+ # Amount intended to be collected by this payment, denominated in `presentment_currency`.
1243
1125
  attr_reader :presentment_amount
1244
1126
  # Currency presented to the customer during payment.
1245
1127
  attr_reader :presentment_currency
@@ -1518,711 +1400,6 @@ module Stripe
1518
1400
  end
1519
1401
  end
1520
1402
 
1521
- class PaymentDetails < Stripe::RequestParams
1522
- class CarRental < Stripe::RequestParams
1523
- class Affiliate < Stripe::RequestParams
1524
- # The name of the affiliate that originated the purchase.
1525
- attr_accessor :name
1526
-
1527
- def initialize(name: nil)
1528
- @name = name
1529
- end
1530
- end
1531
-
1532
- class Delivery < Stripe::RequestParams
1533
- class Recipient < Stripe::RequestParams
1534
- # The email of the recipient the ticket is delivered to.
1535
- attr_accessor :email
1536
- # The name of the recipient the ticket is delivered to.
1537
- attr_accessor :name
1538
- # The phone number of the recipient the ticket is delivered to.
1539
- attr_accessor :phone
1540
-
1541
- def initialize(email: nil, name: nil, phone: nil)
1542
- @email = email
1543
- @name = name
1544
- @phone = phone
1545
- end
1546
- end
1547
- # The delivery method for the payment
1548
- attr_accessor :mode
1549
- # Details of the recipient.
1550
- attr_accessor :recipient
1551
-
1552
- def initialize(mode: nil, recipient: nil)
1553
- @mode = mode
1554
- @recipient = recipient
1555
- end
1556
- end
1557
-
1558
- class Distance < Stripe::RequestParams
1559
- # Distance traveled.
1560
- attr_accessor :amount
1561
- # Unit of measurement for the distance traveled. One of `miles` or `kilometers`.
1562
- attr_accessor :unit
1563
-
1564
- def initialize(amount: nil, unit: nil)
1565
- @amount = amount
1566
- @unit = unit
1567
- end
1568
- end
1569
-
1570
- class Driver < Stripe::RequestParams
1571
- # Driver's identification number.
1572
- attr_accessor :driver_identification_number
1573
- # Driver's tax number.
1574
- attr_accessor :driver_tax_number
1575
- # Full name of the person or entity on the car reservation.
1576
- attr_accessor :name
1577
-
1578
- def initialize(driver_identification_number: nil, driver_tax_number: nil, name: nil)
1579
- @driver_identification_number = driver_identification_number
1580
- @driver_tax_number = driver_tax_number
1581
- @name = name
1582
- end
1583
- end
1584
-
1585
- class PickupAddress < Stripe::RequestParams
1586
- # City, district, suburb, town, or village.
1587
- attr_accessor :city
1588
- # Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
1589
- attr_accessor :country
1590
- # Address line 1 (e.g., street, PO Box, or company name).
1591
- attr_accessor :line1
1592
- # Address line 2 (e.g., apartment, suite, unit, or building).
1593
- attr_accessor :line2
1594
- # ZIP or postal code.
1595
- attr_accessor :postal_code
1596
- # State, county, province, or region.
1597
- attr_accessor :state
1598
-
1599
- def initialize(
1600
- city: nil,
1601
- country: nil,
1602
- line1: nil,
1603
- line2: nil,
1604
- postal_code: nil,
1605
- state: nil
1606
- )
1607
- @city = city
1608
- @country = country
1609
- @line1 = line1
1610
- @line2 = line2
1611
- @postal_code = postal_code
1612
- @state = state
1613
- end
1614
- end
1615
-
1616
- class ReturnAddress < Stripe::RequestParams
1617
- # City, district, suburb, town, or village.
1618
- attr_accessor :city
1619
- # Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
1620
- attr_accessor :country
1621
- # Address line 1 (e.g., street, PO Box, or company name).
1622
- attr_accessor :line1
1623
- # Address line 2 (e.g., apartment, suite, unit, or building).
1624
- attr_accessor :line2
1625
- # ZIP or postal code.
1626
- attr_accessor :postal_code
1627
- # State, county, province, or region.
1628
- attr_accessor :state
1629
-
1630
- def initialize(
1631
- city: nil,
1632
- country: nil,
1633
- line1: nil,
1634
- line2: nil,
1635
- postal_code: nil,
1636
- state: nil
1637
- )
1638
- @city = city
1639
- @country = country
1640
- @line1 = line1
1641
- @line2 = line2
1642
- @postal_code = postal_code
1643
- @state = state
1644
- end
1645
- end
1646
- # Affiliate details for this purchase.
1647
- attr_accessor :affiliate
1648
- # The booking number associated with the car rental.
1649
- attr_accessor :booking_number
1650
- # Class code of the car.
1651
- attr_accessor :car_class_code
1652
- # Make of the car.
1653
- attr_accessor :car_make
1654
- # Model of the car.
1655
- attr_accessor :car_model
1656
- # The name of the rental car company.
1657
- attr_accessor :company
1658
- # The customer service phone number of the car rental company.
1659
- attr_accessor :customer_service_phone_number
1660
- # Number of days the car is being rented.
1661
- attr_accessor :days_rented
1662
- # Delivery details for this purchase.
1663
- attr_accessor :delivery
1664
- # The details of the distance traveled during the rental period.
1665
- attr_accessor :distance
1666
- # The details of the passengers in the travel reservation
1667
- attr_accessor :drivers
1668
- # List of additional charges being billed.
1669
- attr_accessor :extra_charges
1670
- # Indicates if the customer did not keep nor cancel their booking.
1671
- attr_accessor :no_show
1672
- # Car pick-up address.
1673
- attr_accessor :pickup_address
1674
- # Car pick-up time. Measured in seconds since the Unix epoch.
1675
- attr_accessor :pickup_at
1676
- # Name of the pickup location.
1677
- attr_accessor :pickup_location_name
1678
- # Rental rate.
1679
- attr_accessor :rate_amount
1680
- # The frequency at which the rate amount is applied. One of `day`, `week` or `month`
1681
- attr_accessor :rate_interval
1682
- # The name of the person or entity renting the car.
1683
- attr_accessor :renter_name
1684
- # Car return address.
1685
- attr_accessor :return_address
1686
- # Car return time. Measured in seconds since the Unix epoch.
1687
- attr_accessor :return_at
1688
- # Name of the return location.
1689
- attr_accessor :return_location_name
1690
- # Indicates whether the goods or services are tax-exempt or tax is not collected.
1691
- attr_accessor :tax_exempt
1692
- # The vehicle identification number.
1693
- attr_accessor :vehicle_identification_number
1694
-
1695
- def initialize(
1696
- affiliate: nil,
1697
- booking_number: nil,
1698
- car_class_code: nil,
1699
- car_make: nil,
1700
- car_model: nil,
1701
- company: nil,
1702
- customer_service_phone_number: nil,
1703
- days_rented: nil,
1704
- delivery: nil,
1705
- distance: nil,
1706
- drivers: nil,
1707
- extra_charges: nil,
1708
- no_show: nil,
1709
- pickup_address: nil,
1710
- pickup_at: nil,
1711
- pickup_location_name: nil,
1712
- rate_amount: nil,
1713
- rate_interval: nil,
1714
- renter_name: nil,
1715
- return_address: nil,
1716
- return_at: nil,
1717
- return_location_name: nil,
1718
- tax_exempt: nil,
1719
- vehicle_identification_number: nil
1720
- )
1721
- @affiliate = affiliate
1722
- @booking_number = booking_number
1723
- @car_class_code = car_class_code
1724
- @car_make = car_make
1725
- @car_model = car_model
1726
- @company = company
1727
- @customer_service_phone_number = customer_service_phone_number
1728
- @days_rented = days_rented
1729
- @delivery = delivery
1730
- @distance = distance
1731
- @drivers = drivers
1732
- @extra_charges = extra_charges
1733
- @no_show = no_show
1734
- @pickup_address = pickup_address
1735
- @pickup_at = pickup_at
1736
- @pickup_location_name = pickup_location_name
1737
- @rate_amount = rate_amount
1738
- @rate_interval = rate_interval
1739
- @renter_name = renter_name
1740
- @return_address = return_address
1741
- @return_at = return_at
1742
- @return_location_name = return_location_name
1743
- @tax_exempt = tax_exempt
1744
- @vehicle_identification_number = vehicle_identification_number
1745
- end
1746
- end
1747
-
1748
- class EventDetails < Stripe::RequestParams
1749
- class Address < Stripe::RequestParams
1750
- # City, district, suburb, town, or village.
1751
- attr_accessor :city
1752
- # Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
1753
- attr_accessor :country
1754
- # Address line 1 (e.g., street, PO Box, or company name).
1755
- attr_accessor :line1
1756
- # Address line 2 (e.g., apartment, suite, unit, or building).
1757
- attr_accessor :line2
1758
- # ZIP or postal code.
1759
- attr_accessor :postal_code
1760
- # State, county, province, or region.
1761
- attr_accessor :state
1762
-
1763
- def initialize(
1764
- city: nil,
1765
- country: nil,
1766
- line1: nil,
1767
- line2: nil,
1768
- postal_code: nil,
1769
- state: nil
1770
- )
1771
- @city = city
1772
- @country = country
1773
- @line1 = line1
1774
- @line2 = line2
1775
- @postal_code = postal_code
1776
- @state = state
1777
- end
1778
- end
1779
-
1780
- class Affiliate < Stripe::RequestParams
1781
- # The name of the affiliate that originated the purchase.
1782
- attr_accessor :name
1783
-
1784
- def initialize(name: nil)
1785
- @name = name
1786
- end
1787
- end
1788
-
1789
- class Delivery < Stripe::RequestParams
1790
- class Recipient < Stripe::RequestParams
1791
- # The email of the recipient the ticket is delivered to.
1792
- attr_accessor :email
1793
- # The name of the recipient the ticket is delivered to.
1794
- attr_accessor :name
1795
- # The phone number of the recipient the ticket is delivered to.
1796
- attr_accessor :phone
1797
-
1798
- def initialize(email: nil, name: nil, phone: nil)
1799
- @email = email
1800
- @name = name
1801
- @phone = phone
1802
- end
1803
- end
1804
- # The delivery method for the payment
1805
- attr_accessor :mode
1806
- # Details of the recipient.
1807
- attr_accessor :recipient
1808
-
1809
- def initialize(mode: nil, recipient: nil)
1810
- @mode = mode
1811
- @recipient = recipient
1812
- end
1813
- end
1814
- # Indicates if the tickets are digitally checked when entering the venue.
1815
- attr_accessor :access_controlled_venue
1816
- # The event location's address.
1817
- attr_accessor :address
1818
- # Affiliate details for this purchase.
1819
- attr_accessor :affiliate
1820
- # The name of the company
1821
- attr_accessor :company
1822
- # Delivery details for this purchase.
1823
- attr_accessor :delivery
1824
- # Event end time. Measured in seconds since the Unix epoch.
1825
- attr_accessor :ends_at
1826
- # Type of the event entertainment (concert, sports event etc)
1827
- attr_accessor :genre
1828
- # The name of the event.
1829
- attr_accessor :name
1830
- # Event start time. Measured in seconds since the Unix epoch.
1831
- attr_accessor :starts_at
1832
-
1833
- def initialize(
1834
- access_controlled_venue: nil,
1835
- address: nil,
1836
- affiliate: nil,
1837
- company: nil,
1838
- delivery: nil,
1839
- ends_at: nil,
1840
- genre: nil,
1841
- name: nil,
1842
- starts_at: nil
1843
- )
1844
- @access_controlled_venue = access_controlled_venue
1845
- @address = address
1846
- @affiliate = affiliate
1847
- @company = company
1848
- @delivery = delivery
1849
- @ends_at = ends_at
1850
- @genre = genre
1851
- @name = name
1852
- @starts_at = starts_at
1853
- end
1854
- end
1855
-
1856
- class Flight < Stripe::RequestParams
1857
- class Affiliate < Stripe::RequestParams
1858
- # The name of the affiliate that originated the purchase.
1859
- attr_accessor :name
1860
-
1861
- def initialize(name: nil)
1862
- @name = name
1863
- end
1864
- end
1865
-
1866
- class Delivery < Stripe::RequestParams
1867
- class Recipient < Stripe::RequestParams
1868
- # The email of the recipient the ticket is delivered to.
1869
- attr_accessor :email
1870
- # The name of the recipient the ticket is delivered to.
1871
- attr_accessor :name
1872
- # The phone number of the recipient the ticket is delivered to.
1873
- attr_accessor :phone
1874
-
1875
- def initialize(email: nil, name: nil, phone: nil)
1876
- @email = email
1877
- @name = name
1878
- @phone = phone
1879
- end
1880
- end
1881
- # The delivery method for the payment
1882
- attr_accessor :mode
1883
- # Details of the recipient.
1884
- attr_accessor :recipient
1885
-
1886
- def initialize(mode: nil, recipient: nil)
1887
- @mode = mode
1888
- @recipient = recipient
1889
- end
1890
- end
1891
-
1892
- class Passenger < Stripe::RequestParams
1893
- # Full name of the person or entity on the flight reservation.
1894
- attr_accessor :name
1895
-
1896
- def initialize(name: nil)
1897
- @name = name
1898
- end
1899
- end
1900
-
1901
- class Segment < Stripe::RequestParams
1902
- # The flight segment amount.
1903
- attr_accessor :amount
1904
- # The International Air Transport Association (IATA) airport code for the arrival airport.
1905
- attr_accessor :arrival_airport
1906
- # The arrival time for the flight segment. Measured in seconds since the Unix epoch.
1907
- attr_accessor :arrives_at
1908
- # The International Air Transport Association (IATA) carrier code of the carrier operating the flight segment.
1909
- attr_accessor :carrier
1910
- # The departure time for the flight segment. Measured in seconds since the Unix epoch.
1911
- attr_accessor :departs_at
1912
- # The International Air Transport Association (IATA) airport code for the departure airport.
1913
- attr_accessor :departure_airport
1914
- # The flight number associated with the segment
1915
- attr_accessor :flight_number
1916
- # The fare class for the segment.
1917
- attr_accessor :service_class
1918
-
1919
- def initialize(
1920
- amount: nil,
1921
- arrival_airport: nil,
1922
- arrives_at: nil,
1923
- carrier: nil,
1924
- departs_at: nil,
1925
- departure_airport: nil,
1926
- flight_number: nil,
1927
- service_class: nil
1928
- )
1929
- @amount = amount
1930
- @arrival_airport = arrival_airport
1931
- @arrives_at = arrives_at
1932
- @carrier = carrier
1933
- @departs_at = departs_at
1934
- @departure_airport = departure_airport
1935
- @flight_number = flight_number
1936
- @service_class = service_class
1937
- end
1938
- end
1939
- # Affiliate details for this purchase.
1940
- attr_accessor :affiliate
1941
- # The agency number (i.e. International Air Transport Association (IATA) agency number) of the travel agency that made the booking.
1942
- attr_accessor :agency_number
1943
- # The International Air Transport Association (IATA) carrier code of the carrier that issued the ticket.
1944
- attr_accessor :carrier
1945
- # Delivery details for this purchase.
1946
- attr_accessor :delivery
1947
- # The name of the person or entity on the reservation.
1948
- attr_accessor :passenger_name
1949
- # The details of the passengers in the travel reservation.
1950
- attr_accessor :passengers
1951
- # The individual flight segments associated with the trip.
1952
- attr_accessor :segments
1953
- # The ticket number associated with the travel reservation.
1954
- attr_accessor :ticket_number
1955
-
1956
- def initialize(
1957
- affiliate: nil,
1958
- agency_number: nil,
1959
- carrier: nil,
1960
- delivery: nil,
1961
- passenger_name: nil,
1962
- passengers: nil,
1963
- segments: nil,
1964
- ticket_number: nil
1965
- )
1966
- @affiliate = affiliate
1967
- @agency_number = agency_number
1968
- @carrier = carrier
1969
- @delivery = delivery
1970
- @passenger_name = passenger_name
1971
- @passengers = passengers
1972
- @segments = segments
1973
- @ticket_number = ticket_number
1974
- end
1975
- end
1976
-
1977
- class Lodging < Stripe::RequestParams
1978
- class Address < Stripe::RequestParams
1979
- # City, district, suburb, town, or village.
1980
- attr_accessor :city
1981
- # Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
1982
- attr_accessor :country
1983
- # Address line 1 (e.g., street, PO Box, or company name).
1984
- attr_accessor :line1
1985
- # Address line 2 (e.g., apartment, suite, unit, or building).
1986
- attr_accessor :line2
1987
- # ZIP or postal code.
1988
- attr_accessor :postal_code
1989
- # State, county, province, or region.
1990
- attr_accessor :state
1991
-
1992
- def initialize(
1993
- city: nil,
1994
- country: nil,
1995
- line1: nil,
1996
- line2: nil,
1997
- postal_code: nil,
1998
- state: nil
1999
- )
2000
- @city = city
2001
- @country = country
2002
- @line1 = line1
2003
- @line2 = line2
2004
- @postal_code = postal_code
2005
- @state = state
2006
- end
2007
- end
2008
-
2009
- class Affiliate < Stripe::RequestParams
2010
- # The name of the affiliate that originated the purchase.
2011
- attr_accessor :name
2012
-
2013
- def initialize(name: nil)
2014
- @name = name
2015
- end
2016
- end
2017
-
2018
- class Delivery < Stripe::RequestParams
2019
- class Recipient < Stripe::RequestParams
2020
- # The email of the recipient the ticket is delivered to.
2021
- attr_accessor :email
2022
- # The name of the recipient the ticket is delivered to.
2023
- attr_accessor :name
2024
- # The phone number of the recipient the ticket is delivered to.
2025
- attr_accessor :phone
2026
-
2027
- def initialize(email: nil, name: nil, phone: nil)
2028
- @email = email
2029
- @name = name
2030
- @phone = phone
2031
- end
2032
- end
2033
- # The delivery method for the payment
2034
- attr_accessor :mode
2035
- # Details of the recipient.
2036
- attr_accessor :recipient
2037
-
2038
- def initialize(mode: nil, recipient: nil)
2039
- @mode = mode
2040
- @recipient = recipient
2041
- end
2042
- end
2043
-
2044
- class Passenger < Stripe::RequestParams
2045
- # Full name of the person or entity on the lodging reservation.
2046
- attr_accessor :name
2047
-
2048
- def initialize(name: nil)
2049
- @name = name
2050
- end
2051
- end
2052
- # The lodging location's address.
2053
- attr_accessor :address
2054
- # The number of adults on the booking
2055
- attr_accessor :adults
2056
- # Affiliate details for this purchase.
2057
- attr_accessor :affiliate
2058
- # The booking number associated with the lodging reservation.
2059
- attr_accessor :booking_number
2060
- # The lodging category
2061
- attr_accessor :category
2062
- # Lodging check-in time. Measured in seconds since the Unix epoch.
2063
- attr_accessor :checkin_at
2064
- # Lodging check-out time. Measured in seconds since the Unix epoch.
2065
- attr_accessor :checkout_at
2066
- # The customer service phone number of the lodging company.
2067
- attr_accessor :customer_service_phone_number
2068
- # The daily lodging room rate.
2069
- attr_accessor :daily_room_rate_amount
2070
- # Delivery details for this purchase.
2071
- attr_accessor :delivery
2072
- # List of additional charges being billed.
2073
- attr_accessor :extra_charges
2074
- # Indicates whether the lodging location is compliant with the Fire Safety Act.
2075
- attr_accessor :fire_safety_act_compliance
2076
- # The name of the lodging location.
2077
- attr_accessor :name
2078
- # Indicates if the customer did not keep their booking while failing to cancel the reservation.
2079
- attr_accessor :no_show
2080
- # The number of rooms on the booking
2081
- attr_accessor :number_of_rooms
2082
- # The details of the passengers in the travel reservation
2083
- attr_accessor :passengers
2084
- # The phone number of the lodging location.
2085
- attr_accessor :property_phone_number
2086
- # The room class for this purchase.
2087
- attr_accessor :room_class
2088
- # The number of room nights
2089
- attr_accessor :room_nights
2090
- # The total tax amount associating with the room reservation.
2091
- attr_accessor :total_room_tax_amount
2092
- # The total tax amount
2093
- attr_accessor :total_tax_amount
2094
-
2095
- def initialize(
2096
- address: nil,
2097
- adults: nil,
2098
- affiliate: nil,
2099
- booking_number: nil,
2100
- category: nil,
2101
- checkin_at: nil,
2102
- checkout_at: nil,
2103
- customer_service_phone_number: nil,
2104
- daily_room_rate_amount: nil,
2105
- delivery: nil,
2106
- extra_charges: nil,
2107
- fire_safety_act_compliance: nil,
2108
- name: nil,
2109
- no_show: nil,
2110
- number_of_rooms: nil,
2111
- passengers: nil,
2112
- property_phone_number: nil,
2113
- room_class: nil,
2114
- room_nights: nil,
2115
- total_room_tax_amount: nil,
2116
- total_tax_amount: nil
2117
- )
2118
- @address = address
2119
- @adults = adults
2120
- @affiliate = affiliate
2121
- @booking_number = booking_number
2122
- @category = category
2123
- @checkin_at = checkin_at
2124
- @checkout_at = checkout_at
2125
- @customer_service_phone_number = customer_service_phone_number
2126
- @daily_room_rate_amount = daily_room_rate_amount
2127
- @delivery = delivery
2128
- @extra_charges = extra_charges
2129
- @fire_safety_act_compliance = fire_safety_act_compliance
2130
- @name = name
2131
- @no_show = no_show
2132
- @number_of_rooms = number_of_rooms
2133
- @passengers = passengers
2134
- @property_phone_number = property_phone_number
2135
- @room_class = room_class
2136
- @room_nights = room_nights
2137
- @total_room_tax_amount = total_room_tax_amount
2138
- @total_tax_amount = total_tax_amount
2139
- end
2140
- end
2141
-
2142
- class Subscription < Stripe::RequestParams
2143
- class Affiliate < Stripe::RequestParams
2144
- # The name of the affiliate that originated the purchase.
2145
- attr_accessor :name
2146
-
2147
- def initialize(name: nil)
2148
- @name = name
2149
- end
2150
- end
2151
-
2152
- class BillingInterval < Stripe::RequestParams
2153
- # The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
2154
- attr_accessor :count
2155
- # Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
2156
- attr_accessor :interval
2157
-
2158
- def initialize(count: nil, interval: nil)
2159
- @count = count
2160
- @interval = interval
2161
- end
2162
- end
2163
- # Affiliate details for this purchase.
2164
- attr_accessor :affiliate
2165
- # Info whether the subscription will be auto renewed upon expiry.
2166
- attr_accessor :auto_renewal
2167
- # Subscription billing details for this purchase.
2168
- attr_accessor :billing_interval
2169
- # Subscription end time. Measured in seconds since the Unix epoch.
2170
- attr_accessor :ends_at
2171
- # Name of the product on subscription. e.g. Apple Music Subscription
2172
- attr_accessor :name
2173
- # Subscription start time. Measured in seconds since the Unix epoch.
2174
- attr_accessor :starts_at
2175
-
2176
- def initialize(
2177
- affiliate: nil,
2178
- auto_renewal: nil,
2179
- billing_interval: nil,
2180
- ends_at: nil,
2181
- name: nil,
2182
- starts_at: nil
2183
- )
2184
- @affiliate = affiliate
2185
- @auto_renewal = auto_renewal
2186
- @billing_interval = billing_interval
2187
- @ends_at = ends_at
2188
- @name = name
2189
- @starts_at = starts_at
2190
- end
2191
- end
2192
- # Car rental details for this PaymentIntent.
2193
- attr_accessor :car_rental
2194
- # Some customers might be required by their company or organization to provide this information. If so, provide this value. Otherwise you can ignore this field.
2195
- attr_accessor :customer_reference
2196
- # Event details for this PaymentIntent
2197
- attr_accessor :event_details
2198
- # Flight reservation details for this PaymentIntent
2199
- attr_accessor :flight
2200
- # Lodging reservation details for this PaymentIntent
2201
- attr_accessor :lodging
2202
- # A unique value assigned by the business to identify the transaction.
2203
- attr_accessor :order_reference
2204
- # Subscription details for this PaymentIntent
2205
- attr_accessor :subscription
2206
-
2207
- def initialize(
2208
- car_rental: nil,
2209
- customer_reference: nil,
2210
- event_details: nil,
2211
- flight: nil,
2212
- lodging: nil,
2213
- order_reference: nil,
2214
- subscription: nil
2215
- )
2216
- @car_rental = car_rental
2217
- @customer_reference = customer_reference
2218
- @event_details = event_details
2219
- @flight = flight
2220
- @lodging = lodging
2221
- @order_reference = order_reference
2222
- @subscription = subscription
2223
- end
2224
- end
2225
-
2226
1403
  class Shipping < Stripe::RequestParams
2227
1404
  class Address < Stripe::RequestParams
2228
1405
  # City, district, suburb, town, or village.
@@ -2283,8 +1460,6 @@ module Stripe
2283
1460
  attr_accessor :fraud_details
2284
1461
  # Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
2285
1462
  attr_accessor :metadata
2286
- # Provides industry-specific information about the charge.
2287
- attr_accessor :payment_details
2288
1463
  # This is the email address that the receipt for this charge will be sent to. If this field is updated, then a new email receipt will be sent to the updated address.
2289
1464
  attr_accessor :receipt_email
2290
1465
  # Shipping information for the charge. Helps prevent fraud on charges for physical goods.
@@ -2298,7 +1473,6 @@ module Stripe
2298
1473
  expand: nil,
2299
1474
  fraud_details: nil,
2300
1475
  metadata: nil,
2301
- payment_details: nil,
2302
1476
  receipt_email: nil,
2303
1477
  shipping: nil,
2304
1478
  transfer_group: nil
@@ -2308,7 +1482,6 @@ module Stripe
2308
1482
  @expand = expand
2309
1483
  @fraud_details = fraud_details
2310
1484
  @metadata = metadata
2311
- @payment_details = payment_details
2312
1485
  @receipt_email = receipt_email
2313
1486
  @shipping = shipping
2314
1487
  @transfer_group = transfer_group
@@ -2334,711 +1507,6 @@ module Stripe
2334
1507
  end
2335
1508
 
2336
1509
  class CaptureParams < Stripe::RequestParams
2337
- class PaymentDetails < Stripe::RequestParams
2338
- class CarRental < Stripe::RequestParams
2339
- class Affiliate < Stripe::RequestParams
2340
- # The name of the affiliate that originated the purchase.
2341
- attr_accessor :name
2342
-
2343
- def initialize(name: nil)
2344
- @name = name
2345
- end
2346
- end
2347
-
2348
- class Delivery < Stripe::RequestParams
2349
- class Recipient < Stripe::RequestParams
2350
- # The email of the recipient the ticket is delivered to.
2351
- attr_accessor :email
2352
- # The name of the recipient the ticket is delivered to.
2353
- attr_accessor :name
2354
- # The phone number of the recipient the ticket is delivered to.
2355
- attr_accessor :phone
2356
-
2357
- def initialize(email: nil, name: nil, phone: nil)
2358
- @email = email
2359
- @name = name
2360
- @phone = phone
2361
- end
2362
- end
2363
- # The delivery method for the payment
2364
- attr_accessor :mode
2365
- # Details of the recipient.
2366
- attr_accessor :recipient
2367
-
2368
- def initialize(mode: nil, recipient: nil)
2369
- @mode = mode
2370
- @recipient = recipient
2371
- end
2372
- end
2373
-
2374
- class Distance < Stripe::RequestParams
2375
- # Distance traveled.
2376
- attr_accessor :amount
2377
- # Unit of measurement for the distance traveled. One of `miles` or `kilometers`.
2378
- attr_accessor :unit
2379
-
2380
- def initialize(amount: nil, unit: nil)
2381
- @amount = amount
2382
- @unit = unit
2383
- end
2384
- end
2385
-
2386
- class Driver < Stripe::RequestParams
2387
- # Driver's identification number.
2388
- attr_accessor :driver_identification_number
2389
- # Driver's tax number.
2390
- attr_accessor :driver_tax_number
2391
- # Full name of the person or entity on the car reservation.
2392
- attr_accessor :name
2393
-
2394
- def initialize(driver_identification_number: nil, driver_tax_number: nil, name: nil)
2395
- @driver_identification_number = driver_identification_number
2396
- @driver_tax_number = driver_tax_number
2397
- @name = name
2398
- end
2399
- end
2400
-
2401
- class PickupAddress < Stripe::RequestParams
2402
- # City, district, suburb, town, or village.
2403
- attr_accessor :city
2404
- # Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
2405
- attr_accessor :country
2406
- # Address line 1 (e.g., street, PO Box, or company name).
2407
- attr_accessor :line1
2408
- # Address line 2 (e.g., apartment, suite, unit, or building).
2409
- attr_accessor :line2
2410
- # ZIP or postal code.
2411
- attr_accessor :postal_code
2412
- # State, county, province, or region.
2413
- attr_accessor :state
2414
-
2415
- def initialize(
2416
- city: nil,
2417
- country: nil,
2418
- line1: nil,
2419
- line2: nil,
2420
- postal_code: nil,
2421
- state: nil
2422
- )
2423
- @city = city
2424
- @country = country
2425
- @line1 = line1
2426
- @line2 = line2
2427
- @postal_code = postal_code
2428
- @state = state
2429
- end
2430
- end
2431
-
2432
- class ReturnAddress < Stripe::RequestParams
2433
- # City, district, suburb, town, or village.
2434
- attr_accessor :city
2435
- # Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
2436
- attr_accessor :country
2437
- # Address line 1 (e.g., street, PO Box, or company name).
2438
- attr_accessor :line1
2439
- # Address line 2 (e.g., apartment, suite, unit, or building).
2440
- attr_accessor :line2
2441
- # ZIP or postal code.
2442
- attr_accessor :postal_code
2443
- # State, county, province, or region.
2444
- attr_accessor :state
2445
-
2446
- def initialize(
2447
- city: nil,
2448
- country: nil,
2449
- line1: nil,
2450
- line2: nil,
2451
- postal_code: nil,
2452
- state: nil
2453
- )
2454
- @city = city
2455
- @country = country
2456
- @line1 = line1
2457
- @line2 = line2
2458
- @postal_code = postal_code
2459
- @state = state
2460
- end
2461
- end
2462
- # Affiliate details for this purchase.
2463
- attr_accessor :affiliate
2464
- # The booking number associated with the car rental.
2465
- attr_accessor :booking_number
2466
- # Class code of the car.
2467
- attr_accessor :car_class_code
2468
- # Make of the car.
2469
- attr_accessor :car_make
2470
- # Model of the car.
2471
- attr_accessor :car_model
2472
- # The name of the rental car company.
2473
- attr_accessor :company
2474
- # The customer service phone number of the car rental company.
2475
- attr_accessor :customer_service_phone_number
2476
- # Number of days the car is being rented.
2477
- attr_accessor :days_rented
2478
- # Delivery details for this purchase.
2479
- attr_accessor :delivery
2480
- # The details of the distance traveled during the rental period.
2481
- attr_accessor :distance
2482
- # The details of the passengers in the travel reservation
2483
- attr_accessor :drivers
2484
- # List of additional charges being billed.
2485
- attr_accessor :extra_charges
2486
- # Indicates if the customer did not keep nor cancel their booking.
2487
- attr_accessor :no_show
2488
- # Car pick-up address.
2489
- attr_accessor :pickup_address
2490
- # Car pick-up time. Measured in seconds since the Unix epoch.
2491
- attr_accessor :pickup_at
2492
- # Name of the pickup location.
2493
- attr_accessor :pickup_location_name
2494
- # Rental rate.
2495
- attr_accessor :rate_amount
2496
- # The frequency at which the rate amount is applied. One of `day`, `week` or `month`
2497
- attr_accessor :rate_interval
2498
- # The name of the person or entity renting the car.
2499
- attr_accessor :renter_name
2500
- # Car return address.
2501
- attr_accessor :return_address
2502
- # Car return time. Measured in seconds since the Unix epoch.
2503
- attr_accessor :return_at
2504
- # Name of the return location.
2505
- attr_accessor :return_location_name
2506
- # Indicates whether the goods or services are tax-exempt or tax is not collected.
2507
- attr_accessor :tax_exempt
2508
- # The vehicle identification number.
2509
- attr_accessor :vehicle_identification_number
2510
-
2511
- def initialize(
2512
- affiliate: nil,
2513
- booking_number: nil,
2514
- car_class_code: nil,
2515
- car_make: nil,
2516
- car_model: nil,
2517
- company: nil,
2518
- customer_service_phone_number: nil,
2519
- days_rented: nil,
2520
- delivery: nil,
2521
- distance: nil,
2522
- drivers: nil,
2523
- extra_charges: nil,
2524
- no_show: nil,
2525
- pickup_address: nil,
2526
- pickup_at: nil,
2527
- pickup_location_name: nil,
2528
- rate_amount: nil,
2529
- rate_interval: nil,
2530
- renter_name: nil,
2531
- return_address: nil,
2532
- return_at: nil,
2533
- return_location_name: nil,
2534
- tax_exempt: nil,
2535
- vehicle_identification_number: nil
2536
- )
2537
- @affiliate = affiliate
2538
- @booking_number = booking_number
2539
- @car_class_code = car_class_code
2540
- @car_make = car_make
2541
- @car_model = car_model
2542
- @company = company
2543
- @customer_service_phone_number = customer_service_phone_number
2544
- @days_rented = days_rented
2545
- @delivery = delivery
2546
- @distance = distance
2547
- @drivers = drivers
2548
- @extra_charges = extra_charges
2549
- @no_show = no_show
2550
- @pickup_address = pickup_address
2551
- @pickup_at = pickup_at
2552
- @pickup_location_name = pickup_location_name
2553
- @rate_amount = rate_amount
2554
- @rate_interval = rate_interval
2555
- @renter_name = renter_name
2556
- @return_address = return_address
2557
- @return_at = return_at
2558
- @return_location_name = return_location_name
2559
- @tax_exempt = tax_exempt
2560
- @vehicle_identification_number = vehicle_identification_number
2561
- end
2562
- end
2563
-
2564
- class EventDetails < Stripe::RequestParams
2565
- class Address < Stripe::RequestParams
2566
- # City, district, suburb, town, or village.
2567
- attr_accessor :city
2568
- # Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
2569
- attr_accessor :country
2570
- # Address line 1 (e.g., street, PO Box, or company name).
2571
- attr_accessor :line1
2572
- # Address line 2 (e.g., apartment, suite, unit, or building).
2573
- attr_accessor :line2
2574
- # ZIP or postal code.
2575
- attr_accessor :postal_code
2576
- # State, county, province, or region.
2577
- attr_accessor :state
2578
-
2579
- def initialize(
2580
- city: nil,
2581
- country: nil,
2582
- line1: nil,
2583
- line2: nil,
2584
- postal_code: nil,
2585
- state: nil
2586
- )
2587
- @city = city
2588
- @country = country
2589
- @line1 = line1
2590
- @line2 = line2
2591
- @postal_code = postal_code
2592
- @state = state
2593
- end
2594
- end
2595
-
2596
- class Affiliate < Stripe::RequestParams
2597
- # The name of the affiliate that originated the purchase.
2598
- attr_accessor :name
2599
-
2600
- def initialize(name: nil)
2601
- @name = name
2602
- end
2603
- end
2604
-
2605
- class Delivery < Stripe::RequestParams
2606
- class Recipient < Stripe::RequestParams
2607
- # The email of the recipient the ticket is delivered to.
2608
- attr_accessor :email
2609
- # The name of the recipient the ticket is delivered to.
2610
- attr_accessor :name
2611
- # The phone number of the recipient the ticket is delivered to.
2612
- attr_accessor :phone
2613
-
2614
- def initialize(email: nil, name: nil, phone: nil)
2615
- @email = email
2616
- @name = name
2617
- @phone = phone
2618
- end
2619
- end
2620
- # The delivery method for the payment
2621
- attr_accessor :mode
2622
- # Details of the recipient.
2623
- attr_accessor :recipient
2624
-
2625
- def initialize(mode: nil, recipient: nil)
2626
- @mode = mode
2627
- @recipient = recipient
2628
- end
2629
- end
2630
- # Indicates if the tickets are digitally checked when entering the venue.
2631
- attr_accessor :access_controlled_venue
2632
- # The event location's address.
2633
- attr_accessor :address
2634
- # Affiliate details for this purchase.
2635
- attr_accessor :affiliate
2636
- # The name of the company
2637
- attr_accessor :company
2638
- # Delivery details for this purchase.
2639
- attr_accessor :delivery
2640
- # Event end time. Measured in seconds since the Unix epoch.
2641
- attr_accessor :ends_at
2642
- # Type of the event entertainment (concert, sports event etc)
2643
- attr_accessor :genre
2644
- # The name of the event.
2645
- attr_accessor :name
2646
- # Event start time. Measured in seconds since the Unix epoch.
2647
- attr_accessor :starts_at
2648
-
2649
- def initialize(
2650
- access_controlled_venue: nil,
2651
- address: nil,
2652
- affiliate: nil,
2653
- company: nil,
2654
- delivery: nil,
2655
- ends_at: nil,
2656
- genre: nil,
2657
- name: nil,
2658
- starts_at: nil
2659
- )
2660
- @access_controlled_venue = access_controlled_venue
2661
- @address = address
2662
- @affiliate = affiliate
2663
- @company = company
2664
- @delivery = delivery
2665
- @ends_at = ends_at
2666
- @genre = genre
2667
- @name = name
2668
- @starts_at = starts_at
2669
- end
2670
- end
2671
-
2672
- class Flight < Stripe::RequestParams
2673
- class Affiliate < Stripe::RequestParams
2674
- # The name of the affiliate that originated the purchase.
2675
- attr_accessor :name
2676
-
2677
- def initialize(name: nil)
2678
- @name = name
2679
- end
2680
- end
2681
-
2682
- class Delivery < Stripe::RequestParams
2683
- class Recipient < Stripe::RequestParams
2684
- # The email of the recipient the ticket is delivered to.
2685
- attr_accessor :email
2686
- # The name of the recipient the ticket is delivered to.
2687
- attr_accessor :name
2688
- # The phone number of the recipient the ticket is delivered to.
2689
- attr_accessor :phone
2690
-
2691
- def initialize(email: nil, name: nil, phone: nil)
2692
- @email = email
2693
- @name = name
2694
- @phone = phone
2695
- end
2696
- end
2697
- # The delivery method for the payment
2698
- attr_accessor :mode
2699
- # Details of the recipient.
2700
- attr_accessor :recipient
2701
-
2702
- def initialize(mode: nil, recipient: nil)
2703
- @mode = mode
2704
- @recipient = recipient
2705
- end
2706
- end
2707
-
2708
- class Passenger < Stripe::RequestParams
2709
- # Full name of the person or entity on the flight reservation.
2710
- attr_accessor :name
2711
-
2712
- def initialize(name: nil)
2713
- @name = name
2714
- end
2715
- end
2716
-
2717
- class Segment < Stripe::RequestParams
2718
- # The flight segment amount.
2719
- attr_accessor :amount
2720
- # The International Air Transport Association (IATA) airport code for the arrival airport.
2721
- attr_accessor :arrival_airport
2722
- # The arrival time for the flight segment. Measured in seconds since the Unix epoch.
2723
- attr_accessor :arrives_at
2724
- # The International Air Transport Association (IATA) carrier code of the carrier operating the flight segment.
2725
- attr_accessor :carrier
2726
- # The departure time for the flight segment. Measured in seconds since the Unix epoch.
2727
- attr_accessor :departs_at
2728
- # The International Air Transport Association (IATA) airport code for the departure airport.
2729
- attr_accessor :departure_airport
2730
- # The flight number associated with the segment
2731
- attr_accessor :flight_number
2732
- # The fare class for the segment.
2733
- attr_accessor :service_class
2734
-
2735
- def initialize(
2736
- amount: nil,
2737
- arrival_airport: nil,
2738
- arrives_at: nil,
2739
- carrier: nil,
2740
- departs_at: nil,
2741
- departure_airport: nil,
2742
- flight_number: nil,
2743
- service_class: nil
2744
- )
2745
- @amount = amount
2746
- @arrival_airport = arrival_airport
2747
- @arrives_at = arrives_at
2748
- @carrier = carrier
2749
- @departs_at = departs_at
2750
- @departure_airport = departure_airport
2751
- @flight_number = flight_number
2752
- @service_class = service_class
2753
- end
2754
- end
2755
- # Affiliate details for this purchase.
2756
- attr_accessor :affiliate
2757
- # The agency number (i.e. International Air Transport Association (IATA) agency number) of the travel agency that made the booking.
2758
- attr_accessor :agency_number
2759
- # The International Air Transport Association (IATA) carrier code of the carrier that issued the ticket.
2760
- attr_accessor :carrier
2761
- # Delivery details for this purchase.
2762
- attr_accessor :delivery
2763
- # The name of the person or entity on the reservation.
2764
- attr_accessor :passenger_name
2765
- # The details of the passengers in the travel reservation.
2766
- attr_accessor :passengers
2767
- # The individual flight segments associated with the trip.
2768
- attr_accessor :segments
2769
- # The ticket number associated with the travel reservation.
2770
- attr_accessor :ticket_number
2771
-
2772
- def initialize(
2773
- affiliate: nil,
2774
- agency_number: nil,
2775
- carrier: nil,
2776
- delivery: nil,
2777
- passenger_name: nil,
2778
- passengers: nil,
2779
- segments: nil,
2780
- ticket_number: nil
2781
- )
2782
- @affiliate = affiliate
2783
- @agency_number = agency_number
2784
- @carrier = carrier
2785
- @delivery = delivery
2786
- @passenger_name = passenger_name
2787
- @passengers = passengers
2788
- @segments = segments
2789
- @ticket_number = ticket_number
2790
- end
2791
- end
2792
-
2793
- class Lodging < Stripe::RequestParams
2794
- class Address < Stripe::RequestParams
2795
- # City, district, suburb, town, or village.
2796
- attr_accessor :city
2797
- # Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
2798
- attr_accessor :country
2799
- # Address line 1 (e.g., street, PO Box, or company name).
2800
- attr_accessor :line1
2801
- # Address line 2 (e.g., apartment, suite, unit, or building).
2802
- attr_accessor :line2
2803
- # ZIP or postal code.
2804
- attr_accessor :postal_code
2805
- # State, county, province, or region.
2806
- attr_accessor :state
2807
-
2808
- def initialize(
2809
- city: nil,
2810
- country: nil,
2811
- line1: nil,
2812
- line2: nil,
2813
- postal_code: nil,
2814
- state: nil
2815
- )
2816
- @city = city
2817
- @country = country
2818
- @line1 = line1
2819
- @line2 = line2
2820
- @postal_code = postal_code
2821
- @state = state
2822
- end
2823
- end
2824
-
2825
- class Affiliate < Stripe::RequestParams
2826
- # The name of the affiliate that originated the purchase.
2827
- attr_accessor :name
2828
-
2829
- def initialize(name: nil)
2830
- @name = name
2831
- end
2832
- end
2833
-
2834
- class Delivery < Stripe::RequestParams
2835
- class Recipient < Stripe::RequestParams
2836
- # The email of the recipient the ticket is delivered to.
2837
- attr_accessor :email
2838
- # The name of the recipient the ticket is delivered to.
2839
- attr_accessor :name
2840
- # The phone number of the recipient the ticket is delivered to.
2841
- attr_accessor :phone
2842
-
2843
- def initialize(email: nil, name: nil, phone: nil)
2844
- @email = email
2845
- @name = name
2846
- @phone = phone
2847
- end
2848
- end
2849
- # The delivery method for the payment
2850
- attr_accessor :mode
2851
- # Details of the recipient.
2852
- attr_accessor :recipient
2853
-
2854
- def initialize(mode: nil, recipient: nil)
2855
- @mode = mode
2856
- @recipient = recipient
2857
- end
2858
- end
2859
-
2860
- class Passenger < Stripe::RequestParams
2861
- # Full name of the person or entity on the lodging reservation.
2862
- attr_accessor :name
2863
-
2864
- def initialize(name: nil)
2865
- @name = name
2866
- end
2867
- end
2868
- # The lodging location's address.
2869
- attr_accessor :address
2870
- # The number of adults on the booking
2871
- attr_accessor :adults
2872
- # Affiliate details for this purchase.
2873
- attr_accessor :affiliate
2874
- # The booking number associated with the lodging reservation.
2875
- attr_accessor :booking_number
2876
- # The lodging category
2877
- attr_accessor :category
2878
- # Lodging check-in time. Measured in seconds since the Unix epoch.
2879
- attr_accessor :checkin_at
2880
- # Lodging check-out time. Measured in seconds since the Unix epoch.
2881
- attr_accessor :checkout_at
2882
- # The customer service phone number of the lodging company.
2883
- attr_accessor :customer_service_phone_number
2884
- # The daily lodging room rate.
2885
- attr_accessor :daily_room_rate_amount
2886
- # Delivery details for this purchase.
2887
- attr_accessor :delivery
2888
- # List of additional charges being billed.
2889
- attr_accessor :extra_charges
2890
- # Indicates whether the lodging location is compliant with the Fire Safety Act.
2891
- attr_accessor :fire_safety_act_compliance
2892
- # The name of the lodging location.
2893
- attr_accessor :name
2894
- # Indicates if the customer did not keep their booking while failing to cancel the reservation.
2895
- attr_accessor :no_show
2896
- # The number of rooms on the booking
2897
- attr_accessor :number_of_rooms
2898
- # The details of the passengers in the travel reservation
2899
- attr_accessor :passengers
2900
- # The phone number of the lodging location.
2901
- attr_accessor :property_phone_number
2902
- # The room class for this purchase.
2903
- attr_accessor :room_class
2904
- # The number of room nights
2905
- attr_accessor :room_nights
2906
- # The total tax amount associating with the room reservation.
2907
- attr_accessor :total_room_tax_amount
2908
- # The total tax amount
2909
- attr_accessor :total_tax_amount
2910
-
2911
- def initialize(
2912
- address: nil,
2913
- adults: nil,
2914
- affiliate: nil,
2915
- booking_number: nil,
2916
- category: nil,
2917
- checkin_at: nil,
2918
- checkout_at: nil,
2919
- customer_service_phone_number: nil,
2920
- daily_room_rate_amount: nil,
2921
- delivery: nil,
2922
- extra_charges: nil,
2923
- fire_safety_act_compliance: nil,
2924
- name: nil,
2925
- no_show: nil,
2926
- number_of_rooms: nil,
2927
- passengers: nil,
2928
- property_phone_number: nil,
2929
- room_class: nil,
2930
- room_nights: nil,
2931
- total_room_tax_amount: nil,
2932
- total_tax_amount: nil
2933
- )
2934
- @address = address
2935
- @adults = adults
2936
- @affiliate = affiliate
2937
- @booking_number = booking_number
2938
- @category = category
2939
- @checkin_at = checkin_at
2940
- @checkout_at = checkout_at
2941
- @customer_service_phone_number = customer_service_phone_number
2942
- @daily_room_rate_amount = daily_room_rate_amount
2943
- @delivery = delivery
2944
- @extra_charges = extra_charges
2945
- @fire_safety_act_compliance = fire_safety_act_compliance
2946
- @name = name
2947
- @no_show = no_show
2948
- @number_of_rooms = number_of_rooms
2949
- @passengers = passengers
2950
- @property_phone_number = property_phone_number
2951
- @room_class = room_class
2952
- @room_nights = room_nights
2953
- @total_room_tax_amount = total_room_tax_amount
2954
- @total_tax_amount = total_tax_amount
2955
- end
2956
- end
2957
-
2958
- class Subscription < Stripe::RequestParams
2959
- class Affiliate < Stripe::RequestParams
2960
- # The name of the affiliate that originated the purchase.
2961
- attr_accessor :name
2962
-
2963
- def initialize(name: nil)
2964
- @name = name
2965
- end
2966
- end
2967
-
2968
- class BillingInterval < Stripe::RequestParams
2969
- # The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
2970
- attr_accessor :count
2971
- # Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
2972
- attr_accessor :interval
2973
-
2974
- def initialize(count: nil, interval: nil)
2975
- @count = count
2976
- @interval = interval
2977
- end
2978
- end
2979
- # Affiliate details for this purchase.
2980
- attr_accessor :affiliate
2981
- # Info whether the subscription will be auto renewed upon expiry.
2982
- attr_accessor :auto_renewal
2983
- # Subscription billing details for this purchase.
2984
- attr_accessor :billing_interval
2985
- # Subscription end time. Measured in seconds since the Unix epoch.
2986
- attr_accessor :ends_at
2987
- # Name of the product on subscription. e.g. Apple Music Subscription
2988
- attr_accessor :name
2989
- # Subscription start time. Measured in seconds since the Unix epoch.
2990
- attr_accessor :starts_at
2991
-
2992
- def initialize(
2993
- affiliate: nil,
2994
- auto_renewal: nil,
2995
- billing_interval: nil,
2996
- ends_at: nil,
2997
- name: nil,
2998
- starts_at: nil
2999
- )
3000
- @affiliate = affiliate
3001
- @auto_renewal = auto_renewal
3002
- @billing_interval = billing_interval
3003
- @ends_at = ends_at
3004
- @name = name
3005
- @starts_at = starts_at
3006
- end
3007
- end
3008
- # Car rental details for this PaymentIntent.
3009
- attr_accessor :car_rental
3010
- # Some customers might be required by their company or organization to provide this information. If so, provide this value. Otherwise you can ignore this field.
3011
- attr_accessor :customer_reference
3012
- # Event details for this PaymentIntent
3013
- attr_accessor :event_details
3014
- # Flight reservation details for this PaymentIntent
3015
- attr_accessor :flight
3016
- # Lodging reservation details for this PaymentIntent
3017
- attr_accessor :lodging
3018
- # A unique value assigned by the business to identify the transaction.
3019
- attr_accessor :order_reference
3020
- # Subscription details for this PaymentIntent
3021
- attr_accessor :subscription
3022
-
3023
- def initialize(
3024
- car_rental: nil,
3025
- customer_reference: nil,
3026
- event_details: nil,
3027
- flight: nil,
3028
- lodging: nil,
3029
- order_reference: nil,
3030
- subscription: nil
3031
- )
3032
- @car_rental = car_rental
3033
- @customer_reference = customer_reference
3034
- @event_details = event_details
3035
- @flight = flight
3036
- @lodging = lodging
3037
- @order_reference = order_reference
3038
- @subscription = subscription
3039
- end
3040
- end
3041
-
3042
1510
  class TransferData < Stripe::RequestParams
3043
1511
  # The amount transferred to the destination account, if specified. By default, the entire charge amount is transferred to the destination account.
3044
1512
  attr_accessor :amount
@@ -3055,8 +1523,6 @@ module Stripe
3055
1523
  attr_accessor :application_fee_amount
3056
1524
  # Specifies which fields in the response should be expanded.
3057
1525
  attr_accessor :expand
3058
- # Provides industry-specific information about the charge.
3059
- attr_accessor :payment_details
3060
1526
  # The email address to send this charge's receipt to. This will override the previously-specified email address for this charge, if one was set. Receipts will not be sent in test mode.
3061
1527
  attr_accessor :receipt_email
3062
1528
  # For a non-card charge, text that appears on the customer's statement as the statement descriptor. This value overrides the account's default statement descriptor. For information about requirements, including the 22-character limit, see [the Statement Descriptor docs](https://docs.stripe.com/get-started/account/statement-descriptors).
@@ -3075,7 +1541,6 @@ module Stripe
3075
1541
  application_fee: nil,
3076
1542
  application_fee_amount: nil,
3077
1543
  expand: nil,
3078
- payment_details: nil,
3079
1544
  receipt_email: nil,
3080
1545
  statement_descriptor: nil,
3081
1546
  statement_descriptor_suffix: nil,
@@ -3086,7 +1551,6 @@ module Stripe
3086
1551
  @application_fee = application_fee
3087
1552
  @application_fee_amount = application_fee_amount
3088
1553
  @expand = expand
3089
- @payment_details = payment_details
3090
1554
  @receipt_email = receipt_email
3091
1555
  @statement_descriptor = statement_descriptor
3092
1556
  @statement_descriptor_suffix = statement_descriptor_suffix