stripe 17.1.0.pre.alpha.4 → 17.1.0.pre.beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/stripe/event_types.rb +3 -804
- data/lib/stripe/events/v1_billing_meter_error_report_triggered_event.rb +5 -5
- data/lib/stripe/events/v1_billing_meter_no_meter_found_event.rb +5 -5
- data/lib/stripe/events/{v2_billing_cadence_created_event.rb → v2_billing_bill_setting_updated_event.rb} +11 -11
- data/lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb +1 -1
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb +1 -1
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb +1 -1
- data/lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb +1 -1
- data/lib/stripe/events/v2_core_account_link_returned_event.rb +1 -1
- data/lib/stripe/events/v2_core_account_person_created_event.rb +1 -1
- data/lib/stripe/events/v2_core_account_person_deleted_event.rb +1 -1
- data/lib/stripe/events/v2_core_account_person_updated_event.rb +1 -1
- data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +1 -1
- data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +1 -1
- data/lib/stripe/events/v2_money_management_transaction_created_event.rb +1 -18
- data/lib/stripe/object_types.rb +0 -26
- data/lib/stripe/params/account_capability_list_params.rb +1 -1
- data/lib/stripe/params/account_capability_retrieve_params.rb +1 -1
- data/lib/stripe/params/account_capability_update_params.rb +1 -1
- data/lib/stripe/params/account_create_params.rb +139 -139
- data/lib/stripe/params/account_delete_params.rb +1 -1
- data/lib/stripe/params/account_external_account_create_params.rb +4 -4
- data/lib/stripe/params/account_external_account_delete_params.rb +1 -1
- data/lib/stripe/params/account_external_account_list_params.rb +1 -1
- data/lib/stripe/params/account_external_account_retrieve_params.rb +1 -1
- data/lib/stripe/params/account_external_account_update_params.rb +3 -3
- data/lib/stripe/params/account_link_create_params.rb +2 -2
- data/lib/stripe/params/account_list_params.rb +2 -2
- data/lib/stripe/params/account_login_link_create_params.rb +1 -1
- data/lib/stripe/params/account_notice_list_params.rb +1 -1
- data/lib/stripe/params/account_notice_retrieve_params.rb +1 -1
- data/lib/stripe/params/account_notice_update_params.rb +2 -2
- data/lib/stripe/params/account_person_create_params.rb +19 -19
- data/lib/stripe/params/account_person_delete_params.rb +1 -1
- data/lib/stripe/params/account_person_list_params.rb +2 -2
- data/lib/stripe/params/account_person_retrieve_params.rb +1 -1
- data/lib/stripe/params/account_person_update_params.rb +19 -19
- data/lib/stripe/params/account_persons_params.rb +2 -2
- data/lib/stripe/params/account_reject_params.rb +1 -1
- data/lib/stripe/params/account_retrieve_current_params.rb +1 -1
- data/lib/stripe/params/account_retrieve_params.rb +1 -1
- data/lib/stripe/params/account_session_create_params.rb +64 -64
- data/lib/stripe/params/account_update_params.rb +133 -133
- data/lib/stripe/params/apple_pay_domain_create_params.rb +1 -1
- data/lib/stripe/params/apple_pay_domain_delete_params.rb +1 -1
- data/lib/stripe/params/apple_pay_domain_list_params.rb +1 -1
- data/lib/stripe/params/apple_pay_domain_retrieve_params.rb +1 -1
- data/lib/stripe/params/application_fee_list_params.rb +2 -2
- data/lib/stripe/params/application_fee_refund_create_params.rb +1 -1
- data/lib/stripe/params/application_fee_refund_list_params.rb +1 -1
- data/lib/stripe/params/application_fee_refund_retrieve_params.rb +1 -1
- data/lib/stripe/params/application_fee_refund_update_params.rb +1 -1
- data/lib/stripe/params/application_fee_retrieve_params.rb +1 -1
- data/lib/stripe/params/apps/secret_create_params.rb +2 -2
- data/lib/stripe/params/apps/secret_delete_where_params.rb +2 -2
- data/lib/stripe/params/apps/secret_find_params.rb +2 -2
- data/lib/stripe/params/apps/secret_list_params.rb +2 -2
- data/lib/stripe/params/balance_retrieve_params.rb +1 -1
- data/lib/stripe/params/balance_settings_retrieve_params.rb +1 -1
- data/lib/stripe/params/balance_settings_update_params.rb +5 -5
- data/lib/stripe/params/balance_transaction_list_params.rb +2 -2
- data/lib/stripe/params/balance_transaction_retrieve_params.rb +1 -1
- data/lib/stripe/params/billing/alert_activate_params.rb +1 -1
- data/lib/stripe/params/billing/alert_archive_params.rb +1 -1
- data/lib/stripe/params/billing/alert_create_params.rb +4 -124
- data/lib/stripe/params/billing/alert_deactivate_params.rb +1 -1
- data/lib/stripe/params/billing/alert_list_params.rb +1 -5
- data/lib/stripe/params/billing/alert_retrieve_params.rb +1 -1
- data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +2 -2
- data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +5 -17
- data/lib/stripe/params/billing/credit_balance_transaction_list_params.rb +1 -1
- data/lib/stripe/params/billing/credit_balance_transaction_retrieve_params.rb +1 -1
- data/lib/stripe/params/billing/credit_grant_create_params.rb +8 -35
- data/lib/stripe/params/billing/credit_grant_expire_params.rb +1 -1
- data/lib/stripe/params/billing/credit_grant_list_params.rb +1 -1
- data/lib/stripe/params/billing/credit_grant_retrieve_params.rb +1 -1
- data/lib/stripe/params/billing/credit_grant_update_params.rb +1 -1
- data/lib/stripe/params/billing/credit_grant_void_grant_params.rb +1 -1
- data/lib/stripe/params/billing/meter_create_params.rb +5 -9
- data/lib/stripe/params/billing/meter_deactivate_params.rb +1 -1
- data/lib/stripe/params/billing/meter_event_adjustment_create_params.rb +2 -2
- data/lib/stripe/params/billing/meter_event_create_params.rb +1 -1
- data/lib/stripe/params/billing/meter_event_summary_list_params.rb +1 -9
- data/lib/stripe/params/billing/meter_list_params.rb +1 -1
- data/lib/stripe/params/billing/meter_reactivate_params.rb +1 -1
- data/lib/stripe/params/billing/meter_retrieve_params.rb +1 -1
- data/lib/stripe/params/billing/meter_update_params.rb +1 -1
- data/lib/stripe/params/billing_portal/configuration_create_params.rb +14 -14
- data/lib/stripe/params/billing_portal/configuration_list_params.rb +1 -1
- data/lib/stripe/params/billing_portal/configuration_retrieve_params.rb +1 -1
- data/lib/stripe/params/billing_portal/configuration_update_params.rb +14 -14
- data/lib/stripe/params/billing_portal/session_create_params.rb +12 -12
- data/lib/stripe/params/capital/financing_offer_list_params.rb +2 -2
- data/lib/stripe/params/capital/financing_offer_mark_delivered_params.rb +1 -1
- data/lib/stripe/params/capital/financing_offer_retrieve_params.rb +1 -1
- data/lib/stripe/params/capital/financing_summary_retrieve_params.rb +1 -1
- data/lib/stripe/params/capital/financing_transaction_list_params.rb +1 -1
- data/lib/stripe/params/capital/financing_transaction_retrieve_params.rb +1 -1
- data/lib/stripe/params/charge_capture_params.rb +31 -31
- data/lib/stripe/params/charge_create_params.rb +6 -6
- data/lib/stripe/params/charge_list_params.rb +2 -2
- data/lib/stripe/params/charge_retrieve_params.rb +1 -1
- data/lib/stripe/params/charge_search_params.rb +1 -1
- data/lib/stripe/params/charge_update_params.rb +33 -33
- data/lib/stripe/params/checkout/session_create_params.rb +127 -206
- data/lib/stripe/params/checkout/session_expire_params.rb +1 -1
- data/lib/stripe/params/checkout/session_line_item_list_params.rb +1 -1
- data/lib/stripe/params/checkout/session_list_line_items_params.rb +1 -1
- data/lib/stripe/params/checkout/session_list_params.rb +3 -3
- data/lib/stripe/params/checkout/session_retrieve_params.rb +1 -1
- data/lib/stripe/params/checkout/session_update_params.rb +26 -26
- data/lib/stripe/params/climate/order_cancel_params.rb +1 -1
- data/lib/stripe/params/climate/order_create_params.rb +2 -2
- data/lib/stripe/params/climate/order_list_params.rb +1 -1
- data/lib/stripe/params/climate/order_retrieve_params.rb +1 -1
- data/lib/stripe/params/climate/order_update_params.rb +2 -2
- data/lib/stripe/params/climate/product_list_params.rb +1 -1
- data/lib/stripe/params/climate/product_retrieve_params.rb +1 -1
- data/lib/stripe/params/climate/supplier_list_params.rb +1 -1
- data/lib/stripe/params/climate/supplier_retrieve_params.rb +1 -1
- data/lib/stripe/params/confirmation_token_create_params.rb +70 -70
- data/lib/stripe/params/confirmation_token_retrieve_params.rb +1 -1
- data/lib/stripe/params/country_spec_list_params.rb +1 -1
- data/lib/stripe/params/country_spec_retrieve_params.rb +1 -1
- data/lib/stripe/params/coupon_create_params.rb +4 -4
- data/lib/stripe/params/coupon_delete_params.rb +1 -1
- data/lib/stripe/params/coupon_list_params.rb +2 -2
- data/lib/stripe/params/coupon_retrieve_params.rb +1 -1
- data/lib/stripe/params/coupon_update_params.rb +2 -2
- data/lib/stripe/params/credit_note_create_params.rb +6 -23
- data/lib/stripe/params/credit_note_line_item_list_params.rb +1 -1
- data/lib/stripe/params/credit_note_list_params.rb +2 -2
- data/lib/stripe/params/credit_note_list_preview_line_items_params.rb +6 -23
- data/lib/stripe/params/credit_note_preview_lines_list_params.rb +6 -23
- data/lib/stripe/params/credit_note_preview_params.rb +6 -23
- data/lib/stripe/params/credit_note_retrieve_params.rb +1 -1
- data/lib/stripe/params/credit_note_update_params.rb +1 -1
- data/lib/stripe/params/credit_note_void_credit_note_params.rb +1 -1
- data/lib/stripe/params/customer_balance_transaction_create_params.rb +1 -1
- data/lib/stripe/params/customer_balance_transaction_list_params.rb +1 -1
- data/lib/stripe/params/customer_balance_transaction_retrieve_params.rb +1 -1
- data/lib/stripe/params/customer_balance_transaction_update_params.rb +1 -1
- data/lib/stripe/params/customer_cash_balance_retrieve_params.rb +1 -1
- data/lib/stripe/params/customer_cash_balance_transaction_list_params.rb +1 -1
- data/lib/stripe/params/customer_cash_balance_transaction_retrieve_params.rb +1 -1
- data/lib/stripe/params/customer_cash_balance_update_params.rb +2 -2
- data/lib/stripe/params/customer_create_funding_instructions_params.rb +3 -3
- data/lib/stripe/params/customer_create_params.rb +11 -11
- data/lib/stripe/params/customer_delete_discount_params.rb +1 -1
- data/lib/stripe/params/customer_delete_params.rb +1 -1
- data/lib/stripe/params/customer_fund_cash_balance_params.rb +1 -1
- data/lib/stripe/params/customer_funding_instructions_create_params.rb +3 -3
- data/lib/stripe/params/customer_list_params.rb +2 -2
- data/lib/stripe/params/customer_list_payment_methods_params.rb +1 -1
- data/lib/stripe/params/customer_payment_method_list_params.rb +1 -1
- data/lib/stripe/params/customer_payment_method_retrieve_params.rb +1 -1
- data/lib/stripe/params/customer_payment_source_create_params.rb +1 -1
- data/lib/stripe/params/customer_payment_source_delete_params.rb +1 -1
- data/lib/stripe/params/customer_payment_source_list_params.rb +1 -1
- data/lib/stripe/params/customer_payment_source_retrieve_params.rb +1 -1
- data/lib/stripe/params/customer_payment_source_update_params.rb +3 -3
- data/lib/stripe/params/customer_payment_source_verify_params.rb +1 -1
- data/lib/stripe/params/customer_retrieve_params.rb +1 -1
- data/lib/stripe/params/customer_retrieve_payment_method_params.rb +1 -1
- data/lib/stripe/params/customer_search_params.rb +1 -1
- data/lib/stripe/params/customer_session_create_params.rb +6 -6
- data/lib/stripe/params/customer_tax_id_create_params.rb +1 -1
- data/lib/stripe/params/customer_tax_id_delete_params.rb +1 -1
- data/lib/stripe/params/customer_tax_id_list_params.rb +1 -1
- data/lib/stripe/params/customer_tax_id_retrieve_params.rb +1 -1
- data/lib/stripe/params/customer_update_params.rb +10 -10
- data/lib/stripe/params/dispute_close_params.rb +1 -1
- data/lib/stripe/params/dispute_list_params.rb +2 -2
- data/lib/stripe/params/dispute_retrieve_params.rb +1 -1
- data/lib/stripe/params/dispute_update_params.rb +9 -9
- data/lib/stripe/params/entitlements/active_entitlement_list_params.rb +1 -1
- data/lib/stripe/params/entitlements/active_entitlement_retrieve_params.rb +1 -1
- data/lib/stripe/params/entitlements/feature_create_params.rb +1 -1
- data/lib/stripe/params/entitlements/feature_list_params.rb +1 -1
- data/lib/stripe/params/entitlements/feature_retrieve_params.rb +1 -1
- data/lib/stripe/params/entitlements/feature_update_params.rb +1 -1
- data/lib/stripe/params/ephemeral_key_create_params.rb +1 -1
- data/lib/stripe/params/ephemeral_key_delete_params.rb +1 -1
- data/lib/stripe/params/event_list_params.rb +2 -2
- data/lib/stripe/params/event_retrieve_params.rb +1 -1
- data/lib/stripe/params/exchange_rate_list_params.rb +1 -1
- data/lib/stripe/params/exchange_rate_retrieve_params.rb +1 -1
- data/lib/stripe/params/external_account_create_params.rb +4 -4
- data/lib/stripe/params/external_account_delete_params.rb +1 -1
- data/lib/stripe/params/external_account_list_params.rb +1 -1
- data/lib/stripe/params/external_account_retrieve_params.rb +1 -1
- data/lib/stripe/params/external_account_update_params.rb +3 -3
- data/lib/stripe/params/file_create_params.rb +2 -2
- data/lib/stripe/params/file_link_create_params.rb +1 -1
- data/lib/stripe/params/file_link_list_params.rb +2 -2
- data/lib/stripe/params/file_link_retrieve_params.rb +1 -1
- data/lib/stripe/params/file_link_update_params.rb +1 -1
- data/lib/stripe/params/file_list_params.rb +2 -2
- data/lib/stripe/params/file_retrieve_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_disconnect_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_list_owners_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_list_params.rb +2 -2
- data/lib/stripe/params/financial_connections/account_owner_list_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_refresh_account_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_refresh_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_retrieve_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_subscribe_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_unsubscribe_params.rb +1 -1
- data/lib/stripe/params/financial_connections/institution_list_params.rb +1 -1
- data/lib/stripe/params/financial_connections/institution_retrieve_params.rb +1 -1
- data/lib/stripe/params/financial_connections/session_create_params.rb +5 -5
- data/lib/stripe/params/financial_connections/session_retrieve_params.rb +1 -1
- data/lib/stripe/params/financial_connections/transaction_list_params.rb +3 -3
- data/lib/stripe/params/financial_connections/transaction_retrieve_params.rb +1 -1
- data/lib/stripe/params/forwarding/request_create_params.rb +3 -3
- data/lib/stripe/params/forwarding/request_list_params.rb +2 -2
- data/lib/stripe/params/forwarding/request_retrieve_params.rb +1 -1
- data/lib/stripe/params/fx_quote_create_params.rb +4 -4
- data/lib/stripe/params/fx_quote_list_params.rb +1 -1
- data/lib/stripe/params/fx_quote_retrieve_params.rb +1 -1
- data/lib/stripe/params/identity/verification_report_list_params.rb +2 -6
- data/lib/stripe/params/identity/verification_report_retrieve_params.rb +1 -1
- data/lib/stripe/params/identity/verification_session_cancel_params.rb +1 -1
- data/lib/stripe/params/identity/verification_session_create_params.rb +5 -5
- data/lib/stripe/params/identity/verification_session_list_params.rb +2 -2
- data/lib/stripe/params/identity/verification_session_redact_params.rb +1 -1
- data/lib/stripe/params/identity/verification_session_retrieve_params.rb +1 -1
- data/lib/stripe/params/identity/verification_session_update_params.rb +4 -4
- data/lib/stripe/params/invoice_add_lines_params.rb +11 -11
- data/lib/stripe/params/invoice_attach_payment_params.rb +2 -2
- data/lib/stripe/params/invoice_create_params.rb +42 -42
- data/lib/stripe/params/invoice_create_preview_params.rb +100 -100
- data/lib/stripe/params/invoice_delete_params.rb +1 -1
- data/lib/stripe/params/invoice_finalize_invoice_params.rb +1 -1
- data/lib/stripe/params/invoice_item_create_params.rb +7 -7
- data/lib/stripe/params/invoice_item_delete_params.rb +1 -1
- data/lib/stripe/params/invoice_item_list_params.rb +2 -2
- data/lib/stripe/params/invoice_item_retrieve_params.rb +1 -1
- data/lib/stripe/params/invoice_item_update_params.rb +7 -7
- data/lib/stripe/params/invoice_line_item_list_params.rb +1 -1
- data/lib/stripe/params/invoice_line_item_update_params.rb +10 -10
- data/lib/stripe/params/invoice_list_params.rb +3 -7
- data/lib/stripe/params/invoice_mark_uncollectible_params.rb +1 -1
- data/lib/stripe/params/invoice_pay_params.rb +1 -1
- data/lib/stripe/params/invoice_payment_list_params.rb +2 -2
- data/lib/stripe/params/invoice_payment_retrieve_params.rb +1 -1
- data/lib/stripe/params/invoice_remove_lines_params.rb +2 -2
- data/lib/stripe/params/invoice_rendering_template_archive_params.rb +1 -1
- data/lib/stripe/params/invoice_rendering_template_list_params.rb +1 -1
- data/lib/stripe/params/invoice_rendering_template_retrieve_params.rb +1 -1
- data/lib/stripe/params/invoice_rendering_template_unarchive_params.rb +1 -1
- data/lib/stripe/params/invoice_retrieve_params.rb +1 -1
- data/lib/stripe/params/invoice_search_params.rb +1 -1
- data/lib/stripe/params/invoice_send_invoice_params.rb +1 -1
- data/lib/stripe/params/invoice_update_lines_params.rb +11 -11
- data/lib/stripe/params/invoice_update_params.rb +41 -41
- data/lib/stripe/params/invoice_void_invoice_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_approve_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_capture_params.rb +13 -13
- data/lib/stripe/params/issuing/authorization_create_params.rb +17 -17
- data/lib/stripe/params/issuing/authorization_decline_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_expire_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_finalize_amount_params.rb +8 -8
- data/lib/stripe/params/issuing/authorization_increment_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_list_params.rb +2 -2
- data/lib/stripe/params/issuing/authorization_respond_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_retrieve_params.rb +1 -1
- 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 +8 -8
- data/lib/stripe/params/issuing/card_deliver_card_params.rb +1 -1
- data/lib/stripe/params/issuing/card_fail_card_params.rb +1 -1
- data/lib/stripe/params/issuing/card_list_params.rb +2 -2
- data/lib/stripe/params/issuing/card_retrieve_params.rb +1 -1
- data/lib/stripe/params/issuing/card_return_card_params.rb +1 -1
- data/lib/stripe/params/issuing/card_ship_card_params.rb +1 -1
- data/lib/stripe/params/issuing/card_submit_card_params.rb +1 -1
- data/lib/stripe/params/issuing/card_update_params.rb +8 -8
- data/lib/stripe/params/issuing/cardholder_create_params.rb +12 -12
- data/lib/stripe/params/issuing/cardholder_list_params.rb +2 -2
- data/lib/stripe/params/issuing/cardholder_retrieve_params.rb +1 -1
- data/lib/stripe/params/issuing/cardholder_update_params.rb +12 -12
- data/lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb +9 -9
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb +3 -3
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb +7 -7
- data/lib/stripe/params/issuing/credit_underwriting_record_list_params.rb +1 -1
- data/lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb +5 -5
- data/lib/stripe/params/issuing/credit_underwriting_record_retrieve_params.rb +1 -1
- data/lib/stripe/params/issuing/dispute_create_params.rb +11 -11
- data/lib/stripe/params/issuing/dispute_list_params.rb +2 -2
- data/lib/stripe/params/issuing/dispute_retrieve_params.rb +1 -1
- data/lib/stripe/params/issuing/dispute_settlement_detail_list_params.rb +1 -1
- data/lib/stripe/params/issuing/dispute_settlement_detail_retrieve_params.rb +1 -1
- data/lib/stripe/params/issuing/dispute_submit_params.rb +1 -1
- data/lib/stripe/params/issuing/dispute_update_params.rb +10 -10
- data/lib/stripe/params/issuing/fraud_liability_debit_list_params.rb +2 -2
- data/lib/stripe/params/issuing/fraud_liability_debit_retrieve_params.rb +1 -1
- data/lib/stripe/params/issuing/personalization_design_activate_params.rb +1 -1
- data/lib/stripe/params/issuing/personalization_design_create_params.rb +3 -3
- data/lib/stripe/params/issuing/personalization_design_deactivate_params.rb +1 -1
- data/lib/stripe/params/issuing/personalization_design_list_params.rb +2 -2
- data/lib/stripe/params/issuing/personalization_design_reject_params.rb +2 -2
- data/lib/stripe/params/issuing/personalization_design_retrieve_params.rb +1 -1
- data/lib/stripe/params/issuing/personalization_design_update_params.rb +3 -3
- data/lib/stripe/params/issuing/physical_bundle_list_params.rb +1 -1
- data/lib/stripe/params/issuing/physical_bundle_retrieve_params.rb +1 -1
- data/lib/stripe/params/issuing/token_list_params.rb +2 -2
- data/lib/stripe/params/issuing/token_retrieve_params.rb +1 -1
- data/lib/stripe/params/issuing/token_update_params.rb +1 -1
- data/lib/stripe/params/issuing/transaction_create_force_capture_params.rb +14 -14
- data/lib/stripe/params/issuing/transaction_create_unlinked_refund_params.rb +14 -14
- data/lib/stripe/params/issuing/transaction_list_params.rb +2 -2
- data/lib/stripe/params/issuing/transaction_refund_params.rb +1 -1
- data/lib/stripe/params/issuing/transaction_retrieve_params.rb +1 -1
- data/lib/stripe/params/issuing/transaction_update_params.rb +1 -1
- data/lib/stripe/params/mandate_list_params.rb +1 -1
- data/lib/stripe/params/mandate_retrieve_params.rb +1 -1
- data/lib/stripe/params/margin_create_params.rb +1 -1
- data/lib/stripe/params/margin_list_params.rb +1 -1
- data/lib/stripe/params/margin_retrieve_params.rb +1 -1
- data/lib/stripe/params/margin_update_params.rb +1 -1
- data/lib/stripe/params/order_cancel_params.rb +1 -1
- data/lib/stripe/params/order_create_params.rb +49 -49
- data/lib/stripe/params/order_line_item_list_params.rb +1 -1
- data/lib/stripe/params/order_list_line_items_params.rb +1 -1
- data/lib/stripe/params/order_list_params.rb +1 -1
- data/lib/stripe/params/order_reopen_params.rb +1 -1
- data/lib/stripe/params/order_retrieve_params.rb +1 -1
- data/lib/stripe/params/order_submit_params.rb +1 -1
- data/lib/stripe/params/order_update_params.rb +49 -49
- data/lib/stripe/params/payment_attempt_record_list_params.rb +1 -1
- data/lib/stripe/params/payment_attempt_record_retrieve_params.rb +1 -1
- data/lib/stripe/params/payment_intent_amount_details_line_item_list_params.rb +1 -1
- data/lib/stripe/params/payment_intent_apply_customer_balance_params.rb +1 -1
- data/lib/stripe/params/payment_intent_cancel_params.rb +1 -1
- data/lib/stripe/params/payment_intent_capture_params.rb +44 -44
- data/lib/stripe/params/payment_intent_confirm_params.rb +200 -221
- data/lib/stripe/params/payment_intent_create_params.rb +202 -223
- data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +5 -5
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +18 -18
- data/lib/stripe/params/payment_intent_list_params.rb +2 -2
- data/lib/stripe/params/payment_intent_retrieve_params.rb +1 -1
- data/lib/stripe/params/payment_intent_search_params.rb +1 -1
- data/lib/stripe/params/payment_intent_trigger_action_params.rb +2 -2
- data/lib/stripe/params/payment_intent_update_params.rb +199 -220
- data/lib/stripe/params/payment_intent_verify_microdeposits_params.rb +1 -1
- data/lib/stripe/params/payment_link_create_params.rb +44 -44
- data/lib/stripe/params/payment_link_line_item_list_params.rb +1 -1
- data/lib/stripe/params/payment_link_list_line_items_params.rb +1 -1
- data/lib/stripe/params/payment_link_list_params.rb +1 -1
- data/lib/stripe/params/payment_link_retrieve_params.rb +1 -1
- data/lib/stripe/params/payment_link_update_params.rb +35 -35
- data/lib/stripe/params/payment_method_attach_params.rb +1 -1
- data/lib/stripe/params/payment_method_configuration_create_params.rb +119 -119
- data/lib/stripe/params/payment_method_configuration_list_params.rb +1 -1
- data/lib/stripe/params/payment_method_configuration_retrieve_params.rb +1 -1
- data/lib/stripe/params/payment_method_configuration_update_params.rb +119 -119
- data/lib/stripe/params/payment_method_create_params.rb +65 -65
- data/lib/stripe/params/payment_method_detach_params.rb +1 -1
- data/lib/stripe/params/payment_method_domain_create_params.rb +1 -1
- data/lib/stripe/params/payment_method_domain_list_params.rb +1 -1
- data/lib/stripe/params/payment_method_domain_retrieve_params.rb +1 -1
- data/lib/stripe/params/payment_method_domain_update_params.rb +1 -1
- data/lib/stripe/params/payment_method_domain_validate_params.rb +1 -1
- data/lib/stripe/params/payment_method_list_params.rb +1 -1
- data/lib/stripe/params/payment_method_retrieve_params.rb +1 -1
- data/lib/stripe/params/payment_method_update_params.rb +7 -7
- data/lib/stripe/params/payment_record_report_payment_attempt_canceled_params.rb +1 -1
- data/lib/stripe/params/payment_record_report_payment_attempt_failed_params.rb +1 -1
- data/lib/stripe/params/payment_record_report_payment_attempt_guaranteed_params.rb +1 -1
- data/lib/stripe/params/payment_record_report_payment_attempt_informational_params.rb +4 -4
- data/lib/stripe/params/payment_record_report_payment_attempt_params.rb +9 -9
- data/lib/stripe/params/payment_record_report_payment_params.rb +13 -13
- data/lib/stripe/params/payment_record_retrieve_params.rb +1 -1
- data/lib/stripe/params/payout_cancel_params.rb +1 -1
- data/lib/stripe/params/payout_create_params.rb +1 -1
- data/lib/stripe/params/payout_list_params.rb +3 -3
- data/lib/stripe/params/payout_retrieve_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_delete_params.rb +1 -1
- data/lib/stripe/params/plan_list_params.rb +2 -2
- data/lib/stripe/params/plan_retrieve_params.rb +1 -1
- data/lib/stripe/params/plan_update_params.rb +1 -1
- data/lib/stripe/params/price_create_params.rb +9 -9
- data/lib/stripe/params/price_list_params.rb +3 -3
- data/lib/stripe/params/price_retrieve_params.rb +1 -1
- data/lib/stripe/params/price_search_params.rb +1 -1
- data/lib/stripe/params/price_update_params.rb +5 -5
- data/lib/stripe/params/privacy/redaction_job_cancel_params.rb +1 -1
- data/lib/stripe/params/privacy/redaction_job_create_params.rb +2 -2
- data/lib/stripe/params/privacy/redaction_job_list_params.rb +1 -1
- data/lib/stripe/params/privacy/redaction_job_retrieve_params.rb +1 -1
- data/lib/stripe/params/privacy/redaction_job_run_params.rb +1 -1
- data/lib/stripe/params/privacy/redaction_job_update_params.rb +1 -1
- data/lib/stripe/params/privacy/redaction_job_validate_params.rb +1 -1
- data/lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb +1 -1
- data/lib/stripe/params/product_create_params.rb +9 -9
- data/lib/stripe/params/product_delete_params.rb +1 -1
- data/lib/stripe/params/product_feature_create_params.rb +1 -1
- data/lib/stripe/params/product_feature_delete_params.rb +1 -1
- data/lib/stripe/params/product_feature_list_params.rb +1 -1
- data/lib/stripe/params/product_feature_retrieve_params.rb +1 -1
- data/lib/stripe/params/product_list_params.rb +2 -2
- data/lib/stripe/params/product_retrieve_params.rb +1 -1
- data/lib/stripe/params/product_search_params.rb +1 -1
- data/lib/stripe/params/product_update_params.rb +3 -3
- data/lib/stripe/params/promotion_code_create_params.rb +4 -4
- data/lib/stripe/params/promotion_code_list_params.rb +2 -2
- data/lib/stripe/params/promotion_code_retrieve_params.rb +1 -1
- data/lib/stripe/params/promotion_code_update_params.rb +3 -3
- data/lib/stripe/params/quote_accept_params.rb +1 -1
- data/lib/stripe/params/quote_cancel_params.rb +1 -1
- data/lib/stripe/params/quote_computed_upfront_line_items_list_params.rb +1 -1
- data/lib/stripe/params/quote_create_params.rb +63 -63
- data/lib/stripe/params/quote_finalize_quote_params.rb +1 -1
- data/lib/stripe/params/quote_line_item_list_params.rb +1 -1
- data/lib/stripe/params/quote_line_list_params.rb +1 -1
- data/lib/stripe/params/quote_list_computed_upfront_line_items_params.rb +1 -1
- data/lib/stripe/params/quote_list_line_items_params.rb +1 -1
- data/lib/stripe/params/quote_list_lines_params.rb +1 -1
- data/lib/stripe/params/quote_list_params.rb +1 -1
- data/lib/stripe/params/quote_list_preview_invoice_lines_params.rb +1 -1
- data/lib/stripe/params/quote_mark_draft_params.rb +1 -1
- data/lib/stripe/params/quote_mark_stale_params.rb +1 -1
- data/lib/stripe/params/quote_pdf_params.rb +1 -1
- data/lib/stripe/params/quote_preview_invoice_list_params.rb +1 -1
- data/lib/stripe/params/quote_preview_subscription_schedule_list_params.rb +1 -1
- data/lib/stripe/params/quote_reestimate_params.rb +1 -1
- data/lib/stripe/params/quote_retrieve_params.rb +1 -1
- data/lib/stripe/params/quote_update_params.rb +60 -60
- data/lib/stripe/params/radar/early_fraud_warning_list_params.rb +2 -2
- data/lib/stripe/params/radar/early_fraud_warning_retrieve_params.rb +1 -1
- data/lib/stripe/params/radar/value_list_create_params.rb +1 -1
- data/lib/stripe/params/radar/value_list_delete_params.rb +1 -1
- data/lib/stripe/params/radar/value_list_item_create_params.rb +1 -1
- data/lib/stripe/params/radar/value_list_item_delete_params.rb +1 -1
- data/lib/stripe/params/radar/value_list_item_list_params.rb +2 -2
- data/lib/stripe/params/radar/value_list_item_retrieve_params.rb +1 -1
- data/lib/stripe/params/radar/value_list_list_params.rb +2 -2
- data/lib/stripe/params/radar/value_list_retrieve_params.rb +1 -1
- data/lib/stripe/params/radar/value_list_update_params.rb +1 -1
- data/lib/stripe/params/refund_cancel_params.rb +1 -1
- data/lib/stripe/params/refund_create_params.rb +1 -1
- data/lib/stripe/params/refund_expire_params.rb +1 -1
- data/lib/stripe/params/refund_list_params.rb +2 -2
- data/lib/stripe/params/refund_retrieve_params.rb +1 -1
- 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/reporting/report_run_list_params.rb +2 -2
- data/lib/stripe/params/reporting/report_run_retrieve_params.rb +1 -1
- data/lib/stripe/params/reporting/report_type_list_params.rb +1 -1
- data/lib/stripe/params/reporting/report_type_retrieve_params.rb +1 -1
- data/lib/stripe/params/review_approve_params.rb +1 -1
- data/lib/stripe/params/review_list_params.rb +2 -2
- data/lib/stripe/params/review_retrieve_params.rb +1 -1
- data/lib/stripe/params/setup_attempt_list_params.rb +2 -2
- data/lib/stripe/params/setup_intent_cancel_params.rb +1 -1
- data/lib/stripe/params/setup_intent_confirm_params.rb +99 -128
- data/lib/stripe/params/setup_intent_create_params.rb +101 -130
- data/lib/stripe/params/setup_intent_list_params.rb +2 -2
- data/lib/stripe/params/setup_intent_retrieve_params.rb +1 -1
- data/lib/stripe/params/setup_intent_update_params.rb +95 -124
- data/lib/stripe/params/setup_intent_verify_microdeposits_params.rb +1 -1
- data/lib/stripe/params/shipping_rate_create_params.rb +6 -6
- data/lib/stripe/params/shipping_rate_list_params.rb +2 -2
- data/lib/stripe/params/shipping_rate_retrieve_params.rb +1 -1
- data/lib/stripe/params/shipping_rate_update_params.rb +3 -3
- data/lib/stripe/params/sigma/scheduled_query_run_list_params.rb +1 -1
- data/lib/stripe/params/sigma/scheduled_query_run_retrieve_params.rb +1 -1
- data/lib/stripe/params/source_create_params.rb +13 -13
- data/lib/stripe/params/source_detach_params.rb +1 -1
- data/lib/stripe/params/source_retrieve_params.rb +1 -1
- data/lib/stripe/params/source_transaction_list_params.rb +1 -1
- data/lib/stripe/params/source_update_params.rb +11 -11
- data/lib/stripe/params/source_verify_params.rb +1 -1
- data/lib/stripe/params/subscription_attach_cadence_params.rb +1 -1
- data/lib/stripe/params/subscription_cancel_params.rb +2 -2
- data/lib/stripe/params/subscription_create_params.rb +57 -57
- data/lib/stripe/params/subscription_delete_discount_params.rb +1 -1
- data/lib/stripe/params/subscription_item_create_params.rb +8 -8
- data/lib/stripe/params/subscription_item_delete_params.rb +1 -1
- data/lib/stripe/params/subscription_item_list_params.rb +1 -1
- data/lib/stripe/params/subscription_item_retrieve_params.rb +1 -1
- data/lib/stripe/params/subscription_item_update_params.rb +7 -7
- data/lib/stripe/params/subscription_list_params.rb +5 -5
- data/lib/stripe/params/subscription_migrate_params.rb +3 -3
- data/lib/stripe/params/subscription_resume_params.rb +1 -1
- data/lib/stripe/params/subscription_retrieve_params.rb +1 -1
- data/lib/stripe/params/subscription_schedule_amend_params.rb +37 -37
- data/lib/stripe/params/subscription_schedule_cancel_params.rb +1 -1
- data/lib/stripe/params/subscription_schedule_create_params.rb +41 -41
- data/lib/stripe/params/subscription_schedule_list_params.rb +5 -5
- data/lib/stripe/params/subscription_schedule_release_params.rb +1 -1
- data/lib/stripe/params/subscription_schedule_retrieve_params.rb +1 -1
- data/lib/stripe/params/subscription_schedule_update_params.rb +39 -39
- data/lib/stripe/params/subscription_search_params.rb +1 -1
- data/lib/stripe/params/subscription_update_params.rb +55 -55
- data/lib/stripe/params/tax/association_find_params.rb +1 -1
- data/lib/stripe/params/tax/calculation_create_params.rb +8 -8
- data/lib/stripe/params/tax/calculation_line_item_list_params.rb +1 -1
- data/lib/stripe/params/tax/calculation_list_line_items_params.rb +1 -1
- data/lib/stripe/params/tax/calculation_retrieve_params.rb +1 -1
- data/lib/stripe/params/tax/form_list_params.rb +2 -2
- data/lib/stripe/params/tax/form_pdf_params.rb +1 -1
- data/lib/stripe/params/tax/form_retrieve_params.rb +1 -1
- data/lib/stripe/params/tax/registration_create_params.rb +163 -163
- data/lib/stripe/params/tax/registration_list_params.rb +1 -1
- data/lib/stripe/params/tax/registration_retrieve_params.rb +1 -1
- data/lib/stripe/params/tax/registration_update_params.rb +1 -1
- data/lib/stripe/params/tax/settings_retrieve_params.rb +1 -1
- data/lib/stripe/params/tax/settings_update_params.rb +4 -4
- data/lib/stripe/params/tax/transaction_create_from_calculation_params.rb +1 -1
- data/lib/stripe/params/tax/transaction_create_reversal_params.rb +3 -3
- data/lib/stripe/params/tax/transaction_line_item_list_params.rb +1 -1
- data/lib/stripe/params/tax/transaction_list_line_items_params.rb +1 -1
- data/lib/stripe/params/tax/transaction_retrieve_params.rb +1 -1
- data/lib/stripe/params/tax_code_list_params.rb +1 -1
- data/lib/stripe/params/tax_code_retrieve_params.rb +1 -1
- data/lib/stripe/params/tax_id_create_params.rb +2 -2
- data/lib/stripe/params/tax_id_delete_params.rb +1 -1
- data/lib/stripe/params/tax_id_list_params.rb +2 -2
- data/lib/stripe/params/tax_id_retrieve_params.rb +1 -1
- data/lib/stripe/params/tax_rate_create_params.rb +1 -1
- data/lib/stripe/params/tax_rate_list_params.rb +2 -2
- data/lib/stripe/params/tax_rate_retrieve_params.rb +1 -1
- data/lib/stripe/params/tax_rate_update_params.rb +1 -1
- data/lib/stripe/params/terminal/configuration_create_params.rb +34 -34
- data/lib/stripe/params/terminal/configuration_delete_params.rb +1 -1
- data/lib/stripe/params/terminal/configuration_list_params.rb +1 -1
- data/lib/stripe/params/terminal/configuration_retrieve_params.rb +1 -1
- data/lib/stripe/params/terminal/configuration_update_params.rb +34 -34
- data/lib/stripe/params/terminal/connection_token_create_params.rb +1 -1
- data/lib/stripe/params/terminal/location_create_params.rb +4 -4
- data/lib/stripe/params/terminal/location_delete_params.rb +1 -1
- data/lib/stripe/params/terminal/location_list_params.rb +1 -1
- data/lib/stripe/params/terminal/location_retrieve_params.rb +1 -1
- data/lib/stripe/params/terminal/location_update_params.rb +4 -4
- data/lib/stripe/params/terminal/onboarding_link_create_params.rb +3 -3
- data/lib/stripe/params/terminal/reader_cancel_action_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_collect_inputs_params.rb +6 -6
- data/lib/stripe/params/terminal/reader_collect_payment_method_params.rb +3 -3
- data/lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_confirm_payment_intent_params.rb +2 -2
- data/lib/stripe/params/terminal/reader_create_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_delete_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_list_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_present_payment_method_params.rb +4 -4
- data/lib/stripe/params/terminal/reader_process_payment_intent_params.rb +3 -3
- data/lib/stripe/params/terminal/reader_process_setup_intent_params.rb +2 -2
- data/lib/stripe/params/terminal/reader_refund_payment_params.rb +2 -2
- data/lib/stripe/params/terminal/reader_retrieve_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_set_reader_display_params.rb +3 -3
- data/lib/stripe/params/terminal/reader_succeed_input_collection_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_timeout_input_collection_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_update_params.rb +1 -1
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +70 -70
- data/lib/stripe/params/test_helpers/customer_fund_cash_balance_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/authorization_capture_params.rb +13 -13
- data/lib/stripe/params/test_helpers/issuing/authorization_create_params.rb +17 -17
- data/lib/stripe/params/test_helpers/issuing/authorization_expire_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/authorization_finalize_amount_params.rb +8 -8
- data/lib/stripe/params/test_helpers/issuing/authorization_increment_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/authorization_respond_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/authorization_reverse_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/card_deliver_card_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/card_fail_card_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/card_return_card_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/card_ship_card_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/card_submit_card_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/personalization_design_activate_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/personalization_design_deactivate_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/personalization_design_reject_params.rb +2 -2
- data/lib/stripe/params/test_helpers/issuing/transaction_create_force_capture_params.rb +14 -14
- data/lib/stripe/params/test_helpers/issuing/transaction_create_unlinked_refund_params.rb +14 -14
- data/lib/stripe/params/test_helpers/issuing/transaction_refund_params.rb +1 -1
- data/lib/stripe/params/test_helpers/refund_expire_params.rb +1 -1
- data/lib/stripe/params/test_helpers/terminal/reader_present_payment_method_params.rb +4 -4
- data/lib/stripe/params/test_helpers/terminal/reader_succeed_input_collection_params.rb +1 -1
- data/lib/stripe/params/test_helpers/terminal/reader_timeout_input_collection_params.rb +1 -1
- data/lib/stripe/params/test_helpers/test_clock_advance_params.rb +1 -1
- data/lib/stripe/params/test_helpers/test_clock_create_params.rb +1 -1
- data/lib/stripe/params/test_helpers/test_clock_delete_params.rb +1 -1
- data/lib/stripe/params/test_helpers/test_clock_list_params.rb +1 -1
- data/lib/stripe/params/test_helpers/test_clock_retrieve_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/inbound_transfer_fail_params.rb +2 -2
- data/lib/stripe/params/test_helpers/treasury/inbound_transfer_return_inbound_transfer_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/inbound_transfer_succeed_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_fail_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_post_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_return_outbound_payment_params.rb +2 -2
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_update_params.rb +4 -4
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_fail_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_post_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_return_outbound_transfer_params.rb +2 -2
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_update_params.rb +4 -4
- data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +5 -5
- data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +5 -5
- data/lib/stripe/params/token_create_params.rb +45 -45
- data/lib/stripe/params/token_retrieve_params.rb +1 -1
- data/lib/stripe/params/topup_cancel_params.rb +1 -1
- data/lib/stripe/params/topup_create_params.rb +1 -1
- data/lib/stripe/params/topup_list_params.rb +3 -3
- data/lib/stripe/params/topup_retrieve_params.rb +1 -1
- data/lib/stripe/params/topup_update_params.rb +1 -1
- data/lib/stripe/params/transfer_create_params.rb +1 -1
- data/lib/stripe/params/transfer_list_params.rb +2 -2
- data/lib/stripe/params/transfer_retrieve_params.rb +1 -1
- data/lib/stripe/params/transfer_reversal_create_params.rb +1 -1
- data/lib/stripe/params/transfer_reversal_list_params.rb +1 -1
- data/lib/stripe/params/transfer_reversal_retrieve_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/credit_reversal_list_params.rb +1 -1
- data/lib/stripe/params/treasury/credit_reversal_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/debit_reversal_create_params.rb +1 -1
- data/lib/stripe/params/treasury/debit_reversal_list_params.rb +1 -1
- data/lib/stripe/params/treasury/debit_reversal_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/financial_account_close_params.rb +2 -2
- data/lib/stripe/params/treasury/financial_account_create_params.rb +16 -16
- data/lib/stripe/params/treasury/financial_account_features_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/financial_account_features_update_params.rb +14 -14
- data/lib/stripe/params/treasury/financial_account_list_params.rb +2 -2
- data/lib/stripe/params/treasury/financial_account_retrieve_features_params.rb +1 -1
- data/lib/stripe/params/treasury/financial_account_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/financial_account_update_features_params.rb +14 -14
- data/lib/stripe/params/treasury/financial_account_update_params.rb +17 -17
- data/lib/stripe/params/treasury/inbound_transfer_cancel_params.rb +1 -1
- data/lib/stripe/params/treasury/inbound_transfer_create_params.rb +1 -1
- data/lib/stripe/params/treasury/inbound_transfer_fail_params.rb +2 -2
- data/lib/stripe/params/treasury/inbound_transfer_list_params.rb +1 -1
- data/lib/stripe/params/treasury/inbound_transfer_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/inbound_transfer_return_inbound_transfer_params.rb +1 -1
- data/lib/stripe/params/treasury/inbound_transfer_succeed_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_payment_cancel_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_payment_create_params.rb +8 -8
- data/lib/stripe/params/treasury/outbound_payment_fail_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_payment_list_params.rb +2 -2
- data/lib/stripe/params/treasury/outbound_payment_post_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_payment_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_payment_return_outbound_payment_params.rb +2 -2
- data/lib/stripe/params/treasury/outbound_payment_update_params.rb +4 -4
- data/lib/stripe/params/treasury/outbound_transfer_cancel_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +6 -6
- data/lib/stripe/params/treasury/outbound_transfer_fail_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_transfer_list_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_transfer_post_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_transfer_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_transfer_return_outbound_transfer_params.rb +2 -2
- data/lib/stripe/params/treasury/outbound_transfer_update_params.rb +4 -4
- data/lib/stripe/params/treasury/received_credit_create_params.rb +5 -5
- data/lib/stripe/params/treasury/received_credit_list_params.rb +2 -2
- data/lib/stripe/params/treasury/received_credit_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/received_debit_create_params.rb +5 -5
- data/lib/stripe/params/treasury/received_debit_list_params.rb +1 -1
- data/lib/stripe/params/treasury/received_debit_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/transaction_entry_list_params.rb +3 -3
- data/lib/stripe/params/treasury/transaction_entry_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/transaction_list_params.rb +4 -4
- data/lib/stripe/params/treasury/transaction_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/billing/bill_setting_create_params.rb +5 -5
- data/lib/stripe/params/v2/billing/bill_setting_list_params.rb +1 -1
- data/lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/billing/bill_setting_update_params.rb +5 -5
- data/lib/stripe/params/v2/billing/bill_settings/version_list_params.rb +1 -1
- data/lib/stripe/params/v2/billing/bill_settings/version_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +1 -8
- data/lib/stripe/params/v2/billing/cadence_create_params.rb +14 -18
- data/lib/stripe/params/v2/billing/cadence_list_params.rb +2 -2
- data/lib/stripe/params/v2/billing/cadence_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/billing/cadence_update_params.rb +6 -9
- data/lib/stripe/params/v2/billing/collection_setting_create_params.rb +17 -17
- data/lib/stripe/params/v2/billing/collection_setting_list_params.rb +1 -1
- data/lib/stripe/params/v2/billing/collection_setting_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/billing/collection_setting_update_params.rb +17 -17
- data/lib/stripe/params/v2/billing/collection_settings/version_list_params.rb +1 -1
- data/lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/billing/meter_event_adjustment_create_params.rb +2 -2
- data/lib/stripe/params/v2/billing/meter_event_create_params.rb +1 -1
- data/lib/stripe/params/v2/billing/meter_event_session_create_params.rb +1 -1
- data/lib/stripe/params/v2/billing/meter_event_stream_create_params.rb +2 -2
- data/lib/stripe/params/v2/billing/profile_create_params.rb +1 -1
- data/lib/stripe/params/v2/billing/profile_list_params.rb +1 -1
- data/lib/stripe/params/v2/billing/profile_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/billing/profile_update_params.rb +1 -1
- data/lib/stripe/params/v2/core/account_close_params.rb +1 -1
- data/lib/stripe/params/v2/core/account_create_params.rb +148 -620
- data/lib/stripe/params/v2/core/account_link_create_params.rb +6 -6
- data/lib/stripe/params/v2/core/account_list_params.rb +2 -5
- data/lib/stripe/params/v2/core/account_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/core/account_update_params.rb +148 -623
- data/lib/stripe/params/v2/core/accounts/person_create_params.rb +23 -23
- data/lib/stripe/params/v2/core/accounts/person_delete_params.rb +1 -1
- data/lib/stripe/params/v2/core/accounts/person_list_params.rb +1 -1
- data/lib/stripe/params/v2/core/accounts/person_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/core/accounts/person_update_params.rb +23 -23
- data/lib/stripe/params/v2/core/event_destination_create_params.rb +3 -3
- data/lib/stripe/params/v2/core/event_destination_delete_params.rb +1 -1
- data/lib/stripe/params/v2/core/event_destination_disable_params.rb +1 -1
- data/lib/stripe/params/v2/core/event_destination_enable_params.rb +1 -1
- data/lib/stripe/params/v2/core/event_destination_list_params.rb +1 -1
- data/lib/stripe/params/v2/core/event_destination_ping_params.rb +1 -1
- data/lib/stripe/params/v2/core/event_destination_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/core/event_destination_update_params.rb +2 -2
- data/lib/stripe/params/v2/core/event_list_params.rb +2 -25
- data/lib/stripe/params/v2/core/event_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/core/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb +1 -1
- data/lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb +1 -1
- data/lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb +2 -2
- data/lib/stripe/params/v2/core/vault/gb_bank_account_initiate_confirmation_of_payee_params.rb +1 -1
- data/lib/stripe/params/v2/core/vault/gb_bank_account_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/core/vault/us_bank_account_archive_params.rb +1 -1
- data/lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb +1 -1
- data/lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/adjustment_list_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/financial_account_close_params.rb +2 -2
- data/lib/stripe/params/v2/money_management/financial_account_create_params.rb +2 -2
- data/lib/stripe/params/v2/money_management/financial_account_list_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +2 -13
- data/lib/stripe/params/v2/money_management/financial_address_list_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/financial_address_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb +3 -3
- data/lib/stripe/params/v2/money_management/inbound_transfer_list_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/inbound_transfer_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/outbound_payment_cancel_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +5 -9
- data/lib/stripe/params/v2/money_management/outbound_payment_list_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +4 -4
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/outbound_payment_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_cancel_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb +5 -23
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_list_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_update_params.rb +4 -4
- data/lib/stripe/params/v2/money_management/outbound_transfer_cancel_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +4 -8
- data/lib/stripe/params/v2/money_management/outbound_transfer_list_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/outbound_transfer_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/payout_method_archive_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/payout_method_list_params.rb +2 -2
- data/lib/stripe/params/v2/money_management/payout_method_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/payout_method_unarchive_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/payout_methods_bank_account_spec_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/received_credit_list_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/received_credit_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/received_debit_list_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/received_debit_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/transaction_entry_list_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/transaction_entry_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/transaction_list_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/transaction_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/payments/off_session_payment_cancel_params.rb +1 -1
- data/lib/stripe/params/v2/payments/off_session_payment_capture_params.rb +2 -2
- data/lib/stripe/params/v2/payments/off_session_payment_create_params.rb +12 -12
- data/lib/stripe/params/v2/payments/off_session_payment_list_params.rb +1 -1
- data/lib/stripe/params/v2/payments/off_session_payment_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb +1 -1
- data/lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb +1 -1
- data/lib/stripe/params/webhook_endpoint_create_params.rb +1 -1
- data/lib/stripe/params/webhook_endpoint_delete_params.rb +1 -1
- data/lib/stripe/params/webhook_endpoint_list_params.rb +1 -1
- data/lib/stripe/params/webhook_endpoint_retrieve_params.rb +1 -1
- data/lib/stripe/params/webhook_endpoint_update_params.rb +1 -1
- data/lib/stripe/params.rb +0 -87
- data/lib/stripe/resources/account.rb +49 -49
- data/lib/stripe/resources/account_notice.rb +2 -2
- data/lib/stripe/resources/account_session.rb +45 -45
- data/lib/stripe/resources/application_fee.rb +1 -1
- data/lib/stripe/resources/apps/secret.rb +1 -1
- data/lib/stripe/resources/balance.rb +18 -18
- data/lib/stripe/resources/balance_settings.rb +4 -4
- data/lib/stripe/resources/balance_transaction.rb +1 -1
- data/lib/stripe/resources/bank_account.rb +4 -4
- data/lib/stripe/resources/billing/alert.rb +3 -107
- data/lib/stripe/resources/billing/alert_triggered.rb +0 -6
- data/lib/stripe/resources/billing/credit_balance_summary.rb +7 -89
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +10 -92
- data/lib/stripe/resources/billing/credit_grant.rb +7 -63
- data/lib/stripe/resources/billing/meter.rb +4 -6
- data/lib/stripe/resources/billing/meter_event_adjustment.rb +1 -1
- data/lib/stripe/resources/billing/meter_event_summary.rb +0 -2
- data/lib/stripe/resources/billing_portal/configuration.rb +13 -13
- data/lib/stripe/resources/billing_portal/session.rb +11 -11
- data/lib/stripe/resources/capability.rb +6 -6
- data/lib/stripe/resources/capital/financing_offer.rb +2 -2
- data/lib/stripe/resources/capital/financing_summary.rb +2 -2
- data/lib/stripe/resources/capital/financing_transaction.rb +2 -2
- data/lib/stripe/resources/card.rb +2 -19
- data/lib/stripe/resources/cash_balance.rb +1 -1
- data/lib/stripe/resources/charge.rb +116 -132
- data/lib/stripe/resources/checkout/session.rb +112 -204
- data/lib/stripe/resources/climate/order.rb +3 -3
- data/lib/stripe/resources/climate/product.rb +1 -1
- data/lib/stripe/resources/climate/supplier.rb +1 -1
- data/lib/stripe/resources/confirmation_token.rb +102 -120
- data/lib/stripe/resources/country_spec.rb +3 -3
- data/lib/stripe/resources/coupon.rb +3 -3
- data/lib/stripe/resources/credit_note.rb +8 -26
- data/lib/stripe/resources/credit_note_line_item.rb +5 -5
- data/lib/stripe/resources/customer.rb +8 -8
- data/lib/stripe/resources/customer_cash_balance_transaction.rb +11 -11
- data/lib/stripe/resources/customer_session.rb +5 -5
- data/lib/stripe/resources/discount.rb +1 -1
- data/lib/stripe/resources/dispute.rb +18 -18
- data/lib/stripe/resources/event.rb +6 -6
- data/lib/stripe/resources/financial_connections/account.rb +8 -8
- data/lib/stripe/resources/financial_connections/institution.rb +5 -5
- data/lib/stripe/resources/financial_connections/session.rb +6 -6
- data/lib/stripe/resources/financial_connections/transaction.rb +1 -1
- data/lib/stripe/resources/forwarding/request.rb +5 -5
- data/lib/stripe/resources/funding_instructions.rb +20 -20
- data/lib/stripe/resources/fx_quote.rb +5 -5
- data/lib/stripe/resources/identity/verification_report.rb +18 -22
- data/lib/stripe/resources/identity/verification_session.rb +13 -13
- data/lib/stripe/resources/invoice.rb +50 -50
- data/lib/stripe/resources/invoice_item.rb +9 -97
- data/lib/stripe/resources/invoice_line_item.rb +17 -107
- data/lib/stripe/resources/invoice_payment.rb +2 -2
- data/lib/stripe/resources/issuing/authorization.rb +19 -19
- data/lib/stripe/resources/issuing/card.rb +10 -10
- data/lib/stripe/resources/issuing/cardholder.rb +12 -12
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +8 -8
- data/lib/stripe/resources/issuing/dispute.rb +10 -10
- data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +1 -1
- data/lib/stripe/resources/issuing/personalization_design.rb +3 -3
- data/lib/stripe/resources/issuing/physical_bundle.rb +1 -1
- data/lib/stripe/resources/issuing/token.rb +6 -6
- data/lib/stripe/resources/issuing/transaction.rb +16 -16
- data/lib/stripe/resources/line_item.rb +5 -5
- data/lib/stripe/resources/mandate.rb +24 -24
- data/lib/stripe/resources/order.rb +39 -39
- data/lib/stripe/resources/payment_attempt_record.rb +102 -102
- data/lib/stripe/resources/payment_intent.rb +158 -186
- data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +6 -6
- data/lib/stripe/resources/payment_link.rb +38 -38
- data/lib/stripe/resources/payment_method.rb +93 -131
- data/lib/stripe/resources/payment_method_configuration.rb +114 -114
- data/lib/stripe/resources/payment_method_domain.rb +12 -12
- data/lib/stripe/resources/payment_record.rb +102 -102
- data/lib/stripe/resources/payout.rb +1 -1
- data/lib/stripe/resources/person.rb +20 -20
- data/lib/stripe/resources/plan.rb +2 -2
- data/lib/stripe/resources/price.rb +8 -8
- data/lib/stripe/resources/privacy/redaction_job.rb +1 -1
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +1 -1
- data/lib/stripe/resources/product.rb +2 -2
- data/lib/stripe/resources/promotion_code.rb +3 -3
- data/lib/stripe/resources/quote.rb +51 -51
- data/lib/stripe/resources/quote_line.rb +28 -28
- data/lib/stripe/resources/quote_preview_invoice.rb +51 -51
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +37 -37
- data/lib/stripe/resources/refund.rb +38 -38
- data/lib/stripe/resources/reporting/report_run.rb +1 -1
- data/lib/stripe/resources/review.rb +2 -2
- data/lib/stripe/resources/setup_attempt.rb +33 -33
- data/lib/stripe/resources/setup_intent.rb +32 -72
- data/lib/stripe/resources/shipping_rate.rb +5 -5
- data/lib/stripe/resources/sigma/scheduled_query_run.rb +1 -1
- data/lib/stripe/resources/source.rb +30 -30
- data/lib/stripe/resources/source_mandate_notification.rb +3 -3
- data/lib/stripe/resources/source_transaction.rb +5 -5
- data/lib/stripe/resources/subscription.rb +42 -42
- data/lib/stripe/resources/subscription_item.rb +2 -2
- data/lib/stripe/resources/subscription_schedule.rb +36 -36
- 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 +3 -3
- data/lib/stripe/resources/tax/form.rb +11 -11
- data/lib/stripe/resources/tax/registration.rb +140 -140
- data/lib/stripe/resources/tax/settings.rb +6 -6
- data/lib/stripe/resources/tax/transaction.rb +10 -10
- data/lib/stripe/resources/tax/transaction_line_item.rb +1 -1
- data/lib/stripe/resources/tax_id.rb +2 -2
- data/lib/stripe/resources/tax_rate.rb +1 -1
- data/lib/stripe/resources/terminal/configuration.rb +33 -33
- data/lib/stripe/resources/terminal/location.rb +3 -3
- data/lib/stripe/resources/terminal/onboarding_link.rb +2 -2
- data/lib/stripe/resources/terminal/reader.rb +27 -27
- data/lib/stripe/resources/terminal/reader_collected_data.rb +1 -1
- data/lib/stripe/resources/test_helpers/test_clock.rb +2 -2
- data/lib/stripe/resources/treasury/credit_reversal.rb +1 -1
- data/lib/stripe/resources/treasury/debit_reversal.rb +2 -2
- data/lib/stripe/resources/treasury/financial_account.rb +6 -6
- data/lib/stripe/resources/treasury/financial_account_features.rb +22 -22
- data/lib/stripe/resources/treasury/inbound_transfer.rb +7 -7
- data/lib/stripe/resources/treasury/outbound_payment.rb +11 -11
- data/lib/stripe/resources/treasury/outbound_transfer.rb +12 -12
- data/lib/stripe/resources/treasury/received_credit.rb +10 -10
- data/lib/stripe/resources/treasury/received_debit.rb +9 -9
- data/lib/stripe/resources/treasury/transaction.rb +3 -3
- data/lib/stripe/resources/treasury/transaction_entry.rb +2 -2
- data/lib/stripe/resources/v2/billing/bill_setting.rb +4 -4
- data/lib/stripe/resources/v2/billing/bill_setting_version.rb +4 -4
- data/lib/stripe/resources/v2/billing/cadence.rb +36 -82
- data/lib/stripe/resources/v2/billing/collection_setting.rb +16 -16
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +16 -16
- data/lib/stripe/resources/v2/billing/meter_event_adjustment.rb +1 -1
- data/lib/stripe/resources/v2/core/account.rb +223 -981
- data/lib/stripe/resources/v2/core/account_link.rb +5 -5
- data/lib/stripe/resources/v2/core/account_person.rb +22 -22
- data/lib/stripe/resources/v2/core/event.rb +2 -6
- data/lib/stripe/resources/v2/core/event_destination.rb +4 -4
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +4 -4
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +1 -35
- data/lib/stripe/resources/v2/money_management/adjustment.rb +1 -1
- data/lib/stripe/resources/v2/money_management/financial_account.rb +6 -6
- data/lib/stripe/resources/v2/money_management/financial_address.rb +4 -4
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +6 -6
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +9 -11
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +6 -6
- data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +2 -2
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +8 -10
- data/lib/stripe/resources/v2/money_management/payout_method.rb +4 -32
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +3 -3
- data/lib/stripe/resources/v2/money_management/received_credit.rb +9 -9
- data/lib/stripe/resources/v2/money_management/received_debit.rb +5 -7
- data/lib/stripe/resources/v2/money_management/transaction.rb +3 -3
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +3 -3
- data/lib/stripe/resources/v2/payments/off_session_payment.rb +9 -9
- data/lib/stripe/resources.rb +1 -274
- data/lib/stripe/services/identity_service.rb +1 -2
- data/lib/stripe/services/payment_method_service.rb +0 -11
- data/lib/stripe/services/v1_services.rb +1 -2
- data/lib/stripe/services/v2/billing_service.rb +1 -14
- data/lib/stripe/services/v2/core/account_service.rb +1 -1
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +0 -11
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +0 -33
- data/lib/stripe/services/v2/core_service.rb +1 -2
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +0 -11
- data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +1 -1
- data/lib/stripe/services/v2/money_management_service.rb +1 -3
- data/lib/stripe/services/v2/test_helper_service.rb +1 -2
- data/lib/stripe/services/v2_services.rb +1 -2
- data/lib/stripe/services.rb +0 -26
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +0 -2
- data/rbi/stripe.rbi +10293 -21650
- metadata +3 -389
- data/lib/stripe/events/v1_account_updated_event.rb +0 -44
- data/lib/stripe/events/v1_application_fee_created_event.rb +0 -44
- data/lib/stripe/events/v1_application_fee_refunded_event.rb +0 -44
- data/lib/stripe/events/v1_billing_portal_configuration_created_event.rb +0 -44
- data/lib/stripe/events/v1_billing_portal_configuration_updated_event.rb +0 -44
- data/lib/stripe/events/v1_capability_updated_event.rb +0 -44
- data/lib/stripe/events/v1_charge_captured_event.rb +0 -44
- data/lib/stripe/events/v1_charge_dispute_closed_event.rb +0 -44
- data/lib/stripe/events/v1_charge_dispute_created_event.rb +0 -44
- data/lib/stripe/events/v1_charge_dispute_funds_reinstated_event.rb +0 -44
- data/lib/stripe/events/v1_charge_dispute_funds_withdrawn_event.rb +0 -44
- data/lib/stripe/events/v1_charge_dispute_updated_event.rb +0 -44
- data/lib/stripe/events/v1_charge_expired_event.rb +0 -44
- data/lib/stripe/events/v1_charge_failed_event.rb +0 -44
- data/lib/stripe/events/v1_charge_pending_event.rb +0 -44
- data/lib/stripe/events/v1_charge_refund_updated_event.rb +0 -44
- data/lib/stripe/events/v1_charge_refunded_event.rb +0 -44
- data/lib/stripe/events/v1_charge_succeeded_event.rb +0 -44
- data/lib/stripe/events/v1_charge_updated_event.rb +0 -44
- data/lib/stripe/events/v1_checkout_session_async_payment_failed_event.rb +0 -44
- data/lib/stripe/events/v1_checkout_session_async_payment_succeeded_event.rb +0 -44
- data/lib/stripe/events/v1_checkout_session_completed_event.rb +0 -44
- data/lib/stripe/events/v1_checkout_session_expired_event.rb +0 -44
- data/lib/stripe/events/v1_climate_order_canceled_event.rb +0 -44
- data/lib/stripe/events/v1_climate_order_created_event.rb +0 -44
- data/lib/stripe/events/v1_climate_order_delayed_event.rb +0 -44
- data/lib/stripe/events/v1_climate_order_delivered_event.rb +0 -44
- data/lib/stripe/events/v1_climate_order_product_substituted_event.rb +0 -44
- data/lib/stripe/events/v1_climate_product_created_event.rb +0 -44
- data/lib/stripe/events/v1_climate_product_pricing_updated_event.rb +0 -44
- data/lib/stripe/events/v1_coupon_created_event.rb +0 -44
- data/lib/stripe/events/v1_coupon_deleted_event.rb +0 -44
- data/lib/stripe/events/v1_coupon_updated_event.rb +0 -44
- data/lib/stripe/events/v1_credit_note_created_event.rb +0 -44
- data/lib/stripe/events/v1_credit_note_updated_event.rb +0 -44
- data/lib/stripe/events/v1_credit_note_voided_event.rb +0 -44
- data/lib/stripe/events/v1_customer_created_event.rb +0 -44
- data/lib/stripe/events/v1_customer_deleted_event.rb +0 -44
- data/lib/stripe/events/v1_customer_subscription_created_event.rb +0 -44
- data/lib/stripe/events/v1_customer_subscription_deleted_event.rb +0 -44
- data/lib/stripe/events/v1_customer_subscription_paused_event.rb +0 -44
- data/lib/stripe/events/v1_customer_subscription_pending_update_applied_event.rb +0 -44
- data/lib/stripe/events/v1_customer_subscription_pending_update_expired_event.rb +0 -44
- data/lib/stripe/events/v1_customer_subscription_resumed_event.rb +0 -44
- data/lib/stripe/events/v1_customer_subscription_trial_will_end_event.rb +0 -44
- data/lib/stripe/events/v1_customer_subscription_updated_event.rb +0 -44
- data/lib/stripe/events/v1_customer_tax_id_created_event.rb +0 -44
- data/lib/stripe/events/v1_customer_tax_id_deleted_event.rb +0 -44
- data/lib/stripe/events/v1_customer_tax_id_updated_event.rb +0 -44
- data/lib/stripe/events/v1_customer_updated_event.rb +0 -44
- data/lib/stripe/events/v1_file_created_event.rb +0 -44
- data/lib/stripe/events/v1_financial_connections_account_created_event.rb +0 -44
- data/lib/stripe/events/v1_financial_connections_account_deactivated_event.rb +0 -44
- data/lib/stripe/events/v1_financial_connections_account_disconnected_event.rb +0 -44
- data/lib/stripe/events/v1_financial_connections_account_reactivated_event.rb +0 -44
- data/lib/stripe/events/v1_financial_connections_account_refreshed_balance_event.rb +0 -44
- data/lib/stripe/events/v1_financial_connections_account_refreshed_ownership_event.rb +0 -44
- data/lib/stripe/events/v1_financial_connections_account_refreshed_transactions_event.rb +0 -44
- data/lib/stripe/events/v1_identity_verification_session_canceled_event.rb +0 -44
- data/lib/stripe/events/v1_identity_verification_session_created_event.rb +0 -44
- data/lib/stripe/events/v1_identity_verification_session_processing_event.rb +0 -44
- data/lib/stripe/events/v1_identity_verification_session_redacted_event.rb +0 -44
- data/lib/stripe/events/v1_identity_verification_session_requires_input_event.rb +0 -44
- data/lib/stripe/events/v1_identity_verification_session_verified_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_created_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_deleted_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_finalization_failed_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_finalized_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_marked_uncollectible_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_overdue_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_overpaid_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_paid_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_payment_action_required_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_payment_failed_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_payment_paid_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_payment_succeeded_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_sent_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_upcoming_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_updated_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_voided_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_will_be_due_event.rb +0 -44
- data/lib/stripe/events/v1_invoiceitem_created_event.rb +0 -44
- data/lib/stripe/events/v1_invoiceitem_deleted_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_authorization_created_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_authorization_request_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_authorization_updated_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_card_created_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_card_updated_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_cardholder_created_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_cardholder_updated_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_dispute_closed_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_dispute_created_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_dispute_funds_reinstated_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_dispute_funds_rescinded_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_dispute_submitted_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_dispute_updated_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_personalization_design_activated_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_personalization_design_deactivated_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_personalization_design_rejected_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_personalization_design_updated_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_token_created_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_token_updated_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_transaction_created_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_transaction_purchase_details_receipt_updated_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_transaction_updated_event.rb +0 -44
- data/lib/stripe/events/v1_mandate_updated_event.rb +0 -44
- data/lib/stripe/events/v1_payment_intent_amount_capturable_updated_event.rb +0 -44
- data/lib/stripe/events/v1_payment_intent_canceled_event.rb +0 -44
- data/lib/stripe/events/v1_payment_intent_created_event.rb +0 -44
- data/lib/stripe/events/v1_payment_intent_partially_funded_event.rb +0 -44
- data/lib/stripe/events/v1_payment_intent_payment_failed_event.rb +0 -44
- data/lib/stripe/events/v1_payment_intent_processing_event.rb +0 -44
- data/lib/stripe/events/v1_payment_intent_requires_action_event.rb +0 -44
- data/lib/stripe/events/v1_payment_intent_succeeded_event.rb +0 -44
- data/lib/stripe/events/v1_payment_link_created_event.rb +0 -44
- data/lib/stripe/events/v1_payment_link_updated_event.rb +0 -44
- data/lib/stripe/events/v1_payment_method_attached_event.rb +0 -44
- data/lib/stripe/events/v1_payment_method_automatically_updated_event.rb +0 -44
- data/lib/stripe/events/v1_payment_method_detached_event.rb +0 -44
- data/lib/stripe/events/v1_payment_method_updated_event.rb +0 -44
- data/lib/stripe/events/v1_payout_canceled_event.rb +0 -44
- data/lib/stripe/events/v1_payout_created_event.rb +0 -44
- data/lib/stripe/events/v1_payout_failed_event.rb +0 -44
- data/lib/stripe/events/v1_payout_paid_event.rb +0 -44
- data/lib/stripe/events/v1_payout_reconciliation_completed_event.rb +0 -44
- data/lib/stripe/events/v1_payout_updated_event.rb +0 -44
- data/lib/stripe/events/v1_person_created_event.rb +0 -44
- data/lib/stripe/events/v1_person_deleted_event.rb +0 -44
- data/lib/stripe/events/v1_person_updated_event.rb +0 -44
- data/lib/stripe/events/v1_plan_created_event.rb +0 -44
- data/lib/stripe/events/v1_plan_deleted_event.rb +0 -44
- data/lib/stripe/events/v1_plan_updated_event.rb +0 -44
- data/lib/stripe/events/v1_price_created_event.rb +0 -44
- data/lib/stripe/events/v1_price_deleted_event.rb +0 -44
- data/lib/stripe/events/v1_price_updated_event.rb +0 -44
- data/lib/stripe/events/v1_product_created_event.rb +0 -44
- data/lib/stripe/events/v1_product_deleted_event.rb +0 -44
- data/lib/stripe/events/v1_product_updated_event.rb +0 -44
- data/lib/stripe/events/v1_promotion_code_created_event.rb +0 -44
- data/lib/stripe/events/v1_promotion_code_updated_event.rb +0 -44
- data/lib/stripe/events/v1_quote_accepted_event.rb +0 -44
- data/lib/stripe/events/v1_quote_canceled_event.rb +0 -44
- data/lib/stripe/events/v1_quote_created_event.rb +0 -44
- data/lib/stripe/events/v1_quote_finalized_event.rb +0 -44
- data/lib/stripe/events/v1_radar_early_fraud_warning_created_event.rb +0 -44
- data/lib/stripe/events/v1_radar_early_fraud_warning_updated_event.rb +0 -44
- data/lib/stripe/events/v1_refund_created_event.rb +0 -44
- data/lib/stripe/events/v1_refund_failed_event.rb +0 -44
- data/lib/stripe/events/v1_refund_updated_event.rb +0 -44
- data/lib/stripe/events/v1_review_closed_event.rb +0 -44
- data/lib/stripe/events/v1_review_opened_event.rb +0 -44
- data/lib/stripe/events/v1_setup_intent_canceled_event.rb +0 -44
- data/lib/stripe/events/v1_setup_intent_created_event.rb +0 -44
- data/lib/stripe/events/v1_setup_intent_requires_action_event.rb +0 -44
- data/lib/stripe/events/v1_setup_intent_setup_failed_event.rb +0 -44
- data/lib/stripe/events/v1_setup_intent_succeeded_event.rb +0 -44
- data/lib/stripe/events/v1_sigma_scheduled_query_run_created_event.rb +0 -44
- data/lib/stripe/events/v1_source_canceled_event.rb +0 -44
- data/lib/stripe/events/v1_source_chargeable_event.rb +0 -44
- data/lib/stripe/events/v1_source_failed_event.rb +0 -44
- data/lib/stripe/events/v1_source_refund_attributes_required_event.rb +0 -44
- data/lib/stripe/events/v1_subscription_schedule_aborted_event.rb +0 -44
- data/lib/stripe/events/v1_subscription_schedule_canceled_event.rb +0 -44
- data/lib/stripe/events/v1_subscription_schedule_completed_event.rb +0 -44
- data/lib/stripe/events/v1_subscription_schedule_created_event.rb +0 -44
- data/lib/stripe/events/v1_subscription_schedule_expiring_event.rb +0 -44
- data/lib/stripe/events/v1_subscription_schedule_released_event.rb +0 -44
- data/lib/stripe/events/v1_subscription_schedule_updated_event.rb +0 -44
- data/lib/stripe/events/v1_tax_rate_created_event.rb +0 -44
- data/lib/stripe/events/v1_tax_rate_updated_event.rb +0 -44
- data/lib/stripe/events/v1_terminal_reader_action_failed_event.rb +0 -44
- data/lib/stripe/events/v1_terminal_reader_action_succeeded_event.rb +0 -44
- data/lib/stripe/events/v1_terminal_reader_action_updated_event.rb +0 -44
- data/lib/stripe/events/v1_test_helpers_test_clock_advancing_event.rb +0 -44
- data/lib/stripe/events/v1_test_helpers_test_clock_created_event.rb +0 -44
- data/lib/stripe/events/v1_test_helpers_test_clock_deleted_event.rb +0 -44
- data/lib/stripe/events/v1_test_helpers_test_clock_internal_failure_event.rb +0 -44
- data/lib/stripe/events/v1_test_helpers_test_clock_ready_event.rb +0 -44
- data/lib/stripe/events/v1_topup_canceled_event.rb +0 -44
- data/lib/stripe/events/v1_topup_created_event.rb +0 -44
- data/lib/stripe/events/v1_topup_failed_event.rb +0 -44
- data/lib/stripe/events/v1_topup_reversed_event.rb +0 -44
- data/lib/stripe/events/v1_topup_succeeded_event.rb +0 -44
- data/lib/stripe/events/v1_transfer_created_event.rb +0 -44
- data/lib/stripe/events/v1_transfer_reversed_event.rb +0 -44
- data/lib/stripe/events/v1_transfer_updated_event.rb +0 -44
- 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_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_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_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 -66
- data/lib/stripe/events/v2_core_health_api_error_resolved_event.rb +0 -66
- data/lib/stripe/events/v2_core_health_api_latency_firing_event.rb +0 -64
- data/lib/stripe/events/v2_core_health_api_latency_resolved_event.rb +0 -64
- 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 -66
- data/lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb +0 -64
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_firing_event.rb +0 -62
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_resolved_event.rb +0 -64
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_firing_event.rb +0 -64
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_resolved_event.rb +0 -64
- data/lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb +0 -62
- data/lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb +0 -62
- 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_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/params/delegated_checkout/requested_session_confirm_params.rb +0 -18
- data/lib/stripe/params/delegated_checkout/requested_session_create_params.rb +0 -244
- 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/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/payment_method_check_balance_params.rb +0 -13
- 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/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 -254
- 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_list_params.rb +0 -19
- 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_list_params.rb +0 -22
- data/lib/stripe/params/v2/core/vault/us_bank_account_send_microdeposits_params.rb +0 -12
- data/lib/stripe/params/v2/money_management/financial_account_update_params.rb +0 -20
- 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/tax/automatic_rule_create_params.rb +0 -20
- data/lib/stripe/params/v2/tax/automatic_rule_deactivate_params.rb +0 -10
- data/lib/stripe/params/v2/tax/automatic_rule_find_params.rb +0 -17
- data/lib/stripe/params/v2/tax/automatic_rule_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/tax/automatic_rule_update_params.rb +0 -17
- data/lib/stripe/params/v2/test_helpers/money_management_recipient_verifications_params.rb +0 -24
- data/lib/stripe/resources/delegated_checkout/requested_session.rb +0 -323
- data/lib/stripe/resources/identity/blocklist_entry.rb +0 -116
- data/lib/stripe/resources/payment_method_balance.rb +0 -68
- 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/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 -244
- data/lib/stripe/resources/v2/core/claimable_sandbox.rb +0 -105
- data/lib/stripe/resources/v2/money_management/recipient_verification.rb +0 -83
- data/lib/stripe/resources/v2/tax/automatic_rule.rb +0 -39
- 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/identity/blocklist_entry_service.rb +0 -71
- 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/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/money_management/recipient_verification_service.rb +0 -43
- data/lib/stripe/services/v2/tax/automatic_rule_service.rb +0 -65
- data/lib/stripe/services/v2/tax_service.rb +0 -15
- data/lib/stripe/services/v2/test_helpers/money_management_service.rb +0 -21
|
@@ -4,130 +4,10 @@
|
|
|
4
4
|
module Stripe
|
|
5
5
|
module V2
|
|
6
6
|
module Core
|
|
7
|
-
class AccountUpdateParams <
|
|
8
|
-
class Configuration <
|
|
9
|
-
class
|
|
10
|
-
class
|
|
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 Stripe < ::Stripe::RequestParams
|
|
71
|
-
class ChargeCard < ::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
|
-
|
|
80
|
-
class PrepaidCard < ::Stripe::RequestParams
|
|
81
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
82
|
-
attr_accessor :requested
|
|
83
|
-
|
|
84
|
-
def initialize(requested: nil)
|
|
85
|
-
@requested = requested
|
|
86
|
-
end
|
|
87
|
-
end
|
|
88
|
-
# Can create commercial issuing charge cards with Stripe as BIN sponsor.
|
|
89
|
-
attr_accessor :charge_card
|
|
90
|
-
# Can create commercial issuing prepaid cards with Stripe as BIN sponsor.
|
|
91
|
-
attr_accessor :prepaid_card
|
|
92
|
-
|
|
93
|
-
def initialize(charge_card: nil, prepaid_card: nil)
|
|
94
|
-
@charge_card = charge_card
|
|
95
|
-
@prepaid_card = prepaid_card
|
|
96
|
-
end
|
|
97
|
-
end
|
|
98
|
-
# Can create commercial issuing cards with Celtic as BIN sponsor.
|
|
99
|
-
attr_accessor :celtic
|
|
100
|
-
# Can create commercial issuing cards with Cross River Bank as BIN sponsor.
|
|
101
|
-
attr_accessor :cross_river_bank
|
|
102
|
-
# Can create commercial issuing cards with Stripe as BIN sponsor.
|
|
103
|
-
attr_accessor :stripe
|
|
104
|
-
|
|
105
|
-
def initialize(celtic: nil, cross_river_bank: nil, stripe: nil)
|
|
106
|
-
@celtic = celtic
|
|
107
|
-
@cross_river_bank = cross_river_bank
|
|
108
|
-
@stripe = stripe
|
|
109
|
-
end
|
|
110
|
-
end
|
|
111
|
-
# Can create cards for commercial issuing use cases.
|
|
112
|
-
attr_accessor :commercial
|
|
113
|
-
|
|
114
|
-
def initialize(commercial: nil)
|
|
115
|
-
@commercial = commercial
|
|
116
|
-
end
|
|
117
|
-
end
|
|
118
|
-
# Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
|
|
119
|
-
attr_accessor :applied
|
|
120
|
-
# Capabilities to request on the CardCreator Configuration.
|
|
121
|
-
attr_accessor :capabilities
|
|
122
|
-
|
|
123
|
-
def initialize(applied: nil, capabilities: nil)
|
|
124
|
-
@applied = applied
|
|
125
|
-
@capabilities = capabilities
|
|
126
|
-
end
|
|
127
|
-
end
|
|
128
|
-
|
|
129
|
-
class Customer < ::Stripe::RequestParams
|
|
130
|
-
class AutomaticIndirectTax < ::Stripe::RequestParams
|
|
7
|
+
class AccountUpdateParams < Stripe::RequestParams
|
|
8
|
+
class Configuration < Stripe::RequestParams
|
|
9
|
+
class Customer < Stripe::RequestParams
|
|
10
|
+
class AutomaticIndirectTax < Stripe::RequestParams
|
|
131
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”.
|
|
132
12
|
attr_accessor :exempt
|
|
133
13
|
# A recent IP address of the customer used for tax reporting and tax location inference.
|
|
@@ -150,9 +30,9 @@ module Stripe
|
|
|
150
30
|
end
|
|
151
31
|
end
|
|
152
32
|
|
|
153
|
-
class Billing <
|
|
154
|
-
class Invoice <
|
|
155
|
-
class CustomField <
|
|
33
|
+
class Billing < Stripe::RequestParams
|
|
34
|
+
class Invoice < Stripe::RequestParams
|
|
35
|
+
class CustomField < Stripe::RequestParams
|
|
156
36
|
# The name of the custom field. This may be up to 40 characters.
|
|
157
37
|
attr_accessor :name
|
|
158
38
|
# The value of the custom field. This may be up to 140 characters. When updating, pass an empty string to remove previously-defined values.
|
|
@@ -164,7 +44,7 @@ module Stripe
|
|
|
164
44
|
end
|
|
165
45
|
end
|
|
166
46
|
|
|
167
|
-
class Rendering <
|
|
47
|
+
class Rendering < Stripe::RequestParams
|
|
168
48
|
# How line-item prices and amounts will be displayed with respect to tax on invoice PDFs. One of exclude_tax or include_inclusive_tax. include_inclusive_tax will include inclusive tax (and exclude exclusive tax) in invoice PDF amounts. exclude_tax will exclude all tax (inclusive and exclusive alike) from invoice PDF amounts.
|
|
169
49
|
attr_accessor :amount_tax_display
|
|
170
50
|
# ID of the invoice rendering template to use for future invoices.
|
|
@@ -211,8 +91,8 @@ module Stripe
|
|
|
211
91
|
end
|
|
212
92
|
end
|
|
213
93
|
|
|
214
|
-
class Capabilities <
|
|
215
|
-
class AutomaticIndirectTax <
|
|
94
|
+
class Capabilities < Stripe::RequestParams
|
|
95
|
+
class AutomaticIndirectTax < Stripe::RequestParams
|
|
216
96
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
217
97
|
attr_accessor :requested
|
|
218
98
|
|
|
@@ -228,8 +108,8 @@ module Stripe
|
|
|
228
108
|
end
|
|
229
109
|
end
|
|
230
110
|
|
|
231
|
-
class Shipping <
|
|
232
|
-
class Address <
|
|
111
|
+
class Shipping < Stripe::RequestParams
|
|
112
|
+
class Address < Stripe::RequestParams
|
|
233
113
|
# City, district, suburb, town, or village.
|
|
234
114
|
attr_accessor :city
|
|
235
115
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -302,8 +182,8 @@ module Stripe
|
|
|
302
182
|
end
|
|
303
183
|
end
|
|
304
184
|
|
|
305
|
-
class Merchant <
|
|
306
|
-
class BacsDebitPayments <
|
|
185
|
+
class Merchant < Stripe::RequestParams
|
|
186
|
+
class BacsDebitPayments < Stripe::RequestParams
|
|
307
187
|
# Display name for Bacs debit payments.
|
|
308
188
|
attr_accessor :display_name
|
|
309
189
|
|
|
@@ -312,7 +192,7 @@ module Stripe
|
|
|
312
192
|
end
|
|
313
193
|
end
|
|
314
194
|
|
|
315
|
-
class Branding <
|
|
195
|
+
class Branding < Stripe::RequestParams
|
|
316
196
|
# ID of a [file upload](https://docs.stripe.com/api/persons/update#create_file): An icon for the merchant. Must be square and at least 128px x 128px.
|
|
317
197
|
attr_accessor :icon
|
|
318
198
|
# ID of a [file upload](https://docs.stripe.com/api/persons/update#create_file): A logo for the merchant that will be used in Checkout instead of the icon and without the merchant's name next to it if provided. Must be at least 128px x 128px.
|
|
@@ -330,8 +210,8 @@ module Stripe
|
|
|
330
210
|
end
|
|
331
211
|
end
|
|
332
212
|
|
|
333
|
-
class Capabilities <
|
|
334
|
-
class AchDebitPayments <
|
|
213
|
+
class Capabilities < Stripe::RequestParams
|
|
214
|
+
class AchDebitPayments < Stripe::RequestParams
|
|
335
215
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
336
216
|
attr_accessor :requested
|
|
337
217
|
|
|
@@ -340,7 +220,7 @@ module Stripe
|
|
|
340
220
|
end
|
|
341
221
|
end
|
|
342
222
|
|
|
343
|
-
class AcssDebitPayments <
|
|
223
|
+
class AcssDebitPayments < Stripe::RequestParams
|
|
344
224
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
345
225
|
attr_accessor :requested
|
|
346
226
|
|
|
@@ -349,7 +229,7 @@ module Stripe
|
|
|
349
229
|
end
|
|
350
230
|
end
|
|
351
231
|
|
|
352
|
-
class AffirmPayments <
|
|
232
|
+
class AffirmPayments < Stripe::RequestParams
|
|
353
233
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
354
234
|
attr_accessor :requested
|
|
355
235
|
|
|
@@ -358,7 +238,7 @@ module Stripe
|
|
|
358
238
|
end
|
|
359
239
|
end
|
|
360
240
|
|
|
361
|
-
class AfterpayClearpayPayments <
|
|
241
|
+
class AfterpayClearpayPayments < Stripe::RequestParams
|
|
362
242
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
363
243
|
attr_accessor :requested
|
|
364
244
|
|
|
@@ -367,7 +247,7 @@ module Stripe
|
|
|
367
247
|
end
|
|
368
248
|
end
|
|
369
249
|
|
|
370
|
-
class AlmaPayments <
|
|
250
|
+
class AlmaPayments < Stripe::RequestParams
|
|
371
251
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
372
252
|
attr_accessor :requested
|
|
373
253
|
|
|
@@ -376,7 +256,7 @@ module Stripe
|
|
|
376
256
|
end
|
|
377
257
|
end
|
|
378
258
|
|
|
379
|
-
class AmazonPayPayments <
|
|
259
|
+
class AmazonPayPayments < Stripe::RequestParams
|
|
380
260
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
381
261
|
attr_accessor :requested
|
|
382
262
|
|
|
@@ -385,7 +265,7 @@ module Stripe
|
|
|
385
265
|
end
|
|
386
266
|
end
|
|
387
267
|
|
|
388
|
-
class AuBecsDebitPayments <
|
|
268
|
+
class AuBecsDebitPayments < Stripe::RequestParams
|
|
389
269
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
390
270
|
attr_accessor :requested
|
|
391
271
|
|
|
@@ -394,7 +274,7 @@ module Stripe
|
|
|
394
274
|
end
|
|
395
275
|
end
|
|
396
276
|
|
|
397
|
-
class BacsDebitPayments <
|
|
277
|
+
class BacsDebitPayments < Stripe::RequestParams
|
|
398
278
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
399
279
|
attr_accessor :requested
|
|
400
280
|
|
|
@@ -403,7 +283,7 @@ module Stripe
|
|
|
403
283
|
end
|
|
404
284
|
end
|
|
405
285
|
|
|
406
|
-
class BancontactPayments <
|
|
286
|
+
class BancontactPayments < Stripe::RequestParams
|
|
407
287
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
408
288
|
attr_accessor :requested
|
|
409
289
|
|
|
@@ -412,7 +292,7 @@ module Stripe
|
|
|
412
292
|
end
|
|
413
293
|
end
|
|
414
294
|
|
|
415
|
-
class BlikPayments <
|
|
295
|
+
class BlikPayments < Stripe::RequestParams
|
|
416
296
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
417
297
|
attr_accessor :requested
|
|
418
298
|
|
|
@@ -421,7 +301,7 @@ module Stripe
|
|
|
421
301
|
end
|
|
422
302
|
end
|
|
423
303
|
|
|
424
|
-
class BoletoPayments <
|
|
304
|
+
class BoletoPayments < Stripe::RequestParams
|
|
425
305
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
426
306
|
attr_accessor :requested
|
|
427
307
|
|
|
@@ -430,7 +310,7 @@ module Stripe
|
|
|
430
310
|
end
|
|
431
311
|
end
|
|
432
312
|
|
|
433
|
-
class CardPayments <
|
|
313
|
+
class CardPayments < Stripe::RequestParams
|
|
434
314
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
435
315
|
attr_accessor :requested
|
|
436
316
|
|
|
@@ -439,7 +319,7 @@ module Stripe
|
|
|
439
319
|
end
|
|
440
320
|
end
|
|
441
321
|
|
|
442
|
-
class CartesBancairesPayments <
|
|
322
|
+
class CartesBancairesPayments < Stripe::RequestParams
|
|
443
323
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
444
324
|
attr_accessor :requested
|
|
445
325
|
|
|
@@ -448,7 +328,7 @@ module Stripe
|
|
|
448
328
|
end
|
|
449
329
|
end
|
|
450
330
|
|
|
451
|
-
class CashappPayments <
|
|
331
|
+
class CashappPayments < Stripe::RequestParams
|
|
452
332
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
453
333
|
attr_accessor :requested
|
|
454
334
|
|
|
@@ -457,7 +337,7 @@ module Stripe
|
|
|
457
337
|
end
|
|
458
338
|
end
|
|
459
339
|
|
|
460
|
-
class EpsPayments <
|
|
340
|
+
class EpsPayments < Stripe::RequestParams
|
|
461
341
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
462
342
|
attr_accessor :requested
|
|
463
343
|
|
|
@@ -466,7 +346,7 @@ module Stripe
|
|
|
466
346
|
end
|
|
467
347
|
end
|
|
468
348
|
|
|
469
|
-
class FpxPayments <
|
|
349
|
+
class FpxPayments < Stripe::RequestParams
|
|
470
350
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
471
351
|
attr_accessor :requested
|
|
472
352
|
|
|
@@ -475,7 +355,7 @@ module Stripe
|
|
|
475
355
|
end
|
|
476
356
|
end
|
|
477
357
|
|
|
478
|
-
class GbBankTransferPayments <
|
|
358
|
+
class GbBankTransferPayments < Stripe::RequestParams
|
|
479
359
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
480
360
|
attr_accessor :requested
|
|
481
361
|
|
|
@@ -484,7 +364,7 @@ module Stripe
|
|
|
484
364
|
end
|
|
485
365
|
end
|
|
486
366
|
|
|
487
|
-
class GrabpayPayments <
|
|
367
|
+
class GrabpayPayments < Stripe::RequestParams
|
|
488
368
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
489
369
|
attr_accessor :requested
|
|
490
370
|
|
|
@@ -493,7 +373,7 @@ module Stripe
|
|
|
493
373
|
end
|
|
494
374
|
end
|
|
495
375
|
|
|
496
|
-
class IdealPayments <
|
|
376
|
+
class IdealPayments < Stripe::RequestParams
|
|
497
377
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
498
378
|
attr_accessor :requested
|
|
499
379
|
|
|
@@ -502,7 +382,7 @@ module Stripe
|
|
|
502
382
|
end
|
|
503
383
|
end
|
|
504
384
|
|
|
505
|
-
class JcbPayments <
|
|
385
|
+
class JcbPayments < Stripe::RequestParams
|
|
506
386
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
507
387
|
attr_accessor :requested
|
|
508
388
|
|
|
@@ -511,7 +391,7 @@ module Stripe
|
|
|
511
391
|
end
|
|
512
392
|
end
|
|
513
393
|
|
|
514
|
-
class JpBankTransferPayments <
|
|
394
|
+
class JpBankTransferPayments < Stripe::RequestParams
|
|
515
395
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
516
396
|
attr_accessor :requested
|
|
517
397
|
|
|
@@ -520,7 +400,7 @@ module Stripe
|
|
|
520
400
|
end
|
|
521
401
|
end
|
|
522
402
|
|
|
523
|
-
class KakaoPayPayments <
|
|
403
|
+
class KakaoPayPayments < Stripe::RequestParams
|
|
524
404
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
525
405
|
attr_accessor :requested
|
|
526
406
|
|
|
@@ -529,7 +409,7 @@ module Stripe
|
|
|
529
409
|
end
|
|
530
410
|
end
|
|
531
411
|
|
|
532
|
-
class KlarnaPayments <
|
|
412
|
+
class KlarnaPayments < Stripe::RequestParams
|
|
533
413
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
534
414
|
attr_accessor :requested
|
|
535
415
|
|
|
@@ -538,7 +418,7 @@ module Stripe
|
|
|
538
418
|
end
|
|
539
419
|
end
|
|
540
420
|
|
|
541
|
-
class KonbiniPayments <
|
|
421
|
+
class KonbiniPayments < Stripe::RequestParams
|
|
542
422
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
543
423
|
attr_accessor :requested
|
|
544
424
|
|
|
@@ -547,7 +427,7 @@ module Stripe
|
|
|
547
427
|
end
|
|
548
428
|
end
|
|
549
429
|
|
|
550
|
-
class KrCardPayments <
|
|
430
|
+
class KrCardPayments < Stripe::RequestParams
|
|
551
431
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
552
432
|
attr_accessor :requested
|
|
553
433
|
|
|
@@ -556,7 +436,7 @@ module Stripe
|
|
|
556
436
|
end
|
|
557
437
|
end
|
|
558
438
|
|
|
559
|
-
class LinkPayments <
|
|
439
|
+
class LinkPayments < Stripe::RequestParams
|
|
560
440
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
561
441
|
attr_accessor :requested
|
|
562
442
|
|
|
@@ -565,7 +445,7 @@ module Stripe
|
|
|
565
445
|
end
|
|
566
446
|
end
|
|
567
447
|
|
|
568
|
-
class MobilepayPayments <
|
|
448
|
+
class MobilepayPayments < Stripe::RequestParams
|
|
569
449
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
570
450
|
attr_accessor :requested
|
|
571
451
|
|
|
@@ -574,7 +454,7 @@ module Stripe
|
|
|
574
454
|
end
|
|
575
455
|
end
|
|
576
456
|
|
|
577
|
-
class MultibancoPayments <
|
|
457
|
+
class MultibancoPayments < Stripe::RequestParams
|
|
578
458
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
579
459
|
attr_accessor :requested
|
|
580
460
|
|
|
@@ -583,7 +463,7 @@ module Stripe
|
|
|
583
463
|
end
|
|
584
464
|
end
|
|
585
465
|
|
|
586
|
-
class MxBankTransferPayments <
|
|
466
|
+
class MxBankTransferPayments < Stripe::RequestParams
|
|
587
467
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
588
468
|
attr_accessor :requested
|
|
589
469
|
|
|
@@ -592,7 +472,7 @@ module Stripe
|
|
|
592
472
|
end
|
|
593
473
|
end
|
|
594
474
|
|
|
595
|
-
class NaverPayPayments <
|
|
475
|
+
class NaverPayPayments < Stripe::RequestParams
|
|
596
476
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
597
477
|
attr_accessor :requested
|
|
598
478
|
|
|
@@ -601,7 +481,7 @@ module Stripe
|
|
|
601
481
|
end
|
|
602
482
|
end
|
|
603
483
|
|
|
604
|
-
class OxxoPayments <
|
|
484
|
+
class OxxoPayments < Stripe::RequestParams
|
|
605
485
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
606
486
|
attr_accessor :requested
|
|
607
487
|
|
|
@@ -610,7 +490,7 @@ module Stripe
|
|
|
610
490
|
end
|
|
611
491
|
end
|
|
612
492
|
|
|
613
|
-
class P24Payments <
|
|
493
|
+
class P24Payments < Stripe::RequestParams
|
|
614
494
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
615
495
|
attr_accessor :requested
|
|
616
496
|
|
|
@@ -619,7 +499,7 @@ module Stripe
|
|
|
619
499
|
end
|
|
620
500
|
end
|
|
621
501
|
|
|
622
|
-
class PayByBankPayments <
|
|
502
|
+
class PayByBankPayments < Stripe::RequestParams
|
|
623
503
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
624
504
|
attr_accessor :requested
|
|
625
505
|
|
|
@@ -628,7 +508,7 @@ module Stripe
|
|
|
628
508
|
end
|
|
629
509
|
end
|
|
630
510
|
|
|
631
|
-
class PaycoPayments <
|
|
511
|
+
class PaycoPayments < Stripe::RequestParams
|
|
632
512
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
633
513
|
attr_accessor :requested
|
|
634
514
|
|
|
@@ -637,7 +517,7 @@ module Stripe
|
|
|
637
517
|
end
|
|
638
518
|
end
|
|
639
519
|
|
|
640
|
-
class PaynowPayments <
|
|
520
|
+
class PaynowPayments < Stripe::RequestParams
|
|
641
521
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
642
522
|
attr_accessor :requested
|
|
643
523
|
|
|
@@ -646,7 +526,7 @@ module Stripe
|
|
|
646
526
|
end
|
|
647
527
|
end
|
|
648
528
|
|
|
649
|
-
class PromptpayPayments <
|
|
529
|
+
class PromptpayPayments < Stripe::RequestParams
|
|
650
530
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
651
531
|
attr_accessor :requested
|
|
652
532
|
|
|
@@ -655,7 +535,7 @@ module Stripe
|
|
|
655
535
|
end
|
|
656
536
|
end
|
|
657
537
|
|
|
658
|
-
class RevolutPayPayments <
|
|
538
|
+
class RevolutPayPayments < Stripe::RequestParams
|
|
659
539
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
660
540
|
attr_accessor :requested
|
|
661
541
|
|
|
@@ -664,7 +544,7 @@ module Stripe
|
|
|
664
544
|
end
|
|
665
545
|
end
|
|
666
546
|
|
|
667
|
-
class SamsungPayPayments <
|
|
547
|
+
class SamsungPayPayments < Stripe::RequestParams
|
|
668
548
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
669
549
|
attr_accessor :requested
|
|
670
550
|
|
|
@@ -673,7 +553,7 @@ module Stripe
|
|
|
673
553
|
end
|
|
674
554
|
end
|
|
675
555
|
|
|
676
|
-
class SepaBankTransferPayments <
|
|
556
|
+
class SepaBankTransferPayments < Stripe::RequestParams
|
|
677
557
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
678
558
|
attr_accessor :requested
|
|
679
559
|
|
|
@@ -682,7 +562,7 @@ module Stripe
|
|
|
682
562
|
end
|
|
683
563
|
end
|
|
684
564
|
|
|
685
|
-
class SepaDebitPayments <
|
|
565
|
+
class SepaDebitPayments < Stripe::RequestParams
|
|
686
566
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
687
567
|
attr_accessor :requested
|
|
688
568
|
|
|
@@ -691,7 +571,7 @@ module Stripe
|
|
|
691
571
|
end
|
|
692
572
|
end
|
|
693
573
|
|
|
694
|
-
class SwishPayments <
|
|
574
|
+
class SwishPayments < Stripe::RequestParams
|
|
695
575
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
696
576
|
attr_accessor :requested
|
|
697
577
|
|
|
@@ -700,7 +580,7 @@ module Stripe
|
|
|
700
580
|
end
|
|
701
581
|
end
|
|
702
582
|
|
|
703
|
-
class TwintPayments <
|
|
583
|
+
class TwintPayments < Stripe::RequestParams
|
|
704
584
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
705
585
|
attr_accessor :requested
|
|
706
586
|
|
|
@@ -709,7 +589,7 @@ module Stripe
|
|
|
709
589
|
end
|
|
710
590
|
end
|
|
711
591
|
|
|
712
|
-
class UsBankTransferPayments <
|
|
592
|
+
class UsBankTransferPayments < Stripe::RequestParams
|
|
713
593
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
714
594
|
attr_accessor :requested
|
|
715
595
|
|
|
@@ -718,7 +598,7 @@ module Stripe
|
|
|
718
598
|
end
|
|
719
599
|
end
|
|
720
600
|
|
|
721
|
-
class ZipPayments <
|
|
601
|
+
class ZipPayments < Stripe::RequestParams
|
|
722
602
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
723
603
|
attr_accessor :requested
|
|
724
604
|
|
|
@@ -908,8 +788,8 @@ module Stripe
|
|
|
908
788
|
end
|
|
909
789
|
end
|
|
910
790
|
|
|
911
|
-
class CardPayments <
|
|
912
|
-
class DeclineOn <
|
|
791
|
+
class CardPayments < Stripe::RequestParams
|
|
792
|
+
class DeclineOn < Stripe::RequestParams
|
|
913
793
|
# Whether Stripe automatically declines charges with an incorrect ZIP or postal code. This setting only applies when a ZIP or postal code is provided and they fail bank verification.
|
|
914
794
|
attr_accessor :avs_failure
|
|
915
795
|
# Whether Stripe automatically declines charges with an incorrect CVC. This setting only applies when a CVC is provided and it fails bank verification.
|
|
@@ -928,7 +808,7 @@ module Stripe
|
|
|
928
808
|
end
|
|
929
809
|
end
|
|
930
810
|
|
|
931
|
-
class StatementDescriptor <
|
|
811
|
+
class StatementDescriptor < Stripe::RequestParams
|
|
932
812
|
# The default text that appears on statements for non-card charges outside of Japan. For card charges, if you don’t set a statement_descriptor_prefix, this text is also used as the statement descriptor prefix. In that case, if concatenating the statement descriptor suffix causes the combined statement descriptor to exceed 22 characters, we truncate the statement_descriptor text to limit the full descriptor to 22 characters. For more information about statement descriptors and their requirements, see the Merchant Configuration settings documentation.
|
|
933
813
|
attr_accessor :descriptor
|
|
934
814
|
# Default text that appears on statements for card charges outside of Japan, prefixing any dynamic statement_descriptor_suffix specified on the charge. To maximize space for the dynamic part of the descriptor, keep this text short. If you don’t specify this value, statement_descriptor is used as the prefix. For more information about statement descriptors and their requirements, see the Merchant Configuration settings documentation.
|
|
@@ -940,8 +820,8 @@ module Stripe
|
|
|
940
820
|
end
|
|
941
821
|
end
|
|
942
822
|
|
|
943
|
-
class Support <
|
|
944
|
-
class Address <
|
|
823
|
+
class Support < Stripe::RequestParams
|
|
824
|
+
class Address < Stripe::RequestParams
|
|
945
825
|
# City, district, suburb, town, or village.
|
|
946
826
|
attr_accessor :city
|
|
947
827
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -1029,10 +909,10 @@ module Stripe
|
|
|
1029
909
|
end
|
|
1030
910
|
end
|
|
1031
911
|
|
|
1032
|
-
class Recipient <
|
|
1033
|
-
class Capabilities <
|
|
1034
|
-
class BankAccounts <
|
|
1035
|
-
class Local <
|
|
912
|
+
class Recipient < Stripe::RequestParams
|
|
913
|
+
class Capabilities < Stripe::RequestParams
|
|
914
|
+
class BankAccounts < Stripe::RequestParams
|
|
915
|
+
class Local < Stripe::RequestParams
|
|
1036
916
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1037
917
|
attr_accessor :requested
|
|
1038
918
|
|
|
@@ -1041,7 +921,7 @@ module Stripe
|
|
|
1041
921
|
end
|
|
1042
922
|
end
|
|
1043
923
|
|
|
1044
|
-
class Wire <
|
|
924
|
+
class Wire < Stripe::RequestParams
|
|
1045
925
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1046
926
|
attr_accessor :requested
|
|
1047
927
|
|
|
@@ -1060,7 +940,7 @@ module Stripe
|
|
|
1060
940
|
end
|
|
1061
941
|
end
|
|
1062
942
|
|
|
1063
|
-
class Cards <
|
|
943
|
+
class Cards < Stripe::RequestParams
|
|
1064
944
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1065
945
|
attr_accessor :requested
|
|
1066
946
|
|
|
@@ -1069,17 +949,8 @@ module Stripe
|
|
|
1069
949
|
end
|
|
1070
950
|
end
|
|
1071
951
|
|
|
1072
|
-
class
|
|
1073
|
-
|
|
1074
|
-
attr_accessor :requested
|
|
1075
|
-
|
|
1076
|
-
def initialize(requested: nil)
|
|
1077
|
-
@requested = requested
|
|
1078
|
-
end
|
|
1079
|
-
end
|
|
1080
|
-
|
|
1081
|
-
class StripeBalance < ::Stripe::RequestParams
|
|
1082
|
-
class StripeTransfers < ::Stripe::RequestParams
|
|
952
|
+
class StripeBalance < Stripe::RequestParams
|
|
953
|
+
class StripeTransfers < Stripe::RequestParams
|
|
1083
954
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1084
955
|
attr_accessor :requested
|
|
1085
956
|
|
|
@@ -1098,20 +969,12 @@ module Stripe
|
|
|
1098
969
|
attr_accessor :bank_accounts
|
|
1099
970
|
# Capability that enable OutboundPayments to a debit card linked to this Account.
|
|
1100
971
|
attr_accessor :cards
|
|
1101
|
-
# Capabilities that enable OutboundPayments to a crypto wallet linked to this Account.
|
|
1102
|
-
attr_accessor :crypto_wallets
|
|
1103
972
|
# Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).
|
|
1104
973
|
attr_accessor :stripe_balance
|
|
1105
974
|
|
|
1106
|
-
def initialize(
|
|
1107
|
-
bank_accounts: nil,
|
|
1108
|
-
cards: nil,
|
|
1109
|
-
crypto_wallets: nil,
|
|
1110
|
-
stripe_balance: nil
|
|
1111
|
-
)
|
|
975
|
+
def initialize(bank_accounts: nil, cards: nil, stripe_balance: nil)
|
|
1112
976
|
@bank_accounts = bank_accounts
|
|
1113
977
|
@cards = cards
|
|
1114
|
-
@crypto_wallets = crypto_wallets
|
|
1115
978
|
@stripe_balance = stripe_balance
|
|
1116
979
|
end
|
|
1117
980
|
end
|
|
@@ -1129,10 +992,10 @@ module Stripe
|
|
|
1129
992
|
end
|
|
1130
993
|
end
|
|
1131
994
|
|
|
1132
|
-
class Storer <
|
|
1133
|
-
class Capabilities <
|
|
1134
|
-
class FinancialAddresses <
|
|
1135
|
-
class BankAccounts <
|
|
995
|
+
class Storer < Stripe::RequestParams
|
|
996
|
+
class Capabilities < Stripe::RequestParams
|
|
997
|
+
class FinancialAddresses < Stripe::RequestParams
|
|
998
|
+
class BankAccounts < Stripe::RequestParams
|
|
1136
999
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1137
1000
|
attr_accessor :requested
|
|
1138
1001
|
|
|
@@ -1148,17 +1011,8 @@ module Stripe
|
|
|
1148
1011
|
end
|
|
1149
1012
|
end
|
|
1150
1013
|
|
|
1151
|
-
class HoldsCurrencies <
|
|
1152
|
-
class Gbp <
|
|
1153
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1154
|
-
attr_accessor :requested
|
|
1155
|
-
|
|
1156
|
-
def initialize(requested: nil)
|
|
1157
|
-
@requested = requested
|
|
1158
|
-
end
|
|
1159
|
-
end
|
|
1160
|
-
|
|
1161
|
-
class Usd < ::Stripe::RequestParams
|
|
1014
|
+
class HoldsCurrencies < Stripe::RequestParams
|
|
1015
|
+
class Gbp < Stripe::RequestParams
|
|
1162
1016
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1163
1017
|
attr_accessor :requested
|
|
1164
1018
|
|
|
@@ -1168,17 +1022,14 @@ module Stripe
|
|
|
1168
1022
|
end
|
|
1169
1023
|
# Can hold storage-type funds on Stripe in GBP.
|
|
1170
1024
|
attr_accessor :gbp
|
|
1171
|
-
# Can hold storage-type funds on Stripe in USD.
|
|
1172
|
-
attr_accessor :usd
|
|
1173
1025
|
|
|
1174
|
-
def initialize(gbp: nil
|
|
1026
|
+
def initialize(gbp: nil)
|
|
1175
1027
|
@gbp = gbp
|
|
1176
|
-
@usd = usd
|
|
1177
1028
|
end
|
|
1178
1029
|
end
|
|
1179
1030
|
|
|
1180
|
-
class InboundTransfers <
|
|
1181
|
-
class BankAccounts <
|
|
1031
|
+
class InboundTransfers < Stripe::RequestParams
|
|
1032
|
+
class BankAccounts < Stripe::RequestParams
|
|
1182
1033
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1183
1034
|
attr_accessor :requested
|
|
1184
1035
|
|
|
@@ -1194,8 +1045,8 @@ module Stripe
|
|
|
1194
1045
|
end
|
|
1195
1046
|
end
|
|
1196
1047
|
|
|
1197
|
-
class OutboundPayments <
|
|
1198
|
-
class BankAccounts <
|
|
1048
|
+
class OutboundPayments < Stripe::RequestParams
|
|
1049
|
+
class BankAccounts < Stripe::RequestParams
|
|
1199
1050
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1200
1051
|
attr_accessor :requested
|
|
1201
1052
|
|
|
@@ -1204,7 +1055,7 @@ module Stripe
|
|
|
1204
1055
|
end
|
|
1205
1056
|
end
|
|
1206
1057
|
|
|
1207
|
-
class Cards <
|
|
1058
|
+
class Cards < Stripe::RequestParams
|
|
1208
1059
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1209
1060
|
attr_accessor :requested
|
|
1210
1061
|
|
|
@@ -1213,7 +1064,7 @@ module Stripe
|
|
|
1213
1064
|
end
|
|
1214
1065
|
end
|
|
1215
1066
|
|
|
1216
|
-
class FinancialAccounts <
|
|
1067
|
+
class FinancialAccounts < Stripe::RequestParams
|
|
1217
1068
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1218
1069
|
attr_accessor :requested
|
|
1219
1070
|
|
|
@@ -1235,8 +1086,8 @@ module Stripe
|
|
|
1235
1086
|
end
|
|
1236
1087
|
end
|
|
1237
1088
|
|
|
1238
|
-
class OutboundTransfers <
|
|
1239
|
-
class BankAccounts <
|
|
1089
|
+
class OutboundTransfers < Stripe::RequestParams
|
|
1090
|
+
class BankAccounts < Stripe::RequestParams
|
|
1240
1091
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1241
1092
|
attr_accessor :requested
|
|
1242
1093
|
|
|
@@ -1245,7 +1096,7 @@ module Stripe
|
|
|
1245
1096
|
end
|
|
1246
1097
|
end
|
|
1247
1098
|
|
|
1248
|
-
class FinancialAccounts <
|
|
1099
|
+
class FinancialAccounts < Stripe::RequestParams
|
|
1249
1100
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1250
1101
|
attr_accessor :requested
|
|
1251
1102
|
|
|
@@ -1298,8 +1149,6 @@ module Stripe
|
|
|
1298
1149
|
@capabilities = capabilities
|
|
1299
1150
|
end
|
|
1300
1151
|
end
|
|
1301
|
-
# The CardCreator Configuration allows the Account to create and issue cards to users.
|
|
1302
|
-
attr_accessor :card_creator
|
|
1303
1152
|
# The Customer Configuration allows the Account to be charged.
|
|
1304
1153
|
attr_accessor :customer
|
|
1305
1154
|
# The Merchant configuration allows the Account to act as a connected account and collect payments facilitated by a Connect platform. You can add this configuration to your connected accounts only if you’ve completed onboarding as a Connect platform.
|
|
@@ -1309,14 +1158,7 @@ module Stripe
|
|
|
1309
1158
|
# The Storer Configuration allows the Account to store and move funds using stored-value FinancialAccounts.
|
|
1310
1159
|
attr_accessor :storer
|
|
1311
1160
|
|
|
1312
|
-
def initialize(
|
|
1313
|
-
card_creator: nil,
|
|
1314
|
-
customer: nil,
|
|
1315
|
-
merchant: nil,
|
|
1316
|
-
recipient: nil,
|
|
1317
|
-
storer: nil
|
|
1318
|
-
)
|
|
1319
|
-
@card_creator = card_creator
|
|
1161
|
+
def initialize(customer: nil, merchant: nil, recipient: nil, storer: nil)
|
|
1320
1162
|
@customer = customer
|
|
1321
1163
|
@merchant = merchant
|
|
1322
1164
|
@recipient = recipient
|
|
@@ -1324,8 +1166,8 @@ module Stripe
|
|
|
1324
1166
|
end
|
|
1325
1167
|
end
|
|
1326
1168
|
|
|
1327
|
-
class Defaults <
|
|
1328
|
-
class Profile <
|
|
1169
|
+
class Defaults < Stripe::RequestParams
|
|
1170
|
+
class Profile < Stripe::RequestParams
|
|
1329
1171
|
# The business's publicly-available website.
|
|
1330
1172
|
attr_accessor :business_url
|
|
1331
1173
|
# The name which is used by the business.
|
|
@@ -1340,7 +1182,7 @@ module Stripe
|
|
|
1340
1182
|
end
|
|
1341
1183
|
end
|
|
1342
1184
|
|
|
1343
|
-
class Responsibilities <
|
|
1185
|
+
class Responsibilities < Stripe::RequestParams
|
|
1344
1186
|
# A value indicating the party responsible for collecting fees from this account.
|
|
1345
1187
|
attr_accessor :fees_collector
|
|
1346
1188
|
# A value indicating who is responsible for losses when this Account can’t pay back negative balances from payments.
|
|
@@ -1368,9 +1210,9 @@ module Stripe
|
|
|
1368
1210
|
end
|
|
1369
1211
|
end
|
|
1370
1212
|
|
|
1371
|
-
class Identity <
|
|
1372
|
-
class Attestations <
|
|
1373
|
-
class DirectorshipDeclaration <
|
|
1213
|
+
class Identity < Stripe::RequestParams
|
|
1214
|
+
class Attestations < Stripe::RequestParams
|
|
1215
|
+
class DirectorshipDeclaration < Stripe::RequestParams
|
|
1374
1216
|
# The time marking when the director attestation was made. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1375
1217
|
attr_accessor :date
|
|
1376
1218
|
# The IP address from which the director attestation was made.
|
|
@@ -1385,7 +1227,7 @@ module Stripe
|
|
|
1385
1227
|
end
|
|
1386
1228
|
end
|
|
1387
1229
|
|
|
1388
|
-
class OwnershipDeclaration <
|
|
1230
|
+
class OwnershipDeclaration < Stripe::RequestParams
|
|
1389
1231
|
# The time marking when the beneficial owner attestation was made. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1390
1232
|
attr_accessor :date
|
|
1391
1233
|
# The IP address from which the beneficial owner attestation was made.
|
|
@@ -1400,7 +1242,7 @@ module Stripe
|
|
|
1400
1242
|
end
|
|
1401
1243
|
end
|
|
1402
1244
|
|
|
1403
|
-
class PersonsProvided <
|
|
1245
|
+
class PersonsProvided < Stripe::RequestParams
|
|
1404
1246
|
# Whether the company’s directors have been provided. Set this Boolean to true after creating all the company’s directors with the [Persons API](https://docs.stripe.com/api/v2/core/accounts/createperson).
|
|
1405
1247
|
attr_accessor :directors
|
|
1406
1248
|
# Whether the company’s executives have been provided. Set this Boolean to true after creating all the company’s executives with the [Persons API](https://docs.stripe.com/api/v2/core/accounts/createperson).
|
|
@@ -1423,23 +1265,8 @@ module Stripe
|
|
|
1423
1265
|
end
|
|
1424
1266
|
end
|
|
1425
1267
|
|
|
1426
|
-
class
|
|
1427
|
-
|
|
1428
|
-
attr_accessor :date
|
|
1429
|
-
# The IP address from which the representative attestation was made.
|
|
1430
|
-
attr_accessor :ip
|
|
1431
|
-
# The user agent of the browser from which the representative attestation was made.
|
|
1432
|
-
attr_accessor :user_agent
|
|
1433
|
-
|
|
1434
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1435
|
-
@date = date
|
|
1436
|
-
@ip = ip
|
|
1437
|
-
@user_agent = user_agent
|
|
1438
|
-
end
|
|
1439
|
-
end
|
|
1440
|
-
|
|
1441
|
-
class TermsOfService < ::Stripe::RequestParams
|
|
1442
|
-
class Account < ::Stripe::RequestParams
|
|
1268
|
+
class TermsOfService < Stripe::RequestParams
|
|
1269
|
+
class Account < Stripe::RequestParams
|
|
1443
1270
|
# 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.
|
|
1444
1271
|
attr_accessor :date
|
|
1445
1272
|
# The IP address from which the Account's representative accepted the terms of service.
|
|
@@ -1454,302 +1281,7 @@ module Stripe
|
|
|
1454
1281
|
end
|
|
1455
1282
|
end
|
|
1456
1283
|
|
|
1457
|
-
class
|
|
1458
|
-
class Commercial < ::Stripe::RequestParams
|
|
1459
|
-
class AccountHolder < ::Stripe::RequestParams
|
|
1460
|
-
# 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.
|
|
1461
|
-
attr_accessor :date
|
|
1462
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1463
|
-
attr_accessor :ip
|
|
1464
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1465
|
-
attr_accessor :user_agent
|
|
1466
|
-
|
|
1467
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1468
|
-
@date = date
|
|
1469
|
-
@ip = ip
|
|
1470
|
-
@user_agent = user_agent
|
|
1471
|
-
end
|
|
1472
|
-
end
|
|
1473
|
-
|
|
1474
|
-
class Celtic < ::Stripe::RequestParams
|
|
1475
|
-
class ApplePay < ::Stripe::RequestParams
|
|
1476
|
-
# 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.
|
|
1477
|
-
attr_accessor :date
|
|
1478
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1479
|
-
attr_accessor :ip
|
|
1480
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1481
|
-
attr_accessor :user_agent
|
|
1482
|
-
|
|
1483
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1484
|
-
@date = date
|
|
1485
|
-
@ip = ip
|
|
1486
|
-
@user_agent = user_agent
|
|
1487
|
-
end
|
|
1488
|
-
end
|
|
1489
|
-
|
|
1490
|
-
class ChargeCard < ::Stripe::RequestParams
|
|
1491
|
-
class BankTerms < ::Stripe::RequestParams
|
|
1492
|
-
# 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.
|
|
1493
|
-
attr_accessor :date
|
|
1494
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1495
|
-
attr_accessor :ip
|
|
1496
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1497
|
-
attr_accessor :user_agent
|
|
1498
|
-
|
|
1499
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1500
|
-
@date = date
|
|
1501
|
-
@ip = ip
|
|
1502
|
-
@user_agent = user_agent
|
|
1503
|
-
end
|
|
1504
|
-
end
|
|
1505
|
-
|
|
1506
|
-
class Platform < ::Stripe::RequestParams
|
|
1507
|
-
# 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.
|
|
1508
|
-
attr_accessor :date
|
|
1509
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1510
|
-
attr_accessor :ip
|
|
1511
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1512
|
-
attr_accessor :user_agent
|
|
1513
|
-
|
|
1514
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1515
|
-
@date = date
|
|
1516
|
-
@ip = ip
|
|
1517
|
-
@user_agent = user_agent
|
|
1518
|
-
end
|
|
1519
|
-
end
|
|
1520
|
-
# Bank terms of service acceptance for commercial issuing charge cards with Celtic as BIN sponsor.
|
|
1521
|
-
attr_accessor :bank_terms
|
|
1522
|
-
# Platform terms of service acceptance for commercial issuing charge cards with Celtic as BIN sponsor.
|
|
1523
|
-
attr_accessor :platform
|
|
1524
|
-
|
|
1525
|
-
def initialize(bank_terms: nil, platform: nil)
|
|
1526
|
-
@bank_terms = bank_terms
|
|
1527
|
-
@platform = platform
|
|
1528
|
-
end
|
|
1529
|
-
end
|
|
1530
|
-
|
|
1531
|
-
class SpendCard < ::Stripe::RequestParams
|
|
1532
|
-
class BankTerms < ::Stripe::RequestParams
|
|
1533
|
-
# 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.
|
|
1534
|
-
attr_accessor :date
|
|
1535
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1536
|
-
attr_accessor :ip
|
|
1537
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1538
|
-
attr_accessor :user_agent
|
|
1539
|
-
|
|
1540
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1541
|
-
@date = date
|
|
1542
|
-
@ip = ip
|
|
1543
|
-
@user_agent = user_agent
|
|
1544
|
-
end
|
|
1545
|
-
end
|
|
1546
|
-
|
|
1547
|
-
class FinancingDisclosures < ::Stripe::RequestParams
|
|
1548
|
-
# 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.
|
|
1549
|
-
attr_accessor :date
|
|
1550
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1551
|
-
attr_accessor :ip
|
|
1552
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1553
|
-
attr_accessor :user_agent
|
|
1554
|
-
|
|
1555
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1556
|
-
@date = date
|
|
1557
|
-
@ip = ip
|
|
1558
|
-
@user_agent = user_agent
|
|
1559
|
-
end
|
|
1560
|
-
end
|
|
1561
|
-
|
|
1562
|
-
class Platform < ::Stripe::RequestParams
|
|
1563
|
-
# 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.
|
|
1564
|
-
attr_accessor :date
|
|
1565
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1566
|
-
attr_accessor :ip
|
|
1567
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1568
|
-
attr_accessor :user_agent
|
|
1569
|
-
|
|
1570
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1571
|
-
@date = date
|
|
1572
|
-
@ip = ip
|
|
1573
|
-
@user_agent = user_agent
|
|
1574
|
-
end
|
|
1575
|
-
end
|
|
1576
|
-
# Bank terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
1577
|
-
attr_accessor :bank_terms
|
|
1578
|
-
# Financial disclosures terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
1579
|
-
attr_accessor :financing_disclosures
|
|
1580
|
-
# Platform terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
1581
|
-
attr_accessor :platform
|
|
1582
|
-
|
|
1583
|
-
def initialize(bank_terms: nil, financing_disclosures: nil, platform: nil)
|
|
1584
|
-
@bank_terms = bank_terms
|
|
1585
|
-
@financing_disclosures = financing_disclosures
|
|
1586
|
-
@platform = platform
|
|
1587
|
-
end
|
|
1588
|
-
end
|
|
1589
|
-
# Terms of service acceptances for commercial issuing Apple Pay cards with Celtic as BIN sponsor.
|
|
1590
|
-
attr_accessor :apple_pay
|
|
1591
|
-
# Terms of service acceptances for commercial issuing charge cards with Celtic as BIN sponsor.
|
|
1592
|
-
attr_accessor :charge_card
|
|
1593
|
-
# Terms of service acceptances for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
1594
|
-
attr_accessor :spend_card
|
|
1595
|
-
|
|
1596
|
-
def initialize(apple_pay: nil, charge_card: nil, spend_card: nil)
|
|
1597
|
-
@apple_pay = apple_pay
|
|
1598
|
-
@charge_card = charge_card
|
|
1599
|
-
@spend_card = spend_card
|
|
1600
|
-
end
|
|
1601
|
-
end
|
|
1602
|
-
|
|
1603
|
-
class CrossRiverBank < ::Stripe::RequestParams
|
|
1604
|
-
class ApplePay < ::Stripe::RequestParams
|
|
1605
|
-
# 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.
|
|
1606
|
-
attr_accessor :date
|
|
1607
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1608
|
-
attr_accessor :ip
|
|
1609
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1610
|
-
attr_accessor :user_agent
|
|
1611
|
-
|
|
1612
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1613
|
-
@date = date
|
|
1614
|
-
@ip = ip
|
|
1615
|
-
@user_agent = user_agent
|
|
1616
|
-
end
|
|
1617
|
-
end
|
|
1618
|
-
|
|
1619
|
-
class ChargeCard < ::Stripe::RequestParams
|
|
1620
|
-
class BankTerms < ::Stripe::RequestParams
|
|
1621
|
-
# 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.
|
|
1622
|
-
attr_accessor :date
|
|
1623
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1624
|
-
attr_accessor :ip
|
|
1625
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1626
|
-
attr_accessor :user_agent
|
|
1627
|
-
|
|
1628
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1629
|
-
@date = date
|
|
1630
|
-
@ip = ip
|
|
1631
|
-
@user_agent = user_agent
|
|
1632
|
-
end
|
|
1633
|
-
end
|
|
1634
|
-
|
|
1635
|
-
class FinancingDisclosures < ::Stripe::RequestParams
|
|
1636
|
-
# 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.
|
|
1637
|
-
attr_accessor :date
|
|
1638
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1639
|
-
attr_accessor :ip
|
|
1640
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1641
|
-
attr_accessor :user_agent
|
|
1642
|
-
|
|
1643
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1644
|
-
@date = date
|
|
1645
|
-
@ip = ip
|
|
1646
|
-
@user_agent = user_agent
|
|
1647
|
-
end
|
|
1648
|
-
end
|
|
1649
|
-
|
|
1650
|
-
class Platform < ::Stripe::RequestParams
|
|
1651
|
-
# 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.
|
|
1652
|
-
attr_accessor :date
|
|
1653
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1654
|
-
attr_accessor :ip
|
|
1655
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1656
|
-
attr_accessor :user_agent
|
|
1657
|
-
|
|
1658
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1659
|
-
@date = date
|
|
1660
|
-
@ip = ip
|
|
1661
|
-
@user_agent = user_agent
|
|
1662
|
-
end
|
|
1663
|
-
end
|
|
1664
|
-
# Bank terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
1665
|
-
attr_accessor :bank_terms
|
|
1666
|
-
# Financial disclosures terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
1667
|
-
attr_accessor :financing_disclosures
|
|
1668
|
-
# Platform terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
1669
|
-
attr_accessor :platform
|
|
1670
|
-
|
|
1671
|
-
def initialize(bank_terms: nil, financing_disclosures: nil, platform: nil)
|
|
1672
|
-
@bank_terms = bank_terms
|
|
1673
|
-
@financing_disclosures = financing_disclosures
|
|
1674
|
-
@platform = platform
|
|
1675
|
-
end
|
|
1676
|
-
end
|
|
1677
|
-
|
|
1678
|
-
class SpendCard < ::Stripe::RequestParams
|
|
1679
|
-
class BankTerms < ::Stripe::RequestParams
|
|
1680
|
-
# 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.
|
|
1681
|
-
attr_accessor :date
|
|
1682
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1683
|
-
attr_accessor :ip
|
|
1684
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1685
|
-
attr_accessor :user_agent
|
|
1686
|
-
|
|
1687
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1688
|
-
@date = date
|
|
1689
|
-
@ip = ip
|
|
1690
|
-
@user_agent = user_agent
|
|
1691
|
-
end
|
|
1692
|
-
end
|
|
1693
|
-
|
|
1694
|
-
class FinancingDisclosures < ::Stripe::RequestParams
|
|
1695
|
-
# 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.
|
|
1696
|
-
attr_accessor :date
|
|
1697
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1698
|
-
attr_accessor :ip
|
|
1699
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1700
|
-
attr_accessor :user_agent
|
|
1701
|
-
|
|
1702
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1703
|
-
@date = date
|
|
1704
|
-
@ip = ip
|
|
1705
|
-
@user_agent = user_agent
|
|
1706
|
-
end
|
|
1707
|
-
end
|
|
1708
|
-
# Bank terms of service acceptance for commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
1709
|
-
attr_accessor :bank_terms
|
|
1710
|
-
# Financial disclosures terms of service acceptance for commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
1711
|
-
attr_accessor :financing_disclosures
|
|
1712
|
-
|
|
1713
|
-
def initialize(bank_terms: nil, financing_disclosures: nil)
|
|
1714
|
-
@bank_terms = bank_terms
|
|
1715
|
-
@financing_disclosures = financing_disclosures
|
|
1716
|
-
end
|
|
1717
|
-
end
|
|
1718
|
-
# Terms of service acceptances for commercial issuing Apple Pay cards with Cross River Bank as BIN sponsor.
|
|
1719
|
-
attr_accessor :apple_pay
|
|
1720
|
-
# Terms of service acceptances for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
1721
|
-
attr_accessor :charge_card
|
|
1722
|
-
# Terms of service acceptances for commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
1723
|
-
attr_accessor :spend_card
|
|
1724
|
-
|
|
1725
|
-
def initialize(apple_pay: nil, charge_card: nil, spend_card: nil)
|
|
1726
|
-
@apple_pay = apple_pay
|
|
1727
|
-
@charge_card = charge_card
|
|
1728
|
-
@spend_card = spend_card
|
|
1729
|
-
end
|
|
1730
|
-
end
|
|
1731
|
-
# Terms of service acceptances for Stripe commercial card issuing.
|
|
1732
|
-
attr_accessor :account_holder
|
|
1733
|
-
# Terms of service acceptances for commercial issuing cards with Celtic as BIN sponsor.
|
|
1734
|
-
attr_accessor :celtic
|
|
1735
|
-
# Terms of service acceptances for commercial issuing cards with Cross River Bank as BIN sponsor.
|
|
1736
|
-
attr_accessor :cross_river_bank
|
|
1737
|
-
|
|
1738
|
-
def initialize(account_holder: nil, celtic: nil, cross_river_bank: nil)
|
|
1739
|
-
@account_holder = account_holder
|
|
1740
|
-
@celtic = celtic
|
|
1741
|
-
@cross_river_bank = cross_river_bank
|
|
1742
|
-
end
|
|
1743
|
-
end
|
|
1744
|
-
# Terms of service acceptances to create cards for commercial issuing use cases.
|
|
1745
|
-
attr_accessor :commercial
|
|
1746
|
-
|
|
1747
|
-
def initialize(commercial: nil)
|
|
1748
|
-
@commercial = commercial
|
|
1749
|
-
end
|
|
1750
|
-
end
|
|
1751
|
-
|
|
1752
|
-
class Storer < ::Stripe::RequestParams
|
|
1284
|
+
class Storer < Stripe::RequestParams
|
|
1753
1285
|
# 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.
|
|
1754
1286
|
attr_accessor :date
|
|
1755
1287
|
# The IP address from which the Account's representative accepted the terms of service.
|
|
@@ -1765,14 +1297,11 @@ module Stripe
|
|
|
1765
1297
|
end
|
|
1766
1298
|
# Details on the Account's acceptance of the [Stripe Services Agreement](https://docs.stripe.com/connect/updating-accounts#tos-acceptance).
|
|
1767
1299
|
attr_accessor :account
|
|
1768
|
-
# Details on the Account's acceptance of Issuing-specific terms of service.
|
|
1769
|
-
attr_accessor :card_creator
|
|
1770
1300
|
# Details on the Account's acceptance of Treasury-specific terms of service.
|
|
1771
1301
|
attr_accessor :storer
|
|
1772
1302
|
|
|
1773
|
-
def initialize(account: nil,
|
|
1303
|
+
def initialize(account: nil, storer: nil)
|
|
1774
1304
|
@account = account
|
|
1775
|
-
@card_creator = card_creator
|
|
1776
1305
|
@storer = storer
|
|
1777
1306
|
end
|
|
1778
1307
|
end
|
|
@@ -1782,8 +1311,6 @@ module Stripe
|
|
|
1782
1311
|
attr_accessor :ownership_declaration
|
|
1783
1312
|
# Attestation that all Persons with a specific Relationship value have been provided.
|
|
1784
1313
|
attr_accessor :persons_provided
|
|
1785
|
-
# This hash is used to attest that the representative is authorized to act as the representative of their legal entity.
|
|
1786
|
-
attr_accessor :representative_declaration
|
|
1787
1314
|
# Attestations of accepted terms of service agreements.
|
|
1788
1315
|
attr_accessor :terms_of_service
|
|
1789
1316
|
|
|
@@ -1791,19 +1318,17 @@ module Stripe
|
|
|
1791
1318
|
directorship_declaration: nil,
|
|
1792
1319
|
ownership_declaration: nil,
|
|
1793
1320
|
persons_provided: nil,
|
|
1794
|
-
representative_declaration: nil,
|
|
1795
1321
|
terms_of_service: nil
|
|
1796
1322
|
)
|
|
1797
1323
|
@directorship_declaration = directorship_declaration
|
|
1798
1324
|
@ownership_declaration = ownership_declaration
|
|
1799
1325
|
@persons_provided = persons_provided
|
|
1800
|
-
@representative_declaration = representative_declaration
|
|
1801
1326
|
@terms_of_service = terms_of_service
|
|
1802
1327
|
end
|
|
1803
1328
|
end
|
|
1804
1329
|
|
|
1805
|
-
class BusinessDetails <
|
|
1806
|
-
class Address <
|
|
1330
|
+
class BusinessDetails < Stripe::RequestParams
|
|
1331
|
+
class Address < Stripe::RequestParams
|
|
1807
1332
|
# City, district, suburb, town, or village.
|
|
1808
1333
|
attr_accessor :city
|
|
1809
1334
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -1838,7 +1363,7 @@ module Stripe
|
|
|
1838
1363
|
end
|
|
1839
1364
|
end
|
|
1840
1365
|
|
|
1841
|
-
class AnnualRevenue <
|
|
1366
|
+
class AnnualRevenue < Stripe::RequestParams
|
|
1842
1367
|
# A non-negative integer representing the amount in the smallest currency unit.
|
|
1843
1368
|
attr_accessor :amount
|
|
1844
1369
|
# The close-out date of the preceding fiscal year in ISO 8601 format. E.g. 2023-12-31 for the 31st of December, 2023.
|
|
@@ -1850,8 +1375,8 @@ module Stripe
|
|
|
1850
1375
|
end
|
|
1851
1376
|
end
|
|
1852
1377
|
|
|
1853
|
-
class Documents <
|
|
1854
|
-
class BankAccountOwnershipVerification <
|
|
1378
|
+
class Documents < Stripe::RequestParams
|
|
1379
|
+
class BankAccountOwnershipVerification < Stripe::RequestParams
|
|
1855
1380
|
# One or more document IDs returned by a [file upload](https://docs.stripe.com/api/persons/update#create_file) with a purpose value of `account_requirement`.
|
|
1856
1381
|
attr_accessor :files
|
|
1857
1382
|
# The format of the document. Currently supports `files` only.
|
|
@@ -1863,7 +1388,7 @@ module Stripe
|
|
|
1863
1388
|
end
|
|
1864
1389
|
end
|
|
1865
1390
|
|
|
1866
|
-
class CompanyLicense <
|
|
1391
|
+
class CompanyLicense < Stripe::RequestParams
|
|
1867
1392
|
# One or more document IDs returned by a [file upload](https://docs.stripe.com/api/persons/update#create_file) with a purpose value of `account_requirement`.
|
|
1868
1393
|
attr_accessor :files
|
|
1869
1394
|
# The format of the document. Currently supports `files` only.
|
|
@@ -1875,7 +1400,7 @@ module Stripe
|
|
|
1875
1400
|
end
|
|
1876
1401
|
end
|
|
1877
1402
|
|
|
1878
|
-
class CompanyMemorandumOfAssociation <
|
|
1403
|
+
class CompanyMemorandumOfAssociation < Stripe::RequestParams
|
|
1879
1404
|
# One or more document IDs returned by a [file upload](https://docs.stripe.com/api/persons/update#create_file) with a purpose value of `account_requirement`.
|
|
1880
1405
|
attr_accessor :files
|
|
1881
1406
|
# The format of the document. Currently supports `files` only.
|
|
@@ -1887,7 +1412,7 @@ module Stripe
|
|
|
1887
1412
|
end
|
|
1888
1413
|
end
|
|
1889
1414
|
|
|
1890
|
-
class CompanyMinisterialDecree <
|
|
1415
|
+
class CompanyMinisterialDecree < Stripe::RequestParams
|
|
1891
1416
|
# One or more document IDs returned by a [file upload](https://docs.stripe.com/api/persons/update#create_file) with a purpose value of `account_requirement`.
|
|
1892
1417
|
attr_accessor :files
|
|
1893
1418
|
# The format of the document. Currently supports `files` only.
|
|
@@ -1899,7 +1424,7 @@ module Stripe
|
|
|
1899
1424
|
end
|
|
1900
1425
|
end
|
|
1901
1426
|
|
|
1902
|
-
class CompanyRegistrationVerification <
|
|
1427
|
+
class CompanyRegistrationVerification < Stripe::RequestParams
|
|
1903
1428
|
# One or more document IDs returned by a [file upload](https://docs.stripe.com/api/persons/update#create_file) with a purpose value of `account_requirement`.
|
|
1904
1429
|
attr_accessor :files
|
|
1905
1430
|
# The format of the document. Currently supports `files` only.
|
|
@@ -1911,7 +1436,7 @@ module Stripe
|
|
|
1911
1436
|
end
|
|
1912
1437
|
end
|
|
1913
1438
|
|
|
1914
|
-
class CompanyTaxIdVerification <
|
|
1439
|
+
class CompanyTaxIdVerification < Stripe::RequestParams
|
|
1915
1440
|
# One or more document IDs returned by a [file upload](https://docs.stripe.com/api/persons/update#create_file) with a purpose value of `account_requirement`.
|
|
1916
1441
|
attr_accessor :files
|
|
1917
1442
|
# The format of the document. Currently supports `files` only.
|
|
@@ -1923,8 +1448,8 @@ module Stripe
|
|
|
1923
1448
|
end
|
|
1924
1449
|
end
|
|
1925
1450
|
|
|
1926
|
-
class PrimaryVerification <
|
|
1927
|
-
class FrontBack <
|
|
1451
|
+
class PrimaryVerification < Stripe::RequestParams
|
|
1452
|
+
class FrontBack < Stripe::RequestParams
|
|
1928
1453
|
# A [file upload](https://docs.stripe.com/api/persons/update#create_file) token representing the back of the verification document. The purpose of the uploaded file should be 'identity_document'. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
|
|
1929
1454
|
attr_accessor :back
|
|
1930
1455
|
# A [file upload](https://docs.stripe.com/api/persons/update#create_file) token representing the front of the verification document. The purpose of the uploaded file should be 'identity_document'. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
|
|
@@ -1946,7 +1471,7 @@ module Stripe
|
|
|
1946
1471
|
end
|
|
1947
1472
|
end
|
|
1948
1473
|
|
|
1949
|
-
class ProofOfAddress <
|
|
1474
|
+
class ProofOfAddress < Stripe::RequestParams
|
|
1950
1475
|
# One or more document IDs returned by a [file upload](https://docs.stripe.com/api/persons/update#create_file) with a purpose value of `account_requirement`.
|
|
1951
1476
|
attr_accessor :files
|
|
1952
1477
|
# The format of the document. Currently supports `files` only.
|
|
@@ -1958,7 +1483,7 @@ module Stripe
|
|
|
1958
1483
|
end
|
|
1959
1484
|
end
|
|
1960
1485
|
|
|
1961
|
-
class ProofOfRegistration <
|
|
1486
|
+
class ProofOfRegistration < Stripe::RequestParams
|
|
1962
1487
|
# One or more document IDs returned by a [file upload](https://docs.stripe.com/api/persons/update#create_file) with a purpose value of `account_requirement`.
|
|
1963
1488
|
attr_accessor :files
|
|
1964
1489
|
# The format of the document. Currently supports `files` only.
|
|
@@ -1970,7 +1495,7 @@ module Stripe
|
|
|
1970
1495
|
end
|
|
1971
1496
|
end
|
|
1972
1497
|
|
|
1973
|
-
class ProofOfUltimateBeneficialOwnership <
|
|
1498
|
+
class ProofOfUltimateBeneficialOwnership < Stripe::RequestParams
|
|
1974
1499
|
# One or more document IDs returned by a [file upload](https://docs.stripe.com/api/persons/update#create_file) with a purpose value of `account_requirement`.
|
|
1975
1500
|
attr_accessor :files
|
|
1976
1501
|
# The format of the document. Currently supports `files` only.
|
|
@@ -2027,7 +1552,7 @@ module Stripe
|
|
|
2027
1552
|
end
|
|
2028
1553
|
end
|
|
2029
1554
|
|
|
2030
|
-
class IdNumber <
|
|
1555
|
+
class IdNumber < Stripe::RequestParams
|
|
2031
1556
|
# The registrar of the ID number (Only valid for DE ID number types).
|
|
2032
1557
|
attr_accessor :registrar
|
|
2033
1558
|
# Open Enum. The ID number type of a business entity.
|
|
@@ -2042,7 +1567,7 @@ module Stripe
|
|
|
2042
1567
|
end
|
|
2043
1568
|
end
|
|
2044
1569
|
|
|
2045
|
-
class MonthlyEstimatedRevenue <
|
|
1570
|
+
class MonthlyEstimatedRevenue < Stripe::RequestParams
|
|
2046
1571
|
# A non-negative integer representing the amount in the smallest currency unit.
|
|
2047
1572
|
attr_accessor :amount
|
|
2048
1573
|
|
|
@@ -2051,8 +1576,8 @@ module Stripe
|
|
|
2051
1576
|
end
|
|
2052
1577
|
end
|
|
2053
1578
|
|
|
2054
|
-
class ScriptAddresses <
|
|
2055
|
-
class Kana <
|
|
1579
|
+
class ScriptAddresses < Stripe::RequestParams
|
|
1580
|
+
class Kana < Stripe::RequestParams
|
|
2056
1581
|
# City, district, suburb, town, or village.
|
|
2057
1582
|
attr_accessor :city
|
|
2058
1583
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -2087,7 +1612,7 @@ module Stripe
|
|
|
2087
1612
|
end
|
|
2088
1613
|
end
|
|
2089
1614
|
|
|
2090
|
-
class Kanji <
|
|
1615
|
+
class Kanji < Stripe::RequestParams
|
|
2091
1616
|
# City, district, suburb, town, or village.
|
|
2092
1617
|
attr_accessor :city
|
|
2093
1618
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -2132,8 +1657,8 @@ module Stripe
|
|
|
2132
1657
|
end
|
|
2133
1658
|
end
|
|
2134
1659
|
|
|
2135
|
-
class ScriptNames <
|
|
2136
|
-
class Kana <
|
|
1660
|
+
class ScriptNames < Stripe::RequestParams
|
|
1661
|
+
class Kana < Stripe::RequestParams
|
|
2137
1662
|
# Registered name of the business.
|
|
2138
1663
|
attr_accessor :registered_name
|
|
2139
1664
|
|
|
@@ -2142,7 +1667,7 @@ module Stripe
|
|
|
2142
1667
|
end
|
|
2143
1668
|
end
|
|
2144
1669
|
|
|
2145
|
-
class Kanji <
|
|
1670
|
+
class Kanji < Stripe::RequestParams
|
|
2146
1671
|
# Registered name of the business.
|
|
2147
1672
|
attr_accessor :registered_name
|
|
2148
1673
|
|
|
@@ -2210,8 +1735,8 @@ module Stripe
|
|
|
2210
1735
|
end
|
|
2211
1736
|
end
|
|
2212
1737
|
|
|
2213
|
-
class Individual <
|
|
2214
|
-
class AdditionalAddress <
|
|
1738
|
+
class Individual < Stripe::RequestParams
|
|
1739
|
+
class AdditionalAddress < Stripe::RequestParams
|
|
2215
1740
|
# City, district, suburb, town, or village.
|
|
2216
1741
|
attr_accessor :city
|
|
2217
1742
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -2250,7 +1775,7 @@ module Stripe
|
|
|
2250
1775
|
end
|
|
2251
1776
|
end
|
|
2252
1777
|
|
|
2253
|
-
class AdditionalName <
|
|
1778
|
+
class AdditionalName < Stripe::RequestParams
|
|
2254
1779
|
# The person's full name.
|
|
2255
1780
|
attr_accessor :full_name
|
|
2256
1781
|
# The person's first or given name.
|
|
@@ -2268,7 +1793,7 @@ module Stripe
|
|
|
2268
1793
|
end
|
|
2269
1794
|
end
|
|
2270
1795
|
|
|
2271
|
-
class Address <
|
|
1796
|
+
class Address < Stripe::RequestParams
|
|
2272
1797
|
# City, district, suburb, town, or village.
|
|
2273
1798
|
attr_accessor :city
|
|
2274
1799
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -2303,7 +1828,7 @@ module Stripe
|
|
|
2303
1828
|
end
|
|
2304
1829
|
end
|
|
2305
1830
|
|
|
2306
|
-
class DateOfBirth <
|
|
1831
|
+
class DateOfBirth < Stripe::RequestParams
|
|
2307
1832
|
# The day of the birth.
|
|
2308
1833
|
attr_accessor :day
|
|
2309
1834
|
# The month of birth.
|
|
@@ -2318,8 +1843,8 @@ module Stripe
|
|
|
2318
1843
|
end
|
|
2319
1844
|
end
|
|
2320
1845
|
|
|
2321
|
-
class Documents <
|
|
2322
|
-
class CompanyAuthorization <
|
|
1846
|
+
class Documents < Stripe::RequestParams
|
|
1847
|
+
class CompanyAuthorization < Stripe::RequestParams
|
|
2323
1848
|
# One or more document IDs returned by a [file upload](https://docs.stripe.com/api/persons/update#create_file) with a purpose value of `account_requirement`.
|
|
2324
1849
|
attr_accessor :files
|
|
2325
1850
|
# The format of the document. Currently supports `files` only.
|
|
@@ -2331,7 +1856,7 @@ module Stripe
|
|
|
2331
1856
|
end
|
|
2332
1857
|
end
|
|
2333
1858
|
|
|
2334
|
-
class Passport <
|
|
1859
|
+
class Passport < Stripe::RequestParams
|
|
2335
1860
|
# One or more document IDs returned by a [file upload](https://docs.stripe.com/api/persons/update#create_file) with a purpose value of `account_requirement`.
|
|
2336
1861
|
attr_accessor :files
|
|
2337
1862
|
# The format of the document. Currently supports `files` only.
|
|
@@ -2343,8 +1868,8 @@ module Stripe
|
|
|
2343
1868
|
end
|
|
2344
1869
|
end
|
|
2345
1870
|
|
|
2346
|
-
class PrimaryVerification <
|
|
2347
|
-
class FrontBack <
|
|
1871
|
+
class PrimaryVerification < Stripe::RequestParams
|
|
1872
|
+
class FrontBack < Stripe::RequestParams
|
|
2348
1873
|
# A [file upload](https://docs.stripe.com/api/persons/update#create_file) token representing the back of the verification document. The purpose of the uploaded file should be 'identity_document'. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
|
|
2349
1874
|
attr_accessor :back
|
|
2350
1875
|
# A [file upload](https://docs.stripe.com/api/persons/update#create_file) token representing the front of the verification document. The purpose of the uploaded file should be 'identity_document'. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
|
|
@@ -2366,8 +1891,8 @@ module Stripe
|
|
|
2366
1891
|
end
|
|
2367
1892
|
end
|
|
2368
1893
|
|
|
2369
|
-
class SecondaryVerification <
|
|
2370
|
-
class FrontBack <
|
|
1894
|
+
class SecondaryVerification < Stripe::RequestParams
|
|
1895
|
+
class FrontBack < Stripe::RequestParams
|
|
2371
1896
|
# A [file upload](https://docs.stripe.com/api/persons/update#create_file) token representing the back of the verification document. The purpose of the uploaded file should be 'identity_document'. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
|
|
2372
1897
|
attr_accessor :back
|
|
2373
1898
|
# A [file upload](https://docs.stripe.com/api/persons/update#create_file) token representing the front of the verification document. The purpose of the uploaded file should be 'identity_document'. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
|
|
@@ -2389,7 +1914,7 @@ module Stripe
|
|
|
2389
1914
|
end
|
|
2390
1915
|
end
|
|
2391
1916
|
|
|
2392
|
-
class Visa <
|
|
1917
|
+
class Visa < Stripe::RequestParams
|
|
2393
1918
|
# One or more document IDs returned by a [file upload](https://docs.stripe.com/api/persons/update#create_file) with a purpose value of `account_requirement`.
|
|
2394
1919
|
attr_accessor :files
|
|
2395
1920
|
# The format of the document. Currently supports `files` only.
|
|
@@ -2426,7 +1951,7 @@ module Stripe
|
|
|
2426
1951
|
end
|
|
2427
1952
|
end
|
|
2428
1953
|
|
|
2429
|
-
class IdNumber <
|
|
1954
|
+
class IdNumber < Stripe::RequestParams
|
|
2430
1955
|
# The ID number type of an individual.
|
|
2431
1956
|
attr_accessor :type
|
|
2432
1957
|
# The value of the ID number.
|
|
@@ -2438,7 +1963,7 @@ module Stripe
|
|
|
2438
1963
|
end
|
|
2439
1964
|
end
|
|
2440
1965
|
|
|
2441
|
-
class Relationship <
|
|
1966
|
+
class Relationship < Stripe::RequestParams
|
|
2442
1967
|
# Whether the person is a director of the account's identity. Directors are typically members of the governing board of the company, or responsible for ensuring the company meets its regulatory obligations.
|
|
2443
1968
|
attr_accessor :director
|
|
2444
1969
|
# Whether the person has significant responsibility to control, manage, or direct the organization.
|
|
@@ -2465,8 +1990,8 @@ module Stripe
|
|
|
2465
1990
|
end
|
|
2466
1991
|
end
|
|
2467
1992
|
|
|
2468
|
-
class ScriptAddresses <
|
|
2469
|
-
class Kana <
|
|
1993
|
+
class ScriptAddresses < Stripe::RequestParams
|
|
1994
|
+
class Kana < Stripe::RequestParams
|
|
2470
1995
|
# City, district, suburb, town, or village.
|
|
2471
1996
|
attr_accessor :city
|
|
2472
1997
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -2501,7 +2026,7 @@ module Stripe
|
|
|
2501
2026
|
end
|
|
2502
2027
|
end
|
|
2503
2028
|
|
|
2504
|
-
class Kanji <
|
|
2029
|
+
class Kanji < Stripe::RequestParams
|
|
2505
2030
|
# City, district, suburb, town, or village.
|
|
2506
2031
|
attr_accessor :city
|
|
2507
2032
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -2546,8 +2071,8 @@ module Stripe
|
|
|
2546
2071
|
end
|
|
2547
2072
|
end
|
|
2548
2073
|
|
|
2549
|
-
class ScriptNames <
|
|
2550
|
-
class Kana <
|
|
2074
|
+
class ScriptNames < Stripe::RequestParams
|
|
2075
|
+
class Kana < Stripe::RequestParams
|
|
2551
2076
|
# The person's first or given name.
|
|
2552
2077
|
attr_accessor :given_name
|
|
2553
2078
|
# The person's last or family name.
|
|
@@ -2559,7 +2084,7 @@ module Stripe
|
|
|
2559
2084
|
end
|
|
2560
2085
|
end
|
|
2561
2086
|
|
|
2562
|
-
class Kanji <
|
|
2087
|
+
class Kanji < Stripe::RequestParams
|
|
2563
2088
|
# The person's first or given name.
|
|
2564
2089
|
attr_accessor :given_name
|
|
2565
2090
|
# The person's last or family name.
|
|
@@ -2653,7 +2178,7 @@ module Stripe
|
|
|
2653
2178
|
@surname = surname
|
|
2654
2179
|
end
|
|
2655
2180
|
end
|
|
2656
|
-
# Attestations from the identity's key people, e.g. owners, executives, directors
|
|
2181
|
+
# Attestations from the identity's key people, e.g. owners, executives, directors.
|
|
2657
2182
|
attr_accessor :attestations
|
|
2658
2183
|
# Information about the company or business.
|
|
2659
2184
|
attr_accessor :business_details
|