stripe 19.2.0 → 19.3.0.pre.beta.1

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 (537) hide show
  1. checksums.yaml +4 -4
  2. data/lib/stripe/api_requestor.rb +36 -3
  3. data/lib/stripe/api_version.rb +1 -2
  4. data/lib/stripe/errors.rb +87 -0
  5. data/lib/stripe/event_types.rb +228 -0
  6. data/lib/stripe/events/unknown_event_notification.rb +1 -0
  7. data/lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb +63 -0
  8. data/lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb +44 -0
  9. data/lib/stripe/events/v2_core_batch_job_batch_failed_event.rb +44 -0
  10. data/lib/stripe/events/v2_core_batch_job_canceled_event.rb +44 -0
  11. data/lib/stripe/events/v2_core_batch_job_completed_event.rb +44 -0
  12. data/lib/stripe/events/v2_core_batch_job_created_event.rb +44 -0
  13. data/lib/stripe/events/v2_core_batch_job_ready_for_upload_event.rb +44 -0
  14. data/lib/stripe/events/v2_core_batch_job_timeout_event.rb +44 -0
  15. data/lib/stripe/events/v2_core_batch_job_updated_event.rb +44 -0
  16. data/lib/stripe/events/v2_core_batch_job_upload_timeout_event.rb +44 -0
  17. data/lib/stripe/events/v2_core_batch_job_validating_event.rb +44 -0
  18. data/lib/stripe/events/v2_core_batch_job_validation_failed_event.rb +44 -0
  19. data/lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb +78 -0
  20. data/lib/stripe/events/v2_data_reporting_query_run_created_event.rb +44 -0
  21. data/lib/stripe/events/v2_data_reporting_query_run_failed_event.rb +44 -0
  22. data/lib/stripe/events/v2_data_reporting_query_run_succeeded_event.rb +44 -0
  23. data/lib/stripe/events/v2_data_reporting_query_run_updated_event.rb +44 -0
  24. data/lib/stripe/events/v2_extend_workflow_run_failed_event.rb +75 -0
  25. data/lib/stripe/events/v2_extend_workflow_run_started_event.rb +44 -0
  26. data/lib/stripe/events/v2_extend_workflow_run_succeeded_event.rb +44 -0
  27. data/lib/stripe/events/v2_money_management_adjustment_created_event.rb +44 -0
  28. data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +44 -0
  29. data/lib/stripe/events/v2_money_management_financial_account_updated_event.rb +44 -0
  30. data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +44 -0
  31. data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +44 -0
  32. data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +61 -0
  33. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +44 -0
  34. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +44 -0
  35. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +44 -0
  36. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +44 -0
  37. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +44 -0
  38. data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +44 -0
  39. data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +44 -0
  40. data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +44 -0
  41. data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +44 -0
  42. data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +44 -0
  43. data/lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb +44 -0
  44. data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +44 -0
  45. data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +44 -0
  46. data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +44 -0
  47. data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +44 -0
  48. data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +44 -0
  49. data/lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb +44 -0
  50. data/lib/stripe/events/v2_money_management_payout_method_created_event.rb +44 -0
  51. data/lib/stripe/events/v2_money_management_payout_method_updated_event.rb +44 -0
  52. data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +61 -0
  53. data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +44 -0
  54. data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +44 -0
  55. data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +44 -0
  56. data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +44 -0
  57. data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +44 -0
  58. data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +44 -0
  59. data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +44 -0
  60. data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +44 -0
  61. data/lib/stripe/events/v2_money_management_transaction_created_event.rb +63 -0
  62. data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +44 -0
  63. data/lib/stripe/events/v2_orchestrated_commerce_agreement_confirmed_event.rb +97 -0
  64. data/lib/stripe/events/v2_orchestrated_commerce_agreement_created_event.rb +97 -0
  65. data/lib/stripe/events/v2_orchestrated_commerce_agreement_partially_confirmed_event.rb +97 -0
  66. data/lib/stripe/events/v2_orchestrated_commerce_agreement_terminated_event.rb +97 -0
  67. data/lib/stripe/object_types.rb +61 -0
  68. data/lib/stripe/params/account_create_params.rb +374 -1
  69. data/lib/stripe/params/account_notice_list_params.rb +25 -0
  70. data/lib/stripe/params/account_notice_retrieve_params.rb +13 -0
  71. data/lib/stripe/params/account_notice_update_params.rb +36 -0
  72. data/lib/stripe/params/account_session_create_params.rb +226 -1
  73. data/lib/stripe/params/account_update_params.rb +336 -0
  74. data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +65 -0
  75. data/lib/stripe/params/capital/financing_offer_list_params.rb +58 -0
  76. data/lib/stripe/params/capital/financing_offer_mark_delivered_params.rb +15 -0
  77. data/lib/stripe/params/capital/financing_offer_retrieve_params.rb +15 -0
  78. data/lib/stripe/params/capital/financing_summary_retrieve_params.rb +15 -0
  79. data/lib/stripe/params/capital/financing_transaction_list_params.rb +45 -0
  80. data/lib/stripe/params/capital/financing_transaction_retrieve_params.rb +15 -0
  81. data/lib/stripe/params/charge_capture_params.rb +1646 -0
  82. data/lib/stripe/params/charge_update_params.rb +1646 -0
  83. data/lib/stripe/params/checkout/session_create_params.rb +126 -3
  84. data/lib/stripe/params/checkout/session_update_params.rb +176 -1
  85. data/lib/stripe/params/confirmation_token_create_params.rb +78 -0
  86. data/lib/stripe/params/coupon_create_params.rb +17 -1
  87. data/lib/stripe/params/customer_session_create_params.rb +32 -1
  88. data/lib/stripe/params/dispute_update_params.rb +10 -1
  89. data/lib/stripe/params/external_account_create_params.rb +134 -0
  90. data/lib/stripe/params/external_account_delete_params.rb +6 -0
  91. data/lib/stripe/params/external_account_list_params.rb +25 -0
  92. data/lib/stripe/params/external_account_retrieve_params.rb +13 -0
  93. data/lib/stripe/params/external_account_update_params.rb +91 -0
  94. data/lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb +24 -0
  95. data/lib/stripe/params/financial_connections/authorization_retrieve_params.rb +15 -0
  96. data/lib/stripe/params/financial_connections/institution_list_params.rb +24 -0
  97. data/lib/stripe/params/financial_connections/institution_retrieve_params.rb +15 -0
  98. data/lib/stripe/params/financial_connections/session_create_params.rb +64 -2
  99. data/lib/stripe/params/fx_quote_create_params.rb +73 -0
  100. data/lib/stripe/params/fx_quote_list_params.rb +22 -0
  101. data/lib/stripe/params/fx_quote_retrieve_params.rb +13 -0
  102. data/lib/stripe/params/invoice_add_lines_params.rb +48 -1
  103. data/lib/stripe/params/invoice_attach_payment_params.rb +43 -1
  104. data/lib/stripe/params/invoice_create_params.rb +70 -2
  105. data/lib/stripe/params/invoice_create_preview_params.rb +790 -9
  106. data/lib/stripe/params/invoice_detach_payment_params.rb +16 -0
  107. data/lib/stripe/params/invoice_item_create_params.rb +33 -1
  108. data/lib/stripe/params/invoice_item_update_params.rb +33 -1
  109. data/lib/stripe/params/invoice_line_item_update_params.rb +48 -1
  110. data/lib/stripe/params/invoice_update_lines_params.rb +48 -1
  111. data/lib/stripe/params/invoice_update_params.rb +70 -2
  112. data/lib/stripe/params/issuing/cardholder_create_params.rb +2 -1
  113. data/lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb +163 -0
  114. data/lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb +50 -0
  115. data/lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb +128 -0
  116. data/lib/stripe/params/issuing/credit_underwriting_record_list_params.rb +24 -0
  117. data/lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb +86 -0
  118. data/lib/stripe/params/issuing/credit_underwriting_record_retrieve_params.rb +15 -0
  119. data/lib/stripe/params/issuing/dispute_settlement_detail_list_params.rb +33 -0
  120. data/lib/stripe/params/issuing/dispute_settlement_detail_retrieve_params.rb +15 -0
  121. data/lib/stripe/params/issuing/fraud_liability_debit_list_params.rb +44 -0
  122. data/lib/stripe/params/issuing/fraud_liability_debit_retrieve_params.rb +15 -0
  123. data/lib/stripe/params/issuing/transaction_list_params.rb +4 -0
  124. data/lib/stripe/params/mandate_list_params.rb +39 -0
  125. data/lib/stripe/params/margin_create_params.rb +25 -0
  126. data/lib/stripe/params/margin_list_params.rb +25 -0
  127. data/lib/stripe/params/margin_retrieve_params.rb +13 -0
  128. data/lib/stripe/params/margin_update_params.rb +22 -0
  129. data/lib/stripe/params/order_create_params.rb +2083 -0
  130. data/lib/stripe/params/order_list_params.rb +25 -0
  131. data/lib/stripe/params/order_retrieve_params.rb +13 -0
  132. data/lib/stripe/params/order_submit_params.rb +16 -0
  133. data/lib/stripe/params/order_update_params.rb +2087 -0
  134. data/lib/stripe/params/payment_intent_capture_params.rb +1643 -1
  135. data/lib/stripe/params/payment_intent_confirm_params.rb +3022 -87
  136. data/lib/stripe/params/payment_intent_create_params.rb +3034 -99
  137. data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +297 -0
  138. data/lib/stripe/params/payment_intent_increment_authorization_params.rb +37 -0
  139. data/lib/stripe/params/payment_intent_trigger_action_params.rb +27 -0
  140. data/lib/stripe/params/payment_intent_update_params.rb +3023 -57
  141. data/lib/stripe/params/payment_link_create_params.rb +15 -0
  142. data/lib/stripe/params/payment_method_configuration_create_params.rb +105 -0
  143. data/lib/stripe/params/payment_method_configuration_update_params.rb +105 -0
  144. data/lib/stripe/params/payment_method_create_params.rb +74 -0
  145. data/lib/stripe/params/plan_create_params.rb +15 -0
  146. data/lib/stripe/params/price_create_params.rb +15 -0
  147. data/lib/stripe/params/price_update_params.rb +19 -0
  148. data/lib/stripe/params/privacy/redaction_job_cancel_params.rb +15 -0
  149. data/lib/stripe/params/privacy/redaction_job_create_params.rb +67 -0
  150. data/lib/stripe/params/privacy/redaction_job_list_params.rb +27 -0
  151. data/lib/stripe/params/privacy/redaction_job_retrieve_params.rb +15 -0
  152. data/lib/stripe/params/privacy/redaction_job_run_params.rb +15 -0
  153. data/lib/stripe/params/privacy/redaction_job_update_params.rb +18 -0
  154. data/lib/stripe/params/privacy/redaction_job_validate_params.rb +15 -0
  155. data/lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb +24 -0
  156. data/lib/stripe/params/product_catalog/trial_offer_create_params.rb +63 -0
  157. data/lib/stripe/params/product_create_params.rb +16 -0
  158. data/lib/stripe/params/product_update_params.rb +16 -0
  159. data/lib/stripe/params/quote_create_params.rb +809 -3
  160. data/lib/stripe/params/quote_line_list_params.rb +22 -0
  161. data/lib/stripe/params/quote_list_lines_params.rb +22 -0
  162. data/lib/stripe/params/quote_list_params.rb +4 -0
  163. data/lib/stripe/params/quote_list_preview_invoice_lines_params.rb +22 -0
  164. data/lib/stripe/params/quote_mark_draft_params.rb +13 -0
  165. data/lib/stripe/params/quote_mark_stale_params.rb +16 -0
  166. data/lib/stripe/params/quote_preview_invoice_list_params.rb +22 -0
  167. data/lib/stripe/params/quote_preview_subscription_schedule_list_params.rb +22 -0
  168. data/lib/stripe/params/quote_reestimate_params.rb +13 -0
  169. data/lib/stripe/params/quote_update_params.rb +817 -4
  170. data/lib/stripe/params/reserve/hold_list_params.rb +53 -0
  171. data/lib/stripe/params/reserve/hold_retrieve_params.rb +15 -0
  172. data/lib/stripe/params/reserve/plan_retrieve_params.rb +15 -0
  173. data/lib/stripe/params/reserve/release_list_params.rb +41 -0
  174. data/lib/stripe/params/reserve/release_retrieve_params.rb +15 -0
  175. data/lib/stripe/params/setup_intent_confirm_params.rb +108 -3
  176. data/lib/stripe/params/setup_intent_create_params.rb +108 -3
  177. data/lib/stripe/params/setup_intent_update_params.rb +108 -3
  178. data/lib/stripe/params/shared_payment/granted_token_create_params.rb +47 -0
  179. data/lib/stripe/params/shared_payment/granted_token_retrieve_params.rb +15 -0
  180. data/lib/stripe/params/shared_payment/granted_token_revoke_params.rb +15 -0
  181. data/lib/stripe/params/shared_payment/issued_token_create_params.rb +67 -0
  182. data/lib/stripe/params/shared_payment/issued_token_retrieve_params.rb +15 -0
  183. data/lib/stripe/params/shared_payment/issued_token_revoke_params.rb +15 -0
  184. data/lib/stripe/params/subscription_create_params.rb +170 -6
  185. data/lib/stripe/params/subscription_item_create_params.rb +62 -2
  186. data/lib/stripe/params/subscription_item_update_params.rb +45 -1
  187. data/lib/stripe/params/subscription_pause_params.rb +50 -0
  188. data/lib/stripe/params/subscription_resume_params.rb +4 -0
  189. data/lib/stripe/params/subscription_schedule_amend_params.rb +578 -0
  190. data/lib/stripe/params/subscription_schedule_create_params.rb +167 -5
  191. data/lib/stripe/params/subscription_schedule_update_params.rb +167 -5
  192. data/lib/stripe/params/subscription_update_params.rb +153 -5
  193. data/lib/stripe/params/tax/calculation_create_params.rb +4 -0
  194. data/lib/stripe/params/tax/form_list_params.rb +51 -0
  195. data/lib/stripe/params/tax/form_pdf_params.rb +15 -0
  196. data/lib/stripe/params/tax/form_retrieve_params.rb +15 -0
  197. data/lib/stripe/params/tax/location_create_params.rb +54 -0
  198. data/lib/stripe/params/tax/location_list_params.rb +27 -0
  199. data/lib/stripe/params/tax/location_retrieve_params.rb +15 -0
  200. data/lib/stripe/params/tax/registration_create_params.rb +104 -0
  201. data/lib/stripe/params/terminal/configuration_create_params.rb +13 -0
  202. data/lib/stripe/params/terminal/configuration_update_params.rb +13 -0
  203. data/lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb +15 -0
  204. data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +78 -0
  205. data/lib/stripe/params/test_helpers/shared_payment/granted_token_create_params.rb +49 -0
  206. data/lib/stripe/params/test_helpers/shared_payment/granted_token_revoke_params.rb +17 -0
  207. data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +25 -1
  208. data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +25 -1
  209. data/lib/stripe/params/transfer_create_params.rb +4 -0
  210. data/lib/stripe/params/treasury/financial_account_create_params.rb +8 -1
  211. data/lib/stripe/params/treasury/financial_account_features_update_params.rb +4 -1
  212. data/lib/stripe/params/treasury/financial_account_update_features_params.rb +4 -1
  213. data/lib/stripe/params/treasury/financial_account_update_params.rb +8 -1
  214. data/lib/stripe/params/treasury/outbound_payment_create_params.rb +4 -0
  215. data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +24 -0
  216. data/lib/stripe/params/treasury/received_credit_create_params.rb +25 -1
  217. data/lib/stripe/params/treasury/received_debit_create_params.rb +25 -1
  218. data/lib/stripe/params/v2/billing/bill_setting_create_params.rb +74 -0
  219. data/lib/stripe/params/v2/billing/bill_setting_list_params.rb +21 -0
  220. data/lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb +10 -0
  221. data/lib/stripe/params/v2/billing/bill_setting_update_params.rb +80 -0
  222. data/lib/stripe/params/v2/billing/bill_settings/version_list_params.rb +19 -0
  223. data/lib/stripe/params/v2/billing/bill_settings/version_retrieve_params.rb +12 -0
  224. data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +10 -0
  225. data/lib/stripe/params/v2/billing/cadence_create_params.rb +253 -0
  226. data/lib/stripe/params/v2/billing/cadence_list_params.rb +43 -0
  227. data/lib/stripe/params/v2/billing/cadence_retrieve_params.rb +17 -0
  228. data/lib/stripe/params/v2/billing/cadence_update_params.rb +75 -0
  229. data/lib/stripe/params/v2/billing/collection_setting_create_params.rb +257 -0
  230. data/lib/stripe/params/v2/billing/collection_setting_list_params.rb +21 -0
  231. data/lib/stripe/params/v2/billing/collection_setting_retrieve_params.rb +10 -0
  232. data/lib/stripe/params/v2/billing/collection_setting_update_params.rb +263 -0
  233. data/lib/stripe/params/v2/billing/collection_settings/version_list_params.rb +19 -0
  234. data/lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb +12 -0
  235. data/lib/stripe/params/v2/billing/profile_create_params.rb +37 -0
  236. data/lib/stripe/params/v2/billing/profile_list_params.rb +40 -0
  237. data/lib/stripe/params/v2/billing/profile_retrieve_params.rb +10 -0
  238. data/lib/stripe/params/v2/billing/profile_update_params.rb +35 -0
  239. data/lib/stripe/params/v2/core/account_create_params.rb +282 -5
  240. data/lib/stripe/params/v2/core/account_token_create_params.rb +13 -1
  241. data/lib/stripe/params/v2/core/account_update_params.rb +274 -4
  242. data/lib/stripe/params/v2/core/batch_job_cancel_params.rb +10 -0
  243. data/lib/stripe/params/v2/core/batch_job_create_params.rb +58 -0
  244. data/lib/stripe/params/v2/core/batch_job_retrieve_params.rb +10 -0
  245. data/lib/stripe/params/v2/core/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb +12 -0
  246. data/lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb +12 -0
  247. data/lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb +58 -0
  248. data/lib/stripe/params/v2/core/vault/gb_bank_account_initiate_confirmation_of_payee_params.rb +22 -0
  249. data/lib/stripe/params/v2/core/vault/gb_bank_account_list_params.rb +19 -0
  250. data/lib/stripe/params/v2/core/vault/gb_bank_account_retrieve_params.rb +12 -0
  251. data/lib/stripe/params/v2/core/vault/us_bank_account_archive_params.rb +12 -0
  252. data/lib/stripe/params/v2/core/vault/us_bank_account_confirm_microdeposits_params.rb +22 -0
  253. data/lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb +37 -0
  254. data/lib/stripe/params/v2/core/vault/us_bank_account_list_params.rb +22 -0
  255. data/lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb +12 -0
  256. data/lib/stripe/params/v2/core/vault/us_bank_account_send_microdeposits_params.rb +12 -0
  257. data/lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb +22 -0
  258. data/lib/stripe/params/v2/data/reporting/query_run_create_params.rb +31 -0
  259. data/lib/stripe/params/v2/data/reporting/query_run_retrieve_params.rb +12 -0
  260. data/lib/stripe/params/v2/extend/workflow_invoke_params.rb +17 -0
  261. data/lib/stripe/params/v2/extend/workflow_list_params.rb +21 -0
  262. data/lib/stripe/params/v2/extend/workflow_retrieve_params.rb +10 -0
  263. data/lib/stripe/params/v2/extend/workflow_run_list_params.rb +23 -0
  264. data/lib/stripe/params/v2/extend/workflow_run_retrieve_params.rb +10 -0
  265. data/lib/stripe/params/v2/iam/activity_log_list_params.rb +23 -0
  266. data/lib/stripe/params/v2/iam/activity_log_retrieve_params.rb +10 -0
  267. data/lib/stripe/params/v2/money_management/adjustment_list_params.rb +48 -0
  268. data/lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb +10 -0
  269. data/lib/stripe/params/v2/money_management/financial_account_close_params.rb +28 -0
  270. data/lib/stripe/params/v2/money_management/financial_account_create_params.rb +34 -0
  271. data/lib/stripe/params/v2/money_management/financial_account_list_params.rb +20 -0
  272. data/lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb +10 -0
  273. data/lib/stripe/params/v2/money_management/financial_account_update_params.rb +20 -0
  274. data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +20 -0
  275. data/lib/stripe/params/v2/money_management/financial_address_list_params.rb +23 -0
  276. data/lib/stripe/params/v2/money_management/financial_address_retrieve_params.rb +17 -0
  277. data/lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb +50 -0
  278. data/lib/stripe/params/v2/money_management/inbound_transfer_list_params.rb +44 -0
  279. data/lib/stripe/params/v2/money_management/inbound_transfer_retrieve_params.rb +10 -0
  280. data/lib/stripe/params/v2/money_management/outbound_payment_cancel_params.rb +10 -0
  281. data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +102 -0
  282. data/lib/stripe/params/v2/money_management/outbound_payment_list_params.rb +52 -0
  283. data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +67 -0
  284. data/lib/stripe/params/v2/money_management/outbound_payment_quote_retrieve_params.rb +10 -0
  285. data/lib/stripe/params/v2/money_management/outbound_payment_retrieve_params.rb +10 -0
  286. data/lib/stripe/params/v2/money_management/outbound_setup_intent_cancel_params.rb +10 -0
  287. data/lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb +92 -0
  288. data/lib/stripe/params/v2/money_management/outbound_setup_intent_list_params.rb +17 -0
  289. data/lib/stripe/params/v2/money_management/outbound_setup_intent_retrieve_params.rb +10 -0
  290. data/lib/stripe/params/v2/money_management/outbound_setup_intent_update_params.rb +88 -0
  291. data/lib/stripe/params/v2/money_management/outbound_transfer_cancel_params.rb +10 -0
  292. data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +77 -0
  293. data/lib/stripe/params/v2/money_management/outbound_transfer_list_params.rb +48 -0
  294. data/lib/stripe/params/v2/money_management/outbound_transfer_retrieve_params.rb +10 -0
  295. data/lib/stripe/params/v2/money_management/payout_method_archive_params.rb +10 -0
  296. data/lib/stripe/params/v2/money_management/payout_method_list_params.rb +31 -0
  297. data/lib/stripe/params/v2/money_management/payout_method_retrieve_params.rb +10 -0
  298. data/lib/stripe/params/v2/money_management/payout_method_unarchive_params.rb +10 -0
  299. data/lib/stripe/params/v2/money_management/payout_methods_bank_account_spec_retrieve_params.rb +17 -0
  300. data/lib/stripe/params/v2/money_management/received_credit_list_params.rb +44 -0
  301. data/lib/stripe/params/v2/money_management/received_credit_retrieve_params.rb +10 -0
  302. data/lib/stripe/params/v2/money_management/received_debit_list_params.rb +17 -0
  303. data/lib/stripe/params/v2/money_management/received_debit_retrieve_params.rb +10 -0
  304. data/lib/stripe/params/v2/money_management/transaction_entry_list_params.rb +43 -0
  305. data/lib/stripe/params/v2/money_management/transaction_entry_retrieve_params.rb +10 -0
  306. data/lib/stripe/params/v2/money_management/transaction_list_params.rb +47 -0
  307. data/lib/stripe/params/v2/money_management/transaction_retrieve_params.rb +10 -0
  308. data/lib/stripe/params/v2/network/business_profile_me_params.rb +10 -0
  309. data/lib/stripe/params/v2/network/business_profile_retrieve_params.rb +10 -0
  310. data/lib/stripe/params/v2/orchestrated_commerce/agreement_confirm_params.rb +10 -0
  311. data/lib/stripe/params/v2/orchestrated_commerce/agreement_create_params.rb +17 -0
  312. data/lib/stripe/params/v2/orchestrated_commerce/agreement_list_params.rb +20 -0
  313. data/lib/stripe/params/v2/orchestrated_commerce/agreement_retrieve_params.rb +10 -0
  314. data/lib/stripe/params/v2/orchestrated_commerce/agreement_terminate_params.rb +10 -0
  315. data/lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb +23 -0
  316. data/lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb +10 -0
  317. data/lib/stripe/params.rb +426 -0
  318. data/lib/stripe/resources/account.rb +259 -1
  319. data/lib/stripe/resources/account_notice.rb +94 -0
  320. data/lib/stripe/resources/account_session.rb +81 -0
  321. data/lib/stripe/resources/balance.rb +83 -0
  322. data/lib/stripe/resources/billing/alert_triggered.rb +4 -0
  323. data/lib/stripe/resources/billing/analytics/meter_usage.rb +33 -0
  324. data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +38 -0
  325. data/lib/stripe/resources/capital/financing_offer.rb +142 -0
  326. data/lib/stripe/resources/capital/financing_summary.rb +82 -0
  327. data/lib/stripe/resources/capital/financing_transaction.rb +99 -0
  328. data/lib/stripe/resources/card.rb +2 -0
  329. data/lib/stripe/resources/charge.rb +211 -1
  330. data/lib/stripe/resources/checkout/session.rb +75 -3
  331. data/lib/stripe/resources/confirmation_token.rb +131 -0
  332. data/lib/stripe/resources/coupon.rb +26 -1
  333. data/lib/stripe/resources/credit_note_line_item.rb +18 -0
  334. data/lib/stripe/resources/customer_session.rb +36 -0
  335. data/lib/stripe/resources/dispute.rb +22 -0
  336. data/lib/stripe/resources/event.rb +64 -1
  337. data/lib/stripe/resources/financial_connections/account.rb +57 -0
  338. data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +35 -0
  339. data/lib/stripe/resources/financial_connections/authorization.rb +82 -0
  340. data/lib/stripe/resources/financial_connections/institution.rb +127 -0
  341. data/lib/stripe/resources/financial_connections/session.rb +125 -1
  342. data/lib/stripe/resources/fx_quote.rb +147 -0
  343. data/lib/stripe/resources/invoice.rb +117 -1
  344. data/lib/stripe/resources/invoice_item.rb +2 -0
  345. data/lib/stripe/resources/invoice_line_item.rb +40 -0
  346. data/lib/stripe/resources/issuing/credit_underwriting_record.rb +263 -0
  347. data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +71 -0
  348. data/lib/stripe/resources/issuing/fraud_liability_debit.rb +51 -0
  349. data/lib/stripe/resources/issuing/settlement.rb +61 -0
  350. data/lib/stripe/resources/issuing/transaction.rb +2 -0
  351. data/lib/stripe/resources/line_item.rb +42 -0
  352. data/lib/stripe/resources/mandate.rb +12 -0
  353. data/lib/stripe/resources/margin.rb +64 -0
  354. data/lib/stripe/resources/order.rb +927 -0
  355. data/lib/stripe/resources/payment_attempt_record.rb +177 -1
  356. data/lib/stripe/resources/payment_intent.rb +1561 -8
  357. data/lib/stripe/resources/payment_method.rb +135 -0
  358. data/lib/stripe/resources/payment_method_configuration.rb +170 -0
  359. data/lib/stripe/resources/payment_record.rb +177 -1
  360. data/lib/stripe/resources/price.rb +20 -0
  361. data/lib/stripe/resources/privacy/redaction_job.rb +189 -0
  362. data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +49 -0
  363. data/lib/stripe/resources/product.rb +18 -0
  364. data/lib/stripe/resources/product_catalog/trial_offer.rb +106 -0
  365. data/lib/stripe/resources/quote.rb +569 -2
  366. data/lib/stripe/resources/quote_line.rb +525 -0
  367. data/lib/stripe/resources/quote_preview_invoice.rb +1183 -0
  368. data/lib/stripe/resources/quote_preview_subscription_schedule.rb +736 -0
  369. data/lib/stripe/resources/refund.rb +18 -0
  370. data/lib/stripe/resources/reserve/hold.rb +7 -0
  371. data/lib/stripe/resources/reserve/release.rb +12 -0
  372. data/lib/stripe/resources/setup_attempt.rb +35 -0
  373. data/lib/stripe/resources/setup_intent.rb +22 -1
  374. data/lib/stripe/resources/shared_payment/granted_token.rb +1792 -0
  375. data/lib/stripe/resources/shared_payment/issued_token.rb +291 -0
  376. data/lib/stripe/resources/source.rb +38 -0
  377. data/lib/stripe/resources/subscription.rb +167 -0
  378. data/lib/stripe/resources/subscription_item.rb +41 -1
  379. data/lib/stripe/resources/subscription_schedule.rb +198 -3
  380. data/lib/stripe/resources/tax/calculation_line_item.rb +2 -0
  381. data/lib/stripe/resources/tax/form.rb +264 -0
  382. data/lib/stripe/resources/tax/location.rb +72 -0
  383. data/lib/stripe/resources/tax/registration.rb +128 -0
  384. data/lib/stripe/resources/tax_code.rb +15 -1
  385. data/lib/stripe/resources/terminal/configuration.rb +16 -0
  386. data/lib/stripe/resources/terminal/reader.rb +8 -0
  387. data/lib/stripe/resources/terminal/reader_collected_data.rb +47 -0
  388. data/lib/stripe/resources/transfer.rb +2 -0
  389. data/lib/stripe/resources/treasury/financial_account.rb +2 -0
  390. data/lib/stripe/resources/treasury/financial_account_features.rb +2 -0
  391. data/lib/stripe/resources/treasury/outbound_payment.rb +2 -0
  392. data/lib/stripe/resources/treasury/outbound_transfer.rb +30 -0
  393. data/lib/stripe/resources/treasury/received_credit.rb +30 -0
  394. data/lib/stripe/resources/treasury/received_debit.rb +32 -0
  395. data/lib/stripe/resources/v2/billing/bill_setting.rb +102 -0
  396. data/lib/stripe/resources/v2/billing/bill_setting_version.rb +91 -0
  397. data/lib/stripe/resources/v2/billing/cadence.rb +710 -0
  398. data/lib/stripe/resources/v2/billing/collection_setting.rb +327 -0
  399. data/lib/stripe/resources/v2/billing/collection_setting_version.rb +316 -0
  400. data/lib/stripe/resources/v2/billing/profile.rb +47 -0
  401. data/lib/stripe/resources/v2/core/account.rb +597 -3
  402. data/lib/stripe/resources/v2/core/batch_job.rb +488 -0
  403. data/lib/stripe/resources/v2/core/event_notification.rb +1 -0
  404. data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +136 -0
  405. data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +105 -0
  406. data/lib/stripe/resources/v2/data/reporting/query_run.rb +142 -0
  407. data/lib/stripe/resources/v2/extend/workflow.rb +80 -0
  408. data/lib/stripe/resources/v2/extend/workflow_run.rb +158 -0
  409. data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +29 -0
  410. data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +31 -0
  411. data/lib/stripe/resources/v2/iam/activity_log.rb +187 -0
  412. data/lib/stripe/resources/v2/money_management/adjustment.rb +67 -0
  413. data/lib/stripe/resources/v2/money_management/financial_account.rb +140 -0
  414. data/lib/stripe/resources/v2/money_management/financial_address.rb +160 -0
  415. data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +181 -0
  416. data/lib/stripe/resources/v2/money_management/outbound_payment.rb +219 -0
  417. data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +144 -0
  418. data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +69 -0
  419. data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +196 -0
  420. data/lib/stripe/resources/v2/money_management/payout_method.rb +145 -0
  421. data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +83 -0
  422. data/lib/stripe/resources/v2/money_management/received_credit.rb +230 -0
  423. data/lib/stripe/resources/v2/money_management/received_debit.rb +136 -0
  424. data/lib/stripe/resources/v2/money_management/transaction.rb +135 -0
  425. data/lib/stripe/resources/v2/money_management/transaction_entry.rb +105 -0
  426. data/lib/stripe/resources/v2/network/business_profile.rb +84 -0
  427. data/lib/stripe/resources/v2/orchestrated_commerce/agreement.rb +93 -0
  428. data/lib/stripe/resources.rb +417 -0
  429. data/lib/stripe/services/account_notice_service.rb +39 -0
  430. data/lib/stripe/services/account_service.rb +15 -0
  431. data/lib/stripe/services/billing/analytics/meter_usage_service.rb +21 -0
  432. data/lib/stripe/services/billing/analytics_service.rb +15 -0
  433. data/lib/stripe/services/billing_service.rb +2 -1
  434. data/lib/stripe/services/capital/financing_offer_service.rb +42 -0
  435. data/lib/stripe/services/capital/financing_summary_service.rb +19 -0
  436. data/lib/stripe/services/capital/financing_transaction_service.rb +31 -0
  437. data/lib/stripe/services/capital_service.rb +15 -0
  438. data/lib/stripe/services/coupon_service.rb +14 -0
  439. data/lib/stripe/services/customer_service.rb +15 -0
  440. data/lib/stripe/services/external_account_service.rb +68 -0
  441. data/lib/stripe/services/financial_connections/account_inferred_balance_service.rb +19 -0
  442. data/lib/stripe/services/financial_connections/account_service.rb +3 -1
  443. data/lib/stripe/services/financial_connections/authorization_service.rb +19 -0
  444. data/lib/stripe/services/financial_connections/institution_service.rb +30 -0
  445. data/lib/stripe/services/financial_connections_service.rb +3 -1
  446. data/lib/stripe/services/fx_quote_service.rb +27 -0
  447. data/lib/stripe/services/invoice_service.rb +11 -0
  448. data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +74 -0
  449. data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +30 -0
  450. data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +30 -0
  451. data/lib/stripe/services/issuing_service.rb +5 -1
  452. data/lib/stripe/services/mandate_service.rb +5 -0
  453. data/lib/stripe/services/margin_service.rb +50 -0
  454. data/lib/stripe/services/order_service.rb +53 -0
  455. data/lib/stripe/services/payment_intent_service.rb +37 -0
  456. data/lib/stripe/services/privacy/redaction_job_service.rb +104 -0
  457. data/lib/stripe/services/privacy/redaction_job_validation_error_service.rb +19 -0
  458. data/lib/stripe/services/privacy_service.rb +13 -0
  459. data/lib/stripe/services/product_catalog/trial_offer_service.rb +19 -0
  460. data/lib/stripe/services/product_catalog_service.rb +13 -0
  461. data/lib/stripe/services/promotion_code_service.rb +29 -0
  462. data/lib/stripe/services/quote_line_service.rb +17 -0
  463. data/lib/stripe/services/quote_preview_invoice_service.rb +17 -0
  464. data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +17 -0
  465. data/lib/stripe/services/quote_service.rb +49 -1
  466. data/lib/stripe/services/reserve/hold_service.rb +30 -0
  467. data/lib/stripe/services/reserve/plan_service.rb +19 -0
  468. data/lib/stripe/services/reserve/release_service.rb +30 -0
  469. data/lib/stripe/services/reserve_service.rb +15 -0
  470. data/lib/stripe/services/shared_payment/granted_token_service.rb +19 -0
  471. data/lib/stripe/services/shared_payment/issued_token_service.rb +41 -0
  472. data/lib/stripe/services/shared_payment_service.rb +14 -0
  473. data/lib/stripe/services/subscription_schedule_service.rb +11 -0
  474. data/lib/stripe/services/subscription_service.rb +56 -0
  475. data/lib/stripe/services/tax/form_service.rb +37 -0
  476. data/lib/stripe/services/tax/location_service.rb +45 -0
  477. data/lib/stripe/services/tax_service.rb +3 -1
  478. data/lib/stripe/services/terminal/reader_collected_data_service.rb +19 -0
  479. data/lib/stripe/services/terminal_service.rb +2 -1
  480. data/lib/stripe/services/test_helpers/shared_payment/granted_token_service.rb +32 -0
  481. data/lib/stripe/services/test_helpers/shared_payment_service.rb +15 -0
  482. data/lib/stripe/services/test_helpers_service.rb +2 -1
  483. data/lib/stripe/services/v1_services.rb +11 -1
  484. data/lib/stripe/services/v2/billing/bill_setting_service.rb +61 -0
  485. data/lib/stripe/services/v2/billing/bill_settings/version_service.rb +34 -0
  486. data/lib/stripe/services/v2/billing/cadence_service.rb +65 -0
  487. data/lib/stripe/services/v2/billing/collection_setting_service.rb +69 -0
  488. data/lib/stripe/services/v2/billing/collection_settings/version_service.rb +34 -0
  489. data/lib/stripe/services/v2/billing/profile_service.rb +54 -0
  490. data/lib/stripe/services/v2/billing_service.rb +5 -1
  491. data/lib/stripe/services/v2/core/batch_job_service.rb +43 -0
  492. data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +85 -0
  493. data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +101 -0
  494. data/lib/stripe/services/v2/core/vault_service.rb +18 -0
  495. data/lib/stripe/services/v2/core_service.rb +3 -1
  496. data/lib/stripe/services/v2/data/reporting/query_run_service.rb +35 -0
  497. data/lib/stripe/services/v2/data/reporting_service.rb +17 -0
  498. data/lib/stripe/services/v2/data_service.rb +15 -0
  499. data/lib/stripe/services/v2/extend/workflow_run_service.rb +32 -0
  500. data/lib/stripe/services/v2/extend/workflow_service.rb +45 -0
  501. data/lib/stripe/services/v2/extend_service.rb +16 -0
  502. data/lib/stripe/services/v2/iam/activity_log_service.rb +32 -0
  503. data/lib/stripe/services/v2/iam_service.rb +15 -0
  504. data/lib/stripe/services/v2/money_management/adjustment_service.rb +32 -0
  505. data/lib/stripe/services/v2/money_management/financial_account_service.rb +70 -0
  506. data/lib/stripe/services/v2/money_management/financial_address_service.rb +46 -0
  507. data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +45 -0
  508. data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +34 -0
  509. data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +62 -0
  510. data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +75 -0
  511. data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +60 -0
  512. data/lib/stripe/services/v2/money_management/payout_method_service.rb +66 -0
  513. data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +23 -0
  514. data/lib/stripe/services/v2/money_management/received_credit_service.rb +32 -0
  515. data/lib/stripe/services/v2/money_management/received_debit_service.rb +32 -0
  516. data/lib/stripe/services/v2/money_management/transaction_entry_service.rb +32 -0
  517. data/lib/stripe/services/v2/money_management/transaction_service.rb +32 -0
  518. data/lib/stripe/services/v2/money_management_service.rb +31 -0
  519. data/lib/stripe/services/v2/network/business_profile_service.rb +32 -0
  520. data/lib/stripe/services/v2/network_service.rb +15 -0
  521. data/lib/stripe/services/v2/orchestrated_commerce/agreement_service.rb +65 -0
  522. data/lib/stripe/services/v2/orchestrated_commerce_service.rb +15 -0
  523. data/lib/stripe/services/v2/test_helper_service.rb +15 -0
  524. data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +36 -0
  525. data/lib/stripe/services/v2_services.rb +8 -1
  526. data/lib/stripe/services.rb +209 -0
  527. data/lib/stripe/stripe_client.rb +8 -1
  528. data/lib/stripe/stripe_configuration.rb +3 -1
  529. data/lib/stripe/stripe_event_notification_handler.rb +582 -0
  530. data/lib/stripe/stripe_object.rb +1 -1
  531. data/lib/stripe/util.rb +7 -1
  532. data/lib/stripe/version.rb +1 -1
  533. data/lib/stripe.rb +54 -0
  534. data/rbi/stripe/resources/v2/core/event_notification.rbi +3 -0
  535. data/rbi/stripe/stripe_client.rbi +13 -0
  536. data/rbi/stripe.rbi +124159 -57389
  537. metadata +378 -3
@@ -145,86 +145,1759 @@ module Stripe
145
145
  end
146
146
  end
147
147
 
148
+ class Surcharge < ::Stripe::RequestParams
149
+ # Portion of the amount that corresponds to a surcharge.
150
+ attr_accessor :amount
151
+ # Indicate whether to enforce validations on the surcharge amount.
152
+ attr_accessor :enforce_validation
153
+
154
+ def initialize(amount: nil, enforce_validation: nil)
155
+ @amount = amount
156
+ @enforce_validation = enforce_validation
157
+ end
158
+ end
159
+
148
160
  class Tax < ::Stripe::RequestParams
149
161
  # The total amount of tax on the transaction represented in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal). Required for L2 rates. An integer greater than or equal to 0.
150
162
  #
151
163
  # This field is mutually exclusive with the `amount_details[line_items][#][tax][total_tax_amount]` field.
152
164
  attr_accessor :total_tax_amount
153
165
 
154
- def initialize(total_tax_amount: nil)
166
+ def initialize(total_tax_amount: nil)
167
+ @total_tax_amount = total_tax_amount
168
+ end
169
+ end
170
+ # The total discount applied on the transaction represented in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal). An integer greater than 0.
171
+ #
172
+ # This field is mutually exclusive with the `amount_details[line_items][#][discount_amount]` field.
173
+ attr_accessor :discount_amount
174
+ # Set to `false` to return arithmetic validation errors in the response without failing the request. Use this when you want the operation to proceed regardless of arithmetic errors in the line item data.
175
+ #
176
+ # Omit or set to `true` to immediately return a 400 error when arithmetic validation fails. Use this for strict validation that prevents processing with line item data that has arithmetic inconsistencies.
177
+ #
178
+ # For card payments, Stripe doesn't send line item data to card networks if there's an arithmetic validation error.
179
+ attr_accessor :enforce_arithmetic_validation
180
+ # A list of line items, each containing information about a product in the PaymentIntent. There is a maximum of 200 line items.
181
+ attr_accessor :line_items
182
+ # Contains information about the shipping portion of the amount.
183
+ attr_accessor :shipping
184
+ # Contains information about the surcharge portion of the amount.
185
+ attr_accessor :surcharge
186
+ # Contains information about the tax portion of the amount.
187
+ attr_accessor :tax
188
+
189
+ def initialize(
190
+ discount_amount: nil,
191
+ enforce_arithmetic_validation: nil,
192
+ line_items: nil,
193
+ shipping: nil,
194
+ surcharge: nil,
195
+ tax: nil
196
+ )
197
+ @discount_amount = discount_amount
198
+ @enforce_arithmetic_validation = enforce_arithmetic_validation
199
+ @line_items = line_items
200
+ @shipping = shipping
201
+ @surcharge = surcharge
202
+ @tax = tax
203
+ end
204
+ end
205
+
206
+ class Hooks < ::Stripe::RequestParams
207
+ class Inputs < ::Stripe::RequestParams
208
+ class Tax < ::Stripe::RequestParams
209
+ # The [TaxCalculation](https://docs.stripe.com/api/tax/calculations) id
210
+ attr_accessor :calculation
211
+
212
+ def initialize(calculation: nil)
213
+ @calculation = calculation
214
+ end
215
+ end
216
+ # Tax arguments for automations
217
+ attr_accessor :tax
218
+
219
+ def initialize(tax: nil)
220
+ @tax = tax
221
+ end
222
+ end
223
+ # Arguments passed in automations
224
+ attr_accessor :inputs
225
+
226
+ def initialize(inputs: nil)
227
+ @inputs = inputs
228
+ end
229
+ end
230
+
231
+ class MandateData < ::Stripe::RequestParams
232
+ class CustomerAcceptance < ::Stripe::RequestParams
233
+ class Online < ::Stripe::RequestParams
234
+ # The IP address from which the Mandate was accepted by the customer.
235
+ attr_accessor :ip_address
236
+ # The user agent of the browser from which the Mandate was accepted by the customer.
237
+ attr_accessor :user_agent
238
+
239
+ def initialize(ip_address: nil, user_agent: nil)
240
+ @ip_address = ip_address
241
+ @user_agent = user_agent
242
+ end
243
+ end
244
+ # If this is a Mandate accepted online, this hash contains details about the online acceptance.
245
+ attr_accessor :online
246
+ # The type of customer acceptance information included with the Mandate.
247
+ attr_accessor :type
248
+
249
+ def initialize(online: nil, type: nil)
250
+ @online = online
251
+ @type = type
252
+ end
253
+ end
254
+ # This hash contains details about the customer acceptance of the Mandate.
255
+ attr_accessor :customer_acceptance
256
+
257
+ def initialize(customer_acceptance: nil)
258
+ @customer_acceptance = customer_acceptance
259
+ end
260
+ end
261
+
262
+ class PaymentDetails < ::Stripe::RequestParams
263
+ class CarRental < ::Stripe::RequestParams
264
+ class Affiliate < ::Stripe::RequestParams
265
+ # The name of the affiliate that originated the purchase.
266
+ attr_accessor :name
267
+
268
+ def initialize(name: nil)
269
+ @name = name
270
+ end
271
+ end
272
+
273
+ class Delivery < ::Stripe::RequestParams
274
+ class Recipient < ::Stripe::RequestParams
275
+ # The email of the recipient the ticket is delivered to.
276
+ attr_accessor :email
277
+ # The name of the recipient the ticket is delivered to.
278
+ attr_accessor :name
279
+ # The phone number of the recipient the ticket is delivered to.
280
+ attr_accessor :phone
281
+
282
+ def initialize(email: nil, name: nil, phone: nil)
283
+ @email = email
284
+ @name = name
285
+ @phone = phone
286
+ end
287
+ end
288
+ # The delivery method for the payment
289
+ attr_accessor :mode
290
+ # Details of the recipient.
291
+ attr_accessor :recipient
292
+
293
+ def initialize(mode: nil, recipient: nil)
294
+ @mode = mode
295
+ @recipient = recipient
296
+ end
297
+ end
298
+
299
+ class Distance < ::Stripe::RequestParams
300
+ # Distance traveled.
301
+ attr_accessor :amount
302
+ # Unit of measurement for the distance traveled. One of `miles` or `kilometers`.
303
+ attr_accessor :unit
304
+
305
+ def initialize(amount: nil, unit: nil)
306
+ @amount = amount
307
+ @unit = unit
308
+ end
309
+ end
310
+
311
+ class Driver < ::Stripe::RequestParams
312
+ # Driver's identification number.
313
+ attr_accessor :driver_identification_number
314
+ # Driver's tax number.
315
+ attr_accessor :driver_tax_number
316
+ # Full name of the person or entity on the car reservation.
317
+ attr_accessor :name
318
+
319
+ def initialize(driver_identification_number: nil, driver_tax_number: nil, name: nil)
320
+ @driver_identification_number = driver_identification_number
321
+ @driver_tax_number = driver_tax_number
322
+ @name = name
323
+ end
324
+ end
325
+
326
+ class PickupAddress < ::Stripe::RequestParams
327
+ # City, district, suburb, town, or village.
328
+ attr_accessor :city
329
+ # Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
330
+ attr_accessor :country
331
+ # Address line 1, such as the street, PO Box, or company name.
332
+ attr_accessor :line1
333
+ # Address line 2, such as the apartment, suite, unit, or building.
334
+ attr_accessor :line2
335
+ # ZIP or postal code.
336
+ attr_accessor :postal_code
337
+ # State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
338
+ attr_accessor :state
339
+
340
+ def initialize(
341
+ city: nil,
342
+ country: nil,
343
+ line1: nil,
344
+ line2: nil,
345
+ postal_code: nil,
346
+ state: nil
347
+ )
348
+ @city = city
349
+ @country = country
350
+ @line1 = line1
351
+ @line2 = line2
352
+ @postal_code = postal_code
353
+ @state = state
354
+ end
355
+ end
356
+
357
+ class ReturnAddress < ::Stripe::RequestParams
358
+ # City, district, suburb, town, or village.
359
+ attr_accessor :city
360
+ # Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
361
+ attr_accessor :country
362
+ # Address line 1, such as the street, PO Box, or company name.
363
+ attr_accessor :line1
364
+ # Address line 2, such as the apartment, suite, unit, or building.
365
+ attr_accessor :line2
366
+ # ZIP or postal code.
367
+ attr_accessor :postal_code
368
+ # State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
369
+ attr_accessor :state
370
+
371
+ def initialize(
372
+ city: nil,
373
+ country: nil,
374
+ line1: nil,
375
+ line2: nil,
376
+ postal_code: nil,
377
+ state: nil
378
+ )
379
+ @city = city
380
+ @country = country
381
+ @line1 = line1
382
+ @line2 = line2
383
+ @postal_code = postal_code
384
+ @state = state
385
+ end
386
+ end
387
+ # Affiliate details for this purchase.
388
+ attr_accessor :affiliate
389
+ # The booking number associated with the car rental.
390
+ attr_accessor :booking_number
391
+ # Class code of the car.
392
+ attr_accessor :car_class_code
393
+ # Make of the car.
394
+ attr_accessor :car_make
395
+ # Model of the car.
396
+ attr_accessor :car_model
397
+ # The name of the rental car company.
398
+ attr_accessor :company
399
+ # The customer service phone number of the car rental company.
400
+ attr_accessor :customer_service_phone_number
401
+ # Number of days the car is being rented.
402
+ attr_accessor :days_rented
403
+ # Delivery details for this purchase.
404
+ attr_accessor :delivery
405
+ # The details of the distance traveled during the rental period.
406
+ attr_accessor :distance
407
+ # The details of the passengers in the travel reservation
408
+ attr_accessor :drivers
409
+ # List of additional charges being billed.
410
+ attr_accessor :extra_charges
411
+ # Indicates if the customer did not keep nor cancel their booking.
412
+ attr_accessor :no_show
413
+ # Car pick-up address.
414
+ attr_accessor :pickup_address
415
+ # Car pick-up time. Measured in seconds since the Unix epoch.
416
+ attr_accessor :pickup_at
417
+ # Name of the pickup location.
418
+ attr_accessor :pickup_location_name
419
+ # Rental rate.
420
+ attr_accessor :rate_amount
421
+ # The frequency at which the rate amount is applied. One of `day`, `week` or `month`
422
+ attr_accessor :rate_interval
423
+ # The name of the person or entity renting the car.
424
+ attr_accessor :renter_name
425
+ # Car return address.
426
+ attr_accessor :return_address
427
+ # Car return time. Measured in seconds since the Unix epoch.
428
+ attr_accessor :return_at
429
+ # Name of the return location.
430
+ attr_accessor :return_location_name
431
+ # Indicates whether the goods or services are tax-exempt or tax is not collected.
432
+ attr_accessor :tax_exempt
433
+ # The vehicle identification number.
434
+ attr_accessor :vehicle_identification_number
435
+
436
+ def initialize(
437
+ affiliate: nil,
438
+ booking_number: nil,
439
+ car_class_code: nil,
440
+ car_make: nil,
441
+ car_model: nil,
442
+ company: nil,
443
+ customer_service_phone_number: nil,
444
+ days_rented: nil,
445
+ delivery: nil,
446
+ distance: nil,
447
+ drivers: nil,
448
+ extra_charges: nil,
449
+ no_show: nil,
450
+ pickup_address: nil,
451
+ pickup_at: nil,
452
+ pickup_location_name: nil,
453
+ rate_amount: nil,
454
+ rate_interval: nil,
455
+ renter_name: nil,
456
+ return_address: nil,
457
+ return_at: nil,
458
+ return_location_name: nil,
459
+ tax_exempt: nil,
460
+ vehicle_identification_number: nil
461
+ )
462
+ @affiliate = affiliate
463
+ @booking_number = booking_number
464
+ @car_class_code = car_class_code
465
+ @car_make = car_make
466
+ @car_model = car_model
467
+ @company = company
468
+ @customer_service_phone_number = customer_service_phone_number
469
+ @days_rented = days_rented
470
+ @delivery = delivery
471
+ @distance = distance
472
+ @drivers = drivers
473
+ @extra_charges = extra_charges
474
+ @no_show = no_show
475
+ @pickup_address = pickup_address
476
+ @pickup_at = pickup_at
477
+ @pickup_location_name = pickup_location_name
478
+ @rate_amount = rate_amount
479
+ @rate_interval = rate_interval
480
+ @renter_name = renter_name
481
+ @return_address = return_address
482
+ @return_at = return_at
483
+ @return_location_name = return_location_name
484
+ @tax_exempt = tax_exempt
485
+ @vehicle_identification_number = vehicle_identification_number
486
+ end
487
+ end
488
+
489
+ class CarRentalDatum < ::Stripe::RequestParams
490
+ class Affiliate < ::Stripe::RequestParams
491
+ # Affiliate partner code.
492
+ attr_accessor :code
493
+ # Name of affiliate partner.
494
+ attr_accessor :name
495
+
496
+ def initialize(code: nil, name: nil)
497
+ @code = code
498
+ @name = name
499
+ end
500
+ end
501
+
502
+ class Distance < ::Stripe::RequestParams
503
+ # Distance traveled.
504
+ attr_accessor :amount
505
+ # Unit of measurement for the distance traveled. One of `miles` or `kilometers`.
506
+ attr_accessor :unit
507
+
508
+ def initialize(amount: nil, unit: nil)
509
+ @amount = amount
510
+ @unit = unit
511
+ end
512
+ end
513
+
514
+ class Driver < ::Stripe::RequestParams
515
+ class DateOfBirth < ::Stripe::RequestParams
516
+ # Day of birth (1-31).
517
+ attr_accessor :day
518
+ # Month of birth (1-12).
519
+ attr_accessor :month
520
+ # Year of birth (must be greater than 1900).
521
+ attr_accessor :year
522
+
523
+ def initialize(day: nil, month: nil, year: nil)
524
+ @day = day
525
+ @month = month
526
+ @year = year
527
+ end
528
+ end
529
+ # Driver's date of birth.
530
+ attr_accessor :date_of_birth
531
+ # Driver's identification number.
532
+ attr_accessor :driver_identification_number
533
+ # Driver's tax number.
534
+ attr_accessor :driver_tax_number
535
+ # Driver's full name.
536
+ attr_accessor :name
537
+
538
+ def initialize(
539
+ date_of_birth: nil,
540
+ driver_identification_number: nil,
541
+ driver_tax_number: nil,
542
+ name: nil
543
+ )
544
+ @date_of_birth = date_of_birth
545
+ @driver_identification_number = driver_identification_number
546
+ @driver_tax_number = driver_tax_number
547
+ @name = name
548
+ end
549
+ end
550
+
551
+ class DropOff < ::Stripe::RequestParams
552
+ class Address < ::Stripe::RequestParams
553
+ # City, district, suburb, town, or village.
554
+ attr_accessor :city
555
+ # Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
556
+ attr_accessor :country
557
+ # Address line 1, such as the street, PO Box, or company name.
558
+ attr_accessor :line1
559
+ # Address line 2, such as the apartment, suite, unit, or building.
560
+ attr_accessor :line2
561
+ # ZIP or postal code.
562
+ attr_accessor :postal_code
563
+ # State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
564
+ attr_accessor :state
565
+
566
+ def initialize(
567
+ city: nil,
568
+ country: nil,
569
+ line1: nil,
570
+ line2: nil,
571
+ postal_code: nil,
572
+ state: nil
573
+ )
574
+ @city = city
575
+ @country = country
576
+ @line1 = line1
577
+ @line2 = line2
578
+ @postal_code = postal_code
579
+ @state = state
580
+ end
581
+ end
582
+ # Address of the rental location.
583
+ attr_accessor :address
584
+ # Location name.
585
+ attr_accessor :location_name
586
+ # Timestamp for the location.
587
+ attr_accessor :time
588
+
589
+ def initialize(address: nil, location_name: nil, time: nil)
590
+ @address = address
591
+ @location_name = location_name
592
+ @time = time
593
+ end
594
+ end
595
+
596
+ class Insurance < ::Stripe::RequestParams
597
+ # Amount of the insurance coverage in cents.
598
+ attr_accessor :amount
599
+ # Currency of the insurance amount.
600
+ attr_accessor :currency
601
+ # Name of the insurance company.
602
+ attr_accessor :insurance_company_name
603
+ # Type of insurance coverage.
604
+ attr_accessor :insurance_type
605
+
606
+ def initialize(
607
+ amount: nil,
608
+ currency: nil,
609
+ insurance_company_name: nil,
610
+ insurance_type: nil
611
+ )
612
+ @amount = amount
613
+ @currency = currency
614
+ @insurance_company_name = insurance_company_name
615
+ @insurance_type = insurance_type
616
+ end
617
+ end
618
+
619
+ class Pickup < ::Stripe::RequestParams
620
+ class Address < ::Stripe::RequestParams
621
+ # City, district, suburb, town, or village.
622
+ attr_accessor :city
623
+ # Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
624
+ attr_accessor :country
625
+ # Address line 1, such as the street, PO Box, or company name.
626
+ attr_accessor :line1
627
+ # Address line 2, such as the apartment, suite, unit, or building.
628
+ attr_accessor :line2
629
+ # ZIP or postal code.
630
+ attr_accessor :postal_code
631
+ # State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
632
+ attr_accessor :state
633
+
634
+ def initialize(
635
+ city: nil,
636
+ country: nil,
637
+ line1: nil,
638
+ line2: nil,
639
+ postal_code: nil,
640
+ state: nil
641
+ )
642
+ @city = city
643
+ @country = country
644
+ @line1 = line1
645
+ @line2 = line2
646
+ @postal_code = postal_code
647
+ @state = state
648
+ end
649
+ end
650
+ # Address of the rental location.
651
+ attr_accessor :address
652
+ # Location name.
653
+ attr_accessor :location_name
654
+ # Timestamp for the location.
655
+ attr_accessor :time
656
+
657
+ def initialize(address: nil, location_name: nil, time: nil)
658
+ @address = address
659
+ @location_name = location_name
660
+ @time = time
661
+ end
662
+ end
663
+
664
+ class Total < ::Stripe::RequestParams
665
+ class Discounts < ::Stripe::RequestParams
666
+ # Corporate client discount code.
667
+ attr_accessor :corporate_client_code
668
+ # Coupon code applied to the rental.
669
+ attr_accessor :coupon
670
+ # Maximum number of free miles or kilometers included.
671
+ attr_accessor :maximum_free_miles_or_kilometers
672
+
673
+ def initialize(
674
+ corporate_client_code: nil,
675
+ coupon: nil,
676
+ maximum_free_miles_or_kilometers: nil
677
+ )
678
+ @corporate_client_code = corporate_client_code
679
+ @coupon = coupon
680
+ @maximum_free_miles_or_kilometers = maximum_free_miles_or_kilometers
681
+ end
682
+ end
683
+
684
+ class ExtraCharge < ::Stripe::RequestParams
685
+ # Amount of the extra charge in cents.
686
+ attr_accessor :amount
687
+ # Type of extra charge.
688
+ attr_accessor :type
689
+
690
+ def initialize(amount: nil, type: nil)
691
+ @amount = amount
692
+ @type = type
693
+ end
694
+ end
695
+
696
+ class Tax < ::Stripe::RequestParams
697
+ class Tax < ::Stripe::RequestParams
698
+ # Tax amount.
699
+ attr_accessor :amount
700
+ # Tax rate applied.
701
+ attr_accessor :rate
702
+ # Type of tax applied.
703
+ attr_accessor :type
704
+
705
+ def initialize(amount: nil, rate: nil, type: nil)
706
+ @amount = amount
707
+ @rate = rate
708
+ @type = type
709
+ end
710
+ end
711
+ # Indicates if the transaction is tax exempt.
712
+ attr_accessor :tax_exempt_indicator
713
+ # Array of tax details.
714
+ attr_accessor :taxes
715
+
716
+ def initialize(tax_exempt_indicator: nil, taxes: nil)
717
+ @tax_exempt_indicator = tax_exempt_indicator
718
+ @taxes = taxes
719
+ end
720
+ end
721
+ # Total amount in cents.
722
+ attr_accessor :amount
723
+ # Currency of the amount.
724
+ attr_accessor :currency
725
+ # Discount details for the rental.
726
+ attr_accessor :discounts
727
+ # Additional charges for the rental.
728
+ attr_accessor :extra_charges
729
+ # Rate per unit for the rental.
730
+ attr_accessor :rate_per_unit
731
+ # Unit of measurement for the rate.
732
+ attr_accessor :rate_unit
733
+ # Tax breakdown for the rental.
734
+ attr_accessor :tax
735
+
736
+ def initialize(
737
+ amount: nil,
738
+ currency: nil,
739
+ discounts: nil,
740
+ extra_charges: nil,
741
+ rate_per_unit: nil,
742
+ rate_unit: nil,
743
+ tax: nil
744
+ )
745
+ @amount = amount
746
+ @currency = currency
747
+ @discounts = discounts
748
+ @extra_charges = extra_charges
749
+ @rate_per_unit = rate_per_unit
750
+ @rate_unit = rate_unit
751
+ @tax = tax
752
+ end
753
+ end
754
+
755
+ class Vehicle < ::Stripe::RequestParams
756
+ # Make of the rental vehicle.
757
+ attr_accessor :make
758
+ # Model of the rental vehicle.
759
+ attr_accessor :model
760
+ # Odometer reading at the time of rental.
761
+ attr_accessor :odometer
762
+ # Type of the rental vehicle.
763
+ attr_accessor :type
764
+ # Class of the rental vehicle.
765
+ attr_accessor :vehicle_class
766
+ # Vehicle identification number (VIN).
767
+ attr_accessor :vehicle_identification_number
768
+
769
+ def initialize(
770
+ make: nil,
771
+ model: nil,
772
+ odometer: nil,
773
+ type: nil,
774
+ vehicle_class: nil,
775
+ vehicle_identification_number: nil
776
+ )
777
+ @make = make
778
+ @model = model
779
+ @odometer = odometer
780
+ @type = type
781
+ @vehicle_class = vehicle_class
782
+ @vehicle_identification_number = vehicle_identification_number
783
+ end
784
+ end
785
+ # Affiliate (such as travel agency) details for the rental.
786
+ attr_accessor :affiliate
787
+ # Booking confirmation number for the car rental.
788
+ attr_accessor :booking_number
789
+ # Name of the car rental company.
790
+ attr_accessor :carrier_name
791
+ # Customer service phone number for the car rental company.
792
+ attr_accessor :customer_service_phone_number
793
+ # Number of days the car is being rented.
794
+ attr_accessor :days_rented
795
+ # Distance details for the rental.
796
+ attr_accessor :distance
797
+ # List of drivers for the rental.
798
+ attr_accessor :drivers
799
+ # Drop-off location details.
800
+ attr_accessor :drop_off
801
+ # Insurance details for the rental.
802
+ attr_accessor :insurances
803
+ # Indicates if the customer was a no-show.
804
+ attr_accessor :no_show_indicator
805
+ # Pickup location details.
806
+ attr_accessor :pickup
807
+ # Name of the person renting the vehicle.
808
+ attr_accessor :renter_name
809
+ # Total cost breakdown for the rental.
810
+ attr_accessor :total
811
+ # Vehicle details for the rental.
812
+ attr_accessor :vehicle
813
+
814
+ def initialize(
815
+ affiliate: nil,
816
+ booking_number: nil,
817
+ carrier_name: nil,
818
+ customer_service_phone_number: nil,
819
+ days_rented: nil,
820
+ distance: nil,
821
+ drivers: nil,
822
+ drop_off: nil,
823
+ insurances: nil,
824
+ no_show_indicator: nil,
825
+ pickup: nil,
826
+ renter_name: nil,
827
+ total: nil,
828
+ vehicle: nil
829
+ )
830
+ @affiliate = affiliate
831
+ @booking_number = booking_number
832
+ @carrier_name = carrier_name
833
+ @customer_service_phone_number = customer_service_phone_number
834
+ @days_rented = days_rented
835
+ @distance = distance
836
+ @drivers = drivers
837
+ @drop_off = drop_off
838
+ @insurances = insurances
839
+ @no_show_indicator = no_show_indicator
840
+ @pickup = pickup
841
+ @renter_name = renter_name
842
+ @total = total
843
+ @vehicle = vehicle
844
+ end
845
+ end
846
+
847
+ class EventDetails < ::Stripe::RequestParams
848
+ class Address < ::Stripe::RequestParams
849
+ # City, district, suburb, town, or village.
850
+ attr_accessor :city
851
+ # Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
852
+ attr_accessor :country
853
+ # Address line 1, such as the street, PO Box, or company name.
854
+ attr_accessor :line1
855
+ # Address line 2, such as the apartment, suite, unit, or building.
856
+ attr_accessor :line2
857
+ # ZIP or postal code.
858
+ attr_accessor :postal_code
859
+ # State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
860
+ attr_accessor :state
861
+
862
+ def initialize(
863
+ city: nil,
864
+ country: nil,
865
+ line1: nil,
866
+ line2: nil,
867
+ postal_code: nil,
868
+ state: nil
869
+ )
870
+ @city = city
871
+ @country = country
872
+ @line1 = line1
873
+ @line2 = line2
874
+ @postal_code = postal_code
875
+ @state = state
876
+ end
877
+ end
878
+
879
+ class Affiliate < ::Stripe::RequestParams
880
+ # The name of the affiliate that originated the purchase.
881
+ attr_accessor :name
882
+
883
+ def initialize(name: nil)
884
+ @name = name
885
+ end
886
+ end
887
+
888
+ class Delivery < ::Stripe::RequestParams
889
+ class Recipient < ::Stripe::RequestParams
890
+ # The email of the recipient the ticket is delivered to.
891
+ attr_accessor :email
892
+ # The name of the recipient the ticket is delivered to.
893
+ attr_accessor :name
894
+ # The phone number of the recipient the ticket is delivered to.
895
+ attr_accessor :phone
896
+
897
+ def initialize(email: nil, name: nil, phone: nil)
898
+ @email = email
899
+ @name = name
900
+ @phone = phone
901
+ end
902
+ end
903
+ # The delivery method for the payment
904
+ attr_accessor :mode
905
+ # Details of the recipient.
906
+ attr_accessor :recipient
907
+
908
+ def initialize(mode: nil, recipient: nil)
909
+ @mode = mode
910
+ @recipient = recipient
911
+ end
912
+ end
913
+ # Indicates if the tickets are digitally checked when entering the venue.
914
+ attr_accessor :access_controlled_venue
915
+ # The event location's address.
916
+ attr_accessor :address
917
+ # Affiliate details for this purchase.
918
+ attr_accessor :affiliate
919
+ # The name of the company
920
+ attr_accessor :company
921
+ # Delivery details for this purchase.
922
+ attr_accessor :delivery
923
+ # Event end time. Measured in seconds since the Unix epoch.
924
+ attr_accessor :ends_at
925
+ # Type of the event entertainment (concert, sports event etc)
926
+ attr_accessor :genre
927
+ # The name of the event.
928
+ attr_accessor :name
929
+ # Event start time. Measured in seconds since the Unix epoch.
930
+ attr_accessor :starts_at
931
+
932
+ def initialize(
933
+ access_controlled_venue: nil,
934
+ address: nil,
935
+ affiliate: nil,
936
+ company: nil,
937
+ delivery: nil,
938
+ ends_at: nil,
939
+ genre: nil,
940
+ name: nil,
941
+ starts_at: nil
942
+ )
943
+ @access_controlled_venue = access_controlled_venue
944
+ @address = address
945
+ @affiliate = affiliate
946
+ @company = company
947
+ @delivery = delivery
948
+ @ends_at = ends_at
949
+ @genre = genre
950
+ @name = name
951
+ @starts_at = starts_at
952
+ end
953
+ end
954
+
955
+ class Flight < ::Stripe::RequestParams
956
+ class Affiliate < ::Stripe::RequestParams
957
+ # The name of the affiliate that originated the purchase.
958
+ attr_accessor :name
959
+
960
+ def initialize(name: nil)
961
+ @name = name
962
+ end
963
+ end
964
+
965
+ class Delivery < ::Stripe::RequestParams
966
+ class Recipient < ::Stripe::RequestParams
967
+ # The email of the recipient the ticket is delivered to.
968
+ attr_accessor :email
969
+ # The name of the recipient the ticket is delivered to.
970
+ attr_accessor :name
971
+ # The phone number of the recipient the ticket is delivered to.
972
+ attr_accessor :phone
973
+
974
+ def initialize(email: nil, name: nil, phone: nil)
975
+ @email = email
976
+ @name = name
977
+ @phone = phone
978
+ end
979
+ end
980
+ # The delivery method for the payment
981
+ attr_accessor :mode
982
+ # Details of the recipient.
983
+ attr_accessor :recipient
984
+
985
+ def initialize(mode: nil, recipient: nil)
986
+ @mode = mode
987
+ @recipient = recipient
988
+ end
989
+ end
990
+
991
+ class Passenger < ::Stripe::RequestParams
992
+ # Full name of the person or entity on the flight reservation.
993
+ attr_accessor :name
994
+
995
+ def initialize(name: nil)
996
+ @name = name
997
+ end
998
+ end
999
+
1000
+ class Segment < ::Stripe::RequestParams
1001
+ # The flight segment amount.
1002
+ attr_accessor :amount
1003
+ # The International Air Transport Association (IATA) airport code for the arrival airport.
1004
+ attr_accessor :arrival_airport
1005
+ # The arrival time for the flight segment. Measured in seconds since the Unix epoch.
1006
+ attr_accessor :arrives_at
1007
+ # The International Air Transport Association (IATA) carrier code of the carrier operating the flight segment.
1008
+ attr_accessor :carrier
1009
+ # The departure time for the flight segment. Measured in seconds since the Unix epoch.
1010
+ attr_accessor :departs_at
1011
+ # The International Air Transport Association (IATA) airport code for the departure airport.
1012
+ attr_accessor :departure_airport
1013
+ # The flight number associated with the segment
1014
+ attr_accessor :flight_number
1015
+ # The fare class for the segment.
1016
+ attr_accessor :service_class
1017
+
1018
+ def initialize(
1019
+ amount: nil,
1020
+ arrival_airport: nil,
1021
+ arrives_at: nil,
1022
+ carrier: nil,
1023
+ departs_at: nil,
1024
+ departure_airport: nil,
1025
+ flight_number: nil,
1026
+ service_class: nil
1027
+ )
1028
+ @amount = amount
1029
+ @arrival_airport = arrival_airport
1030
+ @arrives_at = arrives_at
1031
+ @carrier = carrier
1032
+ @departs_at = departs_at
1033
+ @departure_airport = departure_airport
1034
+ @flight_number = flight_number
1035
+ @service_class = service_class
1036
+ end
1037
+ end
1038
+ # Affiliate details for this purchase.
1039
+ attr_accessor :affiliate
1040
+ # The agency number (i.e. International Air Transport Association (IATA) agency number) of the travel agency that made the booking.
1041
+ attr_accessor :agency_number
1042
+ # The International Air Transport Association (IATA) carrier code of the carrier that issued the ticket.
1043
+ attr_accessor :carrier
1044
+ # Delivery details for this purchase.
1045
+ attr_accessor :delivery
1046
+ # The name of the person or entity on the reservation.
1047
+ attr_accessor :passenger_name
1048
+ # The details of the passengers in the travel reservation.
1049
+ attr_accessor :passengers
1050
+ # The individual flight segments associated with the trip.
1051
+ attr_accessor :segments
1052
+ # The ticket number associated with the travel reservation.
1053
+ attr_accessor :ticket_number
1054
+
1055
+ def initialize(
1056
+ affiliate: nil,
1057
+ agency_number: nil,
1058
+ carrier: nil,
1059
+ delivery: nil,
1060
+ passenger_name: nil,
1061
+ passengers: nil,
1062
+ segments: nil,
1063
+ ticket_number: nil
1064
+ )
1065
+ @affiliate = affiliate
1066
+ @agency_number = agency_number
1067
+ @carrier = carrier
1068
+ @delivery = delivery
1069
+ @passenger_name = passenger_name
1070
+ @passengers = passengers
1071
+ @segments = segments
1072
+ @ticket_number = ticket_number
1073
+ end
1074
+ end
1075
+
1076
+ class FlightDatum < ::Stripe::RequestParams
1077
+ class Affiliate < ::Stripe::RequestParams
1078
+ # Affiliate partner code.
1079
+ attr_accessor :code
1080
+ # Name of affiliate partner.
1081
+ attr_accessor :name
1082
+ # Code provided by the company to a travel agent authorizing ticket issuance.
1083
+ attr_accessor :travel_authorization_code
1084
+
1085
+ def initialize(code: nil, name: nil, travel_authorization_code: nil)
1086
+ @code = code
1087
+ @name = name
1088
+ @travel_authorization_code = travel_authorization_code
1089
+ end
1090
+ end
1091
+
1092
+ class Insurance < ::Stripe::RequestParams
1093
+ # Insurance cost.
1094
+ attr_accessor :amount
1095
+ # Insurance currency.
1096
+ attr_accessor :currency
1097
+ # Insurance company name.
1098
+ attr_accessor :insurance_company_name
1099
+ # Type of insurance.
1100
+ attr_accessor :insurance_type
1101
+
1102
+ def initialize(
1103
+ amount: nil,
1104
+ currency: nil,
1105
+ insurance_company_name: nil,
1106
+ insurance_type: nil
1107
+ )
1108
+ @amount = amount
1109
+ @currency = currency
1110
+ @insurance_company_name = insurance_company_name
1111
+ @insurance_type = insurance_type
1112
+ end
1113
+ end
1114
+
1115
+ class Passenger < ::Stripe::RequestParams
1116
+ # Passenger's full name.
1117
+ attr_accessor :name
1118
+
1119
+ def initialize(name: nil)
1120
+ @name = name
1121
+ end
1122
+ end
1123
+
1124
+ class Segment < ::Stripe::RequestParams
1125
+ class Arrival < ::Stripe::RequestParams
1126
+ # Arrival airport IATA code.
1127
+ attr_accessor :airport
1128
+ # Arrival date/time.
1129
+ attr_accessor :arrives_at
1130
+ # Arrival city.
1131
+ attr_accessor :city
1132
+ # Arrival country.
1133
+ attr_accessor :country
1134
+
1135
+ def initialize(airport: nil, arrives_at: nil, city: nil, country: nil)
1136
+ @airport = airport
1137
+ @arrives_at = arrives_at
1138
+ @city = city
1139
+ @country = country
1140
+ end
1141
+ end
1142
+
1143
+ class Departure < ::Stripe::RequestParams
1144
+ # Departure airport IATA code.
1145
+ attr_accessor :airport
1146
+ # Departure city.
1147
+ attr_accessor :city
1148
+ # Departure country.
1149
+ attr_accessor :country
1150
+ # Departure date/time.
1151
+ attr_accessor :departs_at
1152
+
1153
+ def initialize(airport: nil, city: nil, country: nil, departs_at: nil)
1154
+ @airport = airport
1155
+ @city = city
1156
+ @country = country
1157
+ @departs_at = departs_at
1158
+ end
1159
+ end
1160
+ # Segment fare amount.
1161
+ attr_accessor :amount
1162
+ # Arrival details.
1163
+ attr_accessor :arrival
1164
+ # Airline carrier code.
1165
+ attr_accessor :carrier_code
1166
+ # Carrier name.
1167
+ attr_accessor :carrier_name
1168
+ # Segment currency.
1169
+ attr_accessor :currency
1170
+ # Departure details.
1171
+ attr_accessor :departure
1172
+ # Exchange ticket number.
1173
+ attr_accessor :exchange_ticket_number
1174
+ # Fare basis code.
1175
+ attr_accessor :fare_basis_code
1176
+ # Additional fees.
1177
+ attr_accessor :fees
1178
+ # Flight number.
1179
+ attr_accessor :flight_number
1180
+ # Stopover indicator.
1181
+ attr_accessor :is_stop_over_indicator
1182
+ # Refundable ticket indicator.
1183
+ attr_accessor :refundable
1184
+ # Class of service.
1185
+ attr_accessor :service_class
1186
+ # Tax amount for segment.
1187
+ attr_accessor :tax_amount
1188
+ # Ticket number.
1189
+ attr_accessor :ticket_number
1190
+
1191
+ def initialize(
1192
+ amount: nil,
1193
+ arrival: nil,
1194
+ carrier_code: nil,
1195
+ carrier_name: nil,
1196
+ currency: nil,
1197
+ departure: nil,
1198
+ exchange_ticket_number: nil,
1199
+ fare_basis_code: nil,
1200
+ fees: nil,
1201
+ flight_number: nil,
1202
+ is_stop_over_indicator: nil,
1203
+ refundable: nil,
1204
+ service_class: nil,
1205
+ tax_amount: nil,
1206
+ ticket_number: nil
1207
+ )
1208
+ @amount = amount
1209
+ @arrival = arrival
1210
+ @carrier_code = carrier_code
1211
+ @carrier_name = carrier_name
1212
+ @currency = currency
1213
+ @departure = departure
1214
+ @exchange_ticket_number = exchange_ticket_number
1215
+ @fare_basis_code = fare_basis_code
1216
+ @fees = fees
1217
+ @flight_number = flight_number
1218
+ @is_stop_over_indicator = is_stop_over_indicator
1219
+ @refundable = refundable
1220
+ @service_class = service_class
1221
+ @tax_amount = tax_amount
1222
+ @ticket_number = ticket_number
1223
+ end
1224
+ end
1225
+
1226
+ class Total < ::Stripe::RequestParams
1227
+ class Discounts < ::Stripe::RequestParams
1228
+ # Corporate client discount code.
1229
+ attr_accessor :corporate_client_code
1230
+
1231
+ def initialize(corporate_client_code: nil)
1232
+ @corporate_client_code = corporate_client_code
1233
+ end
1234
+ end
1235
+
1236
+ class ExtraCharge < ::Stripe::RequestParams
1237
+ # Amount of additional charges.
1238
+ attr_accessor :amount
1239
+ # Type of additional charges.
1240
+ attr_accessor :type
1241
+
1242
+ def initialize(amount: nil, type: nil)
1243
+ @amount = amount
1244
+ @type = type
1245
+ end
1246
+ end
1247
+
1248
+ class Tax < ::Stripe::RequestParams
1249
+ class Tax < ::Stripe::RequestParams
1250
+ # Tax amount.
1251
+ attr_accessor :amount
1252
+ # Tax rate.
1253
+ attr_accessor :rate
1254
+ # Type of tax.
1255
+ attr_accessor :type
1256
+
1257
+ def initialize(amount: nil, rate: nil, type: nil)
1258
+ @amount = amount
1259
+ @rate = rate
1260
+ @type = type
1261
+ end
1262
+ end
1263
+ # Array of tax details.
1264
+ attr_accessor :taxes
1265
+
1266
+ def initialize(taxes: nil)
1267
+ @taxes = taxes
1268
+ end
1269
+ end
1270
+ # Total flight amount.
1271
+ attr_accessor :amount
1272
+ # Reason for credit.
1273
+ attr_accessor :credit_reason
1274
+ # Total currency.
1275
+ attr_accessor :currency
1276
+ # Discount details.
1277
+ attr_accessor :discounts
1278
+ # Additional charges.
1279
+ attr_accessor :extra_charges
1280
+ # Tax breakdown.
1281
+ attr_accessor :tax
1282
+
1283
+ def initialize(
1284
+ amount: nil,
1285
+ credit_reason: nil,
1286
+ currency: nil,
1287
+ discounts: nil,
1288
+ extra_charges: nil,
1289
+ tax: nil
1290
+ )
1291
+ @amount = amount
1292
+ @credit_reason = credit_reason
1293
+ @currency = currency
1294
+ @discounts = discounts
1295
+ @extra_charges = extra_charges
1296
+ @tax = tax
1297
+ end
1298
+ end
1299
+ # Affiliate details if applicable.
1300
+ attr_accessor :affiliate
1301
+ # Reservation reference.
1302
+ attr_accessor :booking_number
1303
+ # Computerized reservation system used to make the reservation and purchase the ticket.
1304
+ attr_accessor :computerized_reservation_system
1305
+ # Ticket restrictions.
1306
+ attr_accessor :endorsements_and_restrictions
1307
+ # List of insurances.
1308
+ attr_accessor :insurances
1309
+ # List of passengers.
1310
+ attr_accessor :passengers
1311
+ # List of flight segments.
1312
+ attr_accessor :segments
1313
+ # Electronic ticket indicator.
1314
+ attr_accessor :ticket_electronically_issued_indicator
1315
+ # Total cost breakdown.
1316
+ attr_accessor :total
1317
+ # Type of flight transaction.
1318
+ attr_accessor :transaction_type
1319
+
1320
+ def initialize(
1321
+ affiliate: nil,
1322
+ booking_number: nil,
1323
+ computerized_reservation_system: nil,
1324
+ endorsements_and_restrictions: nil,
1325
+ insurances: nil,
1326
+ passengers: nil,
1327
+ segments: nil,
1328
+ ticket_electronically_issued_indicator: nil,
1329
+ total: nil,
1330
+ transaction_type: nil
1331
+ )
1332
+ @affiliate = affiliate
1333
+ @booking_number = booking_number
1334
+ @computerized_reservation_system = computerized_reservation_system
1335
+ @endorsements_and_restrictions = endorsements_and_restrictions
1336
+ @insurances = insurances
1337
+ @passengers = passengers
1338
+ @segments = segments
1339
+ @ticket_electronically_issued_indicator = ticket_electronically_issued_indicator
1340
+ @total = total
1341
+ @transaction_type = transaction_type
1342
+ end
1343
+ end
1344
+
1345
+ class Lodging < ::Stripe::RequestParams
1346
+ class Address < ::Stripe::RequestParams
1347
+ # City, district, suburb, town, or village.
1348
+ attr_accessor :city
1349
+ # Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
1350
+ attr_accessor :country
1351
+ # Address line 1, such as the street, PO Box, or company name.
1352
+ attr_accessor :line1
1353
+ # Address line 2, such as the apartment, suite, unit, or building.
1354
+ attr_accessor :line2
1355
+ # ZIP or postal code.
1356
+ attr_accessor :postal_code
1357
+ # State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
1358
+ attr_accessor :state
1359
+
1360
+ def initialize(
1361
+ city: nil,
1362
+ country: nil,
1363
+ line1: nil,
1364
+ line2: nil,
1365
+ postal_code: nil,
1366
+ state: nil
1367
+ )
1368
+ @city = city
1369
+ @country = country
1370
+ @line1 = line1
1371
+ @line2 = line2
1372
+ @postal_code = postal_code
1373
+ @state = state
1374
+ end
1375
+ end
1376
+
1377
+ class Affiliate < ::Stripe::RequestParams
1378
+ # The name of the affiliate that originated the purchase.
1379
+ attr_accessor :name
1380
+
1381
+ def initialize(name: nil)
1382
+ @name = name
1383
+ end
1384
+ end
1385
+
1386
+ class Delivery < ::Stripe::RequestParams
1387
+ class Recipient < ::Stripe::RequestParams
1388
+ # The email of the recipient the ticket is delivered to.
1389
+ attr_accessor :email
1390
+ # The name of the recipient the ticket is delivered to.
1391
+ attr_accessor :name
1392
+ # The phone number of the recipient the ticket is delivered to.
1393
+ attr_accessor :phone
1394
+
1395
+ def initialize(email: nil, name: nil, phone: nil)
1396
+ @email = email
1397
+ @name = name
1398
+ @phone = phone
1399
+ end
1400
+ end
1401
+ # The delivery method for the payment
1402
+ attr_accessor :mode
1403
+ # Details of the recipient.
1404
+ attr_accessor :recipient
1405
+
1406
+ def initialize(mode: nil, recipient: nil)
1407
+ @mode = mode
1408
+ @recipient = recipient
1409
+ end
1410
+ end
1411
+
1412
+ class Passenger < ::Stripe::RequestParams
1413
+ # Full name of the person or entity on the lodging reservation.
1414
+ attr_accessor :name
1415
+
1416
+ def initialize(name: nil)
1417
+ @name = name
1418
+ end
1419
+ end
1420
+ # The lodging location's address.
1421
+ attr_accessor :address
1422
+ # The number of adults on the booking
1423
+ attr_accessor :adults
1424
+ # Affiliate details for this purchase.
1425
+ attr_accessor :affiliate
1426
+ # The booking number associated with the lodging reservation.
1427
+ attr_accessor :booking_number
1428
+ # The lodging category
1429
+ attr_accessor :category
1430
+ # Lodging check-in time. Measured in seconds since the Unix epoch.
1431
+ attr_accessor :checkin_at
1432
+ # Lodging check-out time. Measured in seconds since the Unix epoch.
1433
+ attr_accessor :checkout_at
1434
+ # The customer service phone number of the lodging company.
1435
+ attr_accessor :customer_service_phone_number
1436
+ # The daily lodging room rate.
1437
+ attr_accessor :daily_room_rate_amount
1438
+ # Delivery details for this purchase.
1439
+ attr_accessor :delivery
1440
+ # List of additional charges being billed.
1441
+ attr_accessor :extra_charges
1442
+ # Indicates whether the lodging location is compliant with the Fire Safety Act.
1443
+ attr_accessor :fire_safety_act_compliance
1444
+ # The name of the lodging location.
1445
+ attr_accessor :name
1446
+ # Indicates if the customer did not keep their booking while failing to cancel the reservation.
1447
+ attr_accessor :no_show
1448
+ # The number of rooms on the booking
1449
+ attr_accessor :number_of_rooms
1450
+ # The details of the passengers in the travel reservation
1451
+ attr_accessor :passengers
1452
+ # The phone number of the lodging location.
1453
+ attr_accessor :property_phone_number
1454
+ # The room class for this purchase.
1455
+ attr_accessor :room_class
1456
+ # The number of room nights
1457
+ attr_accessor :room_nights
1458
+ # The total tax amount associating with the room reservation.
1459
+ attr_accessor :total_room_tax_amount
1460
+ # The total tax amount
1461
+ attr_accessor :total_tax_amount
1462
+
1463
+ def initialize(
1464
+ address: nil,
1465
+ adults: nil,
1466
+ affiliate: nil,
1467
+ booking_number: nil,
1468
+ category: nil,
1469
+ checkin_at: nil,
1470
+ checkout_at: nil,
1471
+ customer_service_phone_number: nil,
1472
+ daily_room_rate_amount: nil,
1473
+ delivery: nil,
1474
+ extra_charges: nil,
1475
+ fire_safety_act_compliance: nil,
1476
+ name: nil,
1477
+ no_show: nil,
1478
+ number_of_rooms: nil,
1479
+ passengers: nil,
1480
+ property_phone_number: nil,
1481
+ room_class: nil,
1482
+ room_nights: nil,
1483
+ total_room_tax_amount: nil,
1484
+ total_tax_amount: nil
1485
+ )
1486
+ @address = address
1487
+ @adults = adults
1488
+ @affiliate = affiliate
1489
+ @booking_number = booking_number
1490
+ @category = category
1491
+ @checkin_at = checkin_at
1492
+ @checkout_at = checkout_at
1493
+ @customer_service_phone_number = customer_service_phone_number
1494
+ @daily_room_rate_amount = daily_room_rate_amount
1495
+ @delivery = delivery
1496
+ @extra_charges = extra_charges
1497
+ @fire_safety_act_compliance = fire_safety_act_compliance
1498
+ @name = name
1499
+ @no_show = no_show
1500
+ @number_of_rooms = number_of_rooms
1501
+ @passengers = passengers
1502
+ @property_phone_number = property_phone_number
1503
+ @room_class = room_class
1504
+ @room_nights = room_nights
1505
+ @total_room_tax_amount = total_room_tax_amount
155
1506
  @total_tax_amount = total_tax_amount
156
1507
  end
157
1508
  end
158
- # The total discount applied on the transaction represented in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal). An integer greater than 0.
159
- #
160
- # This field is mutually exclusive with the `amount_details[line_items][#][discount_amount]` field.
161
- attr_accessor :discount_amount
162
- # Set to `false` to return arithmetic validation errors in the response without failing the request. Use this when you want the operation to proceed regardless of arithmetic errors in the line item data.
163
- #
164
- # Omit or set to `true` to immediately return a 400 error when arithmetic validation fails. Use this for strict validation that prevents processing with line item data that has arithmetic inconsistencies.
165
- #
166
- # For card payments, Stripe doesn't send line item data to card networks if there's an arithmetic validation error.
167
- attr_accessor :enforce_arithmetic_validation
168
- # A list of line items, each containing information about a product in the PaymentIntent. There is a maximum of 200 line items.
169
- attr_accessor :line_items
170
- # Contains information about the shipping portion of the amount.
171
- attr_accessor :shipping
172
- # Contains information about the tax portion of the amount.
173
- attr_accessor :tax
174
1509
 
175
- def initialize(
176
- discount_amount: nil,
177
- enforce_arithmetic_validation: nil,
178
- line_items: nil,
179
- shipping: nil,
180
- tax: nil
181
- )
182
- @discount_amount = discount_amount
183
- @enforce_arithmetic_validation = enforce_arithmetic_validation
184
- @line_items = line_items
185
- @shipping = shipping
186
- @tax = tax
187
- end
188
- end
1510
+ class LodgingDatum < ::Stripe::RequestParams
1511
+ class Accommodation < ::Stripe::RequestParams
1512
+ # Type of accommodation.
1513
+ attr_accessor :accommodation_type
1514
+ # Bed type.
1515
+ attr_accessor :bed_type
1516
+ # Daily accommodation rate in cents.
1517
+ attr_accessor :daily_rate_amount
1518
+ # Number of nights.
1519
+ attr_accessor :nights
1520
+ # Number of rooms, cabanas, apartments, and so on.
1521
+ attr_accessor :number_of_rooms
1522
+ # Rate type.
1523
+ attr_accessor :rate_type
1524
+ # Whether smoking is allowed.
1525
+ attr_accessor :smoking_indicator
189
1526
 
190
- class Hooks < ::Stripe::RequestParams
191
- class Inputs < ::Stripe::RequestParams
192
- class Tax < ::Stripe::RequestParams
193
- # The [TaxCalculation](https://docs.stripe.com/api/tax/calculations) id
194
- attr_accessor :calculation
1527
+ def initialize(
1528
+ accommodation_type: nil,
1529
+ bed_type: nil,
1530
+ daily_rate_amount: nil,
1531
+ nights: nil,
1532
+ number_of_rooms: nil,
1533
+ rate_type: nil,
1534
+ smoking_indicator: nil
1535
+ )
1536
+ @accommodation_type = accommodation_type
1537
+ @bed_type = bed_type
1538
+ @daily_rate_amount = daily_rate_amount
1539
+ @nights = nights
1540
+ @number_of_rooms = number_of_rooms
1541
+ @rate_type = rate_type
1542
+ @smoking_indicator = smoking_indicator
1543
+ end
1544
+ end
195
1545
 
196
- def initialize(calculation: nil)
197
- @calculation = calculation
1546
+ class Affiliate < ::Stripe::RequestParams
1547
+ # Affiliate partner code.
1548
+ attr_accessor :code
1549
+ # Affiliate partner name.
1550
+ attr_accessor :name
1551
+
1552
+ def initialize(code: nil, name: nil)
1553
+ @code = code
1554
+ @name = name
198
1555
  end
199
1556
  end
200
- # Tax arguments for automations
201
- attr_accessor :tax
202
1557
 
203
- def initialize(tax: nil)
204
- @tax = tax
1558
+ class Guest < ::Stripe::RequestParams
1559
+ # Guest's full name.
1560
+ attr_accessor :name
1561
+
1562
+ def initialize(name: nil)
1563
+ @name = name
1564
+ end
205
1565
  end
206
- end
207
- # Arguments passed in automations
208
- attr_accessor :inputs
209
1566
 
210
- def initialize(inputs: nil)
211
- @inputs = inputs
1567
+ class Host < ::Stripe::RequestParams
1568
+ class Address < ::Stripe::RequestParams
1569
+ # City, district, suburb, town, or village.
1570
+ attr_accessor :city
1571
+ # Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
1572
+ attr_accessor :country
1573
+ # Address line 1, such as the street, PO Box, or company name.
1574
+ attr_accessor :line1
1575
+ # Address line 2, such as the apartment, suite, unit, or building.
1576
+ attr_accessor :line2
1577
+ # ZIP or postal code.
1578
+ attr_accessor :postal_code
1579
+ # State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
1580
+ attr_accessor :state
1581
+
1582
+ def initialize(
1583
+ city: nil,
1584
+ country: nil,
1585
+ line1: nil,
1586
+ line2: nil,
1587
+ postal_code: nil,
1588
+ state: nil
1589
+ )
1590
+ @city = city
1591
+ @country = country
1592
+ @line1 = line1
1593
+ @line2 = line2
1594
+ @postal_code = postal_code
1595
+ @state = state
1596
+ end
1597
+ end
1598
+ # Address of the host.
1599
+ attr_accessor :address
1600
+ # Host's country of domicile.
1601
+ attr_accessor :country_of_domicile
1602
+ # Reference number for the host.
1603
+ attr_accessor :host_reference
1604
+ # Type of host.
1605
+ attr_accessor :host_type
1606
+ # Name of the lodging property or host.
1607
+ attr_accessor :name
1608
+ # Total number of reservations for the host.
1609
+ attr_accessor :number_of_reservations
1610
+ # Property phone number.
1611
+ attr_accessor :property_phone_number
1612
+ # Host's registration date.
1613
+ attr_accessor :registered_at
1614
+
1615
+ def initialize(
1616
+ address: nil,
1617
+ country_of_domicile: nil,
1618
+ host_reference: nil,
1619
+ host_type: nil,
1620
+ name: nil,
1621
+ number_of_reservations: nil,
1622
+ property_phone_number: nil,
1623
+ registered_at: nil
1624
+ )
1625
+ @address = address
1626
+ @country_of_domicile = country_of_domicile
1627
+ @host_reference = host_reference
1628
+ @host_type = host_type
1629
+ @name = name
1630
+ @number_of_reservations = number_of_reservations
1631
+ @property_phone_number = property_phone_number
1632
+ @registered_at = registered_at
1633
+ end
1634
+ end
1635
+
1636
+ class Insurance < ::Stripe::RequestParams
1637
+ # Price of the insurance coverage in cents.
1638
+ attr_accessor :amount
1639
+ # Currency of the insurance amount.
1640
+ attr_accessor :currency
1641
+ # Name of the insurance company.
1642
+ attr_accessor :insurance_company_name
1643
+ # Type of insurance coverage.
1644
+ attr_accessor :insurance_type
1645
+
1646
+ def initialize(
1647
+ amount: nil,
1648
+ currency: nil,
1649
+ insurance_company_name: nil,
1650
+ insurance_type: nil
1651
+ )
1652
+ @amount = amount
1653
+ @currency = currency
1654
+ @insurance_company_name = insurance_company_name
1655
+ @insurance_type = insurance_type
1656
+ end
1657
+ end
1658
+
1659
+ class Total < ::Stripe::RequestParams
1660
+ class Discounts < ::Stripe::RequestParams
1661
+ # Corporate client discount code.
1662
+ attr_accessor :corporate_client_code
1663
+ # Coupon code.
1664
+ attr_accessor :coupon
1665
+
1666
+ def initialize(corporate_client_code: nil, coupon: nil)
1667
+ @corporate_client_code = corporate_client_code
1668
+ @coupon = coupon
1669
+ end
1670
+ end
1671
+
1672
+ class ExtraCharge < ::Stripe::RequestParams
1673
+ # Amount of the extra charge in cents.
1674
+ attr_accessor :amount
1675
+ # Type of extra charge.
1676
+ attr_accessor :type
1677
+
1678
+ def initialize(amount: nil, type: nil)
1679
+ @amount = amount
1680
+ @type = type
1681
+ end
1682
+ end
1683
+
1684
+ class Tax < ::Stripe::RequestParams
1685
+ class Tax < ::Stripe::RequestParams
1686
+ # Tax amount in cents.
1687
+ attr_accessor :amount
1688
+ # Tax rate.
1689
+ attr_accessor :rate
1690
+ # Type of tax applied.
1691
+ attr_accessor :type
1692
+
1693
+ def initialize(amount: nil, rate: nil, type: nil)
1694
+ @amount = amount
1695
+ @rate = rate
1696
+ @type = type
1697
+ end
1698
+ end
1699
+ # Indicates whether the transaction is tax exempt.
1700
+ attr_accessor :tax_exempt_indicator
1701
+ # Tax details.
1702
+ attr_accessor :taxes
1703
+
1704
+ def initialize(tax_exempt_indicator: nil, taxes: nil)
1705
+ @tax_exempt_indicator = tax_exempt_indicator
1706
+ @taxes = taxes
1707
+ end
1708
+ end
1709
+ # Total price of the lodging reservation in cents.
1710
+ attr_accessor :amount
1711
+ # Cash advances in cents.
1712
+ attr_accessor :cash_advances
1713
+ # Currency of the total amount.
1714
+ attr_accessor :currency
1715
+ # Discount details for the lodging.
1716
+ attr_accessor :discounts
1717
+ # Additional charges for the lodging.
1718
+ attr_accessor :extra_charges
1719
+ # Prepaid amount in cents.
1720
+ attr_accessor :prepaid_amount
1721
+ # Tax breakdown for the lodging reservation.
1722
+ attr_accessor :tax
1723
+
1724
+ def initialize(
1725
+ amount: nil,
1726
+ cash_advances: nil,
1727
+ currency: nil,
1728
+ discounts: nil,
1729
+ extra_charges: nil,
1730
+ prepaid_amount: nil,
1731
+ tax: nil
1732
+ )
1733
+ @amount = amount
1734
+ @cash_advances = cash_advances
1735
+ @currency = currency
1736
+ @discounts = discounts
1737
+ @extra_charges = extra_charges
1738
+ @prepaid_amount = prepaid_amount
1739
+ @tax = tax
1740
+ end
1741
+ end
1742
+ # Accommodation details for the lodging.
1743
+ attr_accessor :accommodation
1744
+ # Affiliate details if applicable.
1745
+ attr_accessor :affiliate
1746
+ # Booking confirmation number for the lodging.
1747
+ attr_accessor :booking_number
1748
+ # Check-in date.
1749
+ attr_accessor :checkin_at
1750
+ # Check-out date.
1751
+ attr_accessor :checkout_at
1752
+ # Customer service phone number for the lodging company.
1753
+ attr_accessor :customer_service_phone_number
1754
+ # Whether the lodging is compliant with any hotel fire safety regulations.
1755
+ attr_accessor :fire_safety_act_compliance_indicator
1756
+ # List of guests for the lodging.
1757
+ attr_accessor :guests
1758
+ # Host details for the lodging.
1759
+ attr_accessor :host
1760
+ # List of insurances for the lodging.
1761
+ attr_accessor :insurances
1762
+ # Whether the renter is a no-show.
1763
+ attr_accessor :no_show_indicator
1764
+ # Renter ID number for the lodging.
1765
+ attr_accessor :renter_id_number
1766
+ # Renter name for the lodging.
1767
+ attr_accessor :renter_name
1768
+ # Total details for the lodging.
1769
+ attr_accessor :total
1770
+
1771
+ def initialize(
1772
+ accommodation: nil,
1773
+ affiliate: nil,
1774
+ booking_number: nil,
1775
+ checkin_at: nil,
1776
+ checkout_at: nil,
1777
+ customer_service_phone_number: nil,
1778
+ fire_safety_act_compliance_indicator: nil,
1779
+ guests: nil,
1780
+ host: nil,
1781
+ insurances: nil,
1782
+ no_show_indicator: nil,
1783
+ renter_id_number: nil,
1784
+ renter_name: nil,
1785
+ total: nil
1786
+ )
1787
+ @accommodation = accommodation
1788
+ @affiliate = affiliate
1789
+ @booking_number = booking_number
1790
+ @checkin_at = checkin_at
1791
+ @checkout_at = checkout_at
1792
+ @customer_service_phone_number = customer_service_phone_number
1793
+ @fire_safety_act_compliance_indicator = fire_safety_act_compliance_indicator
1794
+ @guests = guests
1795
+ @host = host
1796
+ @insurances = insurances
1797
+ @no_show_indicator = no_show_indicator
1798
+ @renter_id_number = renter_id_number
1799
+ @renter_name = renter_name
1800
+ @total = total
1801
+ end
212
1802
  end
213
- end
214
1803
 
215
- class PaymentDetails < ::Stripe::RequestParams
1804
+ class Subscription < ::Stripe::RequestParams
1805
+ class Affiliate < ::Stripe::RequestParams
1806
+ # The name of the affiliate that originated the purchase.
1807
+ attr_accessor :name
1808
+
1809
+ def initialize(name: nil)
1810
+ @name = name
1811
+ end
1812
+ end
1813
+
1814
+ class BillingInterval < ::Stripe::RequestParams
1815
+ # The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
1816
+ attr_accessor :count
1817
+ # Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
1818
+ attr_accessor :interval
1819
+
1820
+ def initialize(count: nil, interval: nil)
1821
+ @count = count
1822
+ @interval = interval
1823
+ end
1824
+ end
1825
+ # Affiliate details for this purchase.
1826
+ attr_accessor :affiliate
1827
+ # Info whether the subscription will be auto renewed upon expiry.
1828
+ attr_accessor :auto_renewal
1829
+ # Subscription billing details for this purchase.
1830
+ attr_accessor :billing_interval
1831
+ # Subscription end time. Measured in seconds since the Unix epoch.
1832
+ attr_accessor :ends_at
1833
+ # Name of the product on subscription. e.g. Apple Music Subscription
1834
+ attr_accessor :name
1835
+ # Subscription start time. Measured in seconds since the Unix epoch.
1836
+ attr_accessor :starts_at
1837
+
1838
+ def initialize(
1839
+ affiliate: nil,
1840
+ auto_renewal: nil,
1841
+ billing_interval: nil,
1842
+ ends_at: nil,
1843
+ name: nil,
1844
+ starts_at: nil
1845
+ )
1846
+ @affiliate = affiliate
1847
+ @auto_renewal = auto_renewal
1848
+ @billing_interval = billing_interval
1849
+ @ends_at = ends_at
1850
+ @name = name
1851
+ @starts_at = starts_at
1852
+ end
1853
+ end
1854
+ # Car rental details for this PaymentIntent.
1855
+ attr_accessor :car_rental
1856
+ # Car rental data for this PaymentIntent.
1857
+ attr_accessor :car_rental_data
216
1858
  # A unique value to identify the customer. This field is available only for card payments.
217
1859
  #
218
1860
  # This field is truncated to 25 alphanumeric characters, excluding spaces, before being sent to card networks.
219
1861
  attr_accessor :customer_reference
1862
+ # Event details for this PaymentIntent
1863
+ attr_accessor :event_details
1864
+ # Flight reservation details for this PaymentIntent
1865
+ attr_accessor :flight
1866
+ # Flight data for this PaymentIntent.
1867
+ attr_accessor :flight_data
1868
+ # Lodging reservation details for this PaymentIntent
1869
+ attr_accessor :lodging
1870
+ # Lodging data for this PaymentIntent.
1871
+ attr_accessor :lodging_data
220
1872
  # A unique value assigned by the business to identify the transaction. Required for L2 and L3 rates.
221
1873
  #
222
1874
  # For Cards, this field is truncated to 25 alphanumeric characters, excluding spaces, before being sent to card networks. For Klarna, this field is truncated to 255 characters and is visible to customers when they view the order in the Klarna app.
223
1875
  attr_accessor :order_reference
1876
+ # Subscription details for this PaymentIntent
1877
+ attr_accessor :subscription
224
1878
 
225
- def initialize(customer_reference: nil, order_reference: nil)
1879
+ def initialize(
1880
+ car_rental: nil,
1881
+ car_rental_data: nil,
1882
+ customer_reference: nil,
1883
+ event_details: nil,
1884
+ flight: nil,
1885
+ flight_data: nil,
1886
+ lodging: nil,
1887
+ lodging_data: nil,
1888
+ order_reference: nil,
1889
+ subscription: nil
1890
+ )
1891
+ @car_rental = car_rental
1892
+ @car_rental_data = car_rental_data
226
1893
  @customer_reference = customer_reference
1894
+ @event_details = event_details
1895
+ @flight = flight
1896
+ @flight_data = flight_data
1897
+ @lodging = lodging
1898
+ @lodging_data = lodging_data
227
1899
  @order_reference = order_reference
1900
+ @subscription = subscription
228
1901
  end
229
1902
  end
230
1903
 
@@ -366,8 +2039,18 @@ module Stripe
366
2039
  end
367
2040
 
368
2041
  class Giropay < ::Stripe::RequestParams; end
2042
+ class Gopay < ::Stripe::RequestParams; end
369
2043
  class Grabpay < ::Stripe::RequestParams; end
370
2044
 
2045
+ class IdBankTransfer < ::Stripe::RequestParams
2046
+ # Bank where the account is held.
2047
+ attr_accessor :bank
2048
+
2049
+ def initialize(bank: nil)
2050
+ @bank = bank
2051
+ end
2052
+ end
2053
+
371
2054
  class Ideal < ::Stripe::RequestParams
372
2055
  # The customer's bank. Only use this parameter for existing customers. Don't use it for new customers.
373
2056
  attr_accessor :bank
@@ -465,6 +2148,7 @@ module Stripe
465
2148
  class Payco < ::Stripe::RequestParams; end
466
2149
  class Paynow < ::Stripe::RequestParams; end
467
2150
  class Paypal < ::Stripe::RequestParams; end
2151
+ class Paypay < ::Stripe::RequestParams; end
468
2152
 
469
2153
  class Payto < ::Stripe::RequestParams
470
2154
  # The account number for the bank account.
@@ -483,13 +2167,37 @@ module Stripe
483
2167
 
484
2168
  class Pix < ::Stripe::RequestParams; end
485
2169
  class Promptpay < ::Stripe::RequestParams; end
2170
+ class Qris < ::Stripe::RequestParams; end
486
2171
 
487
2172
  class RadarOptions < ::Stripe::RequestParams
488
2173
  # A [Radar Session](https://docs.stripe.com/radar/radar-session) is a snapshot of the browser metadata and device details that help Radar make more accurate predictions on your payments.
489
2174
  attr_accessor :session
490
2175
 
491
- def initialize(session: nil)
492
- @session = session
2176
+ def initialize(session: nil)
2177
+ @session = session
2178
+ end
2179
+ end
2180
+
2181
+ class Rechnung < ::Stripe::RequestParams
2182
+ class Dob < ::Stripe::RequestParams
2183
+ # The day of birth, between 1 and 31.
2184
+ attr_accessor :day
2185
+ # The month of birth, between 1 and 12.
2186
+ attr_accessor :month
2187
+ # The four-digit year of birth.
2188
+ attr_accessor :year
2189
+
2190
+ def initialize(day: nil, month: nil, year: nil)
2191
+ @day = day
2192
+ @month = month
2193
+ @year = year
2194
+ end
2195
+ end
2196
+ # Customer's date of birth
2197
+ attr_accessor :dob
2198
+
2199
+ def initialize(dob: nil)
2200
+ @dob = dob
493
2201
  end
494
2202
  end
495
2203
 
@@ -507,6 +2215,8 @@ module Stripe
507
2215
  end
508
2216
  end
509
2217
 
2218
+ class Shopeepay < ::Stripe::RequestParams; end
2219
+
510
2220
  class Sofort < ::Stripe::RequestParams
511
2221
  # Two-letter ISO code representing the country the bank account is located in.
512
2222
  attr_accessor :country
@@ -516,6 +2226,15 @@ module Stripe
516
2226
  end
517
2227
  end
518
2228
 
2229
+ class StripeBalance < ::Stripe::RequestParams
2230
+ # The connected account ID whose Stripe balance to use as the source of payment
2231
+ attr_accessor :account
2232
+
2233
+ def initialize(account: nil)
2234
+ @account = account
2235
+ end
2236
+ end
2237
+
519
2238
  class Sunbit < ::Stripe::RequestParams; end
520
2239
  class Swish < ::Stripe::RequestParams; end
521
2240
  class Twint < ::Stripe::RequestParams; end
@@ -617,8 +2336,12 @@ module Stripe
617
2336
  attr_accessor :fpx
618
2337
  # If this is a `giropay` PaymentMethod, this hash contains details about the Giropay payment method.
619
2338
  attr_accessor :giropay
2339
+ # If this is a Gopay PaymentMethod, this hash contains details about the Gopay payment method.
2340
+ attr_accessor :gopay
620
2341
  # If this is a `grabpay` PaymentMethod, this hash contains details about the GrabPay payment method.
621
2342
  attr_accessor :grabpay
2343
+ # If this is an `IdBankTransfer` PaymentMethod, this hash contains details about the IdBankTransfer payment method.
2344
+ attr_accessor :id_bank_transfer
622
2345
  # If this is an `ideal` PaymentMethod, this hash contains details about the iDEAL payment method.
623
2346
  attr_accessor :ideal
624
2347
  # If this is an `interac_present` PaymentMethod, this hash contains details about the Interac Present payment method.
@@ -657,14 +2380,20 @@ module Stripe
657
2380
  attr_accessor :paynow
658
2381
  # If this is a `paypal` PaymentMethod, this hash contains details about the PayPal payment method.
659
2382
  attr_accessor :paypal
2383
+ # If this is a `paypay` PaymentMethod, this hash contains details about the PayPay payment method.
2384
+ attr_accessor :paypay
660
2385
  # If this is a `payto` PaymentMethod, this hash contains details about the PayTo payment method.
661
2386
  attr_accessor :payto
662
2387
  # If this is a `pix` PaymentMethod, this hash contains details about the Pix payment method.
663
2388
  attr_accessor :pix
664
2389
  # If this is a `promptpay` PaymentMethod, this hash contains details about the PromptPay payment method.
665
2390
  attr_accessor :promptpay
2391
+ # If this is a `qris` PaymentMethod, this hash contains details about the QRIS payment method.
2392
+ attr_accessor :qris
666
2393
  # Options to configure Radar. See [Radar Session](https://docs.stripe.com/radar/radar-session) for more information.
667
2394
  attr_accessor :radar_options
2395
+ # If this is a `rechnung` PaymentMethod, this hash contains details about the Rechnung payment method.
2396
+ attr_accessor :rechnung
668
2397
  # If this is a `revolut_pay` PaymentMethod, this hash contains details about the Revolut Pay payment method.
669
2398
  attr_accessor :revolut_pay
670
2399
  # If this is a `samsung_pay` PaymentMethod, this hash contains details about the SamsungPay payment method.
@@ -675,8 +2404,14 @@ module Stripe
675
2404
  attr_accessor :scalapay
676
2405
  # If this is a `sepa_debit` PaymentMethod, this hash contains details about the SEPA debit bank account.
677
2406
  attr_accessor :sepa_debit
2407
+ # ID of the SharedPaymentGrantedToken used to confirm this PaymentIntent.
2408
+ attr_accessor :shared_payment_granted_token
2409
+ # If this is a Shopeepay PaymentMethod, this hash contains details about the Shopeepay payment method.
2410
+ attr_accessor :shopeepay
678
2411
  # If this is a `sofort` PaymentMethod, this hash contains details about the SOFORT payment method.
679
2412
  attr_accessor :sofort
2413
+ # This hash contains details about the Stripe balance payment method.
2414
+ attr_accessor :stripe_balance
680
2415
  # If this is a Sunbit PaymentMethod, this hash contains details about the Sunbit payment method.
681
2416
  attr_accessor :sunbit
682
2417
  # If this is a `swish` PaymentMethod, this hash contains details about the Swish payment method.
@@ -716,7 +2451,9 @@ module Stripe
716
2451
  eps: nil,
717
2452
  fpx: nil,
718
2453
  giropay: nil,
2454
+ gopay: nil,
719
2455
  grabpay: nil,
2456
+ id_bank_transfer: nil,
720
2457
  ideal: nil,
721
2458
  interac_present: nil,
722
2459
  kakao_pay: nil,
@@ -736,16 +2473,22 @@ module Stripe
736
2473
  payco: nil,
737
2474
  paynow: nil,
738
2475
  paypal: nil,
2476
+ paypay: nil,
739
2477
  payto: nil,
740
2478
  pix: nil,
741
2479
  promptpay: nil,
2480
+ qris: nil,
742
2481
  radar_options: nil,
2482
+ rechnung: nil,
743
2483
  revolut_pay: nil,
744
2484
  samsung_pay: nil,
745
2485
  satispay: nil,
746
2486
  scalapay: nil,
747
2487
  sepa_debit: nil,
2488
+ shared_payment_granted_token: nil,
2489
+ shopeepay: nil,
748
2490
  sofort: nil,
2491
+ stripe_balance: nil,
749
2492
  sunbit: nil,
750
2493
  swish: nil,
751
2494
  twint: nil,
@@ -776,7 +2519,9 @@ module Stripe
776
2519
  @eps = eps
777
2520
  @fpx = fpx
778
2521
  @giropay = giropay
2522
+ @gopay = gopay
779
2523
  @grabpay = grabpay
2524
+ @id_bank_transfer = id_bank_transfer
780
2525
  @ideal = ideal
781
2526
  @interac_present = interac_present
782
2527
  @kakao_pay = kakao_pay
@@ -796,16 +2541,22 @@ module Stripe
796
2541
  @payco = payco
797
2542
  @paynow = paynow
798
2543
  @paypal = paypal
2544
+ @paypay = paypay
799
2545
  @payto = payto
800
2546
  @pix = pix
801
2547
  @promptpay = promptpay
2548
+ @qris = qris
802
2549
  @radar_options = radar_options
2550
+ @rechnung = rechnung
803
2551
  @revolut_pay = revolut_pay
804
2552
  @samsung_pay = samsung_pay
805
2553
  @satispay = satispay
806
2554
  @scalapay = scalapay
807
2555
  @sepa_debit = sepa_debit
2556
+ @shared_payment_granted_token = shared_payment_granted_token
2557
+ @shopeepay = shopeepay
808
2558
  @sofort = sofort
2559
+ @stripe_balance = stripe_balance
809
2560
  @sunbit = sunbit
810
2561
  @swish = swish
811
2562
  @twint = twint
@@ -1180,6 +2931,48 @@ module Stripe
1180
2931
  end
1181
2932
  end
1182
2933
 
2934
+ class StatementDetails < ::Stripe::RequestParams
2935
+ class Address < ::Stripe::RequestParams
2936
+ # City, district, suburb, town, or village.
2937
+ attr_accessor :city
2938
+ # Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
2939
+ attr_accessor :country
2940
+ # Address line 1, such as the street, PO Box, or company name.
2941
+ attr_accessor :line1
2942
+ # Address line 2, such as the apartment, suite, unit, or building.
2943
+ attr_accessor :line2
2944
+ # ZIP or postal code.
2945
+ attr_accessor :postal_code
2946
+ # State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
2947
+ attr_accessor :state
2948
+
2949
+ def initialize(
2950
+ city: nil,
2951
+ country: nil,
2952
+ line1: nil,
2953
+ line2: nil,
2954
+ postal_code: nil,
2955
+ state: nil
2956
+ )
2957
+ @city = city
2958
+ @country = country
2959
+ @line1 = line1
2960
+ @line2 = line2
2961
+ @postal_code = postal_code
2962
+ @state = state
2963
+ end
2964
+ end
2965
+ # Please pass in an address that is within your Stripe user account country
2966
+ attr_accessor :address
2967
+ # Phone number (e.g., a toll-free number that customers can call)
2968
+ attr_accessor :phone
2969
+
2970
+ def initialize(address: nil, phone: nil)
2971
+ @address = address
2972
+ @phone = phone
2973
+ end
2974
+ end
2975
+
1183
2976
  class ThreeDSecure < ::Stripe::RequestParams
1184
2977
  class NetworkOptions < ::Stripe::RequestParams
1185
2978
  class CartesBancaires < ::Stripe::RequestParams
@@ -1274,6 +3067,8 @@ module Stripe
1274
3067
  attr_accessor :moto
1275
3068
  # Selected network to process this PaymentIntent on. Depends on the available networks of the card attached to the PaymentIntent. Can be only set confirm-time.
1276
3069
  attr_accessor :network
3070
+ # Request ability to [decrement the authorization](https://docs.stripe.com/payments/decremental-authorization) for this PaymentIntent.
3071
+ attr_accessor :request_decremental_authorization
1277
3072
  # Request ability to [capture beyond the standard authorization validity window](https://docs.stripe.com/payments/extended-authorization) for this PaymentIntent.
1278
3073
  attr_accessor :request_extended_authorization
1279
3074
  # Request ability to [increment the authorization](https://docs.stripe.com/payments/incremental-authorization) for this PaymentIntent.
@@ -1282,6 +3077,8 @@ module Stripe
1282
3077
  attr_accessor :request_multicapture
1283
3078
  # Request ability to [overcapture](https://docs.stripe.com/payments/overcapture) for this PaymentIntent.
1284
3079
  attr_accessor :request_overcapture
3080
+ # Request partial authorization on this PaymentIntent.
3081
+ attr_accessor :request_partial_authorization
1285
3082
  # We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and [other requirements](https://docs.stripe.com/strong-customer-authentication). However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. If not provided, this value defaults to `automatic`. Read our guide on [manually requesting 3D Secure](https://docs.stripe.com/payments/3d-secure/authentication-flow#manual-three-ds) for more information on how this configuration interacts with Radar and our SCA Engine.
1286
3083
  attr_accessor :request_three_d_secure
1287
3084
  # When enabled, using a card that is attached to a customer will require the CVC to be provided again (i.e. using the cvc_token parameter).
@@ -1300,6 +3097,8 @@ module Stripe
1300
3097
  attr_accessor :statement_descriptor_suffix_kana
1301
3098
  # Provides information about a card payment that customers see on their statements. Concatenated with the Kanji prefix (shortened Kanji descriptor) or Kanji statement descriptor that’s set on the account to form the complete statement descriptor. Maximum 17 characters. On card statements, the *concatenation* of both prefix and suffix (including separators) will appear truncated to 17 characters.
1302
3099
  attr_accessor :statement_descriptor_suffix_kanji
3100
+ # Statement details for this payment intent. You can use this to override the merchant details shown on your customers' statements.
3101
+ attr_accessor :statement_details
1303
3102
  # If 3D Secure authentication was performed with a third-party provider,
1304
3103
  # the authentication details to use for this payment.
1305
3104
  attr_accessor :three_d_secure
@@ -1311,15 +3110,18 @@ module Stripe
1311
3110
  mandate_options: nil,
1312
3111
  moto: nil,
1313
3112
  network: nil,
3113
+ request_decremental_authorization: nil,
1314
3114
  request_extended_authorization: nil,
1315
3115
  request_incremental_authorization: nil,
1316
3116
  request_multicapture: nil,
1317
3117
  request_overcapture: nil,
3118
+ request_partial_authorization: nil,
1318
3119
  request_three_d_secure: nil,
1319
3120
  require_cvc_recollection: nil,
1320
3121
  setup_future_usage: nil,
1321
3122
  statement_descriptor_suffix_kana: nil,
1322
3123
  statement_descriptor_suffix_kanji: nil,
3124
+ statement_details: nil,
1323
3125
  three_d_secure: nil
1324
3126
  )
1325
3127
  @capture_method = capture_method
@@ -1328,15 +3130,18 @@ module Stripe
1328
3130
  @mandate_options = mandate_options
1329
3131
  @moto = moto
1330
3132
  @network = network
3133
+ @request_decremental_authorization = request_decremental_authorization
1331
3134
  @request_extended_authorization = request_extended_authorization
1332
3135
  @request_incremental_authorization = request_incremental_authorization
1333
3136
  @request_multicapture = request_multicapture
1334
3137
  @request_overcapture = request_overcapture
3138
+ @request_partial_authorization = request_partial_authorization
1335
3139
  @request_three_d_secure = request_three_d_secure
1336
3140
  @require_cvc_recollection = require_cvc_recollection
1337
3141
  @setup_future_usage = setup_future_usage
1338
3142
  @statement_descriptor_suffix_kana = statement_descriptor_suffix_kana
1339
3143
  @statement_descriptor_suffix_kanji = statement_descriptor_suffix_kanji
3144
+ @statement_details = statement_details
1340
3145
  @three_d_secure = three_d_secure
1341
3146
  end
1342
3147
  end
@@ -1515,6 +3320,23 @@ module Stripe
1515
3320
  end
1516
3321
  end
1517
3322
 
3323
+ class Gopay < ::Stripe::RequestParams
3324
+ # Indicates that you intend to make future payments with this PaymentIntent's payment method.
3325
+ #
3326
+ # If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
3327
+ #
3328
+ # If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
3329
+ #
3330
+ # When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
3331
+ #
3332
+ # If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
3333
+ attr_accessor :setup_future_usage
3334
+
3335
+ def initialize(setup_future_usage: nil)
3336
+ @setup_future_usage = setup_future_usage
3337
+ end
3338
+ end
3339
+
1518
3340
  class Grabpay < ::Stripe::RequestParams
1519
3341
  # Indicates that you intend to make future payments with this PaymentIntent's payment method.
1520
3342
  #
@@ -1532,6 +3354,29 @@ module Stripe
1532
3354
  end
1533
3355
  end
1534
3356
 
3357
+ class IdBankTransfer < ::Stripe::RequestParams
3358
+ # The UNIX timestamp until which the virtual bank account is valid. Permitted range is from 5 minutes from now until 31 days from now. If unset, it defaults to 3 days from now.
3359
+ attr_accessor :expires_after
3360
+ # The UNIX timestamp until which the virtual bank account is valid. Permitted range is from now until 30 days from now. If unset, it defaults to 1 days from now.
3361
+ attr_accessor :expires_at
3362
+ # Indicates that you intend to make future payments with this PaymentIntent's payment method.
3363
+ #
3364
+ # If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
3365
+ #
3366
+ # If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
3367
+ #
3368
+ # When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
3369
+ #
3370
+ # If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
3371
+ attr_accessor :setup_future_usage
3372
+
3373
+ def initialize(expires_after: nil, expires_at: nil, setup_future_usage: nil)
3374
+ @expires_after = expires_after
3375
+ @expires_at = expires_at
3376
+ @setup_future_usage = setup_future_usage
3377
+ end
3378
+ end
3379
+
1535
3380
  class Ideal < ::Stripe::RequestParams
1536
3381
  # Indicates that you intend to make future payments with this PaymentIntent's payment method.
1537
3382
  #
@@ -1638,6 +3483,939 @@ module Stripe
1638
3483
  @reference = reference
1639
3484
  end
1640
3485
  end
3486
+
3487
+ class SupplementaryPurchaseData < ::Stripe::RequestParams
3488
+ class BusReservationDetail < ::Stripe::RequestParams
3489
+ class Arrival < ::Stripe::RequestParams
3490
+ class Address < ::Stripe::RequestParams
3491
+ # The city or town.
3492
+ attr_accessor :city
3493
+ # The country in ISO 3166-1 alpha-2 format.
3494
+ attr_accessor :country
3495
+ # The postal code formatted according to country.
3496
+ attr_accessor :postal_code
3497
+ # The state, county, province, or region formatted according to country.
3498
+ attr_accessor :region
3499
+ # Line 1 of the street address.
3500
+ attr_accessor :street_address
3501
+ # Line 2 of the street address.
3502
+ attr_accessor :street_address2
3503
+
3504
+ def initialize(
3505
+ city: nil,
3506
+ country: nil,
3507
+ postal_code: nil,
3508
+ region: nil,
3509
+ street_address: nil,
3510
+ street_address2: nil
3511
+ )
3512
+ @city = city
3513
+ @country = country
3514
+ @postal_code = postal_code
3515
+ @region = region
3516
+ @street_address = street_address
3517
+ @street_address2 = street_address2
3518
+ end
3519
+ end
3520
+ # Address of the arrival location.
3521
+ attr_accessor :address
3522
+ # Identifier name or reference for the arrival location.
3523
+ attr_accessor :arrival_location
3524
+
3525
+ def initialize(address: nil, arrival_location: nil)
3526
+ @address = address
3527
+ @arrival_location = arrival_location
3528
+ end
3529
+ end
3530
+
3531
+ class Departure < ::Stripe::RequestParams
3532
+ class Address < ::Stripe::RequestParams
3533
+ # The city or town.
3534
+ attr_accessor :city
3535
+ # The country in ISO 3166-1 alpha-2 format.
3536
+ attr_accessor :country
3537
+ # The postal code formatted according to country.
3538
+ attr_accessor :postal_code
3539
+ # The state, county, province, or region formatted according to country.
3540
+ attr_accessor :region
3541
+ # Line 1 of the street address.
3542
+ attr_accessor :street_address
3543
+ # Line 2 of the street address.
3544
+ attr_accessor :street_address2
3545
+
3546
+ def initialize(
3547
+ city: nil,
3548
+ country: nil,
3549
+ postal_code: nil,
3550
+ region: nil,
3551
+ street_address: nil,
3552
+ street_address2: nil
3553
+ )
3554
+ @city = city
3555
+ @country = country
3556
+ @postal_code = postal_code
3557
+ @region = region
3558
+ @street_address = street_address
3559
+ @street_address2 = street_address2
3560
+ end
3561
+ end
3562
+ # Address of the departure location.
3563
+ attr_accessor :address
3564
+ # Timestamp of departure.
3565
+ attr_accessor :departs_at
3566
+ # Identifier name or reference for the origin location.
3567
+ attr_accessor :departure_location
3568
+
3569
+ def initialize(address: nil, departs_at: nil, departure_location: nil)
3570
+ @address = address
3571
+ @departs_at = departs_at
3572
+ @departure_location = departure_location
3573
+ end
3574
+ end
3575
+
3576
+ class Insurance < ::Stripe::RequestParams
3577
+ # Insurance currency.
3578
+ attr_accessor :currency
3579
+ # Name of the company providing the insurance.
3580
+ attr_accessor :insurance_company_name
3581
+ # Type of insurance.
3582
+ attr_accessor :insurance_type
3583
+ # Price of insurance in cents.
3584
+ attr_accessor :price
3585
+
3586
+ def initialize(
3587
+ currency: nil,
3588
+ insurance_company_name: nil,
3589
+ insurance_type: nil,
3590
+ price: nil
3591
+ )
3592
+ @currency = currency
3593
+ @insurance_company_name = insurance_company_name
3594
+ @insurance_type = insurance_type
3595
+ @price = price
3596
+ end
3597
+ end
3598
+
3599
+ class Passenger < ::Stripe::RequestParams
3600
+ # The family name of the person.
3601
+ attr_accessor :family_name
3602
+ # The given name of the person.
3603
+ attr_accessor :given_name
3604
+
3605
+ def initialize(family_name: nil, given_name: nil)
3606
+ @family_name = family_name
3607
+ @given_name = given_name
3608
+ end
3609
+ end
3610
+ # Name of associated or partner company for the service.
3611
+ attr_accessor :affiliate_name
3612
+ # Arrival details.
3613
+ attr_accessor :arrival
3614
+ # Name of transportation company.
3615
+ attr_accessor :carrier_name
3616
+ # Currency.
3617
+ attr_accessor :currency
3618
+ # Departure details.
3619
+ attr_accessor :departure
3620
+ # List of insurances for this reservation.
3621
+ attr_accessor :insurances
3622
+ # List of passengers that this reservation applies to.
3623
+ attr_accessor :passengers
3624
+ # Price in cents.
3625
+ attr_accessor :price
3626
+ # Ticket class.
3627
+ attr_accessor :ticket_class
3628
+
3629
+ def initialize(
3630
+ affiliate_name: nil,
3631
+ arrival: nil,
3632
+ carrier_name: nil,
3633
+ currency: nil,
3634
+ departure: nil,
3635
+ insurances: nil,
3636
+ passengers: nil,
3637
+ price: nil,
3638
+ ticket_class: nil
3639
+ )
3640
+ @affiliate_name = affiliate_name
3641
+ @arrival = arrival
3642
+ @carrier_name = carrier_name
3643
+ @currency = currency
3644
+ @departure = departure
3645
+ @insurances = insurances
3646
+ @passengers = passengers
3647
+ @price = price
3648
+ @ticket_class = ticket_class
3649
+ end
3650
+ end
3651
+
3652
+ class EventReservationDetail < ::Stripe::RequestParams
3653
+ class Address < ::Stripe::RequestParams
3654
+ # The city or town.
3655
+ attr_accessor :city
3656
+ # The country in ISO 3166-1 alpha-2 format.
3657
+ attr_accessor :country
3658
+ # The postal code formatted according to country.
3659
+ attr_accessor :postal_code
3660
+ # The state, county, province, or region formatted according to country.
3661
+ attr_accessor :region
3662
+ # Line 1 of the street address.
3663
+ attr_accessor :street_address
3664
+ # Line 2 of the street address.
3665
+ attr_accessor :street_address2
3666
+
3667
+ def initialize(
3668
+ city: nil,
3669
+ country: nil,
3670
+ postal_code: nil,
3671
+ region: nil,
3672
+ street_address: nil,
3673
+ street_address2: nil
3674
+ )
3675
+ @city = city
3676
+ @country = country
3677
+ @postal_code = postal_code
3678
+ @region = region
3679
+ @street_address = street_address
3680
+ @street_address2 = street_address2
3681
+ end
3682
+ end
3683
+
3684
+ class Insurance < ::Stripe::RequestParams
3685
+ # Insurance currency.
3686
+ attr_accessor :currency
3687
+ # Name of the company providing the insurance.
3688
+ attr_accessor :insurance_company_name
3689
+ # Type of insurance.
3690
+ attr_accessor :insurance_type
3691
+ # Price of insurance in cents.
3692
+ attr_accessor :price
3693
+
3694
+ def initialize(
3695
+ currency: nil,
3696
+ insurance_company_name: nil,
3697
+ insurance_type: nil,
3698
+ price: nil
3699
+ )
3700
+ @currency = currency
3701
+ @insurance_company_name = insurance_company_name
3702
+ @insurance_type = insurance_type
3703
+ @price = price
3704
+ end
3705
+ end
3706
+ # Indicates if the tickets are digitally checked when entering the venue.
3707
+ attr_accessor :access_controlled_venue
3708
+ # Address of the event.
3709
+ attr_accessor :address
3710
+ # Name of associated or partner company for the service.
3711
+ attr_accessor :affiliate_name
3712
+ # End timestamp of the event.
3713
+ attr_accessor :ends_at
3714
+ # Company selling the ticket.
3715
+ attr_accessor :event_company_name
3716
+ # Name of the event.
3717
+ attr_accessor :event_name
3718
+ # Type of the event.
3719
+ attr_accessor :event_type
3720
+ # List of insurances for this event.
3721
+ attr_accessor :insurances
3722
+ # Start timestamp of the event.
3723
+ attr_accessor :starts_at
3724
+ # Name of the venue where the event takes place.
3725
+ attr_accessor :venue_name
3726
+
3727
+ def initialize(
3728
+ access_controlled_venue: nil,
3729
+ address: nil,
3730
+ affiliate_name: nil,
3731
+ ends_at: nil,
3732
+ event_company_name: nil,
3733
+ event_name: nil,
3734
+ event_type: nil,
3735
+ insurances: nil,
3736
+ starts_at: nil,
3737
+ venue_name: nil
3738
+ )
3739
+ @access_controlled_venue = access_controlled_venue
3740
+ @address = address
3741
+ @affiliate_name = affiliate_name
3742
+ @ends_at = ends_at
3743
+ @event_company_name = event_company_name
3744
+ @event_name = event_name
3745
+ @event_type = event_type
3746
+ @insurances = insurances
3747
+ @starts_at = starts_at
3748
+ @venue_name = venue_name
3749
+ end
3750
+ end
3751
+
3752
+ class FerryReservationDetail < ::Stripe::RequestParams
3753
+ class Arrival < ::Stripe::RequestParams
3754
+ class Address < ::Stripe::RequestParams
3755
+ # The city or town.
3756
+ attr_accessor :city
3757
+ # The country in ISO 3166-1 alpha-2 format.
3758
+ attr_accessor :country
3759
+ # The postal code formatted according to country.
3760
+ attr_accessor :postal_code
3761
+ # The state, county, province, or region formatted according to country.
3762
+ attr_accessor :region
3763
+ # Line 1 of the street address.
3764
+ attr_accessor :street_address
3765
+ # Line 2 of the street address.
3766
+ attr_accessor :street_address2
3767
+
3768
+ def initialize(
3769
+ city: nil,
3770
+ country: nil,
3771
+ postal_code: nil,
3772
+ region: nil,
3773
+ street_address: nil,
3774
+ street_address2: nil
3775
+ )
3776
+ @city = city
3777
+ @country = country
3778
+ @postal_code = postal_code
3779
+ @region = region
3780
+ @street_address = street_address
3781
+ @street_address2 = street_address2
3782
+ end
3783
+ end
3784
+ # Address of the arrival location.
3785
+ attr_accessor :address
3786
+ # Identifier name or reference for the arrival location.
3787
+ attr_accessor :arrival_location
3788
+
3789
+ def initialize(address: nil, arrival_location: nil)
3790
+ @address = address
3791
+ @arrival_location = arrival_location
3792
+ end
3793
+ end
3794
+
3795
+ class Departure < ::Stripe::RequestParams
3796
+ class Address < ::Stripe::RequestParams
3797
+ # The city or town.
3798
+ attr_accessor :city
3799
+ # The country in ISO 3166-1 alpha-2 format.
3800
+ attr_accessor :country
3801
+ # The postal code formatted according to country.
3802
+ attr_accessor :postal_code
3803
+ # The state, county, province, or region formatted according to country.
3804
+ attr_accessor :region
3805
+ # Line 1 of the street address.
3806
+ attr_accessor :street_address
3807
+ # Line 2 of the street address.
3808
+ attr_accessor :street_address2
3809
+
3810
+ def initialize(
3811
+ city: nil,
3812
+ country: nil,
3813
+ postal_code: nil,
3814
+ region: nil,
3815
+ street_address: nil,
3816
+ street_address2: nil
3817
+ )
3818
+ @city = city
3819
+ @country = country
3820
+ @postal_code = postal_code
3821
+ @region = region
3822
+ @street_address = street_address
3823
+ @street_address2 = street_address2
3824
+ end
3825
+ end
3826
+ # Address of the departure location.
3827
+ attr_accessor :address
3828
+ # Timestamp of departure.
3829
+ attr_accessor :departs_at
3830
+ # Identifier name or reference for the origin location.
3831
+ attr_accessor :departure_location
3832
+
3833
+ def initialize(address: nil, departs_at: nil, departure_location: nil)
3834
+ @address = address
3835
+ @departs_at = departs_at
3836
+ @departure_location = departure_location
3837
+ end
3838
+ end
3839
+
3840
+ class Insurance < ::Stripe::RequestParams
3841
+ # Insurance currency.
3842
+ attr_accessor :currency
3843
+ # Name of the company providing the insurance.
3844
+ attr_accessor :insurance_company_name
3845
+ # Type of insurance.
3846
+ attr_accessor :insurance_type
3847
+ # Price of insurance in cents.
3848
+ attr_accessor :price
3849
+
3850
+ def initialize(
3851
+ currency: nil,
3852
+ insurance_company_name: nil,
3853
+ insurance_type: nil,
3854
+ price: nil
3855
+ )
3856
+ @currency = currency
3857
+ @insurance_company_name = insurance_company_name
3858
+ @insurance_type = insurance_type
3859
+ @price = price
3860
+ end
3861
+ end
3862
+
3863
+ class Passenger < ::Stripe::RequestParams
3864
+ # The family name of the person.
3865
+ attr_accessor :family_name
3866
+ # The given name of the person.
3867
+ attr_accessor :given_name
3868
+
3869
+ def initialize(family_name: nil, given_name: nil)
3870
+ @family_name = family_name
3871
+ @given_name = given_name
3872
+ end
3873
+ end
3874
+ # Name of associated or partner company for the service.
3875
+ attr_accessor :affiliate_name
3876
+ # Arrival details.
3877
+ attr_accessor :arrival
3878
+ # Name of transportation company.
3879
+ attr_accessor :carrier_name
3880
+ # Currency.
3881
+ attr_accessor :currency
3882
+ # Departure details.
3883
+ attr_accessor :departure
3884
+ # List of insurances for this reservation.
3885
+ attr_accessor :insurances
3886
+ # List of passengers that this reservation applies to.
3887
+ attr_accessor :passengers
3888
+ # Price in cents.
3889
+ attr_accessor :price
3890
+ # Ticket class.
3891
+ attr_accessor :ticket_class
3892
+
3893
+ def initialize(
3894
+ affiliate_name: nil,
3895
+ arrival: nil,
3896
+ carrier_name: nil,
3897
+ currency: nil,
3898
+ departure: nil,
3899
+ insurances: nil,
3900
+ passengers: nil,
3901
+ price: nil,
3902
+ ticket_class: nil
3903
+ )
3904
+ @affiliate_name = affiliate_name
3905
+ @arrival = arrival
3906
+ @carrier_name = carrier_name
3907
+ @currency = currency
3908
+ @departure = departure
3909
+ @insurances = insurances
3910
+ @passengers = passengers
3911
+ @price = price
3912
+ @ticket_class = ticket_class
3913
+ end
3914
+ end
3915
+
3916
+ class Insurance < ::Stripe::RequestParams
3917
+ # Insurance currency.
3918
+ attr_accessor :currency
3919
+ # Name of the company providing the insurance.
3920
+ attr_accessor :insurance_company_name
3921
+ # Type of insurance
3922
+ attr_accessor :insurance_type
3923
+ # Price of insurance in cents.
3924
+ attr_accessor :price
3925
+
3926
+ def initialize(
3927
+ currency: nil,
3928
+ insurance_company_name: nil,
3929
+ insurance_type: nil,
3930
+ price: nil
3931
+ )
3932
+ @currency = currency
3933
+ @insurance_company_name = insurance_company_name
3934
+ @insurance_type = insurance_type
3935
+ @price = price
3936
+ end
3937
+ end
3938
+
3939
+ class MarketplaceSeller < ::Stripe::RequestParams
3940
+ class MarketplaceSellerAddress < ::Stripe::RequestParams
3941
+ # The city or town.
3942
+ attr_accessor :city
3943
+ # The country in ISO 3166-1 alpha-2 format.
3944
+ attr_accessor :country
3945
+ # The postal code formatted according to country.
3946
+ attr_accessor :postal_code
3947
+ # The state, county, province, or region formatted according to country.
3948
+ attr_accessor :region
3949
+ # Line 1 of the street address.
3950
+ attr_accessor :street_address
3951
+ # Line 2 of the street address.
3952
+ attr_accessor :street_address2
3953
+
3954
+ def initialize(
3955
+ city: nil,
3956
+ country: nil,
3957
+ postal_code: nil,
3958
+ region: nil,
3959
+ street_address: nil,
3960
+ street_address2: nil
3961
+ )
3962
+ @city = city
3963
+ @country = country
3964
+ @postal_code = postal_code
3965
+ @region = region
3966
+ @street_address = street_address
3967
+ @street_address2 = street_address2
3968
+ end
3969
+ end
3970
+ # The references to line items for purchases with multiple associated sub-sellers.
3971
+ attr_accessor :line_item_references
3972
+ # The address of the selling or delivering merchant.
3973
+ attr_accessor :marketplace_seller_address
3974
+ # The name of the marketplace seller.
3975
+ attr_accessor :marketplace_seller_name
3976
+ # The unique identifier for the marketplace seller.
3977
+ attr_accessor :marketplace_seller_reference
3978
+ # The number of transactions the sub-seller completed in the last 12 months.
3979
+ attr_accessor :number_of_transactions
3980
+ # The category of the product.
3981
+ attr_accessor :product_category
3982
+ # The date when the seller's account with the marketplace was last logged in.
3983
+ attr_accessor :seller_last_login_at
3984
+ # The current rating of the marketplace seller. If the marketplace uses numeric ranking, map these to the enum values.
3985
+ attr_accessor :seller_rating
3986
+ # The date when the seller's account with the marketplace was created.
3987
+ attr_accessor :seller_registered_at
3988
+ # The date when the seller's account with the marketplace was last updated.
3989
+ attr_accessor :seller_updated_at
3990
+ # The references to shipping addresses for purchases with multiple associated sub-sellers.
3991
+ attr_accessor :shipping_references
3992
+ # The accumulated amount of sales transactions made by the sub-merchant or sub-seller within the past 12 months in the payment currency. These transactions are in minor currency units.
3993
+ attr_accessor :volume_of_transactions
3994
+
3995
+ def initialize(
3996
+ line_item_references: nil,
3997
+ marketplace_seller_address: nil,
3998
+ marketplace_seller_name: nil,
3999
+ marketplace_seller_reference: nil,
4000
+ number_of_transactions: nil,
4001
+ product_category: nil,
4002
+ seller_last_login_at: nil,
4003
+ seller_rating: nil,
4004
+ seller_registered_at: nil,
4005
+ seller_updated_at: nil,
4006
+ shipping_references: nil,
4007
+ volume_of_transactions: nil
4008
+ )
4009
+ @line_item_references = line_item_references
4010
+ @marketplace_seller_address = marketplace_seller_address
4011
+ @marketplace_seller_name = marketplace_seller_name
4012
+ @marketplace_seller_reference = marketplace_seller_reference
4013
+ @number_of_transactions = number_of_transactions
4014
+ @product_category = product_category
4015
+ @seller_last_login_at = seller_last_login_at
4016
+ @seller_rating = seller_rating
4017
+ @seller_registered_at = seller_registered_at
4018
+ @seller_updated_at = seller_updated_at
4019
+ @shipping_references = shipping_references
4020
+ @volume_of_transactions = volume_of_transactions
4021
+ end
4022
+ end
4023
+
4024
+ class RoundTripReservationDetail < ::Stripe::RequestParams
4025
+ class Arrival < ::Stripe::RequestParams
4026
+ class Address < ::Stripe::RequestParams
4027
+ # The city or town.
4028
+ attr_accessor :city
4029
+ # The country in ISO 3166-1 alpha-2 format.
4030
+ attr_accessor :country
4031
+ # The postal code formatted according to country.
4032
+ attr_accessor :postal_code
4033
+ # The state, county, province, or region formatted according to country.
4034
+ attr_accessor :region
4035
+ # Line 1 of the street address.
4036
+ attr_accessor :street_address
4037
+ # Line 2 of the street address.
4038
+ attr_accessor :street_address2
4039
+
4040
+ def initialize(
4041
+ city: nil,
4042
+ country: nil,
4043
+ postal_code: nil,
4044
+ region: nil,
4045
+ street_address: nil,
4046
+ street_address2: nil
4047
+ )
4048
+ @city = city
4049
+ @country = country
4050
+ @postal_code = postal_code
4051
+ @region = region
4052
+ @street_address = street_address
4053
+ @street_address2 = street_address2
4054
+ end
4055
+ end
4056
+ # Address of the arrival location.
4057
+ attr_accessor :address
4058
+ # Identifier name or reference for the arrival location.
4059
+ attr_accessor :arrival_location
4060
+
4061
+ def initialize(address: nil, arrival_location: nil)
4062
+ @address = address
4063
+ @arrival_location = arrival_location
4064
+ end
4065
+ end
4066
+
4067
+ class Departure < ::Stripe::RequestParams
4068
+ class Address < ::Stripe::RequestParams
4069
+ # The city or town.
4070
+ attr_accessor :city
4071
+ # The country in ISO 3166-1 alpha-2 format.
4072
+ attr_accessor :country
4073
+ # The postal code formatted according to country.
4074
+ attr_accessor :postal_code
4075
+ # The state, county, province, or region formatted according to country.
4076
+ attr_accessor :region
4077
+ # Line 1 of the street address.
4078
+ attr_accessor :street_address
4079
+ # Line 2 of the street address.
4080
+ attr_accessor :street_address2
4081
+
4082
+ def initialize(
4083
+ city: nil,
4084
+ country: nil,
4085
+ postal_code: nil,
4086
+ region: nil,
4087
+ street_address: nil,
4088
+ street_address2: nil
4089
+ )
4090
+ @city = city
4091
+ @country = country
4092
+ @postal_code = postal_code
4093
+ @region = region
4094
+ @street_address = street_address
4095
+ @street_address2 = street_address2
4096
+ end
4097
+ end
4098
+ # Address of the departure location.
4099
+ attr_accessor :address
4100
+ # Timestamp of departure.
4101
+ attr_accessor :departs_at
4102
+ # Identifier name or reference for the origin location.
4103
+ attr_accessor :departure_location
4104
+
4105
+ def initialize(address: nil, departs_at: nil, departure_location: nil)
4106
+ @address = address
4107
+ @departs_at = departs_at
4108
+ @departure_location = departure_location
4109
+ end
4110
+ end
4111
+
4112
+ class Insurance < ::Stripe::RequestParams
4113
+ # Insurance currency.
4114
+ attr_accessor :currency
4115
+ # Name of the company providing the insurance.
4116
+ attr_accessor :insurance_company_name
4117
+ # Type of insurance.
4118
+ attr_accessor :insurance_type
4119
+ # Price of insurance in cents.
4120
+ attr_accessor :price
4121
+
4122
+ def initialize(
4123
+ currency: nil,
4124
+ insurance_company_name: nil,
4125
+ insurance_type: nil,
4126
+ price: nil
4127
+ )
4128
+ @currency = currency
4129
+ @insurance_company_name = insurance_company_name
4130
+ @insurance_type = insurance_type
4131
+ @price = price
4132
+ end
4133
+ end
4134
+
4135
+ class Passenger < ::Stripe::RequestParams
4136
+ # The family name of the person.
4137
+ attr_accessor :family_name
4138
+ # The given name of the person.
4139
+ attr_accessor :given_name
4140
+
4141
+ def initialize(family_name: nil, given_name: nil)
4142
+ @family_name = family_name
4143
+ @given_name = given_name
4144
+ end
4145
+ end
4146
+ # Name of associated or partner company for the service.
4147
+ attr_accessor :affiliate_name
4148
+ # Arrival details.
4149
+ attr_accessor :arrival
4150
+ # Name of transportation company.
4151
+ attr_accessor :carrier_name
4152
+ # Currency.
4153
+ attr_accessor :currency
4154
+ # Departure details.
4155
+ attr_accessor :departure
4156
+ # List of insurances for this reservation.
4157
+ attr_accessor :insurances
4158
+ # List of passengers that this reservation applies to.
4159
+ attr_accessor :passengers
4160
+ # Price in cents.
4161
+ attr_accessor :price
4162
+ # Ticket class.
4163
+ attr_accessor :ticket_class
4164
+
4165
+ def initialize(
4166
+ affiliate_name: nil,
4167
+ arrival: nil,
4168
+ carrier_name: nil,
4169
+ currency: nil,
4170
+ departure: nil,
4171
+ insurances: nil,
4172
+ passengers: nil,
4173
+ price: nil,
4174
+ ticket_class: nil
4175
+ )
4176
+ @affiliate_name = affiliate_name
4177
+ @arrival = arrival
4178
+ @carrier_name = carrier_name
4179
+ @currency = currency
4180
+ @departure = departure
4181
+ @insurances = insurances
4182
+ @passengers = passengers
4183
+ @price = price
4184
+ @ticket_class = ticket_class
4185
+ end
4186
+ end
4187
+
4188
+ class TrainReservationDetail < ::Stripe::RequestParams
4189
+ class Arrival < ::Stripe::RequestParams
4190
+ class Address < ::Stripe::RequestParams
4191
+ # The city or town.
4192
+ attr_accessor :city
4193
+ # The country in ISO 3166-1 alpha-2 format.
4194
+ attr_accessor :country
4195
+ # The postal code formatted according to country.
4196
+ attr_accessor :postal_code
4197
+ # The state, county, province, or region formatted according to country.
4198
+ attr_accessor :region
4199
+ # Line 1 of the street address.
4200
+ attr_accessor :street_address
4201
+ # Line 2 of the street address.
4202
+ attr_accessor :street_address2
4203
+
4204
+ def initialize(
4205
+ city: nil,
4206
+ country: nil,
4207
+ postal_code: nil,
4208
+ region: nil,
4209
+ street_address: nil,
4210
+ street_address2: nil
4211
+ )
4212
+ @city = city
4213
+ @country = country
4214
+ @postal_code = postal_code
4215
+ @region = region
4216
+ @street_address = street_address
4217
+ @street_address2 = street_address2
4218
+ end
4219
+ end
4220
+ # Address of the arrival location.
4221
+ attr_accessor :address
4222
+ # Identifier name or reference for the arrival location.
4223
+ attr_accessor :arrival_location
4224
+
4225
+ def initialize(address: nil, arrival_location: nil)
4226
+ @address = address
4227
+ @arrival_location = arrival_location
4228
+ end
4229
+ end
4230
+
4231
+ class Departure < ::Stripe::RequestParams
4232
+ class Address < ::Stripe::RequestParams
4233
+ # The city or town.
4234
+ attr_accessor :city
4235
+ # The country in ISO 3166-1 alpha-2 format.
4236
+ attr_accessor :country
4237
+ # The postal code formatted according to country.
4238
+ attr_accessor :postal_code
4239
+ # The state, county, province, or region formatted according to country.
4240
+ attr_accessor :region
4241
+ # Line 1 of the street address.
4242
+ attr_accessor :street_address
4243
+ # Line 2 of the street address.
4244
+ attr_accessor :street_address2
4245
+
4246
+ def initialize(
4247
+ city: nil,
4248
+ country: nil,
4249
+ postal_code: nil,
4250
+ region: nil,
4251
+ street_address: nil,
4252
+ street_address2: nil
4253
+ )
4254
+ @city = city
4255
+ @country = country
4256
+ @postal_code = postal_code
4257
+ @region = region
4258
+ @street_address = street_address
4259
+ @street_address2 = street_address2
4260
+ end
4261
+ end
4262
+ # Address of the departure location.
4263
+ attr_accessor :address
4264
+ # Timestamp of departure.
4265
+ attr_accessor :departs_at
4266
+ # Identifier name or reference for the origin location.
4267
+ attr_accessor :departure_location
4268
+
4269
+ def initialize(address: nil, departs_at: nil, departure_location: nil)
4270
+ @address = address
4271
+ @departs_at = departs_at
4272
+ @departure_location = departure_location
4273
+ end
4274
+ end
4275
+
4276
+ class Insurance < ::Stripe::RequestParams
4277
+ # Insurance currency.
4278
+ attr_accessor :currency
4279
+ # Name of the company providing the insurance.
4280
+ attr_accessor :insurance_company_name
4281
+ # Type of insurance.
4282
+ attr_accessor :insurance_type
4283
+ # Price of insurance in cents.
4284
+ attr_accessor :price
4285
+
4286
+ def initialize(
4287
+ currency: nil,
4288
+ insurance_company_name: nil,
4289
+ insurance_type: nil,
4290
+ price: nil
4291
+ )
4292
+ @currency = currency
4293
+ @insurance_company_name = insurance_company_name
4294
+ @insurance_type = insurance_type
4295
+ @price = price
4296
+ end
4297
+ end
4298
+
4299
+ class Passenger < ::Stripe::RequestParams
4300
+ # The family name of the person.
4301
+ attr_accessor :family_name
4302
+ # The given name of the person.
4303
+ attr_accessor :given_name
4304
+
4305
+ def initialize(family_name: nil, given_name: nil)
4306
+ @family_name = family_name
4307
+ @given_name = given_name
4308
+ end
4309
+ end
4310
+ # Name of associated or partner company for the service.
4311
+ attr_accessor :affiliate_name
4312
+ # Arrival details.
4313
+ attr_accessor :arrival
4314
+ # Name of transportation company.
4315
+ attr_accessor :carrier_name
4316
+ # Currency.
4317
+ attr_accessor :currency
4318
+ # Departure details.
4319
+ attr_accessor :departure
4320
+ # List of insurances for this reservation.
4321
+ attr_accessor :insurances
4322
+ # List of passengers that this reservation applies to.
4323
+ attr_accessor :passengers
4324
+ # Price in cents.
4325
+ attr_accessor :price
4326
+ # Ticket class.
4327
+ attr_accessor :ticket_class
4328
+
4329
+ def initialize(
4330
+ affiliate_name: nil,
4331
+ arrival: nil,
4332
+ carrier_name: nil,
4333
+ currency: nil,
4334
+ departure: nil,
4335
+ insurances: nil,
4336
+ passengers: nil,
4337
+ price: nil,
4338
+ ticket_class: nil
4339
+ )
4340
+ @affiliate_name = affiliate_name
4341
+ @arrival = arrival
4342
+ @carrier_name = carrier_name
4343
+ @currency = currency
4344
+ @departure = departure
4345
+ @insurances = insurances
4346
+ @passengers = passengers
4347
+ @price = price
4348
+ @ticket_class = ticket_class
4349
+ end
4350
+ end
4351
+
4352
+ class Voucher < ::Stripe::RequestParams
4353
+ # Name of associated or partner company for this voucher.
4354
+ attr_accessor :affiliate_name
4355
+ # The voucher validity end time.
4356
+ attr_accessor :ends_at
4357
+ # The voucher validity start time.
4358
+ attr_accessor :starts_at
4359
+ # The issuer or provider of this voucher.
4360
+ attr_accessor :voucher_company
4361
+ # The name or reference to identify the voucher.
4362
+ attr_accessor :voucher_name
4363
+ # The type of this voucher.
4364
+ attr_accessor :voucher_type
4365
+
4366
+ def initialize(
4367
+ affiliate_name: nil,
4368
+ ends_at: nil,
4369
+ starts_at: nil,
4370
+ voucher_company: nil,
4371
+ voucher_name: nil,
4372
+ voucher_type: nil
4373
+ )
4374
+ @affiliate_name = affiliate_name
4375
+ @ends_at = ends_at
4376
+ @starts_at = starts_at
4377
+ @voucher_company = voucher_company
4378
+ @voucher_name = voucher_name
4379
+ @voucher_type = voucher_type
4380
+ end
4381
+ end
4382
+ # Supplementary bus reservation details.
4383
+ attr_accessor :bus_reservation_details
4384
+ # Supplementary event reservation details.
4385
+ attr_accessor :event_reservation_details
4386
+ # Supplementary ferry reservation details.
4387
+ attr_accessor :ferry_reservation_details
4388
+ # Supplementary insurance details.
4389
+ attr_accessor :insurances
4390
+ # Supplementary marketplace seller details.
4391
+ attr_accessor :marketplace_sellers
4392
+ # Supplementary round trip reservation details.
4393
+ attr_accessor :round_trip_reservation_details
4394
+ # Supplementary train reservation details.
4395
+ attr_accessor :train_reservation_details
4396
+ # Voucher details, such as a gift card or discount code.
4397
+ attr_accessor :vouchers
4398
+
4399
+ def initialize(
4400
+ bus_reservation_details: nil,
4401
+ event_reservation_details: nil,
4402
+ ferry_reservation_details: nil,
4403
+ insurances: nil,
4404
+ marketplace_sellers: nil,
4405
+ round_trip_reservation_details: nil,
4406
+ train_reservation_details: nil,
4407
+ vouchers: nil
4408
+ )
4409
+ @bus_reservation_details = bus_reservation_details
4410
+ @event_reservation_details = event_reservation_details
4411
+ @ferry_reservation_details = ferry_reservation_details
4412
+ @insurances = insurances
4413
+ @marketplace_sellers = marketplace_sellers
4414
+ @round_trip_reservation_details = round_trip_reservation_details
4415
+ @train_reservation_details = train_reservation_details
4416
+ @vouchers = vouchers
4417
+ end
4418
+ end
1641
4419
  # Controls when the funds are captured from the customer's account.
1642
4420
  #
1643
4421
  # If provided, this parameter overrides the behavior of the top-level [capture_method](/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
@@ -1660,19 +4438,23 @@ module Stripe
1660
4438
  attr_accessor :setup_future_usage
1661
4439
  # Subscription details if setting up or charging a subscription.
1662
4440
  attr_accessor :subscriptions
4441
+ # Supplementary Purchase Data for the corresponding Klarna payment
4442
+ attr_accessor :supplementary_purchase_data
1663
4443
 
1664
4444
  def initialize(
1665
4445
  capture_method: nil,
1666
4446
  on_demand: nil,
1667
4447
  preferred_locale: nil,
1668
4448
  setup_future_usage: nil,
1669
- subscriptions: nil
4449
+ subscriptions: nil,
4450
+ supplementary_purchase_data: nil
1670
4451
  )
1671
4452
  @capture_method = capture_method
1672
4453
  @on_demand = on_demand
1673
4454
  @preferred_locale = preferred_locale
1674
4455
  @setup_future_usage = setup_future_usage
1675
4456
  @subscriptions = subscriptions
4457
+ @supplementary_purchase_data = supplementary_purchase_data
1676
4458
  end
1677
4459
  end
1678
4460
 
@@ -1933,12 +4715,65 @@ module Stripe
1933
4715
  end
1934
4716
 
1935
4717
  class Paypal < ::Stripe::RequestParams
4718
+ class LineItem < ::Stripe::RequestParams
4719
+ class Tax < ::Stripe::RequestParams
4720
+ # The tax for a single unit of the line item in minor units. Cannot be a negative number.
4721
+ attr_accessor :amount
4722
+ # The tax behavior for the line item.
4723
+ attr_accessor :behavior
4724
+
4725
+ def initialize(amount: nil, behavior: nil)
4726
+ @amount = amount
4727
+ @behavior = behavior
4728
+ end
4729
+ end
4730
+ # Type of the line item.
4731
+ attr_accessor :category
4732
+ # Description of the line item.
4733
+ attr_accessor :description
4734
+ # Descriptive name of the line item.
4735
+ attr_accessor :name
4736
+ # Quantity of the line item. Must be a positive number.
4737
+ attr_accessor :quantity
4738
+ # Client facing stock keeping unit, article number or similar.
4739
+ attr_accessor :sku
4740
+ # The Stripe account ID of the connected account that sells the item.
4741
+ attr_accessor :sold_by
4742
+ # The tax information for the line item.
4743
+ attr_accessor :tax
4744
+ # Price for a single unit of the line item in minor units. Cannot be a negative number.
4745
+ attr_accessor :unit_amount
4746
+
4747
+ def initialize(
4748
+ category: nil,
4749
+ description: nil,
4750
+ name: nil,
4751
+ quantity: nil,
4752
+ sku: nil,
4753
+ sold_by: nil,
4754
+ tax: nil,
4755
+ unit_amount: nil
4756
+ )
4757
+ @category = category
4758
+ @description = description
4759
+ @name = name
4760
+ @quantity = quantity
4761
+ @sku = sku
4762
+ @sold_by = sold_by
4763
+ @tax = tax
4764
+ @unit_amount = unit_amount
4765
+ end
4766
+ end
1936
4767
  # Controls when the funds will be captured from the customer's account.
1937
4768
  attr_accessor :capture_method
4769
+ # The line items purchased by the customer.
4770
+ attr_accessor :line_items
1938
4771
  # [Preferred locale](https://docs.stripe.com/payments/paypal/supported-locales) of the PayPal checkout page that the customer is redirected to.
1939
4772
  attr_accessor :preferred_locale
1940
4773
  # A reference of the PayPal transaction visible to customer which is mapped to PayPal's invoice ID. This must be a globally unique ID if you have configured in your PayPal settings to block multiple payments per invoice ID.
1941
4774
  attr_accessor :reference
4775
+ # A reference of the PayPal transaction visible to customer which is mapped to PayPal's invoice ID. This must be a globally unique ID if you have configured in your PayPal settings to block multiple payments per invoice ID.
4776
+ attr_accessor :reference_id
1942
4777
  # The risk correlation ID for an on-session payment using a saved PayPal payment method.
1943
4778
  attr_accessor :risk_correlation_id
1944
4779
  # Indicates that you intend to make future payments with this PaymentIntent's payment method.
@@ -1951,19 +4786,40 @@ module Stripe
1951
4786
  #
1952
4787
  # If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
1953
4788
  attr_accessor :setup_future_usage
4789
+ # The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.
4790
+ attr_accessor :subsellers
1954
4791
 
1955
4792
  def initialize(
1956
4793
  capture_method: nil,
4794
+ line_items: nil,
1957
4795
  preferred_locale: nil,
1958
4796
  reference: nil,
4797
+ reference_id: nil,
1959
4798
  risk_correlation_id: nil,
1960
- setup_future_usage: nil
4799
+ setup_future_usage: nil,
4800
+ subsellers: nil
1961
4801
  )
1962
4802
  @capture_method = capture_method
4803
+ @line_items = line_items
1963
4804
  @preferred_locale = preferred_locale
1964
4805
  @reference = reference
4806
+ @reference_id = reference_id
1965
4807
  @risk_correlation_id = risk_correlation_id
1966
4808
  @setup_future_usage = setup_future_usage
4809
+ @subsellers = subsellers
4810
+ end
4811
+ end
4812
+
4813
+ class Paypay < ::Stripe::RequestParams
4814
+ # Controls when the funds are captured from the customer's account.
4815
+ #
4816
+ # If provided, this parameter overrides the behavior of the top-level [capture_method](/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
4817
+ #
4818
+ # If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
4819
+ attr_accessor :capture_method
4820
+
4821
+ def initialize(capture_method: nil)
4822
+ @capture_method = capture_method
1967
4823
  end
1968
4824
  end
1969
4825
 
@@ -2105,6 +4961,25 @@ module Stripe
2105
4961
  end
2106
4962
  end
2107
4963
 
4964
+ class Qris < ::Stripe::RequestParams
4965
+ # Indicates that you intend to make future payments with this PaymentIntent's payment method.
4966
+ #
4967
+ # If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
4968
+ #
4969
+ # If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
4970
+ #
4971
+ # When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
4972
+ #
4973
+ # If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
4974
+ attr_accessor :setup_future_usage
4975
+
4976
+ def initialize(setup_future_usage: nil)
4977
+ @setup_future_usage = setup_future_usage
4978
+ end
4979
+ end
4980
+
4981
+ class Rechnung < ::Stripe::RequestParams; end
4982
+
2108
4983
  class RevolutPay < ::Stripe::RequestParams
2109
4984
  # Controls when the funds are captured from the customer's account.
2110
4985
  #
@@ -2197,6 +5072,23 @@ module Stripe
2197
5072
  end
2198
5073
  end
2199
5074
 
5075
+ class Shopeepay < ::Stripe::RequestParams
5076
+ # Indicates that you intend to make future payments with this PaymentIntent's payment method.
5077
+ #
5078
+ # If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
5079
+ #
5080
+ # If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
5081
+ #
5082
+ # When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
5083
+ #
5084
+ # If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
5085
+ attr_accessor :setup_future_usage
5086
+
5087
+ def initialize(setup_future_usage: nil)
5088
+ @setup_future_usage = setup_future_usage
5089
+ end
5090
+ end
5091
+
2200
5092
  class Sofort < ::Stripe::RequestParams
2201
5093
  # Language shown to the payer on redirect.
2202
5094
  attr_accessor :preferred_language
@@ -2217,6 +5109,23 @@ module Stripe
2217
5109
  end
2218
5110
  end
2219
5111
 
5112
+ class StripeBalance < ::Stripe::RequestParams
5113
+ # Indicates that you intend to make future payments with this PaymentIntent's payment method.
5114
+ #
5115
+ # If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
5116
+ #
5117
+ # If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
5118
+ #
5119
+ # When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
5120
+ #
5121
+ # If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
5122
+ attr_accessor :setup_future_usage
5123
+
5124
+ def initialize(setup_future_usage: nil)
5125
+ @setup_future_usage = setup_future_usage
5126
+ end
5127
+ end
5128
+
2220
5129
  class Swish < ::Stripe::RequestParams
2221
5130
  # A reference for this payment to be displayed in the Swish app.
2222
5131
  attr_accessor :reference
@@ -2288,13 +5197,27 @@ module Stripe
2288
5197
  class Filters < ::Stripe::RequestParams
2289
5198
  # The account subcategories to use to filter for selectable accounts. Valid subcategories are `checking` and `savings`.
2290
5199
  attr_accessor :account_subcategories
5200
+ # ID of the institution to use to filter for selectable accounts.
5201
+ attr_accessor :institution
2291
5202
 
2292
- def initialize(account_subcategories: nil)
5203
+ def initialize(account_subcategories: nil, institution: nil)
2293
5204
  @account_subcategories = account_subcategories
5205
+ @institution = institution
5206
+ end
5207
+ end
5208
+
5209
+ class ManualEntry < ::Stripe::RequestParams
5210
+ # Settings for configuring manual entry of account details.
5211
+ attr_accessor :mode
5212
+
5213
+ def initialize(mode: nil)
5214
+ @mode = mode
2294
5215
  end
2295
5216
  end
2296
5217
  # Provide filters for the linked accounts that the customer can select for the payment method.
2297
5218
  attr_accessor :filters
5219
+ # Customize manual entry behavior
5220
+ attr_accessor :manual_entry
2298
5221
  # The list of permissions to request. If this parameter is passed, the `payment_method` permission must be included. Valid permissions include: `balances`, `ownership`, `payment_method`, and `transactions`.
2299
5222
  attr_accessor :permissions
2300
5223
  # List of data features that you would like to retrieve upon account creation.
@@ -2302,8 +5225,15 @@ module Stripe
2302
5225
  # For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.
2303
5226
  attr_accessor :return_url
2304
5227
 
2305
- def initialize(filters: nil, permissions: nil, prefetch: nil, return_url: nil)
5228
+ def initialize(
5229
+ filters: nil,
5230
+ manual_entry: nil,
5231
+ permissions: nil,
5232
+ prefetch: nil,
5233
+ return_url: nil
5234
+ )
2306
5235
  @filters = filters
5236
+ @manual_entry = manual_entry
2307
5237
  @permissions = permissions
2308
5238
  @prefetch = prefetch
2309
5239
  @return_url = return_url
@@ -2450,8 +5380,12 @@ module Stripe
2450
5380
  attr_accessor :fpx
2451
5381
  # If this is a `giropay` PaymentMethod, this sub-hash contains details about the Giropay payment method options.
2452
5382
  attr_accessor :giropay
5383
+ # If this is a `gopay` PaymentMethod, this sub-hash contains details about the Gopay payment method options.
5384
+ attr_accessor :gopay
2453
5385
  # If this is a `grabpay` PaymentMethod, this sub-hash contains details about the Grabpay payment method options.
2454
5386
  attr_accessor :grabpay
5387
+ # If this is a `id_bank_transfer` PaymentMethod, this sub-hash contains details about the Indonesia Bank Transfer payment method options.
5388
+ attr_accessor :id_bank_transfer
2455
5389
  # If this is a `ideal` PaymentMethod, this sub-hash contains details about the Ideal payment method options.
2456
5390
  attr_accessor :ideal
2457
5391
  # If this is a `interac_present` PaymentMethod, this sub-hash contains details about the Card Present payment method options.
@@ -2488,12 +5422,18 @@ module Stripe
2488
5422
  attr_accessor :paynow
2489
5423
  # If this is a `paypal` PaymentMethod, this sub-hash contains details about the PayPal payment method options.
2490
5424
  attr_accessor :paypal
5425
+ # If this is a `paypay` PaymentMethod, this sub-hash contains details about the PayPay payment method options.
5426
+ attr_accessor :paypay
2491
5427
  # If this is a `payto` PaymentMethod, this sub-hash contains details about the PayTo payment method options.
2492
5428
  attr_accessor :payto
2493
5429
  # If this is a `pix` PaymentMethod, this sub-hash contains details about the Pix payment method options.
2494
5430
  attr_accessor :pix
2495
5431
  # If this is a `promptpay` PaymentMethod, this sub-hash contains details about the PromptPay payment method options.
2496
5432
  attr_accessor :promptpay
5433
+ # If this is a `qris` PaymentMethod, this sub-hash contains details about the QRIS payment method options.
5434
+ attr_accessor :qris
5435
+ # If this is a `rechnung` PaymentMethod, this sub-hash contains details about the Rechnung payment method options.
5436
+ attr_accessor :rechnung
2497
5437
  # If this is a `revolut_pay` PaymentMethod, this sub-hash contains details about the Revolut Pay payment method options.
2498
5438
  attr_accessor :revolut_pay
2499
5439
  # If this is a `samsung_pay` PaymentMethod, this sub-hash contains details about the Samsung Pay payment method options.
@@ -2504,8 +5444,12 @@ module Stripe
2504
5444
  attr_accessor :scalapay
2505
5445
  # If this is a `sepa_debit` PaymentIntent, this sub-hash contains details about the SEPA Debit payment method options.
2506
5446
  attr_accessor :sepa_debit
5447
+ # If this is a `shopeepay` PaymentMethod, this sub-hash contains details about the ShopeePay payment method options.
5448
+ attr_accessor :shopeepay
2507
5449
  # If this is a `sofort` PaymentMethod, this sub-hash contains details about the SOFORT payment method options.
2508
5450
  attr_accessor :sofort
5451
+ # If this is a `stripe_balance` PaymentMethod, this sub-hash contains details about the Stripe Balance payment method options.
5452
+ attr_accessor :stripe_balance
2509
5453
  # If this is a `Swish` PaymentMethod, this sub-hash contains details about the Swish payment method options.
2510
5454
  attr_accessor :swish
2511
5455
  # If this is a `twint` PaymentMethod, this sub-hash contains details about the TWINT payment method options.
@@ -2541,7 +5485,9 @@ module Stripe
2541
5485
  eps: nil,
2542
5486
  fpx: nil,
2543
5487
  giropay: nil,
5488
+ gopay: nil,
2544
5489
  grabpay: nil,
5490
+ id_bank_transfer: nil,
2545
5491
  ideal: nil,
2546
5492
  interac_present: nil,
2547
5493
  kakao_pay: nil,
@@ -2560,15 +5506,20 @@ module Stripe
2560
5506
  payco: nil,
2561
5507
  paynow: nil,
2562
5508
  paypal: nil,
5509
+ paypay: nil,
2563
5510
  payto: nil,
2564
5511
  pix: nil,
2565
5512
  promptpay: nil,
5513
+ qris: nil,
5514
+ rechnung: nil,
2566
5515
  revolut_pay: nil,
2567
5516
  samsung_pay: nil,
2568
5517
  satispay: nil,
2569
5518
  scalapay: nil,
2570
5519
  sepa_debit: nil,
5520
+ shopeepay: nil,
2571
5521
  sofort: nil,
5522
+ stripe_balance: nil,
2572
5523
  swish: nil,
2573
5524
  twint: nil,
2574
5525
  upi: nil,
@@ -2597,7 +5548,9 @@ module Stripe
2597
5548
  @eps = eps
2598
5549
  @fpx = fpx
2599
5550
  @giropay = giropay
5551
+ @gopay = gopay
2600
5552
  @grabpay = grabpay
5553
+ @id_bank_transfer = id_bank_transfer
2601
5554
  @ideal = ideal
2602
5555
  @interac_present = interac_present
2603
5556
  @kakao_pay = kakao_pay
@@ -2616,15 +5569,20 @@ module Stripe
2616
5569
  @payco = payco
2617
5570
  @paynow = paynow
2618
5571
  @paypal = paypal
5572
+ @paypay = paypay
2619
5573
  @payto = payto
2620
5574
  @pix = pix
2621
5575
  @promptpay = promptpay
5576
+ @qris = qris
5577
+ @rechnung = rechnung
2622
5578
  @revolut_pay = revolut_pay
2623
5579
  @samsung_pay = samsung_pay
2624
5580
  @satispay = satispay
2625
5581
  @scalapay = scalapay
2626
5582
  @sepa_debit = sepa_debit
5583
+ @shopeepay = shopeepay
2627
5584
  @sofort = sofort
5585
+ @stripe_balance = stripe_balance
2628
5586
  @swish = swish
2629
5587
  @twint = twint
2630
5588
  @upi = upi
@@ -2741,13 +5699,17 @@ module Stripe
2741
5699
  attr_accessor :excluded_payment_method_types
2742
5700
  # Specifies which fields in the response should be expanded.
2743
5701
  attr_accessor :expand
5702
+ # The FX rate in the quote is validated and used to convert the presentment amount to the settlement amount.
5703
+ attr_accessor :fx_quote
2744
5704
  # Automations to be run during the PaymentIntent lifecycle
2745
5705
  attr_accessor :hooks
5706
+ # This hash contains details about the Mandate to create.
5707
+ attr_accessor :mandate_data
2746
5708
  # Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
2747
5709
  attr_accessor :metadata
2748
5710
  # Provides industry-specific information about the charge.
2749
5711
  attr_accessor :payment_details
2750
- # ID of the payment method (a PaymentMethod, Card, or [compatible Source](https://docs.stripe.com/payments/payment-methods/transitioning#compatibility) object) to attach to this PaymentIntent. To unset this field to null, pass in an empty string.
5712
+ # Attribute for param field payment_method
2751
5713
  attr_accessor :payment_method
2752
5714
  # The ID of the [payment method configuration](https://docs.stripe.com/api/payment_method_configurations) to use with this PaymentIntent.
2753
5715
  attr_accessor :payment_method_configuration
@@ -2795,7 +5757,9 @@ module Stripe
2795
5757
  description: nil,
2796
5758
  excluded_payment_method_types: nil,
2797
5759
  expand: nil,
5760
+ fx_quote: nil,
2798
5761
  hooks: nil,
5762
+ mandate_data: nil,
2799
5763
  metadata: nil,
2800
5764
  payment_details: nil,
2801
5765
  payment_method: nil,
@@ -2821,7 +5785,9 @@ module Stripe
2821
5785
  @description = description
2822
5786
  @excluded_payment_method_types = excluded_payment_method_types
2823
5787
  @expand = expand
5788
+ @fx_quote = fx_quote
2824
5789
  @hooks = hooks
5790
+ @mandate_data = mandate_data
2825
5791
  @metadata = metadata
2826
5792
  @payment_details = payment_details
2827
5793
  @payment_method = payment_method