stripe 18.2.0.pre.alpha.1 → 18.2.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 (441) hide show
  1. checksums.yaml +4 -4
  2. data/lib/stripe/api_requestor.rb +0 -2
  3. data/lib/stripe/errors.rb +0 -3
  4. data/lib/stripe/event_types.rb +0 -356
  5. data/lib/stripe/object_types.rb +3 -40
  6. data/lib/stripe/params/account_create_params.rb +2 -34
  7. data/lib/stripe/params/account_person_create_params.rb +0 -32
  8. data/lib/stripe/params/account_person_update_params.rb +0 -32
  9. data/lib/stripe/params/account_session_create_params.rb +0 -17
  10. data/lib/stripe/params/account_update_params.rb +2 -34
  11. data/lib/stripe/params/billing/alert_create_params.rb +1 -121
  12. data/lib/stripe/params/billing/alert_list_params.rb +0 -4
  13. data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +1 -5
  14. data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +1 -13
  15. data/lib/stripe/params/billing/credit_grant_create_params.rb +2 -29
  16. data/lib/stripe/params/billing/meter_create_params.rb +0 -4
  17. data/lib/stripe/params/billing/meter_event_summary_list_params.rb +0 -8
  18. data/lib/stripe/params/checkout/session_create_params.rb +2 -93
  19. data/lib/stripe/params/checkout/session_update_params.rb +1 -13
  20. data/lib/stripe/params/identity/verification_report_list_params.rb +0 -4
  21. data/lib/stripe/params/invoice_add_lines_params.rb +1 -13
  22. data/lib/stripe/params/invoice_create_preview_params.rb +3 -122
  23. data/lib/stripe/params/invoice_line_item_update_params.rb +1 -13
  24. data/lib/stripe/params/invoice_list_params.rb +0 -4
  25. data/lib/stripe/params/invoice_update_lines_params.rb +1 -13
  26. data/lib/stripe/params/issuing/card_list_params.rb +1 -34
  27. data/lib/stripe/params/payment_intent_capture_params.rb +1 -1
  28. data/lib/stripe/params/payment_intent_confirm_params.rb +2 -40
  29. data/lib/stripe/params/payment_intent_create_params.rb +2 -53
  30. data/lib/stripe/params/payment_intent_increment_authorization_params.rb +1 -1
  31. data/lib/stripe/params/payment_intent_update_params.rb +1 -35
  32. data/lib/stripe/params/payment_link_create_params.rb +1 -13
  33. data/lib/stripe/params/product_create_params.rb +1 -14
  34. data/lib/stripe/params/product_update_params.rb +1 -14
  35. data/lib/stripe/params/quote_create_params.rb +2 -222
  36. data/lib/stripe/params/quote_update_params.rb +2 -222
  37. data/lib/stripe/params/reserve/hold_list_params.rb +53 -0
  38. data/lib/stripe/params/{issuing/program_retrieve_params.rb → reserve/hold_retrieve_params.rb} +2 -2
  39. data/lib/stripe/params/{identity/blocklist_entry_disable_params.rb → reserve/plan_retrieve_params.rb} +2 -2
  40. data/lib/stripe/params/{issuing/program_list_params.rb → reserve/release_list_params.rb} +20 -3
  41. data/lib/stripe/params/{identity/blocklist_entry_retrieve_params.rb → reserve/release_retrieve_params.rb} +2 -2
  42. data/lib/stripe/params/setup_intent_confirm_params.rb +0 -29
  43. data/lib/stripe/params/setup_intent_create_params.rb +0 -29
  44. data/lib/stripe/params/setup_intent_update_params.rb +1 -30
  45. data/lib/stripe/params/subscription_create_params.rb +0 -16
  46. data/lib/stripe/params/subscription_item_create_params.rb +0 -16
  47. data/lib/stripe/params/subscription_item_update_params.rb +0 -16
  48. data/lib/stripe/params/subscription_schedule_amend_params.rb +2 -41
  49. data/lib/stripe/params/subscription_schedule_create_params.rb +1 -69
  50. data/lib/stripe/params/subscription_schedule_update_params.rb +1 -69
  51. data/lib/stripe/params/subscription_update_params.rb +0 -16
  52. data/lib/stripe/params/token_create_params.rb +0 -64
  53. data/lib/stripe/params/transfer_create_params.rb +0 -4
  54. data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +1 -8
  55. data/lib/stripe/params/v2/billing/cadence_create_params.rb +0 -4
  56. data/lib/stripe/params/v2/billing/cadence_update_params.rb +1 -4
  57. data/lib/stripe/params/v2/core/account_create_params.rb +9 -716
  58. data/lib/stripe/params/v2/core/account_token_create_params.rb +1 -237
  59. data/lib/stripe/params/v2/core/account_update_params.rb +9 -702
  60. data/lib/stripe/params/v2/core/event_list_params.rb +1 -4
  61. data/lib/stripe/params/v2/core/event_retrieve_params.rb +1 -8
  62. data/lib/stripe/params/v2/money_management/financial_account_list_params.rb +1 -4
  63. data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +1 -12
  64. data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +1 -8
  65. data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +1 -4
  66. data/lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb +1 -19
  67. data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +0 -4
  68. data/lib/stripe/params.rb +5 -125
  69. data/lib/stripe/resources/account_session.rb +0 -27
  70. data/lib/stripe/resources/application_fee.rb +0 -2
  71. data/lib/stripe/resources/balance.rb +0 -83
  72. data/lib/stripe/resources/billing/alert.rb +1 -105
  73. data/lib/stripe/resources/billing/alert_triggered.rb +0 -6
  74. data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +0 -2
  75. data/lib/stripe/resources/billing/credit_balance_summary.rb +2 -84
  76. data/lib/stripe/resources/billing/credit_balance_transaction.rb +2 -84
  77. data/lib/stripe/resources/billing/credit_grant.rb +2 -58
  78. data/lib/stripe/resources/billing/meter.rb +0 -2
  79. data/lib/stripe/resources/billing/meter_event_summary.rb +0 -2
  80. data/lib/stripe/resources/capital/financing_offer.rb +0 -41
  81. data/lib/stripe/resources/card.rb +1 -18
  82. data/lib/stripe/resources/charge.rb +0 -18
  83. data/lib/stripe/resources/checkout/session.rb +0 -92
  84. data/lib/stripe/resources/confirmation_token.rb +0 -18
  85. data/lib/stripe/resources/discount.rb +0 -2
  86. data/lib/stripe/resources/identity/verification_report.rb +0 -4
  87. data/lib/stripe/resources/invoice.rb +0 -16
  88. data/lib/stripe/resources/invoice_item.rb +2 -106
  89. data/lib/stripe/resources/invoice_line_item.rb +3 -107
  90. data/lib/stripe/resources/issuing/card.rb +0 -4
  91. data/lib/stripe/resources/payment_intent.rb +1 -63
  92. data/lib/stripe/resources/payment_method.rb +0 -38
  93. data/lib/stripe/resources/person.rb +0 -36
  94. data/lib/stripe/resources/quote.rb +1 -238
  95. data/lib/stripe/resources/quote_line.rb +0 -6
  96. data/lib/stripe/resources/quote_preview_invoice.rb +0 -16
  97. data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -94
  98. data/lib/stripe/resources/reserve/hold.rb +74 -0
  99. data/lib/stripe/resources/reserve/plan.rb +78 -0
  100. data/lib/stripe/resources/reserve/release.rb +77 -0
  101. data/lib/stripe/resources/setup_intent.rb +0 -40
  102. data/lib/stripe/resources/subscription.rb +1 -20
  103. data/lib/stripe/resources/subscription_item.rb +1 -24
  104. data/lib/stripe/resources/subscription_schedule.rb +0 -94
  105. data/lib/stripe/resources/transfer.rb +0 -4
  106. data/lib/stripe/resources/v2/billing/cadence.rb +0 -46
  107. data/lib/stripe/resources/v2/core/account.rb +5 -1073
  108. data/lib/stripe/resources/v2/core/event.rb +1 -50
  109. data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +1 -21
  110. data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +1 -21
  111. data/lib/stripe/resources/v2/money_management/financial_account.rb +0 -35
  112. data/lib/stripe/resources/v2/money_management/outbound_payment.rb +0 -4
  113. data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +0 -2
  114. data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +0 -2
  115. data/lib/stripe/resources/v2/money_management/payout_method.rb +1 -47
  116. data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -34
  117. data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -56
  118. data/lib/stripe/resources.rb +3 -132
  119. data/lib/stripe/services/identity_service.rb +1 -2
  120. data/lib/stripe/services/issuing_service.rb +1 -2
  121. data/lib/stripe/services/payment_method_service.rb +0 -11
  122. data/lib/stripe/services/radar_service.rb +1 -2
  123. data/lib/stripe/services/reserve/hold_service.rb +30 -0
  124. data/lib/stripe/services/reserve/plan_service.rb +19 -0
  125. data/lib/stripe/services/reserve/release_service.rb +30 -0
  126. data/lib/stripe/services/reserve_service.rb +15 -0
  127. data/lib/stripe/services/test_helpers_service.rb +1 -3
  128. data/lib/stripe/services/v1_services.rb +2 -5
  129. data/lib/stripe/services/v2/billing_service.rb +1 -14
  130. data/lib/stripe/services/v2/core_service.rb +1 -2
  131. data/lib/stripe/services/v2/money_management_service.rb +1 -5
  132. data/lib/stripe/services/v2/test_helper_service.rb +1 -2
  133. data/lib/stripe/services/v2_services.rb +1 -5
  134. data/lib/stripe/services.rb +4 -47
  135. data/lib/stripe/stripe_client.rb +8 -1
  136. data/lib/stripe/stripe_event_notification_handler.rb +425 -0
  137. data/lib/stripe/version.rb +1 -1
  138. data/lib/stripe.rb +1 -0
  139. data/rbi/stripe/stripe_client.rbi +13 -0
  140. data/rbi/stripe.rbi +1295 -20425
  141. metadata +15 -306
  142. data/lib/stripe/events/v2_billing_cadence_billed_event.rb +0 -61
  143. data/lib/stripe/events/v2_billing_cadence_canceled_event.rb +0 -44
  144. data/lib/stripe/events/v2_billing_cadence_created_event.rb +0 -61
  145. data/lib/stripe/events/v2_billing_license_fee_created_event.rb +0 -44
  146. data/lib/stripe/events/v2_billing_license_fee_updated_event.rb +0 -44
  147. data/lib/stripe/events/v2_billing_license_fee_version_created_event.rb +0 -61
  148. data/lib/stripe/events/v2_billing_licensed_item_created_event.rb +0 -44
  149. data/lib/stripe/events/v2_billing_licensed_item_updated_event.rb +0 -44
  150. data/lib/stripe/events/v2_billing_metered_item_created_event.rb +0 -44
  151. data/lib/stripe/events/v2_billing_metered_item_updated_event.rb +0 -44
  152. data/lib/stripe/events/v2_billing_pricing_plan_component_created_event.rb +0 -61
  153. data/lib/stripe/events/v2_billing_pricing_plan_component_updated_event.rb +0 -61
  154. data/lib/stripe/events/v2_billing_pricing_plan_created_event.rb +0 -44
  155. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_awaiting_customer_action_event.rb +0 -44
  156. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_current_event.rb +0 -44
  157. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_past_due_event.rb +0 -44
  158. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_paused_event.rb +0 -44
  159. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_unpaid_event.rb +0 -44
  160. data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_activated_event.rb +0 -44
  161. data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_canceled_event.rb +0 -44
  162. data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_paused_event.rb +0 -44
  163. data/lib/stripe/events/v2_billing_pricing_plan_updated_event.rb +0 -44
  164. data/lib/stripe/events/v2_billing_pricing_plan_version_created_event.rb +0 -61
  165. data/lib/stripe/events/v2_billing_rate_card_created_event.rb +0 -61
  166. data/lib/stripe/events/v2_billing_rate_card_rate_created_event.rb +0 -67
  167. data/lib/stripe/events/v2_billing_rate_card_subscription_activated_event.rb +0 -44
  168. data/lib/stripe/events/v2_billing_rate_card_subscription_canceled_event.rb +0 -44
  169. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_awaiting_customer_action_event.rb +0 -44
  170. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_current_event.rb +0 -44
  171. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_past_due_event.rb +0 -44
  172. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_paused_event.rb +0 -44
  173. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_unpaid_event.rb +0 -44
  174. data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_activated_event.rb +0 -44
  175. data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_canceled_event.rb +0 -44
  176. data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_paused_event.rb +0 -44
  177. data/lib/stripe/events/v2_billing_rate_card_updated_event.rb +0 -44
  178. data/lib/stripe/events/v2_billing_rate_card_version_created_event.rb +0 -61
  179. data/lib/stripe/events/v2_core_account_including_configuration_card_creator_capability_status_updated_event.rb +0 -63
  180. data/lib/stripe/events/v2_core_account_including_configuration_card_creator_updated_event.rb +0 -44
  181. data/lib/stripe/events/v2_core_claimable_sandbox_claimed_event.rb +0 -44
  182. data/lib/stripe/events/v2_core_claimable_sandbox_created_event.rb +0 -44
  183. data/lib/stripe/events/v2_core_claimable_sandbox_expired_event.rb +0 -44
  184. data/lib/stripe/events/v2_core_claimable_sandbox_expiring_event.rb +0 -44
  185. data/lib/stripe/events/v2_core_claimable_sandbox_sandbox_details_owner_account_updated_event.rb +0 -44
  186. data/lib/stripe/events/v2_core_health_api_error_firing_event.rb +0 -86
  187. data/lib/stripe/events/v2_core_health_api_error_resolved_event.rb +0 -86
  188. data/lib/stripe/events/v2_core_health_api_latency_firing_event.rb +0 -84
  189. data/lib/stripe/events/v2_core_health_api_latency_resolved_event.rb +0 -84
  190. data/lib/stripe/events/v2_core_health_authorization_rate_drop_firing_event.rb +0 -80
  191. data/lib/stripe/events/v2_core_health_authorization_rate_drop_resolved_event.rb +0 -80
  192. data/lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb +0 -78
  193. data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_firing_event.rb +0 -91
  194. data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_resolved_event.rb +0 -93
  195. data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_firing_event.rb +0 -93
  196. data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_resolved_event.rb +0 -93
  197. data/lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb +0 -82
  198. data/lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb +0 -82
  199. data/lib/stripe/events/v2_core_health_sepa_debit_delayed_firing_event.rb +0 -58
  200. data/lib/stripe/events/v2_core_health_sepa_debit_delayed_resolved_event.rb +0 -60
  201. data/lib/stripe/events/v2_core_health_traffic_volume_drop_firing_event.rb +0 -62
  202. data/lib/stripe/events/v2_core_health_traffic_volume_drop_resolved_event.rb +0 -62
  203. data/lib/stripe/events/v2_core_health_webhook_latency_firing_event.rb +0 -58
  204. data/lib/stripe/events/v2_core_health_webhook_latency_resolved_event.rb +0 -58
  205. data/lib/stripe/events/v2_iam_api_key_created_event.rb +0 -20
  206. data/lib/stripe/events/v2_iam_api_key_default_secret_revealed_event.rb +0 -20
  207. data/lib/stripe/events/v2_iam_api_key_expired_event.rb +0 -20
  208. data/lib/stripe/events/v2_iam_api_key_permissions_updated_event.rb +0 -20
  209. data/lib/stripe/events/v2_iam_api_key_rotated_event.rb +0 -38
  210. data/lib/stripe/events/v2_iam_api_key_updated_event.rb +0 -20
  211. data/lib/stripe/events/v2_money_management_recipient_verification_created_event.rb +0 -44
  212. data/lib/stripe/events/v2_money_management_recipient_verification_updated_event.rb +0 -44
  213. data/lib/stripe/events/v2_payments_off_session_payment_attempt_failed_event.rb +0 -44
  214. data/lib/stripe/events/v2_payments_off_session_payment_attempt_started_event.rb +0 -46
  215. data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +0 -46
  216. data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +0 -48
  217. data/lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb +0 -44
  218. data/lib/stripe/events/v2_payments_off_session_payment_created_event.rb +0 -44
  219. data/lib/stripe/events/v2_payments_off_session_payment_failed_event.rb +0 -44
  220. data/lib/stripe/events/v2_payments_off_session_payment_requires_capture_event.rb +0 -44
  221. data/lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb +0 -44
  222. data/lib/stripe/events/v2_payments_settlement_allocation_intent_canceled_event.rb +0 -44
  223. data/lib/stripe/events/v2_payments_settlement_allocation_intent_created_event.rb +0 -44
  224. data/lib/stripe/events/v2_payments_settlement_allocation_intent_errored_event.rb +0 -65
  225. data/lib/stripe/events/v2_payments_settlement_allocation_intent_funds_not_received_event.rb +0 -44
  226. data/lib/stripe/events/v2_payments_settlement_allocation_intent_matched_event.rb +0 -44
  227. data/lib/stripe/events/v2_payments_settlement_allocation_intent_not_found_event.rb +0 -38
  228. data/lib/stripe/events/v2_payments_settlement_allocation_intent_settled_event.rb +0 -44
  229. data/lib/stripe/events/v2_payments_settlement_allocation_intent_split_canceled_event.rb +0 -61
  230. data/lib/stripe/events/v2_payments_settlement_allocation_intent_split_created_event.rb +0 -61
  231. data/lib/stripe/events/v2_payments_settlement_allocation_intent_split_settled_event.rb +0 -61
  232. data/lib/stripe/events/v2_payments_settlement_allocation_intent_submitted_event.rb +0 -44
  233. data/lib/stripe/events/v2_reporting_report_run_created_event.rb +0 -44
  234. data/lib/stripe/events/v2_reporting_report_run_failed_event.rb +0 -44
  235. data/lib/stripe/events/v2_reporting_report_run_succeeded_event.rb +0 -44
  236. data/lib/stripe/events/v2_reporting_report_run_updated_event.rb +0 -44
  237. data/lib/stripe/params/balance_transfer_create_params.rb +0 -66
  238. data/lib/stripe/params/capital/financing_offer_create_params.rb +0 -37
  239. data/lib/stripe/params/capital/financing_offer_refill_params.rb +0 -37
  240. data/lib/stripe/params/delegated_checkout/requested_session_confirm_params.rb +0 -138
  241. data/lib/stripe/params/delegated_checkout/requested_session_create_params.rb +0 -205
  242. data/lib/stripe/params/delegated_checkout/requested_session_expire_params.rb +0 -15
  243. data/lib/stripe/params/delegated_checkout/requested_session_retrieve_params.rb +0 -15
  244. data/lib/stripe/params/delegated_checkout/requested_session_update_params.rb +0 -209
  245. data/lib/stripe/params/identity/blocklist_entry_create_params.rb +0 -29
  246. data/lib/stripe/params/identity/blocklist_entry_list_params.rb +0 -62
  247. data/lib/stripe/params/issuing/program_create_params.rb +0 -21
  248. data/lib/stripe/params/issuing/program_update_params.rb +0 -21
  249. data/lib/stripe/params/payment_method_check_balance_params.rb +0 -13
  250. data/lib/stripe/params/product_catalog/trial_offer_create_params.rb +0 -60
  251. data/lib/stripe/params/radar/account_evaluation_create_params.rb +0 -81
  252. data/lib/stripe/params/radar/account_evaluation_retrieve_params.rb +0 -15
  253. data/lib/stripe/params/radar/account_evaluation_update_params.rb +0 -18
  254. data/lib/stripe/params/shared_payment/granted_token_create_params.rb +0 -47
  255. data/lib/stripe/params/shared_payment/granted_token_retrieve_params.rb +0 -15
  256. data/lib/stripe/params/shared_payment/granted_token_update_params.rb +0 -15
  257. data/lib/stripe/params/test_helpers/capital/financing_offer_create_params.rb +0 -39
  258. data/lib/stripe/params/test_helpers/capital/financing_offer_refill_params.rb +0 -39
  259. data/lib/stripe/params/test_helpers/shared_payment/granted_token_create_params.rb +0 -49
  260. data/lib/stripe/params/test_helpers/shared_payment/granted_token_update_params.rb +0 -17
  261. data/lib/stripe/params/v2/billing/custom_pricing_unit_create_params.rb +0 -26
  262. data/lib/stripe/params/v2/billing/custom_pricing_unit_list_params.rb +0 -24
  263. data/lib/stripe/params/v2/billing/custom_pricing_unit_retrieve_params.rb +0 -10
  264. data/lib/stripe/params/v2/billing/custom_pricing_unit_update_params.rb +0 -26
  265. data/lib/stripe/params/v2/billing/intent_cancel_params.rb +0 -10
  266. data/lib/stripe/params/v2/billing/intent_commit_params.rb +0 -17
  267. data/lib/stripe/params/v2/billing/intent_create_params.rb +0 -425
  268. data/lib/stripe/params/v2/billing/intent_list_params.rb +0 -17
  269. data/lib/stripe/params/v2/billing/intent_release_reservation_params.rb +0 -10
  270. data/lib/stripe/params/v2/billing/intent_reserve_params.rb +0 -10
  271. data/lib/stripe/params/v2/billing/intent_retrieve_params.rb +0 -10
  272. data/lib/stripe/params/v2/billing/intents/action_list_params.rb +0 -19
  273. data/lib/stripe/params/v2/billing/intents/action_retrieve_params.rb +0 -12
  274. data/lib/stripe/params/v2/billing/license_fee_create_params.rb +0 -103
  275. data/lib/stripe/params/v2/billing/license_fee_list_params.rb +0 -24
  276. data/lib/stripe/params/v2/billing/license_fee_retrieve_params.rb +0 -10
  277. data/lib/stripe/params/v2/billing/license_fee_subscription_retrieve_params.rb +0 -10
  278. data/lib/stripe/params/v2/billing/license_fee_update_params.rb +0 -84
  279. data/lib/stripe/params/v2/billing/license_fees/version_list_params.rb +0 -19
  280. data/lib/stripe/params/v2/billing/license_fees/version_retrieve_params.rb +0 -12
  281. data/lib/stripe/params/v2/billing/licensed_item_create_params.rb +0 -48
  282. data/lib/stripe/params/v2/billing/licensed_item_list_params.rb +0 -21
  283. data/lib/stripe/params/v2/billing/licensed_item_retrieve_params.rb +0 -10
  284. data/lib/stripe/params/v2/billing/licensed_item_update_params.rb +0 -48
  285. data/lib/stripe/params/v2/billing/metered_item_create_params.rb +0 -73
  286. data/lib/stripe/params/v2/billing/metered_item_list_params.rb +0 -21
  287. data/lib/stripe/params/v2/billing/metered_item_retrieve_params.rb +0 -10
  288. data/lib/stripe/params/v2/billing/metered_item_update_params.rb +0 -50
  289. data/lib/stripe/params/v2/billing/pricing_plan_create_params.rb +0 -39
  290. data/lib/stripe/params/v2/billing/pricing_plan_list_params.rb +0 -24
  291. data/lib/stripe/params/v2/billing/pricing_plan_retrieve_params.rb +0 -10
  292. data/lib/stripe/params/v2/billing/pricing_plan_subscription_list_params.rb +0 -50
  293. data/lib/stripe/params/v2/billing/pricing_plan_subscription_retrieve_params.rb +0 -10
  294. data/lib/stripe/params/v2/billing/pricing_plan_subscription_update_params.rb +0 -20
  295. data/lib/stripe/params/v2/billing/pricing_plan_subscriptions/component_retrieve_params.rb +0 -12
  296. data/lib/stripe/params/v2/billing/pricing_plan_update_params.rb +0 -39
  297. data/lib/stripe/params/v2/billing/pricing_plans/component_create_params.rb +0 -73
  298. data/lib/stripe/params/v2/billing/pricing_plans/component_delete_params.rb +0 -12
  299. data/lib/stripe/params/v2/billing/pricing_plans/component_list_params.rb +0 -27
  300. data/lib/stripe/params/v2/billing/pricing_plans/component_retrieve_params.rb +0 -12
  301. data/lib/stripe/params/v2/billing/pricing_plans/component_update_params.rb +0 -22
  302. data/lib/stripe/params/v2/billing/pricing_plans/version_list_params.rb +0 -19
  303. data/lib/stripe/params/v2/billing/pricing_plans/version_retrieve_params.rb +0 -12
  304. data/lib/stripe/params/v2/billing/rate_card_create_params.rb +0 -49
  305. data/lib/stripe/params/v2/billing/rate_card_list_params.rb +0 -24
  306. data/lib/stripe/params/v2/billing/rate_card_retrieve_params.rb +0 -10
  307. data/lib/stripe/params/v2/billing/rate_card_subscription_cancel_params.rb +0 -10
  308. data/lib/stripe/params/v2/billing/rate_card_subscription_create_params.rb +0 -26
  309. data/lib/stripe/params/v2/billing/rate_card_subscription_list_params.rb +0 -51
  310. data/lib/stripe/params/v2/billing/rate_card_subscription_retrieve_params.rb +0 -10
  311. data/lib/stripe/params/v2/billing/rate_card_subscription_update_params.rb +0 -17
  312. data/lib/stripe/params/v2/billing/rate_card_update_params.rb +0 -38
  313. data/lib/stripe/params/v2/billing/rate_cards/rate_create_params.rb +0 -91
  314. data/lib/stripe/params/v2/billing/rate_cards/rate_delete_params.rb +0 -12
  315. data/lib/stripe/params/v2/billing/rate_cards/rate_list_params.rb +0 -25
  316. data/lib/stripe/params/v2/billing/rate_cards/rate_retrieve_params.rb +0 -12
  317. data/lib/stripe/params/v2/billing/rate_cards/version_list_params.rb +0 -19
  318. data/lib/stripe/params/v2/billing/rate_cards/version_retrieve_params.rb +0 -12
  319. data/lib/stripe/params/v2/billing/service_action_create_params.rb +0 -278
  320. data/lib/stripe/params/v2/billing/service_action_retrieve_params.rb +0 -10
  321. data/lib/stripe/params/v2/billing/service_action_update_params.rb +0 -40
  322. data/lib/stripe/params/v2/core/claimable_sandbox_create_params.rb +0 -36
  323. data/lib/stripe/params/v2/core/claimable_sandbox_retrieve_params.rb +0 -10
  324. data/lib/stripe/params/v2/iam/api_key_create_params.rb +0 -51
  325. data/lib/stripe/params/v2/iam/api_key_expire_params.rb +0 -10
  326. data/lib/stripe/params/v2/iam/api_key_list_params.rb +0 -20
  327. data/lib/stripe/params/v2/iam/api_key_retrieve_params.rb +0 -10
  328. data/lib/stripe/params/v2/iam/api_key_rotate_params.rb +0 -46
  329. data/lib/stripe/params/v2/iam/api_key_update_params.rb +0 -20
  330. data/lib/stripe/params/v2/money_management/currency_conversion_create_params.rb +0 -68
  331. data/lib/stripe/params/v2/money_management/currency_conversion_list_params.rb +0 -20
  332. data/lib/stripe/params/v2/money_management/currency_conversion_retrieve_params.rb +0 -10
  333. data/lib/stripe/params/v2/money_management/recipient_verification_acknowledge_params.rb +0 -10
  334. data/lib/stripe/params/v2/money_management/recipient_verification_create_params.rb +0 -20
  335. data/lib/stripe/params/v2/money_management/recipient_verification_retrieve_params.rb +0 -10
  336. data/lib/stripe/params/v2/payments/off_session_payment_cancel_params.rb +0 -10
  337. data/lib/stripe/params/v2/payments/off_session_payment_capture_params.rb +0 -57
  338. data/lib/stripe/params/v2/payments/off_session_payment_create_params.rb +0 -161
  339. data/lib/stripe/params/v2/payments/off_session_payment_list_params.rb +0 -17
  340. data/lib/stripe/params/v2/payments/off_session_payment_retrieve_params.rb +0 -10
  341. data/lib/stripe/params/v2/payments/settlement_allocation_intent_cancel_params.rb +0 -10
  342. data/lib/stripe/params/v2/payments/settlement_allocation_intent_create_params.rb +0 -46
  343. data/lib/stripe/params/v2/payments/settlement_allocation_intent_retrieve_params.rb +0 -10
  344. data/lib/stripe/params/v2/payments/settlement_allocation_intent_submit_params.rb +0 -10
  345. data/lib/stripe/params/v2/payments/settlement_allocation_intent_update_params.rb +0 -31
  346. data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_cancel_params.rb +0 -12
  347. data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_create_params.rb +0 -39
  348. data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_retrieve_params.rb +0 -12
  349. data/lib/stripe/params/v2/reporting/report_retrieve_params.rb +0 -10
  350. data/lib/stripe/params/v2/reporting/report_run_create_params.rb +0 -33
  351. data/lib/stripe/params/v2/reporting/report_run_retrieve_params.rb +0 -10
  352. data/lib/stripe/params/v2/tax/manual_rule_create_params.rb +0 -94
  353. data/lib/stripe/params/v2/tax/manual_rule_deactivate_params.rb +0 -10
  354. data/lib/stripe/params/v2/tax/manual_rule_list_params.rb +0 -17
  355. data/lib/stripe/params/v2/tax/manual_rule_retrieve_params.rb +0 -10
  356. data/lib/stripe/params/v2/tax/manual_rule_update_params.rb +0 -94
  357. data/lib/stripe/params/v2/test_helpers/money_management_recipient_verifications_params.rb +0 -24
  358. data/lib/stripe/resources/balance_transfer.rb +0 -139
  359. data/lib/stripe/resources/delegated_checkout/requested_session.rb +0 -479
  360. data/lib/stripe/resources/identity/blocklist_entry.rb +0 -116
  361. data/lib/stripe/resources/issuing/program.rb +0 -69
  362. data/lib/stripe/resources/payment_method_balance.rb +0 -68
  363. data/lib/stripe/resources/product_catalog/trial_offer.rb +0 -101
  364. data/lib/stripe/resources/radar/account_evaluation.rb +0 -116
  365. data/lib/stripe/resources/shared_payment/granted_token.rb +0 -126
  366. data/lib/stripe/resources/transit_balance.rb +0 -45
  367. data/lib/stripe/resources/v2/billing/custom_pricing_unit.rb +0 -43
  368. data/lib/stripe/resources/v2/billing/intent.rb +0 -86
  369. data/lib/stripe/resources/v2/billing/intent_action.rb +0 -483
  370. data/lib/stripe/resources/v2/billing/license_fee.rb +0 -104
  371. data/lib/stripe/resources/v2/billing/license_fee_subscription.rb +0 -44
  372. data/lib/stripe/resources/v2/billing/license_fee_version.rb +0 -80
  373. data/lib/stripe/resources/v2/billing/licensed_item.rb +0 -60
  374. data/lib/stripe/resources/v2/billing/metered_item.rb +0 -85
  375. data/lib/stripe/resources/v2/billing/pricing_plan.rb +0 -51
  376. data/lib/stripe/resources/v2/billing/pricing_plan_component.rb +0 -94
  377. data/lib/stripe/resources/v2/billing/pricing_plan_subscription.rb +0 -94
  378. data/lib/stripe/resources/v2/billing/pricing_plan_subscription_components.rb +0 -49
  379. data/lib/stripe/resources/v2/billing/pricing_plan_version.rb +0 -38
  380. data/lib/stripe/resources/v2/billing/rate_card.rb +0 -61
  381. data/lib/stripe/resources/v2/billing/rate_card_rate.rb +0 -110
  382. data/lib/stripe/resources/v2/billing/rate_card_subscription.rb +0 -94
  383. data/lib/stripe/resources/v2/billing/rate_card_version.rb +0 -34
  384. data/lib/stripe/resources/v2/billing/service_action.rb +0 -274
  385. data/lib/stripe/resources/v2/core/claimable_sandbox.rb +0 -105
  386. data/lib/stripe/resources/v2/iam/api_key.rb +0 -129
  387. data/lib/stripe/resources/v2/money_management/currency_conversion.rb +0 -94
  388. data/lib/stripe/resources/v2/money_management/recipient_verification.rb +0 -83
  389. data/lib/stripe/resources/v2/payments/off_session_payment.rb +0 -186
  390. data/lib/stripe/resources/v2/payments/settlement_allocation_intent.rb +0 -92
  391. data/lib/stripe/resources/v2/payments/settlement_allocation_intent_split.rb +0 -78
  392. data/lib/stripe/resources/v2/reporting/report.rb +0 -116
  393. data/lib/stripe/resources/v2/reporting/report_run.rb +0 -128
  394. data/lib/stripe/resources/v2/tax/manual_rule.rb +0 -115
  395. data/lib/stripe/services/balance_transfer_service.rb +0 -17
  396. data/lib/stripe/services/delegated_checkout/requested_session_service.rb +0 -63
  397. data/lib/stripe/services/delegated_checkout_service.rb +0 -13
  398. data/lib/stripe/services/identity/blocklist_entry_service.rb +0 -71
  399. data/lib/stripe/services/issuing/program_service.rb +0 -52
  400. data/lib/stripe/services/product_catalog/trial_offer_service.rb +0 -19
  401. data/lib/stripe/services/product_catalog_service.rb +0 -13
  402. data/lib/stripe/services/radar/account_evaluation_service.rb +0 -41
  403. data/lib/stripe/services/shared_payment/granted_token_service.rb +0 -19
  404. data/lib/stripe/services/shared_payment_service.rb +0 -13
  405. data/lib/stripe/services/test_helpers/capital/financing_offer_service.rb +0 -32
  406. data/lib/stripe/services/test_helpers/capital_service.rb +0 -15
  407. data/lib/stripe/services/test_helpers/shared_payment/granted_token_service.rb +0 -32
  408. data/lib/stripe/services/test_helpers/shared_payment_service.rb +0 -15
  409. data/lib/stripe/services/v2/billing/custom_pricing_unit_service.rb +0 -54
  410. data/lib/stripe/services/v2/billing/intent_service.rb +0 -94
  411. data/lib/stripe/services/v2/billing/intents/action_service.rb +0 -34
  412. data/lib/stripe/services/v2/billing/license_fee_service.rb +0 -61
  413. data/lib/stripe/services/v2/billing/license_fee_subscription_service.rb +0 -21
  414. data/lib/stripe/services/v2/billing/license_fees/version_service.rb +0 -34
  415. data/lib/stripe/services/v2/billing/licensed_item_service.rb +0 -54
  416. data/lib/stripe/services/v2/billing/metered_item_service.rb +0 -54
  417. data/lib/stripe/services/v2/billing/pricing_plan_service.rb +0 -62
  418. data/lib/stripe/services/v2/billing/pricing_plan_subscription_service.rb +0 -51
  419. data/lib/stripe/services/v2/billing/pricing_plan_subscriptions/component_service.rb +0 -23
  420. data/lib/stripe/services/v2/billing/pricing_plans/component_service.rb +0 -67
  421. data/lib/stripe/services/v2/billing/pricing_plans/version_service.rb +0 -34
  422. data/lib/stripe/services/v2/billing/rate_card_service.rb +0 -62
  423. data/lib/stripe/services/v2/billing/rate_card_subscription_service.rb +0 -65
  424. data/lib/stripe/services/v2/billing/rate_cards/rate_service.rb +0 -57
  425. data/lib/stripe/services/v2/billing/rate_cards/version_service.rb +0 -34
  426. data/lib/stripe/services/v2/billing/service_action_service.rb +0 -43
  427. data/lib/stripe/services/v2/core/claimable_sandbox_service.rb +0 -35
  428. data/lib/stripe/services/v2/iam/api_key_service.rb +0 -76
  429. data/lib/stripe/services/v2/iam_service.rb +0 -15
  430. data/lib/stripe/services/v2/money_management/currency_conversion_service.rb +0 -45
  431. data/lib/stripe/services/v2/money_management/recipient_verification_service.rb +0 -43
  432. data/lib/stripe/services/v2/payment_service.rb +0 -17
  433. data/lib/stripe/services/v2/payments/off_session_payment_service.rb +0 -65
  434. data/lib/stripe/services/v2/payments/settlement_allocation_intent_service.rb +0 -72
  435. data/lib/stripe/services/v2/payments/settlement_allocation_intents/split_service.rb +0 -45
  436. data/lib/stripe/services/v2/reporting/report_run_service.rb +0 -38
  437. data/lib/stripe/services/v2/reporting/report_service.rb +0 -23
  438. data/lib/stripe/services/v2/reporting_service.rb +0 -16
  439. data/lib/stripe/services/v2/tax/manual_rule_service.rb +0 -65
  440. data/lib/stripe/services/v2/tax_service.rb +0 -15
  441. data/lib/stripe/services/v2/test_helpers/money_management_service.rb +0 -21
@@ -12,312 +12,6 @@ module Stripe
12
12
  end
13
13
 
14
14
  class Configuration < ::Stripe::StripeObject
15
- class CardCreator < ::Stripe::StripeObject
16
- class Capabilities < ::Stripe::StripeObject
17
- class Commercial < ::Stripe::StripeObject
18
- class Celtic < ::Stripe::StripeObject
19
- class ChargeCard < ::Stripe::StripeObject
20
- class StatusDetail < ::Stripe::StripeObject
21
- # Machine-readable code explaining the reason for the Capability to be in its current status.
22
- attr_reader :code
23
- # Machine-readable code explaining how to make the Capability active.
24
- attr_reader :resolution
25
-
26
- def self.inner_class_types
27
- @inner_class_types = {}
28
- end
29
-
30
- def self.field_remappings
31
- @field_remappings = {}
32
- end
33
- end
34
- # The status of the Capability.
35
- attr_reader :status
36
- # Additional details about the capability's status. This value is empty when `status` is `active`.
37
- attr_reader :status_details
38
-
39
- def self.inner_class_types
40
- @inner_class_types = { status_details: StatusDetail }
41
- end
42
-
43
- def self.field_remappings
44
- @field_remappings = {}
45
- end
46
- end
47
-
48
- class SpendCard < ::Stripe::StripeObject
49
- class StatusDetail < ::Stripe::StripeObject
50
- # Machine-readable code explaining the reason for the Capability to be in its current status.
51
- attr_reader :code
52
- # Machine-readable code explaining how to make the Capability active.
53
- attr_reader :resolution
54
-
55
- def self.inner_class_types
56
- @inner_class_types = {}
57
- end
58
-
59
- def self.field_remappings
60
- @field_remappings = {}
61
- end
62
- end
63
- # The status of the Capability.
64
- attr_reader :status
65
- # Additional details about the capability's status. This value is empty when `status` is `active`.
66
- attr_reader :status_details
67
-
68
- def self.inner_class_types
69
- @inner_class_types = { status_details: StatusDetail }
70
- end
71
-
72
- def self.field_remappings
73
- @field_remappings = {}
74
- end
75
- end
76
- # Can create commercial issuing charge cards with Celtic as BIN sponsor.
77
- attr_reader :charge_card
78
- # Can create commercial issuing spend cards with Celtic as BIN sponsor.
79
- attr_reader :spend_card
80
-
81
- def self.inner_class_types
82
- @inner_class_types = { charge_card: ChargeCard, spend_card: SpendCard }
83
- end
84
-
85
- def self.field_remappings
86
- @field_remappings = {}
87
- end
88
- end
89
-
90
- class CrossRiverBank < ::Stripe::StripeObject
91
- class ChargeCard < ::Stripe::StripeObject
92
- class StatusDetail < ::Stripe::StripeObject
93
- # Machine-readable code explaining the reason for the Capability to be in its current status.
94
- attr_reader :code
95
- # Machine-readable code explaining how to make the Capability active.
96
- attr_reader :resolution
97
-
98
- def self.inner_class_types
99
- @inner_class_types = {}
100
- end
101
-
102
- def self.field_remappings
103
- @field_remappings = {}
104
- end
105
- end
106
- # The status of the Capability.
107
- attr_reader :status
108
- # Additional details about the capability's status. This value is empty when `status` is `active`.
109
- attr_reader :status_details
110
-
111
- def self.inner_class_types
112
- @inner_class_types = { status_details: StatusDetail }
113
- end
114
-
115
- def self.field_remappings
116
- @field_remappings = {}
117
- end
118
- end
119
-
120
- class SpendCard < ::Stripe::StripeObject
121
- class StatusDetail < ::Stripe::StripeObject
122
- # Machine-readable code explaining the reason for the Capability to be in its current status.
123
- attr_reader :code
124
- # Machine-readable code explaining how to make the Capability active.
125
- attr_reader :resolution
126
-
127
- def self.inner_class_types
128
- @inner_class_types = {}
129
- end
130
-
131
- def self.field_remappings
132
- @field_remappings = {}
133
- end
134
- end
135
- # The status of the Capability.
136
- attr_reader :status
137
- # Additional details about the capability's status. This value is empty when `status` is `active`.
138
- attr_reader :status_details
139
-
140
- def self.inner_class_types
141
- @inner_class_types = { status_details: StatusDetail }
142
- end
143
-
144
- def self.field_remappings
145
- @field_remappings = {}
146
- end
147
- end
148
- # Can create commercial issuing charge cards with Cross River Bank as BIN sponsor.
149
- attr_reader :charge_card
150
- # Can create commercial issuing spend cards with Cross River Bank as BIN sponsor.
151
- attr_reader :spend_card
152
-
153
- def self.inner_class_types
154
- @inner_class_types = { charge_card: ChargeCard, spend_card: SpendCard }
155
- end
156
-
157
- def self.field_remappings
158
- @field_remappings = {}
159
- end
160
- end
161
-
162
- class Lead < ::Stripe::StripeObject
163
- class PrepaidCard < ::Stripe::StripeObject
164
- class StatusDetail < ::Stripe::StripeObject
165
- # Machine-readable code explaining the reason for the Capability to be in its current status.
166
- attr_reader :code
167
- # Machine-readable code explaining how to make the Capability active.
168
- attr_reader :resolution
169
-
170
- def self.inner_class_types
171
- @inner_class_types = {}
172
- end
173
-
174
- def self.field_remappings
175
- @field_remappings = {}
176
- end
177
- end
178
- # The status of the Capability.
179
- attr_reader :status
180
- # Additional details about the capability's status. This value is empty when `status` is `active`.
181
- attr_reader :status_details
182
-
183
- def self.inner_class_types
184
- @inner_class_types = { status_details: StatusDetail }
185
- end
186
-
187
- def self.field_remappings
188
- @field_remappings = {}
189
- end
190
- end
191
- # Can create commercial Global(cross border) issuing prepaid cards with Lead as BIN sponsor.
192
- attr_reader :prepaid_card
193
-
194
- def self.inner_class_types
195
- @inner_class_types = { prepaid_card: PrepaidCard }
196
- end
197
-
198
- def self.field_remappings
199
- @field_remappings = {}
200
- end
201
- end
202
-
203
- class Stripe < ::Stripe::StripeObject
204
- class ChargeCard < ::Stripe::StripeObject
205
- class StatusDetail < ::Stripe::StripeObject
206
- # Machine-readable code explaining the reason for the Capability to be in its current status.
207
- attr_reader :code
208
- # Machine-readable code explaining how to make the Capability active.
209
- attr_reader :resolution
210
-
211
- def self.inner_class_types
212
- @inner_class_types = {}
213
- end
214
-
215
- def self.field_remappings
216
- @field_remappings = {}
217
- end
218
- end
219
- # The status of the Capability.
220
- attr_reader :status
221
- # Additional details about the capability's status. This value is empty when `status` is `active`.
222
- attr_reader :status_details
223
-
224
- def self.inner_class_types
225
- @inner_class_types = { status_details: StatusDetail }
226
- end
227
-
228
- def self.field_remappings
229
- @field_remappings = {}
230
- end
231
- end
232
-
233
- class PrepaidCard < ::Stripe::StripeObject
234
- class StatusDetail < ::Stripe::StripeObject
235
- # Machine-readable code explaining the reason for the Capability to be in its current status.
236
- attr_reader :code
237
- # Machine-readable code explaining how to make the Capability active.
238
- attr_reader :resolution
239
-
240
- def self.inner_class_types
241
- @inner_class_types = {}
242
- end
243
-
244
- def self.field_remappings
245
- @field_remappings = {}
246
- end
247
- end
248
- # The status of the Capability.
249
- attr_reader :status
250
- # Additional details about the capability's status. This value is empty when `status` is `active`.
251
- attr_reader :status_details
252
-
253
- def self.inner_class_types
254
- @inner_class_types = { status_details: StatusDetail }
255
- end
256
-
257
- def self.field_remappings
258
- @field_remappings = {}
259
- end
260
- end
261
- # Can create commercial issuing charge cards with Stripe as BIN sponsor.
262
- attr_reader :charge_card
263
- # Can create commercial issuing prepaid cards with Stripe as BIN sponsor.
264
- attr_reader :prepaid_card
265
-
266
- def self.inner_class_types
267
- @inner_class_types = { charge_card: ChargeCard, prepaid_card: PrepaidCard }
268
- end
269
-
270
- def self.field_remappings
271
- @field_remappings = {}
272
- end
273
- end
274
- # Can create commercial issuing cards with Celtic as BIN sponsor.
275
- attr_reader :celtic
276
- # Can create commercial issuing cards with Cross River Bank as BIN sponsor.
277
- attr_reader :cross_river_bank
278
- # Can create commercial issuing cards with Lead as a BIN sponsor.
279
- attr_reader :lead
280
- # Can create commercial issuing cards with Stripe as a BIN sponsor.
281
- attr_reader :stripe
282
-
283
- def self.inner_class_types
284
- @inner_class_types = {
285
- celtic: Celtic,
286
- cross_river_bank: CrossRiverBank,
287
- lead: Lead,
288
- stripe: Stripe,
289
- }
290
- end
291
-
292
- def self.field_remappings
293
- @field_remappings = {}
294
- end
295
- end
296
- # Can create cards for commercial issuing use cases.
297
- attr_reader :commercial
298
-
299
- def self.inner_class_types
300
- @inner_class_types = { commercial: Commercial }
301
- end
302
-
303
- def self.field_remappings
304
- @field_remappings = {}
305
- end
306
- end
307
- # Indicates whether the card_creator configuration is active. You can deactivate or reactivate the card_creator configuration by updating this property. Deactivating the configuration by setting this value to false will unrequest all capabilities within the configuration. It will not delete any of the configuration's other properties.
308
- attr_reader :applied
309
- # Capabilities that have been requested on the CardCreator Configuration.
310
- attr_reader :capabilities
311
-
312
- def self.inner_class_types
313
- @inner_class_types = { capabilities: Capabilities }
314
- end
315
-
316
- def self.field_remappings
317
- @field_remappings = {}
318
- end
319
- end
320
-
321
15
  class Customer < ::Stripe::StripeObject
322
16
  class AutomaticIndirectTax < ::Stripe::StripeObject
323
17
  class Location < ::Stripe::StripeObject
@@ -2249,35 +1943,6 @@ module Stripe
2249
1943
  class Recipient < ::Stripe::StripeObject
2250
1944
  class Capabilities < ::Stripe::StripeObject
2251
1945
  class BankAccounts < ::Stripe::StripeObject
2252
- class Instant < ::Stripe::StripeObject
2253
- class StatusDetail < ::Stripe::StripeObject
2254
- # Machine-readable code explaining the reason for the Capability to be in its current status.
2255
- attr_reader :code
2256
- # Machine-readable code explaining how to make the Capability active.
2257
- attr_reader :resolution
2258
-
2259
- def self.inner_class_types
2260
- @inner_class_types = {}
2261
- end
2262
-
2263
- def self.field_remappings
2264
- @field_remappings = {}
2265
- end
2266
- end
2267
- # The status of the Capability.
2268
- attr_reader :status
2269
- # Additional details about the capability's status. This value is empty when `status` is `active`.
2270
- attr_reader :status_details
2271
-
2272
- def self.inner_class_types
2273
- @inner_class_types = { status_details: StatusDetail }
2274
- end
2275
-
2276
- def self.field_remappings
2277
- @field_remappings = {}
2278
- end
2279
- end
2280
-
2281
1946
  class Local < ::Stripe::StripeObject
2282
1947
  class StatusDetail < ::Stripe::StripeObject
2283
1948
  # Machine-readable code explaining the reason for the Capability to be in its current status.
@@ -2335,15 +2000,13 @@ module Stripe
2335
2000
  @field_remappings = {}
2336
2001
  end
2337
2002
  end
2338
- # Enables this Account to receive OutboundPayments to linked bank accounts over real time rails.
2339
- attr_reader :instant
2340
2003
  # Enables this Account to receive OutboundPayments to linked bank accounts over local networks.
2341
2004
  attr_reader :local
2342
2005
  # Enables this Account to receive OutboundPayments to linked bank accounts over wire.
2343
2006
  attr_reader :wire
2344
2007
 
2345
2008
  def self.inner_class_types
2346
- @inner_class_types = { instant: Instant, local: Local, wire: Wire }
2009
+ @inner_class_types = { local: Local, wire: Wire }
2347
2010
  end
2348
2011
 
2349
2012
  def self.field_remappings
@@ -2380,35 +2043,6 @@ module Stripe
2380
2043
  end
2381
2044
  end
2382
2045
 
2383
- class CryptoWallets < ::Stripe::StripeObject
2384
- class StatusDetail < ::Stripe::StripeObject
2385
- # Machine-readable code explaining the reason for the Capability to be in its current status.
2386
- attr_reader :code
2387
- # Machine-readable code explaining how to make the Capability active.
2388
- attr_reader :resolution
2389
-
2390
- def self.inner_class_types
2391
- @inner_class_types = {}
2392
- end
2393
-
2394
- def self.field_remappings
2395
- @field_remappings = {}
2396
- end
2397
- end
2398
- # The status of the Capability.
2399
- attr_reader :status
2400
- # Additional details about the capability's status. This value is empty when `status` is `active`.
2401
- attr_reader :status_details
2402
-
2403
- def self.inner_class_types
2404
- @inner_class_types = { status_details: StatusDetail }
2405
- end
2406
-
2407
- def self.field_remappings
2408
- @field_remappings = {}
2409
- end
2410
- end
2411
-
2412
2046
  class StripeBalance < ::Stripe::StripeObject
2413
2047
  class Payouts < ::Stripe::StripeObject
2414
2048
  class StatusDetail < ::Stripe::StripeObject
@@ -2484,8 +2118,6 @@ module Stripe
2484
2118
  attr_reader :bank_accounts
2485
2119
  # Enables this Account to receive OutboundPayments to a linked debit card.
2486
2120
  attr_reader :cards
2487
- # Enables this Account to receive OutboundPayments to a linked crypto wallet.
2488
- attr_reader :crypto_wallets
2489
2121
  # Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).
2490
2122
  attr_reader :stripe_balance
2491
2123
 
@@ -2493,7 +2125,6 @@ module Stripe
2493
2125
  @inner_class_types = {
2494
2126
  bank_accounts: BankAccounts,
2495
2127
  cards: Cards,
2496
- crypto_wallets: CryptoWallets,
2497
2128
  stripe_balance: StripeBalance,
2498
2129
  }
2499
2130
  end
@@ -2567,42 +2198,11 @@ module Stripe
2567
2198
  @field_remappings = {}
2568
2199
  end
2569
2200
  end
2570
-
2571
- class CryptoWallets < ::Stripe::StripeObject
2572
- class StatusDetail < ::Stripe::StripeObject
2573
- # Machine-readable code explaining the reason for the Capability to be in its current status.
2574
- attr_reader :code
2575
- # Machine-readable code explaining how to make the Capability active.
2576
- attr_reader :resolution
2577
-
2578
- def self.inner_class_types
2579
- @inner_class_types = {}
2580
- end
2581
-
2582
- def self.field_remappings
2583
- @field_remappings = {}
2584
- end
2585
- end
2586
- # The status of the Capability.
2587
- attr_reader :status
2588
- # Additional details about the capability's status. This value is empty when `status` is `active`.
2589
- attr_reader :status_details
2590
-
2591
- def self.inner_class_types
2592
- @inner_class_types = { status_details: StatusDetail }
2593
- end
2594
-
2595
- def self.field_remappings
2596
- @field_remappings = {}
2597
- end
2598
- end
2599
2201
  # Can provision a bank-account like financial address (VBAN) to credit/debit a FinancialAccount.
2600
2202
  attr_reader :bank_accounts
2601
- # Can provision a crypto wallet like financial address to credit a FinancialAccount.
2602
- attr_reader :crypto_wallets
2603
2203
 
2604
2204
  def self.inner_class_types
2605
- @inner_class_types = { bank_accounts: BankAccounts, crypto_wallets: CryptoWallets }
2205
+ @inner_class_types = { bank_accounts: BankAccounts }
2606
2206
  end
2607
2207
 
2608
2208
  def self.field_remappings
@@ -2697,46 +2297,15 @@ module Stripe
2697
2297
  @field_remappings = {}
2698
2298
  end
2699
2299
  end
2700
-
2701
- class Usdc < ::Stripe::StripeObject
2702
- class StatusDetail < ::Stripe::StripeObject
2703
- # Machine-readable code explaining the reason for the Capability to be in its current status.
2704
- attr_reader :code
2705
- # Machine-readable code explaining how to make the Capability active.
2706
- attr_reader :resolution
2707
-
2708
- def self.inner_class_types
2709
- @inner_class_types = {}
2710
- end
2711
-
2712
- def self.field_remappings
2713
- @field_remappings = {}
2714
- end
2715
- end
2716
- # The status of the Capability.
2717
- attr_reader :status
2718
- # Additional details about the capability's status. This value is empty when `status` is `active`.
2719
- attr_reader :status_details
2720
-
2721
- def self.inner_class_types
2722
- @inner_class_types = { status_details: StatusDetail }
2723
- end
2724
-
2725
- def self.field_remappings
2726
- @field_remappings = {}
2727
- end
2728
- end
2729
2300
  # Can hold storage-type funds on Stripe in EUR.
2730
2301
  attr_reader :eur
2731
2302
  # Can hold storage-type funds on Stripe in GBP.
2732
2303
  attr_reader :gbp
2733
2304
  # Can hold storage-type funds on Stripe in USD.
2734
2305
  attr_reader :usd
2735
- # Can hold storage-type funds on Stripe in USDC.
2736
- attr_reader :usdc
2737
2306
 
2738
2307
  def self.inner_class_types
2739
- @inner_class_types = { eur: Eur, gbp: Gbp, usd: Usd, usdc: Usdc }
2308
+ @inner_class_types = { eur: Eur, gbp: Gbp, usd: Usd }
2740
2309
  end
2741
2310
 
2742
2311
  def self.field_remappings
@@ -2844,35 +2413,6 @@ module Stripe
2844
2413
  end
2845
2414
  end
2846
2415
 
2847
- class CryptoWallets < ::Stripe::StripeObject
2848
- class StatusDetail < ::Stripe::StripeObject
2849
- # Machine-readable code explaining the reason for the Capability to be in its current status.
2850
- attr_reader :code
2851
- # Machine-readable code explaining how to make the Capability active.
2852
- attr_reader :resolution
2853
-
2854
- def self.inner_class_types
2855
- @inner_class_types = {}
2856
- end
2857
-
2858
- def self.field_remappings
2859
- @field_remappings = {}
2860
- end
2861
- end
2862
- # The status of the Capability.
2863
- attr_reader :status
2864
- # Additional details about the capability's status. This value is empty when `status` is `active`.
2865
- attr_reader :status_details
2866
-
2867
- def self.inner_class_types
2868
- @inner_class_types = { status_details: StatusDetail }
2869
- end
2870
-
2871
- def self.field_remappings
2872
- @field_remappings = {}
2873
- end
2874
- end
2875
-
2876
2416
  class FinancialAccounts < ::Stripe::StripeObject
2877
2417
  class StatusDetail < ::Stripe::StripeObject
2878
2418
  # Machine-readable code explaining the reason for the Capability to be in its current status.
@@ -2905,8 +2445,6 @@ module Stripe
2905
2445
  attr_reader :bank_accounts
2906
2446
  # Can send funds from a FinancialAccount to a debit card owned by a different entity.
2907
2447
  attr_reader :cards
2908
- # Can send funds from a FinancialAccount to a crypto wallet owned by a different entity.
2909
- attr_reader :crypto_wallets
2910
2448
  # Can send funds from a FinancialAccount to a FinancialAccount owned by a different entity.
2911
2449
  attr_reader :financial_accounts
2912
2450
 
@@ -2914,7 +2452,6 @@ module Stripe
2914
2452
  @inner_class_types = {
2915
2453
  bank_accounts: BankAccounts,
2916
2454
  cards: Cards,
2917
- crypto_wallets: CryptoWallets,
2918
2455
  financial_accounts: FinancialAccounts,
2919
2456
  }
2920
2457
  end
@@ -2954,35 +2491,6 @@ module Stripe
2954
2491
  end
2955
2492
  end
2956
2493
 
2957
- class CryptoWallets < ::Stripe::StripeObject
2958
- class StatusDetail < ::Stripe::StripeObject
2959
- # Machine-readable code explaining the reason for the Capability to be in its current status.
2960
- attr_reader :code
2961
- # Machine-readable code explaining how to make the Capability active.
2962
- attr_reader :resolution
2963
-
2964
- def self.inner_class_types
2965
- @inner_class_types = {}
2966
- end
2967
-
2968
- def self.field_remappings
2969
- @field_remappings = {}
2970
- end
2971
- end
2972
- # The status of the Capability.
2973
- attr_reader :status
2974
- # Additional details about the capability's status. This value is empty when `status` is `active`.
2975
- attr_reader :status_details
2976
-
2977
- def self.inner_class_types
2978
- @inner_class_types = { status_details: StatusDetail }
2979
- end
2980
-
2981
- def self.field_remappings
2982
- @field_remappings = {}
2983
- end
2984
- end
2985
-
2986
2494
  class FinancialAccounts < ::Stripe::StripeObject
2987
2495
  class StatusDetail < ::Stripe::StripeObject
2988
2496
  # Machine-readable code explaining the reason for the Capability to be in its current status.
@@ -3013,15 +2521,12 @@ module Stripe
3013
2521
  end
3014
2522
  # Can send funds from a FinancialAccount to a bank account belonging to the same user.
3015
2523
  attr_reader :bank_accounts
3016
- # Can send funds from a FinancialAccount to a crypto wallet belonging to the same user.
3017
- attr_reader :crypto_wallets
3018
2524
  # Can send funds from a FinancialAccount to another FinancialAccount belonging to the same user.
3019
2525
  attr_reader :financial_accounts
3020
2526
 
3021
2527
  def self.inner_class_types
3022
2528
  @inner_class_types = {
3023
2529
  bank_accounts: BankAccounts,
3024
- crypto_wallets: CryptoWallets,
3025
2530
  financial_accounts: FinancialAccounts,
3026
2531
  }
3027
2532
  end
@@ -3055,63 +2560,19 @@ module Stripe
3055
2560
  @field_remappings = {}
3056
2561
  end
3057
2562
  end
3058
-
3059
- class RegulatedActivity < ::Stripe::StripeObject
3060
- # A detailed description of the regulated activities the business is licensed to conduct.
3061
- attr_reader :description
3062
- # The license number or registration number assigned by the business's primary regulator.
3063
- attr_reader :license_number
3064
- # The country of the primary regulatory authority that oversees the business's regulated activities.
3065
- attr_reader :primary_regulatory_authority_country
3066
- # The name of the primary regulatory authority that oversees the business's regulated activities.
3067
- attr_reader :primary_regulatory_authority_name
3068
-
3069
- def self.inner_class_types
3070
- @inner_class_types = {}
3071
- end
3072
-
3073
- def self.field_remappings
3074
- @field_remappings = {}
3075
- end
3076
- end
3077
2563
  # Indicates whether the storer configuration is active. You cannot deactivate (or reactivate) the storer configuration by updating this property.
3078
2564
  attr_reader :applied
3079
2565
  # Capabilities that have been requested on the Storer Configuration.
3080
2566
  attr_reader :capabilities
3081
- # List of high-risk activities the business is involved in.
3082
- attr_reader :high_risk_activities
3083
- # Description of the high-risk activities the business offers.
3084
- attr_reader :high_risk_activities_description
3085
- # Description of the money services offered by the business.
3086
- attr_reader :money_services_description
3087
- # Indicates whether the business operates in any prohibited countries.
3088
- attr_reader :operates_in_prohibited_countries
3089
- # Does the business participate in any regulated activity.
3090
- attr_reader :participates_in_regulated_activity
3091
- # Primary purpose of the stored funds.
3092
- attr_reader :purpose_of_funds
3093
- # Description of the purpose of the stored funds.
3094
- attr_reader :purpose_of_funds_description
3095
- # Details of the regulated activity if the business participates in one.
3096
- attr_reader :regulated_activity
3097
- # The source of funds for the business, e.g. profits, income, venture capital, etc.
3098
- attr_reader :source_of_funds
3099
- # Description of the source of funds for the business' account.
3100
- attr_reader :source_of_funds_description
3101
2567
 
3102
2568
  def self.inner_class_types
3103
- @inner_class_types = {
3104
- capabilities: Capabilities,
3105
- regulated_activity: RegulatedActivity,
3106
- }
2569
+ @inner_class_types = { capabilities: Capabilities }
3107
2570
  end
3108
2571
 
3109
2572
  def self.field_remappings
3110
2573
  @field_remappings = {}
3111
2574
  end
3112
2575
  end
3113
- # The CardCreator Configuration allows the Account to create and issue cards to users.
3114
- attr_reader :card_creator
3115
2576
  # The Customer Configuration allows the Account to be used in inbound payment flows.
3116
2577
  attr_reader :customer
3117
2578
  # Enables the Account to act as a connected account and collect payments facilitated by a Connect platform. You must onboard your platform to Connect before you can add this configuration to your connected accounts. Utilize this configuration when the Account will be the Merchant of Record, like with Direct charges or Destination Charges with on_behalf_of set.
@@ -3123,7 +2584,6 @@ module Stripe
3123
2584
 
3124
2585
  def self.inner_class_types
3125
2586
  @inner_class_types = {
3126
- card_creator: CardCreator,
3127
2587
  customer: Customer,
3128
2588
  merchant: Merchant,
3129
2589
  recipient: Recipient,
@@ -3451,523 +2911,6 @@ module Stripe
3451
2911
  end
3452
2912
  end
3453
2913
 
3454
- class CardCreator < ::Stripe::StripeObject
3455
- class Commercial < ::Stripe::StripeObject
3456
- class AccountHolder < ::Stripe::StripeObject
3457
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3458
- attr_reader :date
3459
- # The IP address from which the Account's representative accepted the terms of service.
3460
- attr_reader :ip
3461
- # The URL to the service agreement the Account's representative accepted.
3462
- attr_reader :url
3463
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3464
- attr_reader :user_agent
3465
-
3466
- def self.inner_class_types
3467
- @inner_class_types = {}
3468
- end
3469
-
3470
- def self.field_remappings
3471
- @field_remappings = {}
3472
- end
3473
- end
3474
-
3475
- class Celtic < ::Stripe::StripeObject
3476
- class ApplePay < ::Stripe::StripeObject
3477
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3478
- attr_reader :date
3479
- # The IP address from which the Account's representative accepted the terms of service.
3480
- attr_reader :ip
3481
- # The URL to the service agreement the Account's representative accepted.
3482
- attr_reader :url
3483
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3484
- attr_reader :user_agent
3485
-
3486
- def self.inner_class_types
3487
- @inner_class_types = {}
3488
- end
3489
-
3490
- def self.field_remappings
3491
- @field_remappings = {}
3492
- end
3493
- end
3494
-
3495
- class ChargeCard < ::Stripe::StripeObject
3496
- class BankTerms < ::Stripe::StripeObject
3497
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3498
- attr_reader :date
3499
- # The IP address from which the Account's representative accepted the terms of service.
3500
- attr_reader :ip
3501
- # The URL to the service agreement the Account's representative accepted.
3502
- attr_reader :url
3503
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3504
- attr_reader :user_agent
3505
-
3506
- def self.inner_class_types
3507
- @inner_class_types = {}
3508
- end
3509
-
3510
- def self.field_remappings
3511
- @field_remappings = {}
3512
- end
3513
- end
3514
-
3515
- class Platform < ::Stripe::StripeObject
3516
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3517
- attr_reader :date
3518
- # The IP address from which the Account's representative accepted the terms of service.
3519
- attr_reader :ip
3520
- # The URL to the service agreement the Account's representative accepted.
3521
- attr_reader :url
3522
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3523
- attr_reader :user_agent
3524
-
3525
- def self.inner_class_types
3526
- @inner_class_types = {}
3527
- end
3528
-
3529
- def self.field_remappings
3530
- @field_remappings = {}
3531
- end
3532
- end
3533
- # Bank terms of service acceptance for commercial issuing charge cards with Celtic as BIN sponsor.
3534
- attr_reader :bank_terms
3535
- # Platform terms of service acceptance for commercial issuing charge cards with Celtic as BIN sponsor.
3536
- attr_reader :platform
3537
-
3538
- def self.inner_class_types
3539
- @inner_class_types = { bank_terms: BankTerms, platform: Platform }
3540
- end
3541
-
3542
- def self.field_remappings
3543
- @field_remappings = {}
3544
- end
3545
- end
3546
-
3547
- class SpendCard < ::Stripe::StripeObject
3548
- class BankTerms < ::Stripe::StripeObject
3549
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3550
- attr_reader :date
3551
- # The IP address from which the Account's representative accepted the terms of service.
3552
- attr_reader :ip
3553
- # The URL to the service agreement the Account's representative accepted.
3554
- attr_reader :url
3555
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3556
- attr_reader :user_agent
3557
-
3558
- def self.inner_class_types
3559
- @inner_class_types = {}
3560
- end
3561
-
3562
- def self.field_remappings
3563
- @field_remappings = {}
3564
- end
3565
- end
3566
-
3567
- class FinancingDisclosures < ::Stripe::StripeObject
3568
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3569
- attr_reader :date
3570
- # The IP address from which the Account's representative accepted the terms of service.
3571
- attr_reader :ip
3572
- # The URL to the service agreement the Account's representative accepted.
3573
- attr_reader :url
3574
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3575
- attr_reader :user_agent
3576
-
3577
- def self.inner_class_types
3578
- @inner_class_types = {}
3579
- end
3580
-
3581
- def self.field_remappings
3582
- @field_remappings = {}
3583
- end
3584
- end
3585
-
3586
- class Platform < ::Stripe::StripeObject
3587
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3588
- attr_reader :date
3589
- # The IP address from which the Account's representative accepted the terms of service.
3590
- attr_reader :ip
3591
- # The URL to the service agreement the Account's representative accepted.
3592
- attr_reader :url
3593
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3594
- attr_reader :user_agent
3595
-
3596
- def self.inner_class_types
3597
- @inner_class_types = {}
3598
- end
3599
-
3600
- def self.field_remappings
3601
- @field_remappings = {}
3602
- end
3603
- end
3604
- # Bank terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
3605
- attr_reader :bank_terms
3606
- # Financial disclosures terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
3607
- attr_reader :financing_disclosures
3608
- # Platform terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
3609
- attr_reader :platform
3610
-
3611
- def self.inner_class_types
3612
- @inner_class_types = {
3613
- bank_terms: BankTerms,
3614
- financing_disclosures: FinancingDisclosures,
3615
- platform: Platform,
3616
- }
3617
- end
3618
-
3619
- def self.field_remappings
3620
- @field_remappings = {}
3621
- end
3622
- end
3623
- # Terms of service acceptances for commercial issuing Apple Pay cards with Celtic as BIN sponsor.
3624
- attr_reader :apple_pay
3625
- # Terms of service acceptances for commercial issuing charge cards with Celtic as BIN sponsor.
3626
- attr_reader :charge_card
3627
- # Terms of service acceptances for commercial issuing spend cards with Celtic as BIN sponsor.
3628
- attr_reader :spend_card
3629
-
3630
- def self.inner_class_types
3631
- @inner_class_types = {
3632
- apple_pay: ApplePay,
3633
- charge_card: ChargeCard,
3634
- spend_card: SpendCard,
3635
- }
3636
- end
3637
-
3638
- def self.field_remappings
3639
- @field_remappings = {}
3640
- end
3641
- end
3642
-
3643
- class CrossRiverBank < ::Stripe::StripeObject
3644
- class ApplePay < ::Stripe::StripeObject
3645
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3646
- attr_reader :date
3647
- # The IP address from which the Account's representative accepted the terms of service.
3648
- attr_reader :ip
3649
- # The URL to the service agreement the Account's representative accepted.
3650
- attr_reader :url
3651
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3652
- attr_reader :user_agent
3653
-
3654
- def self.inner_class_types
3655
- @inner_class_types = {}
3656
- end
3657
-
3658
- def self.field_remappings
3659
- @field_remappings = {}
3660
- end
3661
- end
3662
-
3663
- class ChargeCard < ::Stripe::StripeObject
3664
- class BankTerms < ::Stripe::StripeObject
3665
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3666
- attr_reader :date
3667
- # The IP address from which the Account's representative accepted the terms of service.
3668
- attr_reader :ip
3669
- # The URL to the service agreement the Account's representative accepted.
3670
- attr_reader :url
3671
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3672
- attr_reader :user_agent
3673
-
3674
- def self.inner_class_types
3675
- @inner_class_types = {}
3676
- end
3677
-
3678
- def self.field_remappings
3679
- @field_remappings = {}
3680
- end
3681
- end
3682
-
3683
- class FinancingDisclosures < ::Stripe::StripeObject
3684
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3685
- attr_reader :date
3686
- # The IP address from which the Account's representative accepted the terms of service.
3687
- attr_reader :ip
3688
- # The URL to the service agreement the Account's representative accepted.
3689
- attr_reader :url
3690
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3691
- attr_reader :user_agent
3692
-
3693
- def self.inner_class_types
3694
- @inner_class_types = {}
3695
- end
3696
-
3697
- def self.field_remappings
3698
- @field_remappings = {}
3699
- end
3700
- end
3701
-
3702
- class Platform < ::Stripe::StripeObject
3703
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3704
- attr_reader :date
3705
- # The IP address from which the Account's representative accepted the terms of service.
3706
- attr_reader :ip
3707
- # The URL to the service agreement the Account's representative accepted.
3708
- attr_reader :url
3709
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3710
- attr_reader :user_agent
3711
-
3712
- def self.inner_class_types
3713
- @inner_class_types = {}
3714
- end
3715
-
3716
- def self.field_remappings
3717
- @field_remappings = {}
3718
- end
3719
- end
3720
- # Bank terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
3721
- attr_reader :bank_terms
3722
- # Financial disclosures terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
3723
- attr_reader :financing_disclosures
3724
- # Platform terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
3725
- attr_reader :platform
3726
-
3727
- def self.inner_class_types
3728
- @inner_class_types = {
3729
- bank_terms: BankTerms,
3730
- financing_disclosures: FinancingDisclosures,
3731
- platform: Platform,
3732
- }
3733
- end
3734
-
3735
- def self.field_remappings
3736
- @field_remappings = {}
3737
- end
3738
- end
3739
-
3740
- class SpendCard < ::Stripe::StripeObject
3741
- class BankTerms < ::Stripe::StripeObject
3742
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3743
- attr_reader :date
3744
- # The IP address from which the Account's representative accepted the terms of service.
3745
- attr_reader :ip
3746
- # The URL to the service agreement the Account's representative accepted.
3747
- attr_reader :url
3748
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3749
- attr_reader :user_agent
3750
-
3751
- def self.inner_class_types
3752
- @inner_class_types = {}
3753
- end
3754
-
3755
- def self.field_remappings
3756
- @field_remappings = {}
3757
- end
3758
- end
3759
-
3760
- class FinancingDisclosures < ::Stripe::StripeObject
3761
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3762
- attr_reader :date
3763
- # The IP address from which the Account's representative accepted the terms of service.
3764
- attr_reader :ip
3765
- # The URL to the service agreement the Account's representative accepted.
3766
- attr_reader :url
3767
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3768
- attr_reader :user_agent
3769
-
3770
- def self.inner_class_types
3771
- @inner_class_types = {}
3772
- end
3773
-
3774
- def self.field_remappings
3775
- @field_remappings = {}
3776
- end
3777
- end
3778
- # Bank terms of service acceptance for commercial issuing spend cards with Cross River Bank as BIN sponsor.
3779
- attr_reader :bank_terms
3780
- # Financial disclosures terms of service acceptance for commercial issuing spend cards with Cross River Bank as BIN sponsor.
3781
- attr_reader :financing_disclosures
3782
-
3783
- def self.inner_class_types
3784
- @inner_class_types = {
3785
- bank_terms: BankTerms,
3786
- financing_disclosures: FinancingDisclosures,
3787
- }
3788
- end
3789
-
3790
- def self.field_remappings
3791
- @field_remappings = {}
3792
- end
3793
- end
3794
- # Terms of service acceptances for commercial issuing Apple Pay cards with Cross River Bank as BIN sponsor.
3795
- attr_reader :apple_pay
3796
- # Terms of service acceptances for commercial issuing charge cards with Cross River Bank as BIN sponsor.
3797
- attr_reader :charge_card
3798
- # Terms of service acceptances for commercial issuing spend cards with Cross River Bank as BIN sponsor.
3799
- attr_reader :spend_card
3800
-
3801
- def self.inner_class_types
3802
- @inner_class_types = {
3803
- apple_pay: ApplePay,
3804
- charge_card: ChargeCard,
3805
- spend_card: SpendCard,
3806
- }
3807
- end
3808
-
3809
- def self.field_remappings
3810
- @field_remappings = {}
3811
- end
3812
- end
3813
-
3814
- class GlobalAccountHolder < ::Stripe::StripeObject
3815
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3816
- attr_reader :date
3817
- # The IP address from which the Account's representative accepted the terms of service.
3818
- attr_reader :ip
3819
- # The URL to the service agreement the Account's representative accepted.
3820
- attr_reader :url
3821
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3822
- attr_reader :user_agent
3823
-
3824
- def self.inner_class_types
3825
- @inner_class_types = {}
3826
- end
3827
-
3828
- def self.field_remappings
3829
- @field_remappings = {}
3830
- end
3831
- end
3832
-
3833
- class Lead < ::Stripe::StripeObject
3834
- class ApplePay < ::Stripe::StripeObject
3835
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3836
- attr_reader :date
3837
- # The IP address from which the Account's representative accepted the terms of service.
3838
- attr_reader :ip
3839
- # The URL to the service agreement the Account's representative accepted.
3840
- attr_reader :url
3841
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3842
- attr_reader :user_agent
3843
-
3844
- def self.inner_class_types
3845
- @inner_class_types = {}
3846
- end
3847
-
3848
- def self.field_remappings
3849
- @field_remappings = {}
3850
- end
3851
- end
3852
-
3853
- class PrepaidCard < ::Stripe::StripeObject
3854
- class BankTerms < ::Stripe::StripeObject
3855
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3856
- attr_reader :date
3857
- # The IP address from which the Account's representative accepted the terms of service.
3858
- attr_reader :ip
3859
- # The URL to the service agreement the Account's representative accepted.
3860
- attr_reader :url
3861
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3862
- attr_reader :user_agent
3863
-
3864
- def self.inner_class_types
3865
- @inner_class_types = {}
3866
- end
3867
-
3868
- def self.field_remappings
3869
- @field_remappings = {}
3870
- end
3871
- end
3872
-
3873
- class Platform < ::Stripe::StripeObject
3874
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3875
- attr_reader :date
3876
- # The IP address from which the Account's representative accepted the terms of service.
3877
- attr_reader :ip
3878
- # The URL to the service agreement the Account's representative accepted.
3879
- attr_reader :url
3880
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3881
- attr_reader :user_agent
3882
-
3883
- def self.inner_class_types
3884
- @inner_class_types = {}
3885
- end
3886
-
3887
- def self.field_remappings
3888
- @field_remappings = {}
3889
- end
3890
- end
3891
- # Bank terms of service acceptance for commercial Global issuing prepaid cards with Lead as BIN sponsor.
3892
- attr_reader :bank_terms
3893
- # Platform terms of service acceptance for commercial Global issuing prepaid cards with Lead as BIN sponsor.
3894
- attr_reader :platform
3895
-
3896
- def self.inner_class_types
3897
- @inner_class_types = { bank_terms: BankTerms, platform: Platform }
3898
- end
3899
-
3900
- def self.field_remappings
3901
- @field_remappings = {}
3902
- end
3903
- end
3904
- # Terms of service acceptances for commercial issuing Apple Pay cards with Celtic as BIN sponsor.
3905
- attr_reader :apple_pay
3906
- # Terms of service acceptances for commercial issuing Global prepaid cards with Lead as BIN sponsor.
3907
- attr_reader :prepaid_card
3908
-
3909
- def self.inner_class_types
3910
- @inner_class_types = { apple_pay: ApplePay, prepaid_card: PrepaidCard }
3911
- end
3912
-
3913
- def self.field_remappings
3914
- @field_remappings = {}
3915
- end
3916
- end
3917
- # Terms of service acceptances for Stripe commercial card issuing.
3918
- attr_reader :account_holder
3919
- # Terms of service acceptances for commercial issuing cards with Celtic as BIN sponsor.
3920
- attr_reader :celtic
3921
- # Terms of service acceptances for commercial issuing cards with Cross River Bank as BIN sponsor.
3922
- attr_reader :cross_river_bank
3923
- # Terms of service acceptances for Stripe commercial card Global issuing.
3924
- attr_reader :global_account_holder
3925
- # Terms of service acceptances for commercial issuing cards with Lead as BIN sponsor.
3926
- attr_reader :lead
3927
-
3928
- def self.inner_class_types
3929
- @inner_class_types = {
3930
- account_holder: AccountHolder,
3931
- celtic: Celtic,
3932
- cross_river_bank: CrossRiverBank,
3933
- global_account_holder: GlobalAccountHolder,
3934
- lead: Lead,
3935
- }
3936
- end
3937
-
3938
- def self.field_remappings
3939
- @field_remappings = {}
3940
- end
3941
- end
3942
- # Terms of service acceptances to create cards for commercial issuing use cases.
3943
- attr_reader :commercial
3944
-
3945
- def self.inner_class_types
3946
- @inner_class_types = { commercial: Commercial }
3947
- end
3948
-
3949
- def self.field_remappings
3950
- @field_remappings = {}
3951
- end
3952
- end
3953
-
3954
- class CryptoStorer < ::Stripe::StripeObject
3955
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3956
- attr_reader :date
3957
- # The IP address from which the Account's representative accepted the terms of service.
3958
- attr_reader :ip
3959
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3960
- attr_reader :user_agent
3961
-
3962
- def self.inner_class_types
3963
- @inner_class_types = {}
3964
- end
3965
-
3966
- def self.field_remappings
3967
- @field_remappings = {}
3968
- end
3969
- end
3970
-
3971
2914
  class Storer < ::Stripe::StripeObject
3972
2915
  # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3973
2916
  attr_reader :date
@@ -3986,20 +2929,11 @@ module Stripe
3986
2929
  end
3987
2930
  # Details on the Account's acceptance of the [Stripe Services Agreement](https://docs.stripe.com/connect/updating-accounts#tos-acceptance).
3988
2931
  attr_reader :account
3989
- # Details on the Account's acceptance of Issuing-specific terms of service.
3990
- attr_reader :card_creator
3991
- # Details on the Account's acceptance of Crypto-storer-specific terms of service.
3992
- attr_reader :crypto_storer
3993
2932
  # Details on the Account's acceptance of Treasury-specific terms of service.
3994
2933
  attr_reader :storer
3995
2934
 
3996
2935
  def self.inner_class_types
3997
- @inner_class_types = {
3998
- account: Account,
3999
- card_creator: CardCreator,
4000
- crypto_storer: CryptoStorer,
4001
- storer: Storer,
4002
- }
2936
+ @inner_class_types = { account: Account, storer: Storer }
4003
2937
  end
4004
2938
 
4005
2939
  def self.field_remappings
@@ -4441,8 +3375,6 @@ module Stripe
4441
3375
  attr_reader :address
4442
3376
  # The business gross annual revenue for its preceding fiscal year.
4443
3377
  attr_reader :annual_revenue
4444
- # A detailed description of the business's compliance and anti-money laundering controls and practices.
4445
- attr_reader :compliance_screening_description
4446
3378
  # Documents that may be submitted to satisfy various informational requests.
4447
3379
  attr_reader :documents
4448
3380
  # Estimated maximum number of workers currently engaged by the business (including employees, contractors, and vendors).