stripe 18.1.0.pre.alpha.4 → 18.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/data/ca-certificates.crt +682 -518
- data/lib/stripe/api_requestor.rb +0 -34
- data/lib/stripe/api_version.rb +2 -1
- data/lib/stripe/errors.rb +0 -63
- data/lib/stripe/event_types.rb +0 -513
- data/lib/stripe/object_types.rb +0 -83
- data/lib/stripe/params/account_create_params.rb +48 -361
- data/lib/stripe/params/account_external_account_create_params.rb +2 -2
- data/lib/stripe/params/account_external_account_update_params.rb +2 -2
- data/lib/stripe/params/account_person_create_params.rb +10 -42
- data/lib/stripe/params/account_person_update_params.rb +10 -42
- data/lib/stripe/params/account_session_create_params.rb +1 -226
- data/lib/stripe/params/account_update_params.rb +47 -323
- data/lib/stripe/params/application_fee_refund_create_params.rb +1 -1
- data/lib/stripe/params/application_fee_refund_update_params.rb +1 -1
- data/lib/stripe/params/billing/alert_create_params.rb +1 -121
- data/lib/stripe/params/billing/alert_list_params.rb +0 -4
- data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +3 -15
- data/lib/stripe/params/billing/credit_balance_transaction_list_params.rb +2 -2
- data/lib/stripe/params/billing/credit_grant_create_params.rb +4 -31
- data/lib/stripe/params/billing/credit_grant_list_params.rb +1 -1
- data/lib/stripe/params/billing/meter_create_params.rb +0 -4
- data/lib/stripe/params/billing/meter_event_create_params.rb +1 -1
- data/lib/stripe/params/billing/meter_event_summary_list_params.rb +0 -8
- data/lib/stripe/params/billing_portal/configuration_create_params.rb +7 -3
- data/lib/stripe/params/billing_portal/configuration_update_params.rb +7 -3
- data/lib/stripe/params/billing_portal/session_create_params.rb +7 -7
- data/lib/stripe/params/charge_capture_params.rb +2 -1650
- data/lib/stripe/params/charge_create_params.rb +12 -12
- data/lib/stripe/params/charge_search_params.rb +1 -1
- data/lib/stripe/params/charge_update_params.rb +3 -1651
- data/lib/stripe/params/checkout/session_create_params.rb +42 -247
- data/lib/stripe/params/checkout/session_update_params.rb +12 -152
- data/lib/stripe/params/climate/order_create_params.rb +1 -1
- data/lib/stripe/params/climate/order_update_params.rb +1 -1
- data/lib/stripe/params/confirmation_token_create_params.rb +6 -83
- data/lib/stripe/params/coupon_create_params.rb +2 -18
- data/lib/stripe/params/coupon_update_params.rb +1 -1
- data/lib/stripe/params/credit_note_create_params.rb +1 -1
- data/lib/stripe/params/credit_note_list_params.rb +1 -1
- data/lib/stripe/params/credit_note_list_preview_line_items_params.rb +1 -1
- data/lib/stripe/params/credit_note_preview_lines_list_params.rb +1 -1
- data/lib/stripe/params/credit_note_preview_params.rb +1 -1
- data/lib/stripe/params/credit_note_update_params.rb +1 -1
- data/lib/stripe/params/customer_balance_transaction_create_params.rb +2 -2
- data/lib/stripe/params/customer_balance_transaction_list_params.rb +11 -1
- data/lib/stripe/params/customer_balance_transaction_update_params.rb +1 -1
- data/lib/stripe/params/customer_cash_balance_update_params.rb +1 -1
- data/lib/stripe/params/customer_create_params.rb +5 -5
- data/lib/stripe/params/customer_fund_cash_balance_params.rb +2 -2
- data/lib/stripe/params/customer_payment_source_create_params.rb +2 -2
- data/lib/stripe/params/customer_payment_source_update_params.rb +2 -2
- data/lib/stripe/params/customer_search_params.rb +1 -1
- data/lib/stripe/params/customer_session_create_params.rb +1 -32
- data/lib/stripe/params/customer_update_params.rb +7 -7
- data/lib/stripe/params/dispute_update_params.rb +4 -13
- data/lib/stripe/params/file_create_params.rb +3 -3
- data/lib/stripe/params/file_link_create_params.rb +1 -1
- data/lib/stripe/params/file_link_update_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_list_params.rb +3 -3
- data/lib/stripe/params/financial_connections/session_create_params.rb +4 -33
- data/lib/stripe/params/forwarding/request_create_params.rb +1 -1
- data/lib/stripe/params/identity/verification_report_list_params.rb +0 -4
- data/lib/stripe/params/identity/verification_session_create_params.rb +6 -6
- data/lib/stripe/params/identity/verification_session_list_params.rb +3 -3
- data/lib/stripe/params/identity/verification_session_update_params.rb +5 -5
- data/lib/stripe/params/invoice_add_lines_params.rb +9 -41
- data/lib/stripe/params/invoice_attach_payment_params.rb +1 -43
- data/lib/stripe/params/invoice_create_params.rb +29 -110
- data/lib/stripe/params/invoice_create_preview_params.rb +43 -975
- data/lib/stripe/params/invoice_finalize_invoice_params.rb +1 -1
- data/lib/stripe/params/invoice_item_create_params.rb +9 -41
- data/lib/stripe/params/invoice_item_list_params.rb +2 -2
- data/lib/stripe/params/invoice_item_update_params.rb +7 -39
- data/lib/stripe/params/invoice_line_item_update_params.rb +8 -40
- data/lib/stripe/params/invoice_list_params.rb +2 -6
- data/lib/stripe/params/invoice_remove_lines_params.rb +1 -1
- data/lib/stripe/params/invoice_search_params.rb +1 -1
- data/lib/stripe/params/invoice_update_lines_params.rb +9 -41
- data/lib/stripe/params/invoice_update_params.rb +26 -107
- data/lib/stripe/params/issuing/authorization_approve_params.rb +2 -2
- data/lib/stripe/params/issuing/authorization_capture_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_create_params.rb +5 -5
- data/lib/stripe/params/issuing/authorization_decline_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_finalize_amount_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_increment_params.rb +2 -2
- data/lib/stripe/params/issuing/authorization_reverse_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_update_params.rb +1 -1
- data/lib/stripe/params/issuing/card_create_params.rb +7 -7
- data/lib/stripe/params/issuing/card_update_params.rb +6 -6
- data/lib/stripe/params/issuing/cardholder_create_params.rb +11 -12
- data/lib/stripe/params/issuing/cardholder_update_params.rb +10 -10
- data/lib/stripe/params/issuing/dispute_create_params.rb +2 -2
- data/lib/stripe/params/issuing/dispute_submit_params.rb +1 -1
- data/lib/stripe/params/issuing/dispute_update_params.rb +2 -2
- data/lib/stripe/params/issuing/personalization_design_create_params.rb +1 -1
- data/lib/stripe/params/issuing/personalization_design_update_params.rb +1 -1
- data/lib/stripe/params/issuing/transaction_create_force_capture_params.rb +2 -2
- data/lib/stripe/params/issuing/transaction_create_unlinked_refund_params.rb +2 -2
- data/lib/stripe/params/issuing/transaction_list_params.rb +0 -4
- data/lib/stripe/params/issuing/transaction_refund_params.rb +1 -1
- data/lib/stripe/params/issuing/transaction_update_params.rb +1 -1
- data/lib/stripe/params/payment_intent_apply_customer_balance_params.rb +1 -1
- data/lib/stripe/params/payment_intent_capture_params.rb +13 -1639
- data/lib/stripe/params/payment_intent_confirm_params.rb +150 -3144
- data/lib/stripe/params/payment_intent_create_params.rb +167 -3174
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +11 -32
- data/lib/stripe/params/payment_intent_list_params.rb +1 -1
- data/lib/stripe/params/payment_intent_search_params.rb +1 -1
- data/lib/stripe/params/payment_intent_update_params.rb +205 -3230
- data/lib/stripe/params/payment_link_create_params.rb +19 -19
- data/lib/stripe/params/payment_link_update_params.rb +9 -9
- data/lib/stripe/params/payment_method_attach_params.rb +1 -1
- data/lib/stripe/params/payment_method_configuration_create_params.rb +38 -143
- data/lib/stripe/params/payment_method_configuration_update_params.rb +38 -143
- data/lib/stripe/params/payment_method_create_params.rb +4 -81
- data/lib/stripe/params/payment_method_update_params.rb +2 -2
- data/lib/stripe/params/payment_record_report_payment_attempt_informational_params.rb +2 -2
- data/lib/stripe/params/payment_record_report_payment_attempt_params.rb +3 -3
- data/lib/stripe/params/payment_record_report_payment_params.rb +4 -4
- data/lib/stripe/params/payment_record_report_refund_params.rb +3 -3
- data/lib/stripe/params/payout_create_params.rb +1 -1
- data/lib/stripe/params/payout_reverse_params.rb +1 -1
- data/lib/stripe/params/payout_update_params.rb +1 -1
- data/lib/stripe/params/plan_create_params.rb +4 -4
- data/lib/stripe/params/plan_update_params.rb +2 -2
- data/lib/stripe/params/price_create_params.rb +6 -6
- data/lib/stripe/params/price_search_params.rb +1 -1
- data/lib/stripe/params/price_update_params.rb +3 -22
- data/lib/stripe/params/product_create_params.rb +7 -7
- data/lib/stripe/params/product_feature_create_params.rb +1 -1
- data/lib/stripe/params/product_list_params.rb +1 -1
- data/lib/stripe/params/product_search_params.rb +1 -1
- data/lib/stripe/params/product_update_params.rb +4 -4
- data/lib/stripe/params/promotion_code_create_params.rb +3 -3
- data/lib/stripe/params/promotion_code_list_params.rb +1 -1
- data/lib/stripe/params/promotion_code_update_params.rb +1 -1
- data/lib/stripe/params/quote_create_params.rb +7 -1025
- data/lib/stripe/params/quote_list_params.rb +2 -6
- data/lib/stripe/params/quote_update_params.rb +8 -1033
- data/lib/stripe/params/radar/value_list_create_params.rb +1 -1
- data/lib/stripe/params/radar/value_list_update_params.rb +1 -1
- data/lib/stripe/params/refund_create_params.rb +2 -2
- data/lib/stripe/params/refund_update_params.rb +1 -1
- data/lib/stripe/params/reporting/report_run_create_params.rb +2 -2
- data/lib/stripe/params/setup_intent_confirm_params.rb +9 -193
- data/lib/stripe/params/setup_intent_create_params.rb +15 -199
- data/lib/stripe/params/setup_intent_update_params.rb +12 -196
- data/lib/stripe/params/shipping_rate_create_params.rb +2 -2
- data/lib/stripe/params/shipping_rate_update_params.rb +1 -1
- data/lib/stripe/params/source_create_params.rb +3 -3
- data/lib/stripe/params/source_update_params.rb +3 -3
- data/lib/stripe/params/subscription_create_params.rb +39 -280
- data/lib/stripe/params/subscription_item_create_params.rb +12 -72
- data/lib/stripe/params/subscription_item_delete_params.rb +2 -2
- data/lib/stripe/params/subscription_item_update_params.rb +12 -56
- data/lib/stripe/params/subscription_list_params.rb +3 -3
- data/lib/stripe/params/subscription_resume_params.rb +2 -2
- data/lib/stripe/params/subscription_schedule_create_params.rb +22 -248
- data/lib/stripe/params/subscription_schedule_update_params.rb +22 -248
- data/lib/stripe/params/subscription_search_params.rb +1 -1
- data/lib/stripe/params/subscription_update_params.rb +37 -262
- data/lib/stripe/params/tax/association_find_params.rb +1 -1
- data/lib/stripe/params/tax/calculation_create_params.rb +7 -7
- data/lib/stripe/params/tax/settings_update_params.rb +1 -1
- data/lib/stripe/params/tax/transaction_create_from_calculation_params.rb +1 -1
- data/lib/stripe/params/tax/transaction_create_reversal_params.rb +9 -9
- data/lib/stripe/params/tax_id_create_params.rb +2 -2
- data/lib/stripe/params/tax_id_list_params.rb +2 -2
- data/lib/stripe/params/tax_rate_create_params.rb +1 -1
- data/lib/stripe/params/tax_rate_update_params.rb +1 -1
- data/lib/stripe/params/terminal/configuration_create_params.rb +0 -13
- data/lib/stripe/params/terminal/configuration_update_params.rb +0 -13
- data/lib/stripe/params/terminal/location_create_params.rb +2 -2
- data/lib/stripe/params/terminal/location_update_params.rb +2 -2
- data/lib/stripe/params/terminal/reader_collect_inputs_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_create_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_refund_payment_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_set_reader_display_params.rb +3 -3
- data/lib/stripe/params/terminal/reader_update_params.rb +1 -1
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +6 -83
- data/lib/stripe/params/test_helpers/customer_fund_cash_balance_params.rb +2 -2
- data/lib/stripe/params/test_helpers/issuing/authorization_capture_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/authorization_create_params.rb +5 -5
- data/lib/stripe/params/test_helpers/issuing/authorization_finalize_amount_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/authorization_increment_params.rb +2 -2
- data/lib/stripe/params/test_helpers/issuing/authorization_reverse_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/transaction_create_force_capture_params.rb +2 -2
- data/lib/stripe/params/test_helpers/issuing/transaction_create_unlinked_refund_params.rb +2 -2
- data/lib/stripe/params/test_helpers/issuing/transaction_refund_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +2 -26
- data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +2 -26
- data/lib/stripe/params/token_create_params.rb +22 -86
- data/lib/stripe/params/topup_create_params.rb +2 -2
- data/lib/stripe/params/topup_update_params.rb +1 -1
- data/lib/stripe/params/transfer_create_params.rb +3 -11
- data/lib/stripe/params/transfer_reversal_create_params.rb +1 -1
- data/lib/stripe/params/transfer_reversal_update_params.rb +1 -1
- data/lib/stripe/params/transfer_update_params.rb +1 -1
- data/lib/stripe/params/treasury/credit_reversal_create_params.rb +1 -1
- data/lib/stripe/params/treasury/debit_reversal_create_params.rb +1 -1
- data/lib/stripe/params/treasury/financial_account_create_params.rb +2 -9
- data/lib/stripe/params/treasury/financial_account_features_update_params.rb +1 -4
- data/lib/stripe/params/treasury/financial_account_update_features_params.rb +1 -4
- data/lib/stripe/params/treasury/financial_account_update_params.rb +2 -9
- data/lib/stripe/params/treasury/inbound_transfer_create_params.rb +2 -2
- data/lib/stripe/params/treasury/outbound_payment_create_params.rb +5 -5
- data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +3 -27
- data/lib/stripe/params/treasury/received_credit_create_params.rb +2 -26
- data/lib/stripe/params/treasury/received_debit_create_params.rb +2 -26
- data/lib/stripe/params/v2/core/account_create_params.rb +25 -967
- data/lib/stripe/params/v2/core/account_link_create_params.rb +5 -5
- data/lib/stripe/params/v2/core/account_token_create_params.rb +10 -258
- data/lib/stripe/params/v2/core/account_update_params.rb +30 -951
- data/lib/stripe/params/v2/core/accounts/person_create_params.rb +5 -5
- data/lib/stripe/params/v2/core/accounts/person_token_create_params.rb +5 -5
- data/lib/stripe/params/v2/core/accounts/person_update_params.rb +5 -5
- data/lib/stripe/params/v2/core/event_list_params.rb +1 -4
- data/lib/stripe/params/v2/core/event_retrieve_params.rb +1 -8
- data/lib/stripe/params/webhook_endpoint_create_params.rb +1 -1
- data/lib/stripe/params/webhook_endpoint_update_params.rb +1 -1
- data/lib/stripe/params.rb +0 -247
- data/lib/stripe/resources/account.rb +27 -208
- data/lib/stripe/resources/account_link.rb +1 -1
- data/lib/stripe/resources/account_session.rb +2 -110
- data/lib/stripe/resources/application_fee.rb +0 -2
- data/lib/stripe/resources/application_fee_refund.rb +2 -2
- data/lib/stripe/resources/apps/secret.rb +1 -1
- data/lib/stripe/resources/balance.rb +2 -85
- data/lib/stripe/resources/balance_settings.rb +1 -1
- data/lib/stripe/resources/balance_transaction.rb +1 -1
- data/lib/stripe/resources/bank_account.rb +10 -10
- data/lib/stripe/resources/billing/alert.rb +2 -106
- data/lib/stripe/resources/billing/alert_triggered.rb +0 -6
- data/lib/stripe/resources/billing/credit_balance_summary.rb +2 -84
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +2 -84
- data/lib/stripe/resources/billing/credit_grant.rb +4 -60
- data/lib/stripe/resources/billing/meter.rb +0 -2
- data/lib/stripe/resources/billing/meter_event.rb +1 -1
- data/lib/stripe/resources/billing/meter_event_summary.rb +0 -2
- data/lib/stripe/resources/billing_portal/configuration.rb +5 -3
- data/lib/stripe/resources/billing_portal/session.rb +6 -6
- data/lib/stripe/resources/capability.rb +16 -16
- data/lib/stripe/resources/card.rb +3 -22
- data/lib/stripe/resources/cash_balance.rb +2 -2
- data/lib/stripe/resources/charge.rb +46 -266
- data/lib/stripe/resources/checkout/session.rb +23 -215
- data/lib/stripe/resources/climate/order.rb +1 -1
- data/lib/stripe/resources/confirmation_token.rb +11 -162
- data/lib/stripe/resources/coupon.rb +4 -29
- data/lib/stripe/resources/credit_note.rb +5 -5
- data/lib/stripe/resources/credit_note_line_item.rb +1 -19
- data/lib/stripe/resources/customer.rb +8 -8
- data/lib/stripe/resources/customer_balance_transaction.rb +6 -6
- data/lib/stripe/resources/customer_cash_balance_transaction.rb +10 -10
- data/lib/stripe/resources/customer_session.rb +0 -36
- data/lib/stripe/resources/discount.rb +3 -5
- data/lib/stripe/resources/dispute.rb +5 -27
- data/lib/stripe/resources/entitlements/active_entitlement.rb +1 -1
- data/lib/stripe/resources/event.rb +2 -65
- data/lib/stripe/resources/exchange_rate.rb +2 -2
- data/lib/stripe/resources/file.rb +4 -4
- data/lib/stripe/resources/file_link.rb +1 -1
- data/lib/stripe/resources/financial_connections/account.rb +3 -28
- data/lib/stripe/resources/financial_connections/session.rb +3 -67
- data/lib/stripe/resources/forwarding/request.rb +1 -1
- data/lib/stripe/resources/funding_instructions.rb +14 -14
- data/lib/stripe/resources/identity/verification_report.rb +9 -13
- data/lib/stripe/resources/identity/verification_session.rb +11 -11
- data/lib/stripe/resources/invoice.rb +49 -182
- data/lib/stripe/resources/invoice_item.rb +8 -114
- data/lib/stripe/resources/invoice_line_item.rb +7 -151
- data/lib/stripe/resources/invoice_payment.rb +1 -1
- data/lib/stripe/resources/invoice_rendering_template.rb +1 -1
- data/lib/stripe/resources/issuing/authorization.rb +20 -20
- data/lib/stripe/resources/issuing/card.rb +12 -12
- data/lib/stripe/resources/issuing/cardholder.rb +14 -14
- data/lib/stripe/resources/issuing/dispute.rb +7 -7
- data/lib/stripe/resources/issuing/personalization_design.rb +1 -1
- data/lib/stripe/resources/issuing/token.rb +1 -1
- data/lib/stripe/resources/issuing/transaction.rb +12 -14
- data/lib/stripe/resources/line_item.rb +4 -69
- data/lib/stripe/resources/login_link.rb +1 -1
- data/lib/stripe/resources/mandate.rb +0 -43
- data/lib/stripe/resources/payment_attempt_record.rb +79 -201
- data/lib/stripe/resources/payment_intent.rb +59 -811
- data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +3 -3
- data/lib/stripe/resources/payment_link.rb +7 -7
- data/lib/stripe/resources/payment_method.rb +13 -186
- data/lib/stripe/resources/payment_method_configuration.rb +4 -174
- data/lib/stripe/resources/payment_method_domain.rb +1 -1
- data/lib/stripe/resources/payment_record.rb +81 -201
- data/lib/stripe/resources/payout.rb +7 -7
- data/lib/stripe/resources/person.rb +23 -59
- data/lib/stripe/resources/plan.rb +5 -5
- data/lib/stripe/resources/price.rb +6 -26
- data/lib/stripe/resources/product.rb +9 -9
- data/lib/stripe/resources/promotion_code.rb +4 -4
- data/lib/stripe/resources/quote.rb +14 -818
- data/lib/stripe/resources/radar/early_fraud_warning.rb +1 -1
- data/lib/stripe/resources/radar/value_list.rb +2 -2
- data/lib/stripe/resources/radar/value_list_item.rb +1 -1
- data/lib/stripe/resources/refund.rb +3 -21
- data/lib/stripe/resources/reporting/report_run.rb +3 -3
- data/lib/stripe/resources/reporting/report_type.rb +3 -3
- data/lib/stripe/resources/reversal.rb +4 -4
- data/lib/stripe/resources/review.rb +1 -1
- data/lib/stripe/resources/setup_attempt.rb +17 -65
- data/lib/stripe/resources/setup_intent.rb +20 -147
- data/lib/stripe/resources/shipping_rate.rb +3 -3
- data/lib/stripe/resources/sigma/scheduled_query_run.rb +1 -1
- data/lib/stripe/resources/source.rb +8 -46
- data/lib/stripe/resources/source_mandate_notification.rb +3 -3
- data/lib/stripe/resources/subscription.rb +23 -240
- data/lib/stripe/resources/subscription_item.rb +8 -50
- data/lib/stripe/resources/subscription_schedule.rb +11 -298
- data/lib/stripe/resources/tax/association.rb +3 -3
- data/lib/stripe/resources/tax/calculation.rb +12 -12
- data/lib/stripe/resources/tax/calculation_line_item.rb +7 -7
- data/lib/stripe/resources/tax/registration.rb +3 -3
- data/lib/stripe/resources/tax/settings.rb +2 -2
- data/lib/stripe/resources/tax/transaction.rb +9 -9
- data/lib/stripe/resources/tax/transaction_line_item.rb +5 -5
- data/lib/stripe/resources/tax_id.rb +4 -4
- data/lib/stripe/resources/tax_rate.rb +1 -1
- data/lib/stripe/resources/terminal/configuration.rb +0 -16
- data/lib/stripe/resources/terminal/connection_token.rb +1 -1
- data/lib/stripe/resources/terminal/location.rb +3 -3
- data/lib/stripe/resources/terminal/reader.rb +10 -18
- data/lib/stripe/resources/token.rb +4 -4
- data/lib/stripe/resources/topup.rb +3 -3
- data/lib/stripe/resources/transfer.rb +5 -11
- data/lib/stripe/resources/treasury/credit_reversal.rb +3 -3
- data/lib/stripe/resources/treasury/debit_reversal.rb +3 -3
- data/lib/stripe/resources/treasury/financial_account.rb +1 -3
- data/lib/stripe/resources/treasury/financial_account_features.rb +0 -2
- data/lib/stripe/resources/treasury/inbound_transfer.rb +5 -5
- data/lib/stripe/resources/treasury/outbound_payment.rb +6 -6
- data/lib/stripe/resources/treasury/outbound_transfer.rb +5 -35
- data/lib/stripe/resources/treasury/received_credit.rb +10 -40
- data/lib/stripe/resources/treasury/received_debit.rb +7 -39
- data/lib/stripe/resources/treasury/transaction.rb +11 -11
- data/lib/stripe/resources/treasury/transaction_entry.rb +11 -11
- data/lib/stripe/resources/v2/core/account.rb +159 -1904
- data/lib/stripe/resources/v2/core/account_link.rb +11 -11
- data/lib/stripe/resources/v2/core/account_person.rb +10 -10
- data/lib/stripe/resources/v2/core/event.rb +1 -50
- data/lib/stripe/resources/webhook_endpoint.rb +1 -1
- data/lib/stripe/resources.rb +0 -214
- data/lib/stripe/services/billing_service.rb +1 -2
- data/lib/stripe/services/financial_connections/account_service.rb +1 -3
- data/lib/stripe/services/financial_connections_service.rb +1 -2
- data/lib/stripe/services/identity_service.rb +1 -2
- data/lib/stripe/services/issuing_service.rb +1 -6
- data/lib/stripe/services/mandate_service.rb +0 -5
- data/lib/stripe/services/payment_intent_service.rb +0 -37
- data/lib/stripe/services/payment_method_service.rb +1 -12
- data/lib/stripe/services/quote_service.rb +1 -49
- data/lib/stripe/services/radar_service.rb +1 -2
- data/lib/stripe/services/subscription_schedule_service.rb +0 -11
- data/lib/stripe/services/subscription_service.rb +0 -11
- data/lib/stripe/services/tax_service.rb +1 -2
- data/lib/stripe/services/terminal_service.rb +1 -2
- data/lib/stripe/services/test_helpers_service.rb +1 -2
- data/lib/stripe/services/v1_services.rb +1 -11
- data/lib/stripe/services/v2/billing_service.rb +1 -18
- data/lib/stripe/services/v2/core/account_link_service.rb +1 -1
- data/lib/stripe/services/v2/core/account_service.rb +0 -4
- data/lib/stripe/services/v2/core/accounts/person_service.rb +2 -2
- data/lib/stripe/services/v2/core_service.rb +1 -3
- data/lib/stripe/services/v2_services.rb +1 -5
- data/lib/stripe/services.rb +0 -88
- data/lib/stripe/stripe_configuration.rb +1 -3
- data/lib/stripe/stripe_object.rb +12 -4
- data/lib/stripe/util.rb +1 -7
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +0 -53
- data/rbi/stripe.rbi +74214 -150917
- metadata +4 -553
- data/lib/stripe/events/v2_billing_cadence_billed_event.rb +0 -61
- data/lib/stripe/events/v2_billing_cadence_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_billing_cadence_created_event.rb +0 -61
- data/lib/stripe/events/v2_billing_license_fee_created_event.rb +0 -44
- data/lib/stripe/events/v2_billing_license_fee_updated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_license_fee_version_created_event.rb +0 -61
- data/lib/stripe/events/v2_billing_licensed_item_created_event.rb +0 -44
- data/lib/stripe/events/v2_billing_licensed_item_updated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_metered_item_created_event.rb +0 -44
- data/lib/stripe/events/v2_billing_metered_item_updated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_component_created_event.rb +0 -61
- data/lib/stripe/events/v2_billing_pricing_plan_component_updated_event.rb +0 -61
- data/lib/stripe/events/v2_billing_pricing_plan_created_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_awaiting_customer_action_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_current_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_past_due_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_paused_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_unpaid_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_activated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_paused_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_updated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_version_created_event.rb +0 -61
- data/lib/stripe/events/v2_billing_rate_card_created_event.rb +0 -61
- data/lib/stripe/events/v2_billing_rate_card_rate_created_event.rb +0 -67
- data/lib/stripe/events/v2_billing_rate_card_subscription_activated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_awaiting_customer_action_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_current_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_past_due_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_paused_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_unpaid_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_activated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_paused_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_updated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_version_created_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_closed_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_created_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_configuration_card_creator_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_card_creator_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_defaults_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_identity_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_requirements_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_link_returned_event.rb +0 -42
- data/lib/stripe/events/v2_core_account_person_created_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_person_deleted_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_person_updated_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_claimable_sandbox_claimed_event.rb +0 -44
- data/lib/stripe/events/v2_core_claimable_sandbox_created_event.rb +0 -44
- data/lib/stripe/events/v2_core_claimable_sandbox_expired_event.rb +0 -44
- data/lib/stripe/events/v2_core_claimable_sandbox_expiring_event.rb +0 -44
- data/lib/stripe/events/v2_core_claimable_sandbox_sandbox_details_owner_account_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_health_api_error_firing_event.rb +0 -68
- data/lib/stripe/events/v2_core_health_api_error_resolved_event.rb +0 -68
- data/lib/stripe/events/v2_core_health_api_latency_firing_event.rb +0 -66
- data/lib/stripe/events/v2_core_health_api_latency_resolved_event.rb +0 -66
- data/lib/stripe/events/v2_core_health_authorization_rate_drop_firing_event.rb +0 -80
- data/lib/stripe/events/v2_core_health_authorization_rate_drop_resolved_event.rb +0 -80
- data/lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb +0 -78
- data/lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb +0 -78
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_firing_event.rb +0 -91
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_resolved_event.rb +0 -93
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_firing_event.rb +0 -93
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_resolved_event.rb +0 -93
- data/lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb +0 -64
- data/lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb +0 -64
- data/lib/stripe/events/v2_core_health_traffic_volume_drop_firing_event.rb +0 -62
- data/lib/stripe/events/v2_core_health_traffic_volume_drop_resolved_event.rb +0 -62
- data/lib/stripe/events/v2_core_health_webhook_latency_firing_event.rb +0 -58
- data/lib/stripe/events/v2_core_health_webhook_latency_resolved_event.rb +0 -58
- data/lib/stripe/events/v2_iam_api_key_created_event.rb +0 -20
- data/lib/stripe/events/v2_iam_api_key_default_secret_revealed_event.rb +0 -20
- data/lib/stripe/events/v2_iam_api_key_expired_event.rb +0 -20
- data/lib/stripe/events/v2_iam_api_key_permissions_updated_event.rb +0 -20
- data/lib/stripe/events/v2_iam_api_key_rotated_event.rb +0 -38
- data/lib/stripe/events/v2_iam_api_key_updated_event.rb +0 -20
- data/lib/stripe/events/v2_money_management_adjustment_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_account_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +0 -61
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_payout_method_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +0 -61
- data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_recipient_verification_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_recipient_verification_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_transaction_created_event.rb +0 -61
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_attempt_failed_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_attempt_started_event.rb +0 -46
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +0 -46
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +0 -48
- data/lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_created_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_failed_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_requires_capture_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_reporting_report_run_created_event.rb +0 -44
- data/lib/stripe/events/v2_reporting_report_run_failed_event.rb +0 -44
- data/lib/stripe/events/v2_reporting_report_run_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_reporting_report_run_updated_event.rb +0 -44
- data/lib/stripe/params/account_notice_list_params.rb +0 -25
- data/lib/stripe/params/account_notice_retrieve_params.rb +0 -13
- data/lib/stripe/params/account_notice_update_params.rb +0 -36
- data/lib/stripe/params/balance_transfer_create_params.rb +0 -66
- data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +0 -69
- data/lib/stripe/params/capital/financing_offer_create_params.rb +0 -37
- data/lib/stripe/params/capital/financing_offer_list_params.rb +0 -58
- data/lib/stripe/params/capital/financing_offer_mark_delivered_params.rb +0 -15
- data/lib/stripe/params/capital/financing_offer_refill_params.rb +0 -37
- data/lib/stripe/params/capital/financing_offer_retrieve_params.rb +0 -15
- data/lib/stripe/params/capital/financing_summary_retrieve_params.rb +0 -15
- data/lib/stripe/params/capital/financing_transaction_list_params.rb +0 -45
- data/lib/stripe/params/capital/financing_transaction_retrieve_params.rb +0 -15
- data/lib/stripe/params/delegated_checkout/requested_session_confirm_params.rb +0 -55
- data/lib/stripe/params/delegated_checkout/requested_session_create_params.rb +0 -205
- data/lib/stripe/params/delegated_checkout/requested_session_expire_params.rb +0 -15
- data/lib/stripe/params/delegated_checkout/requested_session_retrieve_params.rb +0 -15
- data/lib/stripe/params/delegated_checkout/requested_session_update_params.rb +0 -209
- data/lib/stripe/params/external_account_create_params.rb +0 -134
- data/lib/stripe/params/external_account_delete_params.rb +0 -6
- data/lib/stripe/params/external_account_list_params.rb +0 -25
- data/lib/stripe/params/external_account_retrieve_params.rb +0 -13
- data/lib/stripe/params/external_account_update_params.rb +0 -91
- data/lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb +0 -24
- data/lib/stripe/params/financial_connections/institution_list_params.rb +0 -24
- data/lib/stripe/params/financial_connections/institution_retrieve_params.rb +0 -15
- data/lib/stripe/params/fx_quote_create_params.rb +0 -73
- data/lib/stripe/params/fx_quote_list_params.rb +0 -22
- data/lib/stripe/params/fx_quote_retrieve_params.rb +0 -13
- data/lib/stripe/params/identity/blocklist_entry_create_params.rb +0 -29
- data/lib/stripe/params/identity/blocklist_entry_disable_params.rb +0 -15
- data/lib/stripe/params/identity/blocklist_entry_list_params.rb +0 -62
- data/lib/stripe/params/identity/blocklist_entry_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb +0 -163
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb +0 -50
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb +0 -128
- data/lib/stripe/params/issuing/credit_underwriting_record_list_params.rb +0 -24
- data/lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb +0 -86
- data/lib/stripe/params/issuing/credit_underwriting_record_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/dispute_settlement_detail_list_params.rb +0 -33
- data/lib/stripe/params/issuing/dispute_settlement_detail_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/fraud_liability_debit_list_params.rb +0 -44
- data/lib/stripe/params/issuing/fraud_liability_debit_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/program_create_params.rb +0 -21
- data/lib/stripe/params/issuing/program_list_params.rb +0 -24
- data/lib/stripe/params/issuing/program_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/program_update_params.rb +0 -21
- data/lib/stripe/params/mandate_list_params.rb +0 -39
- data/lib/stripe/params/margin_create_params.rb +0 -25
- data/lib/stripe/params/margin_list_params.rb +0 -25
- data/lib/stripe/params/margin_retrieve_params.rb +0 -13
- data/lib/stripe/params/margin_update_params.rb +0 -22
- data/lib/stripe/params/order_cancel_params.rb +0 -13
- data/lib/stripe/params/order_create_params.rb +0 -2061
- data/lib/stripe/params/order_line_item_list_params.rb +0 -22
- data/lib/stripe/params/order_list_line_items_params.rb +0 -22
- data/lib/stripe/params/order_list_params.rb +0 -25
- data/lib/stripe/params/order_reopen_params.rb +0 -13
- data/lib/stripe/params/order_retrieve_params.rb +0 -13
- data/lib/stripe/params/order_submit_params.rb +0 -16
- data/lib/stripe/params/order_update_params.rb +0 -2065
- data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +0 -73
- data/lib/stripe/params/payment_intent_trigger_action_params.rb +0 -27
- data/lib/stripe/params/payment_method_check_balance_params.rb +0 -13
- data/lib/stripe/params/privacy/redaction_job_cancel_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_create_params.rb +0 -67
- data/lib/stripe/params/privacy/redaction_job_list_params.rb +0 -27
- data/lib/stripe/params/privacy/redaction_job_retrieve_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_run_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_update_params.rb +0 -18
- data/lib/stripe/params/privacy/redaction_job_validate_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb +0 -24
- data/lib/stripe/params/product_catalog/trial_offer_create_params.rb +0 -60
- data/lib/stripe/params/quote_line_list_params.rb +0 -22
- data/lib/stripe/params/quote_list_lines_params.rb +0 -22
- data/lib/stripe/params/quote_list_preview_invoice_lines_params.rb +0 -22
- data/lib/stripe/params/quote_mark_draft_params.rb +0 -13
- data/lib/stripe/params/quote_mark_stale_params.rb +0 -16
- data/lib/stripe/params/quote_preview_invoice_list_params.rb +0 -22
- data/lib/stripe/params/quote_preview_subscription_schedule_list_params.rb +0 -22
- data/lib/stripe/params/quote_reestimate_params.rb +0 -13
- data/lib/stripe/params/radar/account_evaluation_create_params.rb +0 -81
- data/lib/stripe/params/radar/account_evaluation_retrieve_params.rb +0 -15
- data/lib/stripe/params/radar/account_evaluation_update_params.rb +0 -18
- data/lib/stripe/params/subscription_attach_cadence_params.rb +0 -16
- data/lib/stripe/params/subscription_schedule_amend_params.rb +0 -609
- data/lib/stripe/params/tax/form_list_params.rb +0 -51
- data/lib/stripe/params/tax/form_pdf_params.rb +0 -15
- data/lib/stripe/params/tax/form_retrieve_params.rb +0 -15
- data/lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb +0 -15
- data/lib/stripe/params/test_helpers/capital/financing_offer_create_params.rb +0 -39
- data/lib/stripe/params/test_helpers/capital/financing_offer_refill_params.rb +0 -39
- data/lib/stripe/params/v2/billing/bill_setting_create_params.rb +0 -74
- data/lib/stripe/params/v2/billing/bill_setting_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/bill_setting_update_params.rb +0 -80
- data/lib/stripe/params/v2/billing/bill_settings/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/bill_settings/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +0 -17
- data/lib/stripe/params/v2/billing/cadence_create_params.rb +0 -257
- data/lib/stripe/params/v2/billing/cadence_list_params.rb +0 -43
- data/lib/stripe/params/v2/billing/cadence_retrieve_params.rb +0 -17
- data/lib/stripe/params/v2/billing/cadence_update_params.rb +0 -78
- data/lib/stripe/params/v2/billing/collection_setting_create_params.rb +0 -223
- data/lib/stripe/params/v2/billing/collection_setting_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/collection_setting_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/collection_setting_update_params.rb +0 -229
- data/lib/stripe/params/v2/billing/collection_settings/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/custom_pricing_unit_create_params.rb +0 -26
- data/lib/stripe/params/v2/billing/custom_pricing_unit_list_params.rb +0 -24
- data/lib/stripe/params/v2/billing/custom_pricing_unit_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/custom_pricing_unit_update_params.rb +0 -26
- data/lib/stripe/params/v2/billing/intent_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/billing/intent_commit_params.rb +0 -17
- data/lib/stripe/params/v2/billing/intent_create_params.rb +0 -355
- data/lib/stripe/params/v2/billing/intent_list_params.rb +0 -17
- data/lib/stripe/params/v2/billing/intent_release_reservation_params.rb +0 -10
- data/lib/stripe/params/v2/billing/intent_reserve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/intent_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/intents/action_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/intents/action_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/license_fee_create_params.rb +0 -103
- data/lib/stripe/params/v2/billing/license_fee_list_params.rb +0 -24
- data/lib/stripe/params/v2/billing/license_fee_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/license_fee_subscription_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/license_fee_update_params.rb +0 -84
- data/lib/stripe/params/v2/billing/license_fees/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/license_fees/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/licensed_item_create_params.rb +0 -48
- data/lib/stripe/params/v2/billing/licensed_item_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/licensed_item_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/licensed_item_update_params.rb +0 -48
- data/lib/stripe/params/v2/billing/metered_item_create_params.rb +0 -73
- data/lib/stripe/params/v2/billing/metered_item_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/metered_item_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/metered_item_update_params.rb +0 -50
- data/lib/stripe/params/v2/billing/pricing_plan_create_params.rb +0 -39
- data/lib/stripe/params/v2/billing/pricing_plan_list_params.rb +0 -24
- data/lib/stripe/params/v2/billing/pricing_plan_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/pricing_plan_subscription_list_params.rb +0 -50
- data/lib/stripe/params/v2/billing/pricing_plan_subscription_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/pricing_plan_subscription_update_params.rb +0 -20
- data/lib/stripe/params/v2/billing/pricing_plan_subscriptions/component_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/pricing_plan_update_params.rb +0 -39
- data/lib/stripe/params/v2/billing/pricing_plans/component_create_params.rb +0 -73
- data/lib/stripe/params/v2/billing/pricing_plans/component_delete_params.rb +0 -12
- data/lib/stripe/params/v2/billing/pricing_plans/component_list_params.rb +0 -27
- data/lib/stripe/params/v2/billing/pricing_plans/component_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/pricing_plans/component_update_params.rb +0 -22
- data/lib/stripe/params/v2/billing/pricing_plans/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/pricing_plans/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/profile_create_params.rb +0 -37
- data/lib/stripe/params/v2/billing/profile_list_params.rb +0 -40
- data/lib/stripe/params/v2/billing/profile_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/profile_update_params.rb +0 -35
- data/lib/stripe/params/v2/billing/rate_card_create_params.rb +0 -49
- data/lib/stripe/params/v2/billing/rate_card_list_params.rb +0 -24
- data/lib/stripe/params/v2/billing/rate_card_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/rate_card_subscription_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/billing/rate_card_subscription_create_params.rb +0 -26
- data/lib/stripe/params/v2/billing/rate_card_subscription_list_params.rb +0 -51
- data/lib/stripe/params/v2/billing/rate_card_subscription_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/rate_card_subscription_update_params.rb +0 -17
- data/lib/stripe/params/v2/billing/rate_card_update_params.rb +0 -38
- data/lib/stripe/params/v2/billing/rate_cards/rate_create_params.rb +0 -91
- data/lib/stripe/params/v2/billing/rate_cards/rate_delete_params.rb +0 -12
- data/lib/stripe/params/v2/billing/rate_cards/rate_list_params.rb +0 -25
- data/lib/stripe/params/v2/billing/rate_cards/rate_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/rate_cards/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/rate_cards/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/service_action_create_params.rb +0 -278
- data/lib/stripe/params/v2/billing/service_action_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/service_action_update_params.rb +0 -40
- data/lib/stripe/params/v2/core/claimable_sandbox_create_params.rb +0 -36
- data/lib/stripe/params/v2/core/claimable_sandbox_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/core/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb +0 -50
- data/lib/stripe/params/v2/core/vault/gb_bank_account_initiate_confirmation_of_payee_params.rb +0 -22
- data/lib/stripe/params/v2/core/vault/gb_bank_account_list_params.rb +0 -19
- data/lib/stripe/params/v2/core/vault/gb_bank_account_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_archive_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_confirm_microdeposits_params.rb +0 -22
- data/lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb +0 -33
- data/lib/stripe/params/v2/core/vault/us_bank_account_list_params.rb +0 -22
- data/lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_send_microdeposits_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb +0 -22
- data/lib/stripe/params/v2/money_management/adjustment_list_params.rb +0 -48
- data/lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/currency_conversion_create_params.rb +0 -68
- data/lib/stripe/params/v2/money_management/currency_conversion_list_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/currency_conversion_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/financial_account_close_params.rb +0 -28
- data/lib/stripe/params/v2/money_management/financial_account_create_params.rb +0 -34
- data/lib/stripe/params/v2/money_management/financial_account_list_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/financial_account_update_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +0 -31
- data/lib/stripe/params/v2/money_management/financial_address_list_params.rb +0 -23
- data/lib/stripe/params/v2/money_management/financial_address_retrieve_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb +0 -62
- data/lib/stripe/params/v2/money_management/inbound_transfer_list_params.rb +0 -44
- data/lib/stripe/params/v2/money_management/inbound_transfer_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_payment_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +0 -114
- data/lib/stripe/params/v2/money_management/outbound_payment_list_params.rb +0 -52
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +0 -79
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_payment_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb +0 -103
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_list_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_update_params.rb +0 -80
- data/lib/stripe/params/v2/money_management/outbound_transfer_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +0 -93
- data/lib/stripe/params/v2/money_management/outbound_transfer_list_params.rb +0 -48
- data/lib/stripe/params/v2/money_management/outbound_transfer_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_method_archive_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_method_list_params.rb +0 -31
- data/lib/stripe/params/v2/money_management/payout_method_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_method_unarchive_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_methods_bank_account_spec_retrieve_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/received_credit_list_params.rb +0 -44
- data/lib/stripe/params/v2/money_management/received_credit_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/received_debit_list_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/received_debit_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/recipient_verification_acknowledge_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/recipient_verification_create_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/recipient_verification_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/transaction_entry_list_params.rb +0 -43
- data/lib/stripe/params/v2/money_management/transaction_entry_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/transaction_list_params.rb +0 -47
- data/lib/stripe/params/v2/money_management/transaction_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/payments/off_session_payment_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/payments/off_session_payment_capture_params.rb +0 -57
- data/lib/stripe/params/v2/payments/off_session_payment_create_params.rb +0 -161
- data/lib/stripe/params/v2/payments/off_session_payment_list_params.rb +0 -17
- data/lib/stripe/params/v2/payments/off_session_payment_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/reporting/report_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/reporting/report_run_create_params.rb +0 -33
- data/lib/stripe/params/v2/reporting/report_run_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb +0 -34
- data/lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb +0 -10
- data/lib/stripe/params/v2/test_helpers/money_management_recipient_verifications_params.rb +0 -24
- data/lib/stripe/resources/account_notice.rb +0 -94
- data/lib/stripe/resources/balance_transfer.rb +0 -139
- data/lib/stripe/resources/billing/analytics/meter_usage.rb +0 -33
- data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +0 -40
- data/lib/stripe/resources/capital/financing_offer.rb +0 -183
- data/lib/stripe/resources/capital/financing_summary.rb +0 -79
- data/lib/stripe/resources/capital/financing_transaction.rb +0 -99
- data/lib/stripe/resources/delegated_checkout/requested_session.rb +0 -426
- data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +0 -35
- data/lib/stripe/resources/financial_connections/institution.rb +0 -127
- data/lib/stripe/resources/fx_quote.rb +0 -147
- data/lib/stripe/resources/identity/blocklist_entry.rb +0 -116
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +0 -263
- data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +0 -71
- data/lib/stripe/resources/issuing/fraud_liability_debit.rb +0 -51
- data/lib/stripe/resources/issuing/program.rb +0 -69
- data/lib/stripe/resources/issuing/settlement.rb +0 -61
- data/lib/stripe/resources/margin.rb +0 -64
- data/lib/stripe/resources/order.rb +0 -987
- data/lib/stripe/resources/payment_method_balance.rb +0 -68
- data/lib/stripe/resources/privacy/redaction_job.rb +0 -187
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +0 -49
- data/lib/stripe/resources/product_catalog/trial_offer.rb +0 -101
- data/lib/stripe/resources/quote_line.rb +0 -527
- data/lib/stripe/resources/quote_preview_invoice.rb +0 -1166
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -826
- data/lib/stripe/resources/radar/account_evaluation.rb +0 -116
- data/lib/stripe/resources/tax/form.rb +0 -264
- data/lib/stripe/resources/terminal/reader_collected_data.rb +0 -47
- data/lib/stripe/resources/transit_balance.rb +0 -45
- data/lib/stripe/resources/v2/billing/bill_setting.rb +0 -102
- data/lib/stripe/resources/v2/billing/bill_setting_version.rb +0 -90
- data/lib/stripe/resources/v2/billing/cadence.rb +0 -655
- data/lib/stripe/resources/v2/billing/collection_setting.rb +0 -274
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +0 -262
- data/lib/stripe/resources/v2/billing/custom_pricing_unit.rb +0 -43
- data/lib/stripe/resources/v2/billing/intent.rb +0 -86
- data/lib/stripe/resources/v2/billing/intent_action.rb +0 -395
- data/lib/stripe/resources/v2/billing/license_fee.rb +0 -104
- data/lib/stripe/resources/v2/billing/license_fee_subscription.rb +0 -44
- data/lib/stripe/resources/v2/billing/license_fee_version.rb +0 -80
- data/lib/stripe/resources/v2/billing/licensed_item.rb +0 -60
- data/lib/stripe/resources/v2/billing/metered_item.rb +0 -85
- data/lib/stripe/resources/v2/billing/pricing_plan.rb +0 -51
- data/lib/stripe/resources/v2/billing/pricing_plan_component.rb +0 -94
- data/lib/stripe/resources/v2/billing/pricing_plan_subscription.rb +0 -94
- data/lib/stripe/resources/v2/billing/pricing_plan_subscription_components.rb +0 -49
- data/lib/stripe/resources/v2/billing/pricing_plan_version.rb +0 -38
- data/lib/stripe/resources/v2/billing/profile.rb +0 -46
- data/lib/stripe/resources/v2/billing/rate_card.rb +0 -61
- data/lib/stripe/resources/v2/billing/rate_card_rate.rb +0 -110
- data/lib/stripe/resources/v2/billing/rate_card_subscription.rb +0 -94
- data/lib/stripe/resources/v2/billing/rate_card_version.rb +0 -34
- data/lib/stripe/resources/v2/billing/service_action.rb +0 -274
- data/lib/stripe/resources/v2/core/claimable_sandbox.rb +0 -105
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +0 -114
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +0 -81
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +0 -28
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +0 -44
- data/lib/stripe/resources/v2/money_management/adjustment.rb +0 -82
- data/lib/stripe/resources/v2/money_management/currency_conversion.rb +0 -94
- data/lib/stripe/resources/v2/money_management/financial_account.rb +0 -188
- data/lib/stripe/resources/v2/money_management/financial_address.rb +0 -132
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +0 -197
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +0 -263
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +0 -202
- data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +0 -69
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +0 -242
- data/lib/stripe/resources/v2/money_management/payout_method.rb +0 -137
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +0 -81
- data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -278
- data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -208
- data/lib/stripe/resources/v2/money_management/recipient_verification.rb +0 -83
- data/lib/stripe/resources/v2/money_management/transaction.rb +0 -180
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +0 -153
- data/lib/stripe/resources/v2/payments/off_session_payment.rb +0 -186
- data/lib/stripe/resources/v2/reporting/report.rb +0 -116
- data/lib/stripe/resources/v2/reporting/report_run.rb +0 -128
- data/lib/stripe/services/account_notice_service.rb +0 -39
- data/lib/stripe/services/balance_transfer_service.rb +0 -17
- data/lib/stripe/services/billing/analytics/meter_usage_service.rb +0 -21
- data/lib/stripe/services/billing/analytics_service.rb +0 -15
- data/lib/stripe/services/capital/financing_offer_service.rb +0 -42
- data/lib/stripe/services/capital/financing_summary_service.rb +0 -19
- data/lib/stripe/services/capital/financing_transaction_service.rb +0 -31
- data/lib/stripe/services/capital_service.rb +0 -15
- data/lib/stripe/services/delegated_checkout/requested_session_service.rb +0 -63
- data/lib/stripe/services/delegated_checkout_service.rb +0 -13
- data/lib/stripe/services/external_account_service.rb +0 -68
- data/lib/stripe/services/financial_connections/account_inferred_balance_service.rb +0 -19
- data/lib/stripe/services/financial_connections/institution_service.rb +0 -30
- data/lib/stripe/services/fx_quote_service.rb +0 -27
- data/lib/stripe/services/identity/blocklist_entry_service.rb +0 -71
- data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +0 -74
- data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +0 -30
- data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +0 -30
- data/lib/stripe/services/issuing/program_service.rb +0 -52
- data/lib/stripe/services/margin_service.rb +0 -50
- data/lib/stripe/services/order_line_item_service.rb +0 -17
- data/lib/stripe/services/order_service.rb +0 -78
- data/lib/stripe/services/privacy/redaction_job_service.rb +0 -104
- data/lib/stripe/services/privacy/redaction_job_validation_error_service.rb +0 -19
- data/lib/stripe/services/privacy_service.rb +0 -13
- data/lib/stripe/services/product_catalog/trial_offer_service.rb +0 -19
- data/lib/stripe/services/product_catalog_service.rb +0 -13
- data/lib/stripe/services/quote_line_service.rb +0 -17
- data/lib/stripe/services/quote_preview_invoice_service.rb +0 -17
- data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +0 -17
- data/lib/stripe/services/radar/account_evaluation_service.rb +0 -41
- data/lib/stripe/services/tax/form_service.rb +0 -37
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +0 -19
- data/lib/stripe/services/test_helpers/capital/financing_offer_service.rb +0 -32
- data/lib/stripe/services/test_helpers/capital_service.rb +0 -15
- data/lib/stripe/services/v2/billing/bill_setting_service.rb +0 -61
- data/lib/stripe/services/v2/billing/bill_settings/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/cadence_service.rb +0 -65
- data/lib/stripe/services/v2/billing/collection_setting_service.rb +0 -61
- data/lib/stripe/services/v2/billing/collection_settings/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/custom_pricing_unit_service.rb +0 -54
- data/lib/stripe/services/v2/billing/intent_service.rb +0 -94
- data/lib/stripe/services/v2/billing/intents/action_service.rb +0 -34
- data/lib/stripe/services/v2/billing/license_fee_service.rb +0 -61
- data/lib/stripe/services/v2/billing/license_fee_subscription_service.rb +0 -21
- data/lib/stripe/services/v2/billing/license_fees/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/licensed_item_service.rb +0 -54
- data/lib/stripe/services/v2/billing/metered_item_service.rb +0 -54
- data/lib/stripe/services/v2/billing/pricing_plan_service.rb +0 -62
- data/lib/stripe/services/v2/billing/pricing_plan_subscription_service.rb +0 -51
- data/lib/stripe/services/v2/billing/pricing_plan_subscriptions/component_service.rb +0 -23
- data/lib/stripe/services/v2/billing/pricing_plans/component_service.rb +0 -67
- data/lib/stripe/services/v2/billing/pricing_plans/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/profile_service.rb +0 -54
- data/lib/stripe/services/v2/billing/rate_card_service.rb +0 -62
- data/lib/stripe/services/v2/billing/rate_card_subscription_service.rb +0 -65
- data/lib/stripe/services/v2/billing/rate_cards/rate_service.rb +0 -57
- data/lib/stripe/services/v2/billing/rate_cards/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/service_action_service.rb +0 -43
- data/lib/stripe/services/v2/core/claimable_sandbox_service.rb +0 -35
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +0 -85
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +0 -101
- data/lib/stripe/services/v2/core/vault_service.rb +0 -18
- data/lib/stripe/services/v2/money_management/adjustment_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/currency_conversion_service.rb +0 -45
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +0 -70
- data/lib/stripe/services/v2/money_management/financial_address_service.rb +0 -46
- data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +0 -45
- data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +0 -34
- data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +0 -62
- data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +0 -73
- data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +0 -60
- data/lib/stripe/services/v2/money_management/payout_method_service.rb +0 -63
- data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +0 -23
- data/lib/stripe/services/v2/money_management/received_credit_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/received_debit_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/recipient_verification_service.rb +0 -43
- data/lib/stripe/services/v2/money_management/transaction_entry_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/transaction_service.rb +0 -32
- data/lib/stripe/services/v2/money_management_service.rb +0 -35
- data/lib/stripe/services/v2/payment_service.rb +0 -15
- data/lib/stripe/services/v2/payments/off_session_payment_service.rb +0 -65
- data/lib/stripe/services/v2/reporting/report_run_service.rb +0 -38
- data/lib/stripe/services/v2/reporting/report_service.rb +0 -23
- data/lib/stripe/services/v2/reporting_service.rb +0 -16
- data/lib/stripe/services/v2/test_helper_service.rb +0 -16
- data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +0 -36
- data/lib/stripe/services/v2/test_helpers/money_management_service.rb +0 -21
|
@@ -6,156 +6,16 @@ module Stripe
|
|
|
6
6
|
module Core
|
|
7
7
|
class AccountCreateParams < ::Stripe::RequestParams
|
|
8
8
|
class Configuration < ::Stripe::RequestParams
|
|
9
|
-
class CardCreator < ::Stripe::RequestParams
|
|
10
|
-
class Capabilities < ::Stripe::RequestParams
|
|
11
|
-
class Commercial < ::Stripe::RequestParams
|
|
12
|
-
class Celtic < ::Stripe::RequestParams
|
|
13
|
-
class ChargeCard < ::Stripe::RequestParams
|
|
14
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
15
|
-
attr_accessor :requested
|
|
16
|
-
|
|
17
|
-
def initialize(requested: nil)
|
|
18
|
-
@requested = requested
|
|
19
|
-
end
|
|
20
|
-
end
|
|
21
|
-
|
|
22
|
-
class SpendCard < ::Stripe::RequestParams
|
|
23
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
24
|
-
attr_accessor :requested
|
|
25
|
-
|
|
26
|
-
def initialize(requested: nil)
|
|
27
|
-
@requested = requested
|
|
28
|
-
end
|
|
29
|
-
end
|
|
30
|
-
# Can create commercial issuing charge cards with Celtic as BIN sponsor.
|
|
31
|
-
attr_accessor :charge_card
|
|
32
|
-
# Can create commercial issuing spend cards with Celtic as BIN sponsor.
|
|
33
|
-
attr_accessor :spend_card
|
|
34
|
-
|
|
35
|
-
def initialize(charge_card: nil, spend_card: nil)
|
|
36
|
-
@charge_card = charge_card
|
|
37
|
-
@spend_card = spend_card
|
|
38
|
-
end
|
|
39
|
-
end
|
|
40
|
-
|
|
41
|
-
class CrossRiverBank < ::Stripe::RequestParams
|
|
42
|
-
class ChargeCard < ::Stripe::RequestParams
|
|
43
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
44
|
-
attr_accessor :requested
|
|
45
|
-
|
|
46
|
-
def initialize(requested: nil)
|
|
47
|
-
@requested = requested
|
|
48
|
-
end
|
|
49
|
-
end
|
|
50
|
-
|
|
51
|
-
class SpendCard < ::Stripe::RequestParams
|
|
52
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
53
|
-
attr_accessor :requested
|
|
54
|
-
|
|
55
|
-
def initialize(requested: nil)
|
|
56
|
-
@requested = requested
|
|
57
|
-
end
|
|
58
|
-
end
|
|
59
|
-
# Can create commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
60
|
-
attr_accessor :charge_card
|
|
61
|
-
# Can create commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
62
|
-
attr_accessor :spend_card
|
|
63
|
-
|
|
64
|
-
def initialize(charge_card: nil, spend_card: nil)
|
|
65
|
-
@charge_card = charge_card
|
|
66
|
-
@spend_card = spend_card
|
|
67
|
-
end
|
|
68
|
-
end
|
|
69
|
-
|
|
70
|
-
class Lead < ::Stripe::RequestParams
|
|
71
|
-
class PrepaidCard < ::Stripe::RequestParams
|
|
72
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
73
|
-
attr_accessor :requested
|
|
74
|
-
|
|
75
|
-
def initialize(requested: nil)
|
|
76
|
-
@requested = requested
|
|
77
|
-
end
|
|
78
|
-
end
|
|
79
|
-
# Can create commercial issuing prepaid cards with Lead as BIN sponsor.
|
|
80
|
-
attr_accessor :prepaid_card
|
|
81
|
-
|
|
82
|
-
def initialize(prepaid_card: nil)
|
|
83
|
-
@prepaid_card = prepaid_card
|
|
84
|
-
end
|
|
85
|
-
end
|
|
86
|
-
|
|
87
|
-
class Stripe < ::Stripe::RequestParams
|
|
88
|
-
class ChargeCard < ::Stripe::RequestParams
|
|
89
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
90
|
-
attr_accessor :requested
|
|
91
|
-
|
|
92
|
-
def initialize(requested: nil)
|
|
93
|
-
@requested = requested
|
|
94
|
-
end
|
|
95
|
-
end
|
|
96
|
-
|
|
97
|
-
class PrepaidCard < ::Stripe::RequestParams
|
|
98
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
99
|
-
attr_accessor :requested
|
|
100
|
-
|
|
101
|
-
def initialize(requested: nil)
|
|
102
|
-
@requested = requested
|
|
103
|
-
end
|
|
104
|
-
end
|
|
105
|
-
# Can create commercial issuing charge cards with Stripe as BIN sponsor.
|
|
106
|
-
attr_accessor :charge_card
|
|
107
|
-
# Can create commercial issuing prepaid cards with Stripe as BIN sponsor.
|
|
108
|
-
attr_accessor :prepaid_card
|
|
109
|
-
|
|
110
|
-
def initialize(charge_card: nil, prepaid_card: nil)
|
|
111
|
-
@charge_card = charge_card
|
|
112
|
-
@prepaid_card = prepaid_card
|
|
113
|
-
end
|
|
114
|
-
end
|
|
115
|
-
# Can create commercial issuing cards with Celtic as BIN sponsor.
|
|
116
|
-
attr_accessor :celtic
|
|
117
|
-
# Can create commercial issuing cards with Cross River Bank as BIN sponsor.
|
|
118
|
-
attr_accessor :cross_river_bank
|
|
119
|
-
# Can create commercial issuing cards with Stripe as BIN sponsor.
|
|
120
|
-
attr_accessor :lead
|
|
121
|
-
# Can create commercial issuing cards with Stripe as BIN sponsor.
|
|
122
|
-
attr_accessor :stripe
|
|
123
|
-
|
|
124
|
-
def initialize(celtic: nil, cross_river_bank: nil, lead: nil, stripe: nil)
|
|
125
|
-
@celtic = celtic
|
|
126
|
-
@cross_river_bank = cross_river_bank
|
|
127
|
-
@lead = lead
|
|
128
|
-
@stripe = stripe
|
|
129
|
-
end
|
|
130
|
-
end
|
|
131
|
-
# Can create cards for commercial issuing use cases.
|
|
132
|
-
attr_accessor :commercial
|
|
133
|
-
|
|
134
|
-
def initialize(commercial: nil)
|
|
135
|
-
@commercial = commercial
|
|
136
|
-
end
|
|
137
|
-
end
|
|
138
|
-
# Capabilities to request on the CardCreator Configuration.
|
|
139
|
-
attr_accessor :capabilities
|
|
140
|
-
|
|
141
|
-
def initialize(capabilities: nil)
|
|
142
|
-
@capabilities = capabilities
|
|
143
|
-
end
|
|
144
|
-
end
|
|
145
|
-
|
|
146
9
|
class Customer < ::Stripe::RequestParams
|
|
147
10
|
class AutomaticIndirectTax < ::Stripe::RequestParams
|
|
148
11
|
# Describes the customer's tax exemption status, which is `none`, `exempt`, or `reverse`. When set to reverse, invoice and receipt PDFs include the following text: “Reverse charge”.
|
|
149
12
|
attr_accessor :exempt
|
|
150
13
|
# A recent IP address of the customer used for tax reporting and tax location inference.
|
|
151
14
|
attr_accessor :ip_address
|
|
152
|
-
# The data source used to identify the customer's tax location - defaults to `identity_address`. Will only be used for automatic tax calculation on the customer's Invoices and Subscriptions. This behavior is now deprecated for new users.
|
|
153
|
-
attr_accessor :location_source
|
|
154
15
|
|
|
155
|
-
def initialize(exempt: nil, ip_address: nil
|
|
16
|
+
def initialize(exempt: nil, ip_address: nil)
|
|
156
17
|
@exempt = exempt
|
|
157
18
|
@ip_address = ip_address
|
|
158
|
-
@location_source = location_source
|
|
159
19
|
end
|
|
160
20
|
end
|
|
161
21
|
|
|
@@ -174,7 +34,7 @@ module Stripe
|
|
|
174
34
|
end
|
|
175
35
|
|
|
176
36
|
class Rendering < ::Stripe::RequestParams
|
|
177
|
-
#
|
|
37
|
+
# Indicates whether displayed line item prices and amounts on invoice PDFs include inclusive tax amounts. Must be either `include_inclusive_tax` or `exclude_tax`.
|
|
178
38
|
attr_accessor :amount_tax_display
|
|
179
39
|
# ID of the invoice rendering template to use for future invoices.
|
|
180
40
|
attr_accessor :template
|
|
@@ -186,13 +46,13 @@ module Stripe
|
|
|
186
46
|
end
|
|
187
47
|
# The list of up to 4 default custom fields to be displayed on invoices for this customer.
|
|
188
48
|
attr_accessor :custom_fields
|
|
189
|
-
# Default footer
|
|
49
|
+
# Default invoice footer.
|
|
190
50
|
attr_accessor :footer
|
|
191
|
-
#
|
|
51
|
+
# Sequence number to use on the customer account's next invoice. Defaults to 1.
|
|
192
52
|
attr_accessor :next_sequence
|
|
193
|
-
#
|
|
53
|
+
# Prefix used to generate unique invoice numbers. Must be 3-12 uppercase letters or numbers.
|
|
194
54
|
attr_accessor :prefix
|
|
195
|
-
# Default
|
|
55
|
+
# Default invoice PDF rendering options.
|
|
196
56
|
attr_accessor :rendering
|
|
197
57
|
|
|
198
58
|
def initialize(
|
|
@@ -209,7 +69,7 @@ module Stripe
|
|
|
209
69
|
@rendering = rendering
|
|
210
70
|
end
|
|
211
71
|
end
|
|
212
|
-
# Default settings
|
|
72
|
+
# Default invoice settings for the customer account.
|
|
213
73
|
attr_accessor :invoice
|
|
214
74
|
|
|
215
75
|
def initialize(invoice: nil)
|
|
@@ -306,7 +166,7 @@ module Stripe
|
|
|
306
166
|
|
|
307
167
|
class Merchant < ::Stripe::RequestParams
|
|
308
168
|
class BacsDebitPayments < ::Stripe::RequestParams
|
|
309
|
-
# Display name for Bacs
|
|
169
|
+
# Display name for Bacs Direct Debit payments.
|
|
310
170
|
attr_accessor :display_name
|
|
311
171
|
|
|
312
172
|
def initialize(display_name: nil)
|
|
@@ -1025,7 +885,7 @@ module Stripe
|
|
|
1025
885
|
attr_accessor :postal_code
|
|
1026
886
|
# State, county, province, or region.
|
|
1027
887
|
attr_accessor :state
|
|
1028
|
-
# Town or
|
|
888
|
+
# Town or district.
|
|
1029
889
|
attr_accessor :town
|
|
1030
890
|
|
|
1031
891
|
def initialize(
|
|
@@ -1072,7 +932,7 @@ module Stripe
|
|
|
1072
932
|
attr_accessor :card_payments
|
|
1073
933
|
# Settings specific to Konbini payments on the account.
|
|
1074
934
|
attr_accessor :konbini_payments
|
|
1075
|
-
# The
|
|
935
|
+
# The Merchant Category Code (MCC) for the Merchant Configuration. MCCs classify businesses based on the goods or services they provide.
|
|
1076
936
|
attr_accessor :mcc
|
|
1077
937
|
# Settings for the default text that appears on statements for language variations.
|
|
1078
938
|
attr_accessor :script_statement_descriptor
|
|
@@ -1106,53 +966,6 @@ module Stripe
|
|
|
1106
966
|
|
|
1107
967
|
class Recipient < ::Stripe::RequestParams
|
|
1108
968
|
class Capabilities < ::Stripe::RequestParams
|
|
1109
|
-
class BankAccounts < ::Stripe::RequestParams
|
|
1110
|
-
class Local < ::Stripe::RequestParams
|
|
1111
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1112
|
-
attr_accessor :requested
|
|
1113
|
-
|
|
1114
|
-
def initialize(requested: nil)
|
|
1115
|
-
@requested = requested
|
|
1116
|
-
end
|
|
1117
|
-
end
|
|
1118
|
-
|
|
1119
|
-
class Wire < ::Stripe::RequestParams
|
|
1120
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1121
|
-
attr_accessor :requested
|
|
1122
|
-
|
|
1123
|
-
def initialize(requested: nil)
|
|
1124
|
-
@requested = requested
|
|
1125
|
-
end
|
|
1126
|
-
end
|
|
1127
|
-
# Enables this Account to receive OutboundPayments to linked bank accounts over local networks.
|
|
1128
|
-
attr_accessor :local
|
|
1129
|
-
# Enables this Account to receive OutboundPayments to linked bank accounts over wire.
|
|
1130
|
-
attr_accessor :wire
|
|
1131
|
-
|
|
1132
|
-
def initialize(local: nil, wire: nil)
|
|
1133
|
-
@local = local
|
|
1134
|
-
@wire = wire
|
|
1135
|
-
end
|
|
1136
|
-
end
|
|
1137
|
-
|
|
1138
|
-
class Cards < ::Stripe::RequestParams
|
|
1139
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1140
|
-
attr_accessor :requested
|
|
1141
|
-
|
|
1142
|
-
def initialize(requested: nil)
|
|
1143
|
-
@requested = requested
|
|
1144
|
-
end
|
|
1145
|
-
end
|
|
1146
|
-
|
|
1147
|
-
class CryptoWallets < ::Stripe::RequestParams
|
|
1148
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1149
|
-
attr_accessor :requested
|
|
1150
|
-
|
|
1151
|
-
def initialize(requested: nil)
|
|
1152
|
-
@requested = requested
|
|
1153
|
-
end
|
|
1154
|
-
end
|
|
1155
|
-
|
|
1156
969
|
class StripeBalance < ::Stripe::RequestParams
|
|
1157
970
|
class StripeTransfers < ::Stripe::RequestParams
|
|
1158
971
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
@@ -1162,31 +975,17 @@ module Stripe
|
|
|
1162
975
|
@requested = requested
|
|
1163
976
|
end
|
|
1164
977
|
end
|
|
1165
|
-
#
|
|
978
|
+
# Enables this Account to receive /v1/transfers into their Stripe Balance (/v1/balance).
|
|
1166
979
|
attr_accessor :stripe_transfers
|
|
1167
980
|
|
|
1168
981
|
def initialize(stripe_transfers: nil)
|
|
1169
982
|
@stripe_transfers = stripe_transfers
|
|
1170
983
|
end
|
|
1171
984
|
end
|
|
1172
|
-
# Capabilities that enable OutboundPayments to a bank account linked to this Account.
|
|
1173
|
-
attr_accessor :bank_accounts
|
|
1174
|
-
# Capabilities that enable OutboundPayments to a card linked to this Account.
|
|
1175
|
-
attr_accessor :cards
|
|
1176
|
-
# Capabilities that enable OutboundPayments to a crypto wallet linked to this Account.
|
|
1177
|
-
attr_accessor :crypto_wallets
|
|
1178
985
|
# Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).
|
|
1179
986
|
attr_accessor :stripe_balance
|
|
1180
987
|
|
|
1181
|
-
def initialize(
|
|
1182
|
-
bank_accounts: nil,
|
|
1183
|
-
cards: nil,
|
|
1184
|
-
crypto_wallets: nil,
|
|
1185
|
-
stripe_balance: nil
|
|
1186
|
-
)
|
|
1187
|
-
@bank_accounts = bank_accounts
|
|
1188
|
-
@cards = cards
|
|
1189
|
-
@crypto_wallets = crypto_wallets
|
|
988
|
+
def initialize(stripe_balance: nil)
|
|
1190
989
|
@stripe_balance = stripe_balance
|
|
1191
990
|
end
|
|
1192
991
|
end
|
|
@@ -1197,326 +996,17 @@ module Stripe
|
|
|
1197
996
|
@capabilities = capabilities
|
|
1198
997
|
end
|
|
1199
998
|
end
|
|
1200
|
-
|
|
1201
|
-
class Storer < ::Stripe::RequestParams
|
|
1202
|
-
class Capabilities < ::Stripe::RequestParams
|
|
1203
|
-
class FinancialAddresses < ::Stripe::RequestParams
|
|
1204
|
-
class BankAccounts < ::Stripe::RequestParams
|
|
1205
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1206
|
-
attr_accessor :requested
|
|
1207
|
-
|
|
1208
|
-
def initialize(requested: nil)
|
|
1209
|
-
@requested = requested
|
|
1210
|
-
end
|
|
1211
|
-
end
|
|
1212
|
-
|
|
1213
|
-
class CryptoWallets < ::Stripe::RequestParams
|
|
1214
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1215
|
-
attr_accessor :requested
|
|
1216
|
-
|
|
1217
|
-
def initialize(requested: nil)
|
|
1218
|
-
@requested = requested
|
|
1219
|
-
end
|
|
1220
|
-
end
|
|
1221
|
-
# Can provision a bank-account-like financial address (VBAN) to credit/debit a FinancialAccount.
|
|
1222
|
-
attr_accessor :bank_accounts
|
|
1223
|
-
# Can provision a crypto wallet like financial address to credit a FinancialAccount.
|
|
1224
|
-
attr_accessor :crypto_wallets
|
|
1225
|
-
|
|
1226
|
-
def initialize(bank_accounts: nil, crypto_wallets: nil)
|
|
1227
|
-
@bank_accounts = bank_accounts
|
|
1228
|
-
@crypto_wallets = crypto_wallets
|
|
1229
|
-
end
|
|
1230
|
-
end
|
|
1231
|
-
|
|
1232
|
-
class HoldsCurrencies < ::Stripe::RequestParams
|
|
1233
|
-
class Eur < ::Stripe::RequestParams
|
|
1234
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1235
|
-
attr_accessor :requested
|
|
1236
|
-
|
|
1237
|
-
def initialize(requested: nil)
|
|
1238
|
-
@requested = requested
|
|
1239
|
-
end
|
|
1240
|
-
end
|
|
1241
|
-
|
|
1242
|
-
class Gbp < ::Stripe::RequestParams
|
|
1243
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1244
|
-
attr_accessor :requested
|
|
1245
|
-
|
|
1246
|
-
def initialize(requested: nil)
|
|
1247
|
-
@requested = requested
|
|
1248
|
-
end
|
|
1249
|
-
end
|
|
1250
|
-
|
|
1251
|
-
class Usd < ::Stripe::RequestParams
|
|
1252
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1253
|
-
attr_accessor :requested
|
|
1254
|
-
|
|
1255
|
-
def initialize(requested: nil)
|
|
1256
|
-
@requested = requested
|
|
1257
|
-
end
|
|
1258
|
-
end
|
|
1259
|
-
|
|
1260
|
-
class Usdc < ::Stripe::RequestParams
|
|
1261
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1262
|
-
attr_accessor :requested
|
|
1263
|
-
|
|
1264
|
-
def initialize(requested: nil)
|
|
1265
|
-
@requested = requested
|
|
1266
|
-
end
|
|
1267
|
-
end
|
|
1268
|
-
# Can hold storage-type funds on Stripe in EUR.
|
|
1269
|
-
attr_accessor :eur
|
|
1270
|
-
# Can hold storage-type funds on Stripe in GBP.
|
|
1271
|
-
attr_accessor :gbp
|
|
1272
|
-
# Can hold storage-type funds on Stripe in USD.
|
|
1273
|
-
attr_accessor :usd
|
|
1274
|
-
# Can hold storage-type funds on Stripe in USDC.
|
|
1275
|
-
attr_accessor :usdc
|
|
1276
|
-
|
|
1277
|
-
def initialize(eur: nil, gbp: nil, usd: nil, usdc: nil)
|
|
1278
|
-
@eur = eur
|
|
1279
|
-
@gbp = gbp
|
|
1280
|
-
@usd = usd
|
|
1281
|
-
@usdc = usdc
|
|
1282
|
-
end
|
|
1283
|
-
end
|
|
1284
|
-
|
|
1285
|
-
class InboundTransfers < ::Stripe::RequestParams
|
|
1286
|
-
class BankAccounts < ::Stripe::RequestParams
|
|
1287
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1288
|
-
attr_accessor :requested
|
|
1289
|
-
|
|
1290
|
-
def initialize(requested: nil)
|
|
1291
|
-
@requested = requested
|
|
1292
|
-
end
|
|
1293
|
-
end
|
|
1294
|
-
# Can pull funds from an external bank account owned by yourself to a FinancialAccount.
|
|
1295
|
-
attr_accessor :bank_accounts
|
|
1296
|
-
|
|
1297
|
-
def initialize(bank_accounts: nil)
|
|
1298
|
-
@bank_accounts = bank_accounts
|
|
1299
|
-
end
|
|
1300
|
-
end
|
|
1301
|
-
|
|
1302
|
-
class OutboundPayments < ::Stripe::RequestParams
|
|
1303
|
-
class BankAccounts < ::Stripe::RequestParams
|
|
1304
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1305
|
-
attr_accessor :requested
|
|
1306
|
-
|
|
1307
|
-
def initialize(requested: nil)
|
|
1308
|
-
@requested = requested
|
|
1309
|
-
end
|
|
1310
|
-
end
|
|
1311
|
-
|
|
1312
|
-
class Cards < ::Stripe::RequestParams
|
|
1313
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1314
|
-
attr_accessor :requested
|
|
1315
|
-
|
|
1316
|
-
def initialize(requested: nil)
|
|
1317
|
-
@requested = requested
|
|
1318
|
-
end
|
|
1319
|
-
end
|
|
1320
|
-
|
|
1321
|
-
class CryptoWallets < ::Stripe::RequestParams
|
|
1322
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1323
|
-
attr_accessor :requested
|
|
1324
|
-
|
|
1325
|
-
def initialize(requested: nil)
|
|
1326
|
-
@requested = requested
|
|
1327
|
-
end
|
|
1328
|
-
end
|
|
1329
|
-
|
|
1330
|
-
class FinancialAccounts < ::Stripe::RequestParams
|
|
1331
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1332
|
-
attr_accessor :requested
|
|
1333
|
-
|
|
1334
|
-
def initialize(requested: nil)
|
|
1335
|
-
@requested = requested
|
|
1336
|
-
end
|
|
1337
|
-
end
|
|
1338
|
-
# Can send funds from a FinancialAccount to a bank account owned by someone else.
|
|
1339
|
-
attr_accessor :bank_accounts
|
|
1340
|
-
# Can send funds from a FinancialAccount to a debit card owned by someone else.
|
|
1341
|
-
attr_accessor :cards
|
|
1342
|
-
# Can send funds from a FinancialAccount to a crypto wallet owned by someone else.
|
|
1343
|
-
attr_accessor :crypto_wallets
|
|
1344
|
-
# Can send funds from a FinancialAccount to another FinancialAccount owned by someone else.
|
|
1345
|
-
attr_accessor :financial_accounts
|
|
1346
|
-
|
|
1347
|
-
def initialize(
|
|
1348
|
-
bank_accounts: nil,
|
|
1349
|
-
cards: nil,
|
|
1350
|
-
crypto_wallets: nil,
|
|
1351
|
-
financial_accounts: nil
|
|
1352
|
-
)
|
|
1353
|
-
@bank_accounts = bank_accounts
|
|
1354
|
-
@cards = cards
|
|
1355
|
-
@crypto_wallets = crypto_wallets
|
|
1356
|
-
@financial_accounts = financial_accounts
|
|
1357
|
-
end
|
|
1358
|
-
end
|
|
1359
|
-
|
|
1360
|
-
class OutboundTransfers < ::Stripe::RequestParams
|
|
1361
|
-
class BankAccounts < ::Stripe::RequestParams
|
|
1362
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1363
|
-
attr_accessor :requested
|
|
1364
|
-
|
|
1365
|
-
def initialize(requested: nil)
|
|
1366
|
-
@requested = requested
|
|
1367
|
-
end
|
|
1368
|
-
end
|
|
1369
|
-
|
|
1370
|
-
class CryptoWallets < ::Stripe::RequestParams
|
|
1371
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1372
|
-
attr_accessor :requested
|
|
1373
|
-
|
|
1374
|
-
def initialize(requested: nil)
|
|
1375
|
-
@requested = requested
|
|
1376
|
-
end
|
|
1377
|
-
end
|
|
1378
|
-
|
|
1379
|
-
class FinancialAccounts < ::Stripe::RequestParams
|
|
1380
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1381
|
-
attr_accessor :requested
|
|
1382
|
-
|
|
1383
|
-
def initialize(requested: nil)
|
|
1384
|
-
@requested = requested
|
|
1385
|
-
end
|
|
1386
|
-
end
|
|
1387
|
-
# Can send funds from a FinancialAccount to a bank account owned by yourself.
|
|
1388
|
-
attr_accessor :bank_accounts
|
|
1389
|
-
# Can send funds from a FinancialAccount to a crypto wallet owned by yourself.
|
|
1390
|
-
attr_accessor :crypto_wallets
|
|
1391
|
-
# Can send funds from a FinancialAccount to another FinancialAccount owned by yourself.
|
|
1392
|
-
attr_accessor :financial_accounts
|
|
1393
|
-
|
|
1394
|
-
def initialize(bank_accounts: nil, crypto_wallets: nil, financial_accounts: nil)
|
|
1395
|
-
@bank_accounts = bank_accounts
|
|
1396
|
-
@crypto_wallets = crypto_wallets
|
|
1397
|
-
@financial_accounts = financial_accounts
|
|
1398
|
-
end
|
|
1399
|
-
end
|
|
1400
|
-
# Can provision a financial address to credit/debit a FinancialAccount.
|
|
1401
|
-
attr_accessor :financial_addresses
|
|
1402
|
-
# Can hold storage-type funds on Stripe.
|
|
1403
|
-
attr_accessor :holds_currencies
|
|
1404
|
-
# Can pull funds from an external source, owned by yourself, to a FinancialAccount.
|
|
1405
|
-
attr_accessor :inbound_transfers
|
|
1406
|
-
# Can send funds from a FinancialAccount to a destination owned by someone else.
|
|
1407
|
-
attr_accessor :outbound_payments
|
|
1408
|
-
# Can send funds from a FinancialAccount to a destination owned by yourself.
|
|
1409
|
-
attr_accessor :outbound_transfers
|
|
1410
|
-
|
|
1411
|
-
def initialize(
|
|
1412
|
-
financial_addresses: nil,
|
|
1413
|
-
holds_currencies: nil,
|
|
1414
|
-
inbound_transfers: nil,
|
|
1415
|
-
outbound_payments: nil,
|
|
1416
|
-
outbound_transfers: nil
|
|
1417
|
-
)
|
|
1418
|
-
@financial_addresses = financial_addresses
|
|
1419
|
-
@holds_currencies = holds_currencies
|
|
1420
|
-
@inbound_transfers = inbound_transfers
|
|
1421
|
-
@outbound_payments = outbound_payments
|
|
1422
|
-
@outbound_transfers = outbound_transfers
|
|
1423
|
-
end
|
|
1424
|
-
end
|
|
1425
|
-
|
|
1426
|
-
class RegulatedActivity < ::Stripe::RequestParams
|
|
1427
|
-
# A detailed description of the regulated activities the business is licensed to conduct.
|
|
1428
|
-
attr_accessor :description
|
|
1429
|
-
# The license number or registration number assigned by the business's primary regulator.
|
|
1430
|
-
attr_accessor :license_number
|
|
1431
|
-
# The country of the primary regulatory authority that oversees the business's regulated activities.
|
|
1432
|
-
attr_accessor :primary_regulatory_authority_country
|
|
1433
|
-
# The name of the primary regulatory authority that oversees the business's regulated activities.
|
|
1434
|
-
attr_accessor :primary_regulatory_authority_name
|
|
1435
|
-
|
|
1436
|
-
def initialize(
|
|
1437
|
-
description: nil,
|
|
1438
|
-
license_number: nil,
|
|
1439
|
-
primary_regulatory_authority_country: nil,
|
|
1440
|
-
primary_regulatory_authority_name: nil
|
|
1441
|
-
)
|
|
1442
|
-
@description = description
|
|
1443
|
-
@license_number = license_number
|
|
1444
|
-
@primary_regulatory_authority_country = primary_regulatory_authority_country
|
|
1445
|
-
@primary_regulatory_authority_name = primary_regulatory_authority_name
|
|
1446
|
-
end
|
|
1447
|
-
end
|
|
1448
|
-
# Capabilities to request on the Storer Configuration.
|
|
1449
|
-
attr_accessor :capabilities
|
|
1450
|
-
# List of high-risk activities the business is involved in.
|
|
1451
|
-
attr_accessor :high_risk_activities
|
|
1452
|
-
# An explanation of the high risk activities that the business performs.
|
|
1453
|
-
attr_accessor :high_risk_activities_description
|
|
1454
|
-
# Description of the money services offered by the business.
|
|
1455
|
-
attr_accessor :money_services_description
|
|
1456
|
-
# Does the business operate in any prohibited countries.
|
|
1457
|
-
attr_accessor :operates_in_prohibited_countries
|
|
1458
|
-
# Does the business participate in any regulated activity.
|
|
1459
|
-
attr_accessor :participates_in_regulated_activity
|
|
1460
|
-
# Primary purpose of the stored funds.
|
|
1461
|
-
attr_accessor :purpose_of_funds
|
|
1462
|
-
# Description of the purpose of the stored funds.
|
|
1463
|
-
attr_accessor :purpose_of_funds_description
|
|
1464
|
-
# Details of the regulated activity if the business participates in one.
|
|
1465
|
-
attr_accessor :regulated_activity
|
|
1466
|
-
# The source of funds for the business, e.g. profits, income, venture capital, etc.
|
|
1467
|
-
attr_accessor :source_of_funds
|
|
1468
|
-
# Description of the source of funds for the business' account.
|
|
1469
|
-
attr_accessor :source_of_funds_description
|
|
1470
|
-
|
|
1471
|
-
def initialize(
|
|
1472
|
-
capabilities: nil,
|
|
1473
|
-
high_risk_activities: nil,
|
|
1474
|
-
high_risk_activities_description: nil,
|
|
1475
|
-
money_services_description: nil,
|
|
1476
|
-
operates_in_prohibited_countries: nil,
|
|
1477
|
-
participates_in_regulated_activity: nil,
|
|
1478
|
-
purpose_of_funds: nil,
|
|
1479
|
-
purpose_of_funds_description: nil,
|
|
1480
|
-
regulated_activity: nil,
|
|
1481
|
-
source_of_funds: nil,
|
|
1482
|
-
source_of_funds_description: nil
|
|
1483
|
-
)
|
|
1484
|
-
@capabilities = capabilities
|
|
1485
|
-
@high_risk_activities = high_risk_activities
|
|
1486
|
-
@high_risk_activities_description = high_risk_activities_description
|
|
1487
|
-
@money_services_description = money_services_description
|
|
1488
|
-
@operates_in_prohibited_countries = operates_in_prohibited_countries
|
|
1489
|
-
@participates_in_regulated_activity = participates_in_regulated_activity
|
|
1490
|
-
@purpose_of_funds = purpose_of_funds
|
|
1491
|
-
@purpose_of_funds_description = purpose_of_funds_description
|
|
1492
|
-
@regulated_activity = regulated_activity
|
|
1493
|
-
@source_of_funds = source_of_funds
|
|
1494
|
-
@source_of_funds_description = source_of_funds_description
|
|
1495
|
-
end
|
|
1496
|
-
end
|
|
1497
|
-
# The CardCreator Configuration allows the Account to create and issue cards to users.
|
|
1498
|
-
attr_accessor :card_creator
|
|
1499
999
|
# The Customer Configuration allows the Account to be used in inbound payment flows.
|
|
1500
1000
|
attr_accessor :customer
|
|
1501
|
-
#
|
|
1001
|
+
# 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.
|
|
1502
1002
|
attr_accessor :merchant
|
|
1503
|
-
# The Recipient Configuration allows the Account to receive funds.
|
|
1003
|
+
# The Recipient Configuration allows the Account to receive funds. Utilize this configuration if the Account will not be the Merchant of Record, like with Separate Charges & Transfers, or Destination Charges without on_behalf_of set.
|
|
1504
1004
|
attr_accessor :recipient
|
|
1505
|
-
# The Storer Configuration allows the Account to store and move funds using stored-value FinancialAccounts.
|
|
1506
|
-
attr_accessor :storer
|
|
1507
1005
|
|
|
1508
|
-
def initialize(
|
|
1509
|
-
card_creator: nil,
|
|
1510
|
-
customer: nil,
|
|
1511
|
-
merchant: nil,
|
|
1512
|
-
recipient: nil,
|
|
1513
|
-
storer: nil
|
|
1514
|
-
)
|
|
1515
|
-
@card_creator = card_creator
|
|
1006
|
+
def initialize(customer: nil, merchant: nil, recipient: nil)
|
|
1516
1007
|
@customer = customer
|
|
1517
1008
|
@merchant = merchant
|
|
1518
1009
|
@recipient = recipient
|
|
1519
|
-
@storer = storer
|
|
1520
1010
|
end
|
|
1521
1011
|
end
|
|
1522
1012
|
|
|
@@ -1649,439 +1139,11 @@ module Stripe
|
|
|
1649
1139
|
@user_agent = user_agent
|
|
1650
1140
|
end
|
|
1651
1141
|
end
|
|
1652
|
-
|
|
1653
|
-
class CardCreator < ::Stripe::RequestParams
|
|
1654
|
-
class Commercial < ::Stripe::RequestParams
|
|
1655
|
-
class AccountHolder < ::Stripe::RequestParams
|
|
1656
|
-
# 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.
|
|
1657
|
-
attr_accessor :date
|
|
1658
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1659
|
-
attr_accessor :ip
|
|
1660
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1661
|
-
attr_accessor :user_agent
|
|
1662
|
-
|
|
1663
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1664
|
-
@date = date
|
|
1665
|
-
@ip = ip
|
|
1666
|
-
@user_agent = user_agent
|
|
1667
|
-
end
|
|
1668
|
-
end
|
|
1669
|
-
|
|
1670
|
-
class Celtic < ::Stripe::RequestParams
|
|
1671
|
-
class ApplePay < ::Stripe::RequestParams
|
|
1672
|
-
# 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.
|
|
1673
|
-
attr_accessor :date
|
|
1674
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1675
|
-
attr_accessor :ip
|
|
1676
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1677
|
-
attr_accessor :user_agent
|
|
1678
|
-
|
|
1679
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1680
|
-
@date = date
|
|
1681
|
-
@ip = ip
|
|
1682
|
-
@user_agent = user_agent
|
|
1683
|
-
end
|
|
1684
|
-
end
|
|
1685
|
-
|
|
1686
|
-
class ChargeCard < ::Stripe::RequestParams
|
|
1687
|
-
class BankTerms < ::Stripe::RequestParams
|
|
1688
|
-
# 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.
|
|
1689
|
-
attr_accessor :date
|
|
1690
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1691
|
-
attr_accessor :ip
|
|
1692
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1693
|
-
attr_accessor :user_agent
|
|
1694
|
-
|
|
1695
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1696
|
-
@date = date
|
|
1697
|
-
@ip = ip
|
|
1698
|
-
@user_agent = user_agent
|
|
1699
|
-
end
|
|
1700
|
-
end
|
|
1701
|
-
|
|
1702
|
-
class Platform < ::Stripe::RequestParams
|
|
1703
|
-
# 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.
|
|
1704
|
-
attr_accessor :date
|
|
1705
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1706
|
-
attr_accessor :ip
|
|
1707
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1708
|
-
attr_accessor :user_agent
|
|
1709
|
-
|
|
1710
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1711
|
-
@date = date
|
|
1712
|
-
@ip = ip
|
|
1713
|
-
@user_agent = user_agent
|
|
1714
|
-
end
|
|
1715
|
-
end
|
|
1716
|
-
# Bank terms of service acceptance for commercial issuing charge cards with Celtic as BIN sponsor.
|
|
1717
|
-
attr_accessor :bank_terms
|
|
1718
|
-
# Platform terms of service acceptance for commercial issuing charge cards with Celtic as BIN sponsor.
|
|
1719
|
-
attr_accessor :platform
|
|
1720
|
-
|
|
1721
|
-
def initialize(bank_terms: nil, platform: nil)
|
|
1722
|
-
@bank_terms = bank_terms
|
|
1723
|
-
@platform = platform
|
|
1724
|
-
end
|
|
1725
|
-
end
|
|
1726
|
-
|
|
1727
|
-
class SpendCard < ::Stripe::RequestParams
|
|
1728
|
-
class BankTerms < ::Stripe::RequestParams
|
|
1729
|
-
# 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.
|
|
1730
|
-
attr_accessor :date
|
|
1731
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1732
|
-
attr_accessor :ip
|
|
1733
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1734
|
-
attr_accessor :user_agent
|
|
1735
|
-
|
|
1736
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1737
|
-
@date = date
|
|
1738
|
-
@ip = ip
|
|
1739
|
-
@user_agent = user_agent
|
|
1740
|
-
end
|
|
1741
|
-
end
|
|
1742
|
-
|
|
1743
|
-
class FinancingDisclosures < ::Stripe::RequestParams
|
|
1744
|
-
# 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.
|
|
1745
|
-
attr_accessor :date
|
|
1746
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1747
|
-
attr_accessor :ip
|
|
1748
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1749
|
-
attr_accessor :user_agent
|
|
1750
|
-
|
|
1751
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1752
|
-
@date = date
|
|
1753
|
-
@ip = ip
|
|
1754
|
-
@user_agent = user_agent
|
|
1755
|
-
end
|
|
1756
|
-
end
|
|
1757
|
-
|
|
1758
|
-
class Platform < ::Stripe::RequestParams
|
|
1759
|
-
# 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.
|
|
1760
|
-
attr_accessor :date
|
|
1761
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1762
|
-
attr_accessor :ip
|
|
1763
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1764
|
-
attr_accessor :user_agent
|
|
1765
|
-
|
|
1766
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1767
|
-
@date = date
|
|
1768
|
-
@ip = ip
|
|
1769
|
-
@user_agent = user_agent
|
|
1770
|
-
end
|
|
1771
|
-
end
|
|
1772
|
-
# Bank terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
1773
|
-
attr_accessor :bank_terms
|
|
1774
|
-
# Financial disclosures terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
1775
|
-
attr_accessor :financing_disclosures
|
|
1776
|
-
# Platform terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
1777
|
-
attr_accessor :platform
|
|
1778
|
-
|
|
1779
|
-
def initialize(bank_terms: nil, financing_disclosures: nil, platform: nil)
|
|
1780
|
-
@bank_terms = bank_terms
|
|
1781
|
-
@financing_disclosures = financing_disclosures
|
|
1782
|
-
@platform = platform
|
|
1783
|
-
end
|
|
1784
|
-
end
|
|
1785
|
-
# Terms of service acceptances for commercial issuing Apple Pay cards with Celtic as BIN sponsor.
|
|
1786
|
-
attr_accessor :apple_pay
|
|
1787
|
-
# Terms of service acceptances for commercial issuing charge cards with Celtic as BIN sponsor.
|
|
1788
|
-
attr_accessor :charge_card
|
|
1789
|
-
# Terms of service acceptances for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
1790
|
-
attr_accessor :spend_card
|
|
1791
|
-
|
|
1792
|
-
def initialize(apple_pay: nil, charge_card: nil, spend_card: nil)
|
|
1793
|
-
@apple_pay = apple_pay
|
|
1794
|
-
@charge_card = charge_card
|
|
1795
|
-
@spend_card = spend_card
|
|
1796
|
-
end
|
|
1797
|
-
end
|
|
1798
|
-
|
|
1799
|
-
class CrossRiverBank < ::Stripe::RequestParams
|
|
1800
|
-
class ApplePay < ::Stripe::RequestParams
|
|
1801
|
-
# 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.
|
|
1802
|
-
attr_accessor :date
|
|
1803
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1804
|
-
attr_accessor :ip
|
|
1805
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1806
|
-
attr_accessor :user_agent
|
|
1807
|
-
|
|
1808
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1809
|
-
@date = date
|
|
1810
|
-
@ip = ip
|
|
1811
|
-
@user_agent = user_agent
|
|
1812
|
-
end
|
|
1813
|
-
end
|
|
1814
|
-
|
|
1815
|
-
class ChargeCard < ::Stripe::RequestParams
|
|
1816
|
-
class BankTerms < ::Stripe::RequestParams
|
|
1817
|
-
# 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.
|
|
1818
|
-
attr_accessor :date
|
|
1819
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1820
|
-
attr_accessor :ip
|
|
1821
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1822
|
-
attr_accessor :user_agent
|
|
1823
|
-
|
|
1824
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1825
|
-
@date = date
|
|
1826
|
-
@ip = ip
|
|
1827
|
-
@user_agent = user_agent
|
|
1828
|
-
end
|
|
1829
|
-
end
|
|
1830
|
-
|
|
1831
|
-
class FinancingDisclosures < ::Stripe::RequestParams
|
|
1832
|
-
# 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.
|
|
1833
|
-
attr_accessor :date
|
|
1834
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1835
|
-
attr_accessor :ip
|
|
1836
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1837
|
-
attr_accessor :user_agent
|
|
1838
|
-
|
|
1839
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1840
|
-
@date = date
|
|
1841
|
-
@ip = ip
|
|
1842
|
-
@user_agent = user_agent
|
|
1843
|
-
end
|
|
1844
|
-
end
|
|
1845
|
-
|
|
1846
|
-
class Platform < ::Stripe::RequestParams
|
|
1847
|
-
# 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.
|
|
1848
|
-
attr_accessor :date
|
|
1849
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1850
|
-
attr_accessor :ip
|
|
1851
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1852
|
-
attr_accessor :user_agent
|
|
1853
|
-
|
|
1854
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1855
|
-
@date = date
|
|
1856
|
-
@ip = ip
|
|
1857
|
-
@user_agent = user_agent
|
|
1858
|
-
end
|
|
1859
|
-
end
|
|
1860
|
-
# Bank terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
1861
|
-
attr_accessor :bank_terms
|
|
1862
|
-
# Financial disclosures terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
1863
|
-
attr_accessor :financing_disclosures
|
|
1864
|
-
# Platform terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
1865
|
-
attr_accessor :platform
|
|
1866
|
-
|
|
1867
|
-
def initialize(bank_terms: nil, financing_disclosures: nil, platform: nil)
|
|
1868
|
-
@bank_terms = bank_terms
|
|
1869
|
-
@financing_disclosures = financing_disclosures
|
|
1870
|
-
@platform = platform
|
|
1871
|
-
end
|
|
1872
|
-
end
|
|
1873
|
-
|
|
1874
|
-
class SpendCard < ::Stripe::RequestParams
|
|
1875
|
-
class BankTerms < ::Stripe::RequestParams
|
|
1876
|
-
# 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.
|
|
1877
|
-
attr_accessor :date
|
|
1878
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1879
|
-
attr_accessor :ip
|
|
1880
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1881
|
-
attr_accessor :user_agent
|
|
1882
|
-
|
|
1883
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1884
|
-
@date = date
|
|
1885
|
-
@ip = ip
|
|
1886
|
-
@user_agent = user_agent
|
|
1887
|
-
end
|
|
1888
|
-
end
|
|
1889
|
-
|
|
1890
|
-
class FinancingDisclosures < ::Stripe::RequestParams
|
|
1891
|
-
# 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.
|
|
1892
|
-
attr_accessor :date
|
|
1893
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1894
|
-
attr_accessor :ip
|
|
1895
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1896
|
-
attr_accessor :user_agent
|
|
1897
|
-
|
|
1898
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1899
|
-
@date = date
|
|
1900
|
-
@ip = ip
|
|
1901
|
-
@user_agent = user_agent
|
|
1902
|
-
end
|
|
1903
|
-
end
|
|
1904
|
-
# Bank terms of service acceptance for commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
1905
|
-
attr_accessor :bank_terms
|
|
1906
|
-
# Financial disclosures terms of service acceptance for commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
1907
|
-
attr_accessor :financing_disclosures
|
|
1908
|
-
|
|
1909
|
-
def initialize(bank_terms: nil, financing_disclosures: nil)
|
|
1910
|
-
@bank_terms = bank_terms
|
|
1911
|
-
@financing_disclosures = financing_disclosures
|
|
1912
|
-
end
|
|
1913
|
-
end
|
|
1914
|
-
# Terms of service acceptances for commercial issuing Apple Pay cards with Cross River Bank as BIN sponsor.
|
|
1915
|
-
attr_accessor :apple_pay
|
|
1916
|
-
# Terms of service acceptances for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
1917
|
-
attr_accessor :charge_card
|
|
1918
|
-
# Terms of service acceptances for commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
1919
|
-
attr_accessor :spend_card
|
|
1920
|
-
|
|
1921
|
-
def initialize(apple_pay: nil, charge_card: nil, spend_card: nil)
|
|
1922
|
-
@apple_pay = apple_pay
|
|
1923
|
-
@charge_card = charge_card
|
|
1924
|
-
@spend_card = spend_card
|
|
1925
|
-
end
|
|
1926
|
-
end
|
|
1927
|
-
|
|
1928
|
-
class GlobalAccountHolder < ::Stripe::RequestParams
|
|
1929
|
-
# 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.
|
|
1930
|
-
attr_accessor :date
|
|
1931
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1932
|
-
attr_accessor :ip
|
|
1933
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1934
|
-
attr_accessor :user_agent
|
|
1935
|
-
|
|
1936
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1937
|
-
@date = date
|
|
1938
|
-
@ip = ip
|
|
1939
|
-
@user_agent = user_agent
|
|
1940
|
-
end
|
|
1941
|
-
end
|
|
1942
|
-
|
|
1943
|
-
class Lead < ::Stripe::RequestParams
|
|
1944
|
-
class ApplePay < ::Stripe::RequestParams
|
|
1945
|
-
# 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.
|
|
1946
|
-
attr_accessor :date
|
|
1947
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1948
|
-
attr_accessor :ip
|
|
1949
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1950
|
-
attr_accessor :user_agent
|
|
1951
|
-
|
|
1952
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1953
|
-
@date = date
|
|
1954
|
-
@ip = ip
|
|
1955
|
-
@user_agent = user_agent
|
|
1956
|
-
end
|
|
1957
|
-
end
|
|
1958
|
-
|
|
1959
|
-
class PrepaidCard < ::Stripe::RequestParams
|
|
1960
|
-
class BankTerms < ::Stripe::RequestParams
|
|
1961
|
-
# 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.
|
|
1962
|
-
attr_accessor :date
|
|
1963
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1964
|
-
attr_accessor :ip
|
|
1965
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1966
|
-
attr_accessor :user_agent
|
|
1967
|
-
|
|
1968
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1969
|
-
@date = date
|
|
1970
|
-
@ip = ip
|
|
1971
|
-
@user_agent = user_agent
|
|
1972
|
-
end
|
|
1973
|
-
end
|
|
1974
|
-
|
|
1975
|
-
class Platform < ::Stripe::RequestParams
|
|
1976
|
-
# 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.
|
|
1977
|
-
attr_accessor :date
|
|
1978
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1979
|
-
attr_accessor :ip
|
|
1980
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1981
|
-
attr_accessor :user_agent
|
|
1982
|
-
|
|
1983
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1984
|
-
@date = date
|
|
1985
|
-
@ip = ip
|
|
1986
|
-
@user_agent = user_agent
|
|
1987
|
-
end
|
|
1988
|
-
end
|
|
1989
|
-
# Bank terms of service acceptance for commercial issuing prepaid cards with Lead as BIN sponsor.
|
|
1990
|
-
attr_accessor :bank_terms
|
|
1991
|
-
# Platform terms of service acceptance for commercial issuing prepaid cards with Lead as BIN sponsor.
|
|
1992
|
-
attr_accessor :platform
|
|
1993
|
-
|
|
1994
|
-
def initialize(bank_terms: nil, platform: nil)
|
|
1995
|
-
@bank_terms = bank_terms
|
|
1996
|
-
@platform = platform
|
|
1997
|
-
end
|
|
1998
|
-
end
|
|
1999
|
-
# Terms of service acceptances for commercial issuing Apple Pay cards with Lead as BIN sponsor.
|
|
2000
|
-
attr_accessor :apple_pay
|
|
2001
|
-
# Terms of service acceptances for commercial issuing prepaid cards with Lead as BIN sponsor.
|
|
2002
|
-
attr_accessor :prepaid_card
|
|
2003
|
-
|
|
2004
|
-
def initialize(apple_pay: nil, prepaid_card: nil)
|
|
2005
|
-
@apple_pay = apple_pay
|
|
2006
|
-
@prepaid_card = prepaid_card
|
|
2007
|
-
end
|
|
2008
|
-
end
|
|
2009
|
-
# Terms of service acceptances for Stripe commercial card issuing.
|
|
2010
|
-
attr_accessor :account_holder
|
|
2011
|
-
# Terms of service acceptances for commercial issuing cards with Celtic as BIN sponsor.
|
|
2012
|
-
attr_accessor :celtic
|
|
2013
|
-
# Terms of service acceptances for commercial issuing cards with Cross River Bank as BIN sponsor.
|
|
2014
|
-
attr_accessor :cross_river_bank
|
|
2015
|
-
# Terms of service acceptances for Stripe commercial card Global issuing.
|
|
2016
|
-
attr_accessor :global_account_holder
|
|
2017
|
-
# Terms of service acceptances for commercial issuing cards with Lead as BIN sponsor.
|
|
2018
|
-
attr_accessor :lead
|
|
2019
|
-
|
|
2020
|
-
def initialize(
|
|
2021
|
-
account_holder: nil,
|
|
2022
|
-
celtic: nil,
|
|
2023
|
-
cross_river_bank: nil,
|
|
2024
|
-
global_account_holder: nil,
|
|
2025
|
-
lead: nil
|
|
2026
|
-
)
|
|
2027
|
-
@account_holder = account_holder
|
|
2028
|
-
@celtic = celtic
|
|
2029
|
-
@cross_river_bank = cross_river_bank
|
|
2030
|
-
@global_account_holder = global_account_holder
|
|
2031
|
-
@lead = lead
|
|
2032
|
-
end
|
|
2033
|
-
end
|
|
2034
|
-
# Terms of service acceptances to create cards for commercial issuing use cases.
|
|
2035
|
-
attr_accessor :commercial
|
|
2036
|
-
|
|
2037
|
-
def initialize(commercial: nil)
|
|
2038
|
-
@commercial = commercial
|
|
2039
|
-
end
|
|
2040
|
-
end
|
|
2041
|
-
|
|
2042
|
-
class CryptoStorer < ::Stripe::RequestParams
|
|
2043
|
-
# 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.
|
|
2044
|
-
attr_accessor :date
|
|
2045
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
2046
|
-
attr_accessor :ip
|
|
2047
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2048
|
-
attr_accessor :user_agent
|
|
2049
|
-
|
|
2050
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2051
|
-
@date = date
|
|
2052
|
-
@ip = ip
|
|
2053
|
-
@user_agent = user_agent
|
|
2054
|
-
end
|
|
2055
|
-
end
|
|
2056
|
-
|
|
2057
|
-
class Storer < ::Stripe::RequestParams
|
|
2058
|
-
# 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.
|
|
2059
|
-
attr_accessor :date
|
|
2060
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
2061
|
-
attr_accessor :ip
|
|
2062
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2063
|
-
attr_accessor :user_agent
|
|
2064
|
-
|
|
2065
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2066
|
-
@date = date
|
|
2067
|
-
@ip = ip
|
|
2068
|
-
@user_agent = user_agent
|
|
2069
|
-
end
|
|
2070
|
-
end
|
|
2071
1142
|
# Details on the Account's acceptance of the [Stripe Services Agreement](https://docs.stripe.com/connect/updating-accounts#tos-acceptance).
|
|
2072
1143
|
attr_accessor :account
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
# Details on the Account's acceptance of Crypto-storer-specific terms of service.
|
|
2076
|
-
attr_accessor :crypto_storer
|
|
2077
|
-
# Details on the Account's acceptance of Treasury-specific terms of service.
|
|
2078
|
-
attr_accessor :storer
|
|
2079
|
-
|
|
2080
|
-
def initialize(account: nil, card_creator: nil, crypto_storer: nil, storer: nil)
|
|
1144
|
+
|
|
1145
|
+
def initialize(account: nil)
|
|
2081
1146
|
@account = account
|
|
2082
|
-
@card_creator = card_creator
|
|
2083
|
-
@crypto_storer = crypto_storer
|
|
2084
|
-
@storer = storer
|
|
2085
1147
|
end
|
|
2086
1148
|
end
|
|
2087
1149
|
# This hash is used to attest that the directors information provided to Stripe is both current and correct.
|
|
@@ -2124,7 +1186,7 @@ module Stripe
|
|
|
2124
1186
|
attr_accessor :postal_code
|
|
2125
1187
|
# State, county, province, or region.
|
|
2126
1188
|
attr_accessor :state
|
|
2127
|
-
# Town or
|
|
1189
|
+
# Town or district.
|
|
2128
1190
|
attr_accessor :town
|
|
2129
1191
|
|
|
2130
1192
|
def initialize(
|
|
@@ -2395,7 +1457,7 @@ module Stripe
|
|
|
2395
1457
|
attr_accessor :postal_code
|
|
2396
1458
|
# State, county, province, or region.
|
|
2397
1459
|
attr_accessor :state
|
|
2398
|
-
# Town or
|
|
1460
|
+
# Town or district.
|
|
2399
1461
|
attr_accessor :town
|
|
2400
1462
|
|
|
2401
1463
|
def initialize(
|
|
@@ -2430,7 +1492,7 @@ module Stripe
|
|
|
2430
1492
|
attr_accessor :postal_code
|
|
2431
1493
|
# State, county, province, or region.
|
|
2432
1494
|
attr_accessor :state
|
|
2433
|
-
# Town or
|
|
1495
|
+
# Town or district.
|
|
2434
1496
|
attr_accessor :town
|
|
2435
1497
|
|
|
2436
1498
|
def initialize(
|
|
@@ -2494,11 +1556,9 @@ module Stripe
|
|
|
2494
1556
|
attr_accessor :address
|
|
2495
1557
|
# The business gross annual revenue for its preceding fiscal year.
|
|
2496
1558
|
attr_accessor :annual_revenue
|
|
2497
|
-
# A detailed description of the business's compliance and anti-money laundering controls and practices.
|
|
2498
|
-
attr_accessor :compliance_screening_description
|
|
2499
1559
|
# A document verifying the business.
|
|
2500
1560
|
attr_accessor :documents
|
|
2501
|
-
#
|
|
1561
|
+
# Estimated maximum number of workers currently engaged by the business (including employees, contractors, and vendors).
|
|
2502
1562
|
attr_accessor :estimated_worker_count
|
|
2503
1563
|
# The ID numbers of a business entity.
|
|
2504
1564
|
attr_accessor :id_numbers
|
|
@@ -2518,7 +1578,6 @@ module Stripe
|
|
|
2518
1578
|
def initialize(
|
|
2519
1579
|
address: nil,
|
|
2520
1580
|
annual_revenue: nil,
|
|
2521
|
-
compliance_screening_description: nil,
|
|
2522
1581
|
documents: nil,
|
|
2523
1582
|
estimated_worker_count: nil,
|
|
2524
1583
|
id_numbers: nil,
|
|
@@ -2531,7 +1590,6 @@ module Stripe
|
|
|
2531
1590
|
)
|
|
2532
1591
|
@address = address
|
|
2533
1592
|
@annual_revenue = annual_revenue
|
|
2534
|
-
@compliance_screening_description = compliance_screening_description
|
|
2535
1593
|
@documents = documents
|
|
2536
1594
|
@estimated_worker_count = estimated_worker_count
|
|
2537
1595
|
@id_numbers = id_numbers
|
|
@@ -2560,7 +1618,7 @@ module Stripe
|
|
|
2560
1618
|
attr_accessor :purpose
|
|
2561
1619
|
# State, county, province, or region.
|
|
2562
1620
|
attr_accessor :state
|
|
2563
|
-
# Town or
|
|
1621
|
+
# Town or district.
|
|
2564
1622
|
attr_accessor :town
|
|
2565
1623
|
|
|
2566
1624
|
def initialize(
|
|
@@ -2615,7 +1673,7 @@ module Stripe
|
|
|
2615
1673
|
attr_accessor :postal_code
|
|
2616
1674
|
# State, county, province, or region.
|
|
2617
1675
|
attr_accessor :state
|
|
2618
|
-
# Town or
|
|
1676
|
+
# Town or district.
|
|
2619
1677
|
attr_accessor :town
|
|
2620
1678
|
|
|
2621
1679
|
def initialize(
|
|
@@ -2813,7 +1871,7 @@ module Stripe
|
|
|
2813
1871
|
attr_accessor :postal_code
|
|
2814
1872
|
# State, county, province, or region.
|
|
2815
1873
|
attr_accessor :state
|
|
2816
|
-
# Town or
|
|
1874
|
+
# Town or district.
|
|
2817
1875
|
attr_accessor :town
|
|
2818
1876
|
|
|
2819
1877
|
def initialize(
|
|
@@ -2848,7 +1906,7 @@ module Stripe
|
|
|
2848
1906
|
attr_accessor :postal_code
|
|
2849
1907
|
# State, county, province, or region.
|
|
2850
1908
|
attr_accessor :state
|
|
2851
|
-
# Town or
|
|
1909
|
+
# Town or district.
|
|
2852
1910
|
attr_accessor :town
|
|
2853
1911
|
|
|
2854
1912
|
def initialize(
|