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,127 +4,10 @@
|
|
|
4
4
|
module Stripe
|
|
5
5
|
module V2
|
|
6
6
|
module Core
|
|
7
|
-
class AccountCreateParams <
|
|
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
|
-
# Capabilities to request on the CardCreator Configuration.
|
|
119
|
-
attr_accessor :capabilities
|
|
120
|
-
|
|
121
|
-
def initialize(capabilities: nil)
|
|
122
|
-
@capabilities = capabilities
|
|
123
|
-
end
|
|
124
|
-
end
|
|
125
|
-
|
|
126
|
-
class Customer < ::Stripe::RequestParams
|
|
127
|
-
class AutomaticIndirectTax < ::Stripe::RequestParams
|
|
7
|
+
class AccountCreateParams < Stripe::RequestParams
|
|
8
|
+
class Configuration < Stripe::RequestParams
|
|
9
|
+
class Customer < Stripe::RequestParams
|
|
10
|
+
class AutomaticIndirectTax < Stripe::RequestParams
|
|
128
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”.
|
|
129
12
|
attr_accessor :exempt
|
|
130
13
|
# A recent IP address of the customer used for tax reporting and tax location inference.
|
|
@@ -139,9 +22,9 @@ module Stripe
|
|
|
139
22
|
end
|
|
140
23
|
end
|
|
141
24
|
|
|
142
|
-
class Billing <
|
|
143
|
-
class Invoice <
|
|
144
|
-
class CustomField <
|
|
25
|
+
class Billing < Stripe::RequestParams
|
|
26
|
+
class Invoice < Stripe::RequestParams
|
|
27
|
+
class CustomField < Stripe::RequestParams
|
|
145
28
|
# The name of the custom field. This may be up to 40 characters.
|
|
146
29
|
attr_accessor :name
|
|
147
30
|
# The value of the custom field. This may be up to 140 characters. When updating, pass an empty string to remove previously-defined values.
|
|
@@ -153,7 +36,7 @@ module Stripe
|
|
|
153
36
|
end
|
|
154
37
|
end
|
|
155
38
|
|
|
156
|
-
class Rendering <
|
|
39
|
+
class Rendering < Stripe::RequestParams
|
|
157
40
|
# 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.
|
|
158
41
|
attr_accessor :amount_tax_display
|
|
159
42
|
# ID of the invoice rendering template to use for future invoices.
|
|
@@ -197,8 +80,8 @@ module Stripe
|
|
|
197
80
|
end
|
|
198
81
|
end
|
|
199
82
|
|
|
200
|
-
class Capabilities <
|
|
201
|
-
class AutomaticIndirectTax <
|
|
83
|
+
class Capabilities < Stripe::RequestParams
|
|
84
|
+
class AutomaticIndirectTax < Stripe::RequestParams
|
|
202
85
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
203
86
|
attr_accessor :requested
|
|
204
87
|
|
|
@@ -214,8 +97,8 @@ module Stripe
|
|
|
214
97
|
end
|
|
215
98
|
end
|
|
216
99
|
|
|
217
|
-
class Shipping <
|
|
218
|
-
class Address <
|
|
100
|
+
class Shipping < Stripe::RequestParams
|
|
101
|
+
class Address < Stripe::RequestParams
|
|
219
102
|
# City, district, suburb, town, or village.
|
|
220
103
|
attr_accessor :city
|
|
221
104
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -284,8 +167,8 @@ module Stripe
|
|
|
284
167
|
end
|
|
285
168
|
end
|
|
286
169
|
|
|
287
|
-
class Merchant <
|
|
288
|
-
class BacsDebitPayments <
|
|
170
|
+
class Merchant < Stripe::RequestParams
|
|
171
|
+
class BacsDebitPayments < Stripe::RequestParams
|
|
289
172
|
# Display name for Bacs debit payments.
|
|
290
173
|
attr_accessor :display_name
|
|
291
174
|
|
|
@@ -294,7 +177,7 @@ module Stripe
|
|
|
294
177
|
end
|
|
295
178
|
end
|
|
296
179
|
|
|
297
|
-
class Branding <
|
|
180
|
+
class Branding < Stripe::RequestParams
|
|
298
181
|
# 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.
|
|
299
182
|
attr_accessor :icon
|
|
300
183
|
# 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.
|
|
@@ -312,8 +195,8 @@ module Stripe
|
|
|
312
195
|
end
|
|
313
196
|
end
|
|
314
197
|
|
|
315
|
-
class Capabilities <
|
|
316
|
-
class AchDebitPayments <
|
|
198
|
+
class Capabilities < Stripe::RequestParams
|
|
199
|
+
class AchDebitPayments < Stripe::RequestParams
|
|
317
200
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
318
201
|
attr_accessor :requested
|
|
319
202
|
|
|
@@ -322,7 +205,7 @@ module Stripe
|
|
|
322
205
|
end
|
|
323
206
|
end
|
|
324
207
|
|
|
325
|
-
class AcssDebitPayments <
|
|
208
|
+
class AcssDebitPayments < Stripe::RequestParams
|
|
326
209
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
327
210
|
attr_accessor :requested
|
|
328
211
|
|
|
@@ -331,7 +214,7 @@ module Stripe
|
|
|
331
214
|
end
|
|
332
215
|
end
|
|
333
216
|
|
|
334
|
-
class AffirmPayments <
|
|
217
|
+
class AffirmPayments < Stripe::RequestParams
|
|
335
218
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
336
219
|
attr_accessor :requested
|
|
337
220
|
|
|
@@ -340,7 +223,7 @@ module Stripe
|
|
|
340
223
|
end
|
|
341
224
|
end
|
|
342
225
|
|
|
343
|
-
class AfterpayClearpayPayments <
|
|
226
|
+
class AfterpayClearpayPayments < Stripe::RequestParams
|
|
344
227
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
345
228
|
attr_accessor :requested
|
|
346
229
|
|
|
@@ -349,7 +232,7 @@ module Stripe
|
|
|
349
232
|
end
|
|
350
233
|
end
|
|
351
234
|
|
|
352
|
-
class AlmaPayments <
|
|
235
|
+
class AlmaPayments < Stripe::RequestParams
|
|
353
236
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
354
237
|
attr_accessor :requested
|
|
355
238
|
|
|
@@ -358,7 +241,7 @@ module Stripe
|
|
|
358
241
|
end
|
|
359
242
|
end
|
|
360
243
|
|
|
361
|
-
class AmazonPayPayments <
|
|
244
|
+
class AmazonPayPayments < Stripe::RequestParams
|
|
362
245
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
363
246
|
attr_accessor :requested
|
|
364
247
|
|
|
@@ -367,7 +250,7 @@ module Stripe
|
|
|
367
250
|
end
|
|
368
251
|
end
|
|
369
252
|
|
|
370
|
-
class AuBecsDebitPayments <
|
|
253
|
+
class AuBecsDebitPayments < Stripe::RequestParams
|
|
371
254
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
372
255
|
attr_accessor :requested
|
|
373
256
|
|
|
@@ -376,7 +259,7 @@ module Stripe
|
|
|
376
259
|
end
|
|
377
260
|
end
|
|
378
261
|
|
|
379
|
-
class BacsDebitPayments <
|
|
262
|
+
class BacsDebitPayments < Stripe::RequestParams
|
|
380
263
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
381
264
|
attr_accessor :requested
|
|
382
265
|
|
|
@@ -385,7 +268,7 @@ module Stripe
|
|
|
385
268
|
end
|
|
386
269
|
end
|
|
387
270
|
|
|
388
|
-
class BancontactPayments <
|
|
271
|
+
class BancontactPayments < Stripe::RequestParams
|
|
389
272
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
390
273
|
attr_accessor :requested
|
|
391
274
|
|
|
@@ -394,7 +277,7 @@ module Stripe
|
|
|
394
277
|
end
|
|
395
278
|
end
|
|
396
279
|
|
|
397
|
-
class BlikPayments <
|
|
280
|
+
class BlikPayments < Stripe::RequestParams
|
|
398
281
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
399
282
|
attr_accessor :requested
|
|
400
283
|
|
|
@@ -403,7 +286,7 @@ module Stripe
|
|
|
403
286
|
end
|
|
404
287
|
end
|
|
405
288
|
|
|
406
|
-
class BoletoPayments <
|
|
289
|
+
class BoletoPayments < Stripe::RequestParams
|
|
407
290
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
408
291
|
attr_accessor :requested
|
|
409
292
|
|
|
@@ -412,7 +295,7 @@ module Stripe
|
|
|
412
295
|
end
|
|
413
296
|
end
|
|
414
297
|
|
|
415
|
-
class CardPayments <
|
|
298
|
+
class CardPayments < Stripe::RequestParams
|
|
416
299
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
417
300
|
attr_accessor :requested
|
|
418
301
|
|
|
@@ -421,7 +304,7 @@ module Stripe
|
|
|
421
304
|
end
|
|
422
305
|
end
|
|
423
306
|
|
|
424
|
-
class CartesBancairesPayments <
|
|
307
|
+
class CartesBancairesPayments < Stripe::RequestParams
|
|
425
308
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
426
309
|
attr_accessor :requested
|
|
427
310
|
|
|
@@ -430,7 +313,7 @@ module Stripe
|
|
|
430
313
|
end
|
|
431
314
|
end
|
|
432
315
|
|
|
433
|
-
class CashappPayments <
|
|
316
|
+
class CashappPayments < Stripe::RequestParams
|
|
434
317
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
435
318
|
attr_accessor :requested
|
|
436
319
|
|
|
@@ -439,7 +322,7 @@ module Stripe
|
|
|
439
322
|
end
|
|
440
323
|
end
|
|
441
324
|
|
|
442
|
-
class EpsPayments <
|
|
325
|
+
class EpsPayments < Stripe::RequestParams
|
|
443
326
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
444
327
|
attr_accessor :requested
|
|
445
328
|
|
|
@@ -448,7 +331,7 @@ module Stripe
|
|
|
448
331
|
end
|
|
449
332
|
end
|
|
450
333
|
|
|
451
|
-
class FpxPayments <
|
|
334
|
+
class FpxPayments < Stripe::RequestParams
|
|
452
335
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
453
336
|
attr_accessor :requested
|
|
454
337
|
|
|
@@ -457,7 +340,7 @@ module Stripe
|
|
|
457
340
|
end
|
|
458
341
|
end
|
|
459
342
|
|
|
460
|
-
class GbBankTransferPayments <
|
|
343
|
+
class GbBankTransferPayments < Stripe::RequestParams
|
|
461
344
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
462
345
|
attr_accessor :requested
|
|
463
346
|
|
|
@@ -466,7 +349,7 @@ module Stripe
|
|
|
466
349
|
end
|
|
467
350
|
end
|
|
468
351
|
|
|
469
|
-
class GrabpayPayments <
|
|
352
|
+
class GrabpayPayments < Stripe::RequestParams
|
|
470
353
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
471
354
|
attr_accessor :requested
|
|
472
355
|
|
|
@@ -475,7 +358,7 @@ module Stripe
|
|
|
475
358
|
end
|
|
476
359
|
end
|
|
477
360
|
|
|
478
|
-
class IdealPayments <
|
|
361
|
+
class IdealPayments < Stripe::RequestParams
|
|
479
362
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
480
363
|
attr_accessor :requested
|
|
481
364
|
|
|
@@ -484,7 +367,7 @@ module Stripe
|
|
|
484
367
|
end
|
|
485
368
|
end
|
|
486
369
|
|
|
487
|
-
class JcbPayments <
|
|
370
|
+
class JcbPayments < Stripe::RequestParams
|
|
488
371
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
489
372
|
attr_accessor :requested
|
|
490
373
|
|
|
@@ -493,7 +376,7 @@ module Stripe
|
|
|
493
376
|
end
|
|
494
377
|
end
|
|
495
378
|
|
|
496
|
-
class JpBankTransferPayments <
|
|
379
|
+
class JpBankTransferPayments < Stripe::RequestParams
|
|
497
380
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
498
381
|
attr_accessor :requested
|
|
499
382
|
|
|
@@ -502,7 +385,7 @@ module Stripe
|
|
|
502
385
|
end
|
|
503
386
|
end
|
|
504
387
|
|
|
505
|
-
class KakaoPayPayments <
|
|
388
|
+
class KakaoPayPayments < Stripe::RequestParams
|
|
506
389
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
507
390
|
attr_accessor :requested
|
|
508
391
|
|
|
@@ -511,7 +394,7 @@ module Stripe
|
|
|
511
394
|
end
|
|
512
395
|
end
|
|
513
396
|
|
|
514
|
-
class KlarnaPayments <
|
|
397
|
+
class KlarnaPayments < Stripe::RequestParams
|
|
515
398
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
516
399
|
attr_accessor :requested
|
|
517
400
|
|
|
@@ -520,7 +403,7 @@ module Stripe
|
|
|
520
403
|
end
|
|
521
404
|
end
|
|
522
405
|
|
|
523
|
-
class KonbiniPayments <
|
|
406
|
+
class KonbiniPayments < Stripe::RequestParams
|
|
524
407
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
525
408
|
attr_accessor :requested
|
|
526
409
|
|
|
@@ -529,7 +412,7 @@ module Stripe
|
|
|
529
412
|
end
|
|
530
413
|
end
|
|
531
414
|
|
|
532
|
-
class KrCardPayments <
|
|
415
|
+
class KrCardPayments < Stripe::RequestParams
|
|
533
416
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
534
417
|
attr_accessor :requested
|
|
535
418
|
|
|
@@ -538,7 +421,7 @@ module Stripe
|
|
|
538
421
|
end
|
|
539
422
|
end
|
|
540
423
|
|
|
541
|
-
class LinkPayments <
|
|
424
|
+
class LinkPayments < Stripe::RequestParams
|
|
542
425
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
543
426
|
attr_accessor :requested
|
|
544
427
|
|
|
@@ -547,7 +430,7 @@ module Stripe
|
|
|
547
430
|
end
|
|
548
431
|
end
|
|
549
432
|
|
|
550
|
-
class MobilepayPayments <
|
|
433
|
+
class MobilepayPayments < Stripe::RequestParams
|
|
551
434
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
552
435
|
attr_accessor :requested
|
|
553
436
|
|
|
@@ -556,7 +439,7 @@ module Stripe
|
|
|
556
439
|
end
|
|
557
440
|
end
|
|
558
441
|
|
|
559
|
-
class MultibancoPayments <
|
|
442
|
+
class MultibancoPayments < Stripe::RequestParams
|
|
560
443
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
561
444
|
attr_accessor :requested
|
|
562
445
|
|
|
@@ -565,7 +448,7 @@ module Stripe
|
|
|
565
448
|
end
|
|
566
449
|
end
|
|
567
450
|
|
|
568
|
-
class MxBankTransferPayments <
|
|
451
|
+
class MxBankTransferPayments < Stripe::RequestParams
|
|
569
452
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
570
453
|
attr_accessor :requested
|
|
571
454
|
|
|
@@ -574,7 +457,7 @@ module Stripe
|
|
|
574
457
|
end
|
|
575
458
|
end
|
|
576
459
|
|
|
577
|
-
class NaverPayPayments <
|
|
460
|
+
class NaverPayPayments < Stripe::RequestParams
|
|
578
461
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
579
462
|
attr_accessor :requested
|
|
580
463
|
|
|
@@ -583,7 +466,7 @@ module Stripe
|
|
|
583
466
|
end
|
|
584
467
|
end
|
|
585
468
|
|
|
586
|
-
class OxxoPayments <
|
|
469
|
+
class OxxoPayments < Stripe::RequestParams
|
|
587
470
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
588
471
|
attr_accessor :requested
|
|
589
472
|
|
|
@@ -592,7 +475,7 @@ module Stripe
|
|
|
592
475
|
end
|
|
593
476
|
end
|
|
594
477
|
|
|
595
|
-
class P24Payments <
|
|
478
|
+
class P24Payments < Stripe::RequestParams
|
|
596
479
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
597
480
|
attr_accessor :requested
|
|
598
481
|
|
|
@@ -601,7 +484,7 @@ module Stripe
|
|
|
601
484
|
end
|
|
602
485
|
end
|
|
603
486
|
|
|
604
|
-
class PayByBankPayments <
|
|
487
|
+
class PayByBankPayments < Stripe::RequestParams
|
|
605
488
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
606
489
|
attr_accessor :requested
|
|
607
490
|
|
|
@@ -610,7 +493,7 @@ module Stripe
|
|
|
610
493
|
end
|
|
611
494
|
end
|
|
612
495
|
|
|
613
|
-
class PaycoPayments <
|
|
496
|
+
class PaycoPayments < Stripe::RequestParams
|
|
614
497
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
615
498
|
attr_accessor :requested
|
|
616
499
|
|
|
@@ -619,7 +502,7 @@ module Stripe
|
|
|
619
502
|
end
|
|
620
503
|
end
|
|
621
504
|
|
|
622
|
-
class PaynowPayments <
|
|
505
|
+
class PaynowPayments < Stripe::RequestParams
|
|
623
506
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
624
507
|
attr_accessor :requested
|
|
625
508
|
|
|
@@ -628,7 +511,7 @@ module Stripe
|
|
|
628
511
|
end
|
|
629
512
|
end
|
|
630
513
|
|
|
631
|
-
class PromptpayPayments <
|
|
514
|
+
class PromptpayPayments < Stripe::RequestParams
|
|
632
515
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
633
516
|
attr_accessor :requested
|
|
634
517
|
|
|
@@ -637,7 +520,7 @@ module Stripe
|
|
|
637
520
|
end
|
|
638
521
|
end
|
|
639
522
|
|
|
640
|
-
class RevolutPayPayments <
|
|
523
|
+
class RevolutPayPayments < Stripe::RequestParams
|
|
641
524
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
642
525
|
attr_accessor :requested
|
|
643
526
|
|
|
@@ -646,7 +529,7 @@ module Stripe
|
|
|
646
529
|
end
|
|
647
530
|
end
|
|
648
531
|
|
|
649
|
-
class SamsungPayPayments <
|
|
532
|
+
class SamsungPayPayments < Stripe::RequestParams
|
|
650
533
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
651
534
|
attr_accessor :requested
|
|
652
535
|
|
|
@@ -655,7 +538,7 @@ module Stripe
|
|
|
655
538
|
end
|
|
656
539
|
end
|
|
657
540
|
|
|
658
|
-
class SepaBankTransferPayments <
|
|
541
|
+
class SepaBankTransferPayments < Stripe::RequestParams
|
|
659
542
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
660
543
|
attr_accessor :requested
|
|
661
544
|
|
|
@@ -664,7 +547,7 @@ module Stripe
|
|
|
664
547
|
end
|
|
665
548
|
end
|
|
666
549
|
|
|
667
|
-
class SepaDebitPayments <
|
|
550
|
+
class SepaDebitPayments < Stripe::RequestParams
|
|
668
551
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
669
552
|
attr_accessor :requested
|
|
670
553
|
|
|
@@ -673,7 +556,7 @@ module Stripe
|
|
|
673
556
|
end
|
|
674
557
|
end
|
|
675
558
|
|
|
676
|
-
class SwishPayments <
|
|
559
|
+
class SwishPayments < Stripe::RequestParams
|
|
677
560
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
678
561
|
attr_accessor :requested
|
|
679
562
|
|
|
@@ -682,7 +565,7 @@ module Stripe
|
|
|
682
565
|
end
|
|
683
566
|
end
|
|
684
567
|
|
|
685
|
-
class TwintPayments <
|
|
568
|
+
class TwintPayments < Stripe::RequestParams
|
|
686
569
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
687
570
|
attr_accessor :requested
|
|
688
571
|
|
|
@@ -691,7 +574,7 @@ module Stripe
|
|
|
691
574
|
end
|
|
692
575
|
end
|
|
693
576
|
|
|
694
|
-
class UsBankTransferPayments <
|
|
577
|
+
class UsBankTransferPayments < Stripe::RequestParams
|
|
695
578
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
696
579
|
attr_accessor :requested
|
|
697
580
|
|
|
@@ -700,7 +583,7 @@ module Stripe
|
|
|
700
583
|
end
|
|
701
584
|
end
|
|
702
585
|
|
|
703
|
-
class ZipPayments <
|
|
586
|
+
class ZipPayments < Stripe::RequestParams
|
|
704
587
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
705
588
|
attr_accessor :requested
|
|
706
589
|
|
|
@@ -890,8 +773,8 @@ module Stripe
|
|
|
890
773
|
end
|
|
891
774
|
end
|
|
892
775
|
|
|
893
|
-
class CardPayments <
|
|
894
|
-
class DeclineOn <
|
|
776
|
+
class CardPayments < Stripe::RequestParams
|
|
777
|
+
class DeclineOn < Stripe::RequestParams
|
|
895
778
|
# 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.
|
|
896
779
|
attr_accessor :avs_failure
|
|
897
780
|
# Whether Stripe automatically declines charges with an incorrect CVC. This setting only applies when a CVC is provided and it fails bank verification.
|
|
@@ -910,7 +793,7 @@ module Stripe
|
|
|
910
793
|
end
|
|
911
794
|
end
|
|
912
795
|
|
|
913
|
-
class StatementDescriptor <
|
|
796
|
+
class StatementDescriptor < Stripe::RequestParams
|
|
914
797
|
# 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.
|
|
915
798
|
attr_accessor :descriptor
|
|
916
799
|
# 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.
|
|
@@ -922,8 +805,8 @@ module Stripe
|
|
|
922
805
|
end
|
|
923
806
|
end
|
|
924
807
|
|
|
925
|
-
class Support <
|
|
926
|
-
class Address <
|
|
808
|
+
class Support < Stripe::RequestParams
|
|
809
|
+
class Address < Stripe::RequestParams
|
|
927
810
|
# City, district, suburb, town, or village.
|
|
928
811
|
attr_accessor :city
|
|
929
812
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -1007,10 +890,10 @@ module Stripe
|
|
|
1007
890
|
end
|
|
1008
891
|
end
|
|
1009
892
|
|
|
1010
|
-
class Recipient <
|
|
1011
|
-
class Capabilities <
|
|
1012
|
-
class BankAccounts <
|
|
1013
|
-
class Local <
|
|
893
|
+
class Recipient < Stripe::RequestParams
|
|
894
|
+
class Capabilities < Stripe::RequestParams
|
|
895
|
+
class BankAccounts < Stripe::RequestParams
|
|
896
|
+
class Local < Stripe::RequestParams
|
|
1014
897
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1015
898
|
attr_accessor :requested
|
|
1016
899
|
|
|
@@ -1019,7 +902,7 @@ module Stripe
|
|
|
1019
902
|
end
|
|
1020
903
|
end
|
|
1021
904
|
|
|
1022
|
-
class Wire <
|
|
905
|
+
class Wire < Stripe::RequestParams
|
|
1023
906
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1024
907
|
attr_accessor :requested
|
|
1025
908
|
|
|
@@ -1038,16 +921,7 @@ module Stripe
|
|
|
1038
921
|
end
|
|
1039
922
|
end
|
|
1040
923
|
|
|
1041
|
-
class Cards <
|
|
1042
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1043
|
-
attr_accessor :requested
|
|
1044
|
-
|
|
1045
|
-
def initialize(requested: nil)
|
|
1046
|
-
@requested = requested
|
|
1047
|
-
end
|
|
1048
|
-
end
|
|
1049
|
-
|
|
1050
|
-
class CryptoWallets < ::Stripe::RequestParams
|
|
924
|
+
class Cards < Stripe::RequestParams
|
|
1051
925
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1052
926
|
attr_accessor :requested
|
|
1053
927
|
|
|
@@ -1056,8 +930,8 @@ module Stripe
|
|
|
1056
930
|
end
|
|
1057
931
|
end
|
|
1058
932
|
|
|
1059
|
-
class StripeBalance <
|
|
1060
|
-
class StripeTransfers <
|
|
933
|
+
class StripeBalance < Stripe::RequestParams
|
|
934
|
+
class StripeTransfers < Stripe::RequestParams
|
|
1061
935
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1062
936
|
attr_accessor :requested
|
|
1063
937
|
|
|
@@ -1076,20 +950,12 @@ module Stripe
|
|
|
1076
950
|
attr_accessor :bank_accounts
|
|
1077
951
|
# Capabilities that enable OutboundPayments to a card linked to this Account.
|
|
1078
952
|
attr_accessor :cards
|
|
1079
|
-
# Capabilities that enable OutboundPayments to a crypto wallet linked to this Account.
|
|
1080
|
-
attr_accessor :crypto_wallets
|
|
1081
953
|
# Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).
|
|
1082
954
|
attr_accessor :stripe_balance
|
|
1083
955
|
|
|
1084
|
-
def initialize(
|
|
1085
|
-
bank_accounts: nil,
|
|
1086
|
-
cards: nil,
|
|
1087
|
-
crypto_wallets: nil,
|
|
1088
|
-
stripe_balance: nil
|
|
1089
|
-
)
|
|
956
|
+
def initialize(bank_accounts: nil, cards: nil, stripe_balance: nil)
|
|
1090
957
|
@bank_accounts = bank_accounts
|
|
1091
958
|
@cards = cards
|
|
1092
|
-
@crypto_wallets = crypto_wallets
|
|
1093
959
|
@stripe_balance = stripe_balance
|
|
1094
960
|
end
|
|
1095
961
|
end
|
|
@@ -1101,10 +967,10 @@ module Stripe
|
|
|
1101
967
|
end
|
|
1102
968
|
end
|
|
1103
969
|
|
|
1104
|
-
class Storer <
|
|
1105
|
-
class Capabilities <
|
|
1106
|
-
class FinancialAddresses <
|
|
1107
|
-
class BankAccounts <
|
|
970
|
+
class Storer < Stripe::RequestParams
|
|
971
|
+
class Capabilities < Stripe::RequestParams
|
|
972
|
+
class FinancialAddresses < Stripe::RequestParams
|
|
973
|
+
class BankAccounts < Stripe::RequestParams
|
|
1108
974
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1109
975
|
attr_accessor :requested
|
|
1110
976
|
|
|
@@ -1120,17 +986,8 @@ module Stripe
|
|
|
1120
986
|
end
|
|
1121
987
|
end
|
|
1122
988
|
|
|
1123
|
-
class HoldsCurrencies <
|
|
1124
|
-
class Gbp <
|
|
1125
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1126
|
-
attr_accessor :requested
|
|
1127
|
-
|
|
1128
|
-
def initialize(requested: nil)
|
|
1129
|
-
@requested = requested
|
|
1130
|
-
end
|
|
1131
|
-
end
|
|
1132
|
-
|
|
1133
|
-
class Usd < ::Stripe::RequestParams
|
|
989
|
+
class HoldsCurrencies < Stripe::RequestParams
|
|
990
|
+
class Gbp < Stripe::RequestParams
|
|
1134
991
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1135
992
|
attr_accessor :requested
|
|
1136
993
|
|
|
@@ -1140,17 +997,14 @@ module Stripe
|
|
|
1140
997
|
end
|
|
1141
998
|
# Can hold storage-type funds on Stripe in GBP.
|
|
1142
999
|
attr_accessor :gbp
|
|
1143
|
-
# Can hold storage-type funds on Stripe in USD.
|
|
1144
|
-
attr_accessor :usd
|
|
1145
1000
|
|
|
1146
|
-
def initialize(gbp: nil
|
|
1001
|
+
def initialize(gbp: nil)
|
|
1147
1002
|
@gbp = gbp
|
|
1148
|
-
@usd = usd
|
|
1149
1003
|
end
|
|
1150
1004
|
end
|
|
1151
1005
|
|
|
1152
|
-
class InboundTransfers <
|
|
1153
|
-
class BankAccounts <
|
|
1006
|
+
class InboundTransfers < Stripe::RequestParams
|
|
1007
|
+
class BankAccounts < Stripe::RequestParams
|
|
1154
1008
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1155
1009
|
attr_accessor :requested
|
|
1156
1010
|
|
|
@@ -1166,8 +1020,8 @@ module Stripe
|
|
|
1166
1020
|
end
|
|
1167
1021
|
end
|
|
1168
1022
|
|
|
1169
|
-
class OutboundPayments <
|
|
1170
|
-
class BankAccounts <
|
|
1023
|
+
class OutboundPayments < Stripe::RequestParams
|
|
1024
|
+
class BankAccounts < Stripe::RequestParams
|
|
1171
1025
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1172
1026
|
attr_accessor :requested
|
|
1173
1027
|
|
|
@@ -1176,7 +1030,7 @@ module Stripe
|
|
|
1176
1030
|
end
|
|
1177
1031
|
end
|
|
1178
1032
|
|
|
1179
|
-
class Cards <
|
|
1033
|
+
class Cards < Stripe::RequestParams
|
|
1180
1034
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1181
1035
|
attr_accessor :requested
|
|
1182
1036
|
|
|
@@ -1185,7 +1039,7 @@ module Stripe
|
|
|
1185
1039
|
end
|
|
1186
1040
|
end
|
|
1187
1041
|
|
|
1188
|
-
class FinancialAccounts <
|
|
1042
|
+
class FinancialAccounts < Stripe::RequestParams
|
|
1189
1043
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1190
1044
|
attr_accessor :requested
|
|
1191
1045
|
|
|
@@ -1207,8 +1061,8 @@ module Stripe
|
|
|
1207
1061
|
end
|
|
1208
1062
|
end
|
|
1209
1063
|
|
|
1210
|
-
class OutboundTransfers <
|
|
1211
|
-
class BankAccounts <
|
|
1064
|
+
class OutboundTransfers < Stripe::RequestParams
|
|
1065
|
+
class BankAccounts < Stripe::RequestParams
|
|
1212
1066
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1213
1067
|
attr_accessor :requested
|
|
1214
1068
|
|
|
@@ -1217,7 +1071,7 @@ module Stripe
|
|
|
1217
1071
|
end
|
|
1218
1072
|
end
|
|
1219
1073
|
|
|
1220
|
-
class FinancialAccounts <
|
|
1074
|
+
class FinancialAccounts < Stripe::RequestParams
|
|
1221
1075
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1222
1076
|
attr_accessor :requested
|
|
1223
1077
|
|
|
@@ -1267,8 +1121,6 @@ module Stripe
|
|
|
1267
1121
|
@capabilities = capabilities
|
|
1268
1122
|
end
|
|
1269
1123
|
end
|
|
1270
|
-
# The CardCreator Configuration allows the Account to create and issue cards to users.
|
|
1271
|
-
attr_accessor :card_creator
|
|
1272
1124
|
# The Customer Configuration allows the Account to be used in inbound payment flows.
|
|
1273
1125
|
attr_accessor :customer
|
|
1274
1126
|
# 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.
|
|
@@ -1278,14 +1130,7 @@ module Stripe
|
|
|
1278
1130
|
# The Storer Configuration allows the Account to store and move funds using stored-value FinancialAccounts.
|
|
1279
1131
|
attr_accessor :storer
|
|
1280
1132
|
|
|
1281
|
-
def initialize(
|
|
1282
|
-
card_creator: nil,
|
|
1283
|
-
customer: nil,
|
|
1284
|
-
merchant: nil,
|
|
1285
|
-
recipient: nil,
|
|
1286
|
-
storer: nil
|
|
1287
|
-
)
|
|
1288
|
-
@card_creator = card_creator
|
|
1133
|
+
def initialize(customer: nil, merchant: nil, recipient: nil, storer: nil)
|
|
1289
1134
|
@customer = customer
|
|
1290
1135
|
@merchant = merchant
|
|
1291
1136
|
@recipient = recipient
|
|
@@ -1293,8 +1138,8 @@ module Stripe
|
|
|
1293
1138
|
end
|
|
1294
1139
|
end
|
|
1295
1140
|
|
|
1296
|
-
class Defaults <
|
|
1297
|
-
class Profile <
|
|
1141
|
+
class Defaults < Stripe::RequestParams
|
|
1142
|
+
class Profile < Stripe::RequestParams
|
|
1298
1143
|
# The business's publicly-available website.
|
|
1299
1144
|
attr_accessor :business_url
|
|
1300
1145
|
# The name which is used by the business.
|
|
@@ -1309,7 +1154,7 @@ module Stripe
|
|
|
1309
1154
|
end
|
|
1310
1155
|
end
|
|
1311
1156
|
|
|
1312
|
-
class Responsibilities <
|
|
1157
|
+
class Responsibilities < Stripe::RequestParams
|
|
1313
1158
|
# A value indicating the party responsible for collecting fees from this account.
|
|
1314
1159
|
attr_accessor :fees_collector
|
|
1315
1160
|
# A value indicating who is responsible for losses when this Account can’t pay back negative balances from payments.
|
|
@@ -1337,9 +1182,9 @@ module Stripe
|
|
|
1337
1182
|
end
|
|
1338
1183
|
end
|
|
1339
1184
|
|
|
1340
|
-
class Identity <
|
|
1341
|
-
class Attestations <
|
|
1342
|
-
class DirectorshipDeclaration <
|
|
1185
|
+
class Identity < Stripe::RequestParams
|
|
1186
|
+
class Attestations < Stripe::RequestParams
|
|
1187
|
+
class DirectorshipDeclaration < Stripe::RequestParams
|
|
1343
1188
|
# 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.
|
|
1344
1189
|
attr_accessor :date
|
|
1345
1190
|
# The IP address from which the director attestation was made.
|
|
@@ -1354,7 +1199,7 @@ module Stripe
|
|
|
1354
1199
|
end
|
|
1355
1200
|
end
|
|
1356
1201
|
|
|
1357
|
-
class OwnershipDeclaration <
|
|
1202
|
+
class OwnershipDeclaration < Stripe::RequestParams
|
|
1358
1203
|
# 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.
|
|
1359
1204
|
attr_accessor :date
|
|
1360
1205
|
# The IP address from which the beneficial owner attestation was made.
|
|
@@ -1369,7 +1214,7 @@ module Stripe
|
|
|
1369
1214
|
end
|
|
1370
1215
|
end
|
|
1371
1216
|
|
|
1372
|
-
class PersonsProvided <
|
|
1217
|
+
class PersonsProvided < Stripe::RequestParams
|
|
1373
1218
|
# 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).
|
|
1374
1219
|
attr_accessor :directors
|
|
1375
1220
|
# 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).
|
|
@@ -1392,23 +1237,8 @@ module Stripe
|
|
|
1392
1237
|
end
|
|
1393
1238
|
end
|
|
1394
1239
|
|
|
1395
|
-
class
|
|
1396
|
-
|
|
1397
|
-
attr_accessor :date
|
|
1398
|
-
# The IP address from which the representative attestation was made.
|
|
1399
|
-
attr_accessor :ip
|
|
1400
|
-
# The user agent of the browser from which the representative attestation was made.
|
|
1401
|
-
attr_accessor :user_agent
|
|
1402
|
-
|
|
1403
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1404
|
-
@date = date
|
|
1405
|
-
@ip = ip
|
|
1406
|
-
@user_agent = user_agent
|
|
1407
|
-
end
|
|
1408
|
-
end
|
|
1409
|
-
|
|
1410
|
-
class TermsOfService < ::Stripe::RequestParams
|
|
1411
|
-
class Account < ::Stripe::RequestParams
|
|
1240
|
+
class TermsOfService < Stripe::RequestParams
|
|
1241
|
+
class Account < Stripe::RequestParams
|
|
1412
1242
|
# 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.
|
|
1413
1243
|
attr_accessor :date
|
|
1414
1244
|
# The IP address from which the Account's representative accepted the terms of service.
|
|
@@ -1423,302 +1253,7 @@ module Stripe
|
|
|
1423
1253
|
end
|
|
1424
1254
|
end
|
|
1425
1255
|
|
|
1426
|
-
class
|
|
1427
|
-
class Commercial < ::Stripe::RequestParams
|
|
1428
|
-
class AccountHolder < ::Stripe::RequestParams
|
|
1429
|
-
# 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.
|
|
1430
|
-
attr_accessor :date
|
|
1431
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1432
|
-
attr_accessor :ip
|
|
1433
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1434
|
-
attr_accessor :user_agent
|
|
1435
|
-
|
|
1436
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1437
|
-
@date = date
|
|
1438
|
-
@ip = ip
|
|
1439
|
-
@user_agent = user_agent
|
|
1440
|
-
end
|
|
1441
|
-
end
|
|
1442
|
-
|
|
1443
|
-
class Celtic < ::Stripe::RequestParams
|
|
1444
|
-
class ApplePay < ::Stripe::RequestParams
|
|
1445
|
-
# 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.
|
|
1446
|
-
attr_accessor :date
|
|
1447
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1448
|
-
attr_accessor :ip
|
|
1449
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1450
|
-
attr_accessor :user_agent
|
|
1451
|
-
|
|
1452
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1453
|
-
@date = date
|
|
1454
|
-
@ip = ip
|
|
1455
|
-
@user_agent = user_agent
|
|
1456
|
-
end
|
|
1457
|
-
end
|
|
1458
|
-
|
|
1459
|
-
class ChargeCard < ::Stripe::RequestParams
|
|
1460
|
-
class BankTerms < ::Stripe::RequestParams
|
|
1461
|
-
# 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.
|
|
1462
|
-
attr_accessor :date
|
|
1463
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1464
|
-
attr_accessor :ip
|
|
1465
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1466
|
-
attr_accessor :user_agent
|
|
1467
|
-
|
|
1468
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1469
|
-
@date = date
|
|
1470
|
-
@ip = ip
|
|
1471
|
-
@user_agent = user_agent
|
|
1472
|
-
end
|
|
1473
|
-
end
|
|
1474
|
-
|
|
1475
|
-
class Platform < ::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
|
-
# Bank terms of service acceptance for commercial issuing charge cards with Celtic as BIN sponsor.
|
|
1490
|
-
attr_accessor :bank_terms
|
|
1491
|
-
# Platform terms of service acceptance for commercial issuing charge cards with Celtic as BIN sponsor.
|
|
1492
|
-
attr_accessor :platform
|
|
1493
|
-
|
|
1494
|
-
def initialize(bank_terms: nil, platform: nil)
|
|
1495
|
-
@bank_terms = bank_terms
|
|
1496
|
-
@platform = platform
|
|
1497
|
-
end
|
|
1498
|
-
end
|
|
1499
|
-
|
|
1500
|
-
class SpendCard < ::Stripe::RequestParams
|
|
1501
|
-
class BankTerms < ::Stripe::RequestParams
|
|
1502
|
-
# 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.
|
|
1503
|
-
attr_accessor :date
|
|
1504
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1505
|
-
attr_accessor :ip
|
|
1506
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1507
|
-
attr_accessor :user_agent
|
|
1508
|
-
|
|
1509
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1510
|
-
@date = date
|
|
1511
|
-
@ip = ip
|
|
1512
|
-
@user_agent = user_agent
|
|
1513
|
-
end
|
|
1514
|
-
end
|
|
1515
|
-
|
|
1516
|
-
class FinancingDisclosures < ::Stripe::RequestParams
|
|
1517
|
-
# 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.
|
|
1518
|
-
attr_accessor :date
|
|
1519
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1520
|
-
attr_accessor :ip
|
|
1521
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1522
|
-
attr_accessor :user_agent
|
|
1523
|
-
|
|
1524
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1525
|
-
@date = date
|
|
1526
|
-
@ip = ip
|
|
1527
|
-
@user_agent = user_agent
|
|
1528
|
-
end
|
|
1529
|
-
end
|
|
1530
|
-
|
|
1531
|
-
class Platform < ::Stripe::RequestParams
|
|
1532
|
-
# 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.
|
|
1533
|
-
attr_accessor :date
|
|
1534
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1535
|
-
attr_accessor :ip
|
|
1536
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1537
|
-
attr_accessor :user_agent
|
|
1538
|
-
|
|
1539
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1540
|
-
@date = date
|
|
1541
|
-
@ip = ip
|
|
1542
|
-
@user_agent = user_agent
|
|
1543
|
-
end
|
|
1544
|
-
end
|
|
1545
|
-
# Bank terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
1546
|
-
attr_accessor :bank_terms
|
|
1547
|
-
# Financial disclosures terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
1548
|
-
attr_accessor :financing_disclosures
|
|
1549
|
-
# Platform terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
1550
|
-
attr_accessor :platform
|
|
1551
|
-
|
|
1552
|
-
def initialize(bank_terms: nil, financing_disclosures: nil, platform: nil)
|
|
1553
|
-
@bank_terms = bank_terms
|
|
1554
|
-
@financing_disclosures = financing_disclosures
|
|
1555
|
-
@platform = platform
|
|
1556
|
-
end
|
|
1557
|
-
end
|
|
1558
|
-
# Terms of service acceptances for commercial issuing Apple Pay cards with Celtic as BIN sponsor.
|
|
1559
|
-
attr_accessor :apple_pay
|
|
1560
|
-
# Terms of service acceptances for commercial issuing charge cards with Celtic as BIN sponsor.
|
|
1561
|
-
attr_accessor :charge_card
|
|
1562
|
-
# Terms of service acceptances for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
1563
|
-
attr_accessor :spend_card
|
|
1564
|
-
|
|
1565
|
-
def initialize(apple_pay: nil, charge_card: nil, spend_card: nil)
|
|
1566
|
-
@apple_pay = apple_pay
|
|
1567
|
-
@charge_card = charge_card
|
|
1568
|
-
@spend_card = spend_card
|
|
1569
|
-
end
|
|
1570
|
-
end
|
|
1571
|
-
|
|
1572
|
-
class CrossRiverBank < ::Stripe::RequestParams
|
|
1573
|
-
class ApplePay < ::Stripe::RequestParams
|
|
1574
|
-
# 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.
|
|
1575
|
-
attr_accessor :date
|
|
1576
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1577
|
-
attr_accessor :ip
|
|
1578
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1579
|
-
attr_accessor :user_agent
|
|
1580
|
-
|
|
1581
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1582
|
-
@date = date
|
|
1583
|
-
@ip = ip
|
|
1584
|
-
@user_agent = user_agent
|
|
1585
|
-
end
|
|
1586
|
-
end
|
|
1587
|
-
|
|
1588
|
-
class ChargeCard < ::Stripe::RequestParams
|
|
1589
|
-
class BankTerms < ::Stripe::RequestParams
|
|
1590
|
-
# 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.
|
|
1591
|
-
attr_accessor :date
|
|
1592
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1593
|
-
attr_accessor :ip
|
|
1594
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1595
|
-
attr_accessor :user_agent
|
|
1596
|
-
|
|
1597
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1598
|
-
@date = date
|
|
1599
|
-
@ip = ip
|
|
1600
|
-
@user_agent = user_agent
|
|
1601
|
-
end
|
|
1602
|
-
end
|
|
1603
|
-
|
|
1604
|
-
class FinancingDisclosures < ::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 Platform < ::Stripe::RequestParams
|
|
1620
|
-
# 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.
|
|
1621
|
-
attr_accessor :date
|
|
1622
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1623
|
-
attr_accessor :ip
|
|
1624
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1625
|
-
attr_accessor :user_agent
|
|
1626
|
-
|
|
1627
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1628
|
-
@date = date
|
|
1629
|
-
@ip = ip
|
|
1630
|
-
@user_agent = user_agent
|
|
1631
|
-
end
|
|
1632
|
-
end
|
|
1633
|
-
# Bank terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
1634
|
-
attr_accessor :bank_terms
|
|
1635
|
-
# Financial disclosures terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
1636
|
-
attr_accessor :financing_disclosures
|
|
1637
|
-
# Platform terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
1638
|
-
attr_accessor :platform
|
|
1639
|
-
|
|
1640
|
-
def initialize(bank_terms: nil, financing_disclosures: nil, platform: nil)
|
|
1641
|
-
@bank_terms = bank_terms
|
|
1642
|
-
@financing_disclosures = financing_disclosures
|
|
1643
|
-
@platform = platform
|
|
1644
|
-
end
|
|
1645
|
-
end
|
|
1646
|
-
|
|
1647
|
-
class SpendCard < ::Stripe::RequestParams
|
|
1648
|
-
class BankTerms < ::Stripe::RequestParams
|
|
1649
|
-
# 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.
|
|
1650
|
-
attr_accessor :date
|
|
1651
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1652
|
-
attr_accessor :ip
|
|
1653
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1654
|
-
attr_accessor :user_agent
|
|
1655
|
-
|
|
1656
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1657
|
-
@date = date
|
|
1658
|
-
@ip = ip
|
|
1659
|
-
@user_agent = user_agent
|
|
1660
|
-
end
|
|
1661
|
-
end
|
|
1662
|
-
|
|
1663
|
-
class FinancingDisclosures < ::Stripe::RequestParams
|
|
1664
|
-
# 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.
|
|
1665
|
-
attr_accessor :date
|
|
1666
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1667
|
-
attr_accessor :ip
|
|
1668
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1669
|
-
attr_accessor :user_agent
|
|
1670
|
-
|
|
1671
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1672
|
-
@date = date
|
|
1673
|
-
@ip = ip
|
|
1674
|
-
@user_agent = user_agent
|
|
1675
|
-
end
|
|
1676
|
-
end
|
|
1677
|
-
# Bank terms of service acceptance for commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
1678
|
-
attr_accessor :bank_terms
|
|
1679
|
-
# Financial disclosures terms of service acceptance for commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
1680
|
-
attr_accessor :financing_disclosures
|
|
1681
|
-
|
|
1682
|
-
def initialize(bank_terms: nil, financing_disclosures: nil)
|
|
1683
|
-
@bank_terms = bank_terms
|
|
1684
|
-
@financing_disclosures = financing_disclosures
|
|
1685
|
-
end
|
|
1686
|
-
end
|
|
1687
|
-
# Terms of service acceptances for commercial issuing Apple Pay cards with Cross River Bank as BIN sponsor.
|
|
1688
|
-
attr_accessor :apple_pay
|
|
1689
|
-
# Terms of service acceptances for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
1690
|
-
attr_accessor :charge_card
|
|
1691
|
-
# Terms of service acceptances for commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
1692
|
-
attr_accessor :spend_card
|
|
1693
|
-
|
|
1694
|
-
def initialize(apple_pay: nil, charge_card: nil, spend_card: nil)
|
|
1695
|
-
@apple_pay = apple_pay
|
|
1696
|
-
@charge_card = charge_card
|
|
1697
|
-
@spend_card = spend_card
|
|
1698
|
-
end
|
|
1699
|
-
end
|
|
1700
|
-
# Terms of service acceptances for Stripe commercial card issuing.
|
|
1701
|
-
attr_accessor :account_holder
|
|
1702
|
-
# Terms of service acceptances for commercial issuing cards with Celtic as BIN sponsor.
|
|
1703
|
-
attr_accessor :celtic
|
|
1704
|
-
# Terms of service acceptances for commercial issuing cards with Cross River Bank as BIN sponsor.
|
|
1705
|
-
attr_accessor :cross_river_bank
|
|
1706
|
-
|
|
1707
|
-
def initialize(account_holder: nil, celtic: nil, cross_river_bank: nil)
|
|
1708
|
-
@account_holder = account_holder
|
|
1709
|
-
@celtic = celtic
|
|
1710
|
-
@cross_river_bank = cross_river_bank
|
|
1711
|
-
end
|
|
1712
|
-
end
|
|
1713
|
-
# Terms of service acceptances to create cards for commercial issuing use cases.
|
|
1714
|
-
attr_accessor :commercial
|
|
1715
|
-
|
|
1716
|
-
def initialize(commercial: nil)
|
|
1717
|
-
@commercial = commercial
|
|
1718
|
-
end
|
|
1719
|
-
end
|
|
1720
|
-
|
|
1721
|
-
class Storer < ::Stripe::RequestParams
|
|
1256
|
+
class Storer < Stripe::RequestParams
|
|
1722
1257
|
# 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.
|
|
1723
1258
|
attr_accessor :date
|
|
1724
1259
|
# The IP address from which the Account's representative accepted the terms of service.
|
|
@@ -1734,14 +1269,11 @@ module Stripe
|
|
|
1734
1269
|
end
|
|
1735
1270
|
# Details on the Account's acceptance of the [Stripe Services Agreement](https://docs.stripe.com/connect/updating-accounts#tos-acceptance).
|
|
1736
1271
|
attr_accessor :account
|
|
1737
|
-
# Details on the Account's acceptance of Issuing-specific terms of service.
|
|
1738
|
-
attr_accessor :card_creator
|
|
1739
1272
|
# Details on the Account's acceptance of Treasury-specific terms of service.
|
|
1740
1273
|
attr_accessor :storer
|
|
1741
1274
|
|
|
1742
|
-
def initialize(account: nil,
|
|
1275
|
+
def initialize(account: nil, storer: nil)
|
|
1743
1276
|
@account = account
|
|
1744
|
-
@card_creator = card_creator
|
|
1745
1277
|
@storer = storer
|
|
1746
1278
|
end
|
|
1747
1279
|
end
|
|
@@ -1751,8 +1283,6 @@ module Stripe
|
|
|
1751
1283
|
attr_accessor :ownership_declaration
|
|
1752
1284
|
# Attestation that all Persons with a specific Relationship value have been provided.
|
|
1753
1285
|
attr_accessor :persons_provided
|
|
1754
|
-
# This hash is used to attest that the representative is authorized to act as the representative of their legal entity.
|
|
1755
|
-
attr_accessor :representative_declaration
|
|
1756
1286
|
# Attestations of accepted terms of service agreements.
|
|
1757
1287
|
attr_accessor :terms_of_service
|
|
1758
1288
|
|
|
@@ -1760,19 +1290,17 @@ module Stripe
|
|
|
1760
1290
|
directorship_declaration: nil,
|
|
1761
1291
|
ownership_declaration: nil,
|
|
1762
1292
|
persons_provided: nil,
|
|
1763
|
-
representative_declaration: nil,
|
|
1764
1293
|
terms_of_service: nil
|
|
1765
1294
|
)
|
|
1766
1295
|
@directorship_declaration = directorship_declaration
|
|
1767
1296
|
@ownership_declaration = ownership_declaration
|
|
1768
1297
|
@persons_provided = persons_provided
|
|
1769
|
-
@representative_declaration = representative_declaration
|
|
1770
1298
|
@terms_of_service = terms_of_service
|
|
1771
1299
|
end
|
|
1772
1300
|
end
|
|
1773
1301
|
|
|
1774
|
-
class BusinessDetails <
|
|
1775
|
-
class Address <
|
|
1302
|
+
class BusinessDetails < Stripe::RequestParams
|
|
1303
|
+
class Address < Stripe::RequestParams
|
|
1776
1304
|
# City, district, suburb, town, or village.
|
|
1777
1305
|
attr_accessor :city
|
|
1778
1306
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -1807,7 +1335,7 @@ module Stripe
|
|
|
1807
1335
|
end
|
|
1808
1336
|
end
|
|
1809
1337
|
|
|
1810
|
-
class AnnualRevenue <
|
|
1338
|
+
class AnnualRevenue < Stripe::RequestParams
|
|
1811
1339
|
# A non-negative integer representing the amount in the smallest currency unit.
|
|
1812
1340
|
attr_accessor :amount
|
|
1813
1341
|
# The close-out date of the preceding fiscal year in ISO 8601 format. E.g. 2023-12-31 for the 31st of December, 2023.
|
|
@@ -1819,8 +1347,8 @@ module Stripe
|
|
|
1819
1347
|
end
|
|
1820
1348
|
end
|
|
1821
1349
|
|
|
1822
|
-
class Documents <
|
|
1823
|
-
class BankAccountOwnershipVerification <
|
|
1350
|
+
class Documents < Stripe::RequestParams
|
|
1351
|
+
class BankAccountOwnershipVerification < Stripe::RequestParams
|
|
1824
1352
|
# 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`.
|
|
1825
1353
|
attr_accessor :files
|
|
1826
1354
|
# The format of the document. Currently supports `files` only.
|
|
@@ -1832,7 +1360,7 @@ module Stripe
|
|
|
1832
1360
|
end
|
|
1833
1361
|
end
|
|
1834
1362
|
|
|
1835
|
-
class CompanyLicense <
|
|
1363
|
+
class CompanyLicense < Stripe::RequestParams
|
|
1836
1364
|
# 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`.
|
|
1837
1365
|
attr_accessor :files
|
|
1838
1366
|
# The format of the document. Currently supports `files` only.
|
|
@@ -1844,7 +1372,7 @@ module Stripe
|
|
|
1844
1372
|
end
|
|
1845
1373
|
end
|
|
1846
1374
|
|
|
1847
|
-
class CompanyMemorandumOfAssociation <
|
|
1375
|
+
class CompanyMemorandumOfAssociation < Stripe::RequestParams
|
|
1848
1376
|
# 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`.
|
|
1849
1377
|
attr_accessor :files
|
|
1850
1378
|
# The format of the document. Currently supports `files` only.
|
|
@@ -1856,7 +1384,7 @@ module Stripe
|
|
|
1856
1384
|
end
|
|
1857
1385
|
end
|
|
1858
1386
|
|
|
1859
|
-
class CompanyMinisterialDecree <
|
|
1387
|
+
class CompanyMinisterialDecree < Stripe::RequestParams
|
|
1860
1388
|
# 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`.
|
|
1861
1389
|
attr_accessor :files
|
|
1862
1390
|
# The format of the document. Currently supports `files` only.
|
|
@@ -1868,7 +1396,7 @@ module Stripe
|
|
|
1868
1396
|
end
|
|
1869
1397
|
end
|
|
1870
1398
|
|
|
1871
|
-
class CompanyRegistrationVerification <
|
|
1399
|
+
class CompanyRegistrationVerification < Stripe::RequestParams
|
|
1872
1400
|
# 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`.
|
|
1873
1401
|
attr_accessor :files
|
|
1874
1402
|
# The format of the document. Currently supports `files` only.
|
|
@@ -1880,7 +1408,7 @@ module Stripe
|
|
|
1880
1408
|
end
|
|
1881
1409
|
end
|
|
1882
1410
|
|
|
1883
|
-
class CompanyTaxIdVerification <
|
|
1411
|
+
class CompanyTaxIdVerification < Stripe::RequestParams
|
|
1884
1412
|
# 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`.
|
|
1885
1413
|
attr_accessor :files
|
|
1886
1414
|
# The format of the document. Currently supports `files` only.
|
|
@@ -1892,8 +1420,8 @@ module Stripe
|
|
|
1892
1420
|
end
|
|
1893
1421
|
end
|
|
1894
1422
|
|
|
1895
|
-
class PrimaryVerification <
|
|
1896
|
-
class FrontBack <
|
|
1423
|
+
class PrimaryVerification < Stripe::RequestParams
|
|
1424
|
+
class FrontBack < Stripe::RequestParams
|
|
1897
1425
|
# 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.
|
|
1898
1426
|
attr_accessor :back
|
|
1899
1427
|
# 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.
|
|
@@ -1915,7 +1443,7 @@ module Stripe
|
|
|
1915
1443
|
end
|
|
1916
1444
|
end
|
|
1917
1445
|
|
|
1918
|
-
class ProofOfAddress <
|
|
1446
|
+
class ProofOfAddress < Stripe::RequestParams
|
|
1919
1447
|
# 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`.
|
|
1920
1448
|
attr_accessor :files
|
|
1921
1449
|
# The format of the document. Currently supports `files` only.
|
|
@@ -1927,7 +1455,7 @@ module Stripe
|
|
|
1927
1455
|
end
|
|
1928
1456
|
end
|
|
1929
1457
|
|
|
1930
|
-
class ProofOfRegistration <
|
|
1458
|
+
class ProofOfRegistration < Stripe::RequestParams
|
|
1931
1459
|
# 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`.
|
|
1932
1460
|
attr_accessor :files
|
|
1933
1461
|
# The format of the document. Currently supports `files` only.
|
|
@@ -1939,7 +1467,7 @@ module Stripe
|
|
|
1939
1467
|
end
|
|
1940
1468
|
end
|
|
1941
1469
|
|
|
1942
|
-
class ProofOfUltimateBeneficialOwnership <
|
|
1470
|
+
class ProofOfUltimateBeneficialOwnership < Stripe::RequestParams
|
|
1943
1471
|
# 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`.
|
|
1944
1472
|
attr_accessor :files
|
|
1945
1473
|
# The format of the document. Currently supports `files` only.
|
|
@@ -1996,7 +1524,7 @@ module Stripe
|
|
|
1996
1524
|
end
|
|
1997
1525
|
end
|
|
1998
1526
|
|
|
1999
|
-
class IdNumber <
|
|
1527
|
+
class IdNumber < Stripe::RequestParams
|
|
2000
1528
|
# The registrar of the ID number (Only valid for DE ID number types).
|
|
2001
1529
|
attr_accessor :registrar
|
|
2002
1530
|
# Open Enum. The ID number type of a business entity.
|
|
@@ -2011,7 +1539,7 @@ module Stripe
|
|
|
2011
1539
|
end
|
|
2012
1540
|
end
|
|
2013
1541
|
|
|
2014
|
-
class MonthlyEstimatedRevenue <
|
|
1542
|
+
class MonthlyEstimatedRevenue < Stripe::RequestParams
|
|
2015
1543
|
# A non-negative integer representing the amount in the smallest currency unit.
|
|
2016
1544
|
attr_accessor :amount
|
|
2017
1545
|
|
|
@@ -2020,8 +1548,8 @@ module Stripe
|
|
|
2020
1548
|
end
|
|
2021
1549
|
end
|
|
2022
1550
|
|
|
2023
|
-
class ScriptAddresses <
|
|
2024
|
-
class Kana <
|
|
1551
|
+
class ScriptAddresses < Stripe::RequestParams
|
|
1552
|
+
class Kana < Stripe::RequestParams
|
|
2025
1553
|
# City, district, suburb, town, or village.
|
|
2026
1554
|
attr_accessor :city
|
|
2027
1555
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -2056,7 +1584,7 @@ module Stripe
|
|
|
2056
1584
|
end
|
|
2057
1585
|
end
|
|
2058
1586
|
|
|
2059
|
-
class Kanji <
|
|
1587
|
+
class Kanji < Stripe::RequestParams
|
|
2060
1588
|
# City, district, suburb, town, or village.
|
|
2061
1589
|
attr_accessor :city
|
|
2062
1590
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -2101,8 +1629,8 @@ module Stripe
|
|
|
2101
1629
|
end
|
|
2102
1630
|
end
|
|
2103
1631
|
|
|
2104
|
-
class ScriptNames <
|
|
2105
|
-
class Kana <
|
|
1632
|
+
class ScriptNames < Stripe::RequestParams
|
|
1633
|
+
class Kana < Stripe::RequestParams
|
|
2106
1634
|
# Registered name of the business.
|
|
2107
1635
|
attr_accessor :registered_name
|
|
2108
1636
|
|
|
@@ -2111,7 +1639,7 @@ module Stripe
|
|
|
2111
1639
|
end
|
|
2112
1640
|
end
|
|
2113
1641
|
|
|
2114
|
-
class Kanji <
|
|
1642
|
+
class Kanji < Stripe::RequestParams
|
|
2115
1643
|
# Registered name of the business.
|
|
2116
1644
|
attr_accessor :registered_name
|
|
2117
1645
|
|
|
@@ -2179,8 +1707,8 @@ module Stripe
|
|
|
2179
1707
|
end
|
|
2180
1708
|
end
|
|
2181
1709
|
|
|
2182
|
-
class Individual <
|
|
2183
|
-
class AdditionalAddress <
|
|
1710
|
+
class Individual < Stripe::RequestParams
|
|
1711
|
+
class AdditionalAddress < Stripe::RequestParams
|
|
2184
1712
|
# City, district, suburb, town, or village.
|
|
2185
1713
|
attr_accessor :city
|
|
2186
1714
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -2219,7 +1747,7 @@ module Stripe
|
|
|
2219
1747
|
end
|
|
2220
1748
|
end
|
|
2221
1749
|
|
|
2222
|
-
class AdditionalName <
|
|
1750
|
+
class AdditionalName < Stripe::RequestParams
|
|
2223
1751
|
# The person's full name.
|
|
2224
1752
|
attr_accessor :full_name
|
|
2225
1753
|
# The person's first or given name.
|
|
@@ -2237,7 +1765,7 @@ module Stripe
|
|
|
2237
1765
|
end
|
|
2238
1766
|
end
|
|
2239
1767
|
|
|
2240
|
-
class Address <
|
|
1768
|
+
class Address < Stripe::RequestParams
|
|
2241
1769
|
# City, district, suburb, town, or village.
|
|
2242
1770
|
attr_accessor :city
|
|
2243
1771
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -2272,7 +1800,7 @@ module Stripe
|
|
|
2272
1800
|
end
|
|
2273
1801
|
end
|
|
2274
1802
|
|
|
2275
|
-
class DateOfBirth <
|
|
1803
|
+
class DateOfBirth < Stripe::RequestParams
|
|
2276
1804
|
# The day of birth.
|
|
2277
1805
|
attr_accessor :day
|
|
2278
1806
|
# The month of birth.
|
|
@@ -2287,8 +1815,8 @@ module Stripe
|
|
|
2287
1815
|
end
|
|
2288
1816
|
end
|
|
2289
1817
|
|
|
2290
|
-
class Documents <
|
|
2291
|
-
class CompanyAuthorization <
|
|
1818
|
+
class Documents < Stripe::RequestParams
|
|
1819
|
+
class CompanyAuthorization < Stripe::RequestParams
|
|
2292
1820
|
# 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`.
|
|
2293
1821
|
attr_accessor :files
|
|
2294
1822
|
# The format of the document. Currently supports `files` only.
|
|
@@ -2300,7 +1828,7 @@ module Stripe
|
|
|
2300
1828
|
end
|
|
2301
1829
|
end
|
|
2302
1830
|
|
|
2303
|
-
class Passport <
|
|
1831
|
+
class Passport < Stripe::RequestParams
|
|
2304
1832
|
# 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`.
|
|
2305
1833
|
attr_accessor :files
|
|
2306
1834
|
# The format of the document. Currently supports `files` only.
|
|
@@ -2312,8 +1840,8 @@ module Stripe
|
|
|
2312
1840
|
end
|
|
2313
1841
|
end
|
|
2314
1842
|
|
|
2315
|
-
class PrimaryVerification <
|
|
2316
|
-
class FrontBack <
|
|
1843
|
+
class PrimaryVerification < Stripe::RequestParams
|
|
1844
|
+
class FrontBack < Stripe::RequestParams
|
|
2317
1845
|
# 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.
|
|
2318
1846
|
attr_accessor :back
|
|
2319
1847
|
# 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.
|
|
@@ -2335,8 +1863,8 @@ module Stripe
|
|
|
2335
1863
|
end
|
|
2336
1864
|
end
|
|
2337
1865
|
|
|
2338
|
-
class SecondaryVerification <
|
|
2339
|
-
class FrontBack <
|
|
1866
|
+
class SecondaryVerification < Stripe::RequestParams
|
|
1867
|
+
class FrontBack < Stripe::RequestParams
|
|
2340
1868
|
# 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.
|
|
2341
1869
|
attr_accessor :back
|
|
2342
1870
|
# 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.
|
|
@@ -2358,7 +1886,7 @@ module Stripe
|
|
|
2358
1886
|
end
|
|
2359
1887
|
end
|
|
2360
1888
|
|
|
2361
|
-
class Visa <
|
|
1889
|
+
class Visa < Stripe::RequestParams
|
|
2362
1890
|
# 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`.
|
|
2363
1891
|
attr_accessor :files
|
|
2364
1892
|
# The format of the document. Currently supports `files` only.
|
|
@@ -2395,7 +1923,7 @@ module Stripe
|
|
|
2395
1923
|
end
|
|
2396
1924
|
end
|
|
2397
1925
|
|
|
2398
|
-
class IdNumber <
|
|
1926
|
+
class IdNumber < Stripe::RequestParams
|
|
2399
1927
|
# The ID number type of an individual.
|
|
2400
1928
|
attr_accessor :type
|
|
2401
1929
|
# The value of the ID number.
|
|
@@ -2407,7 +1935,7 @@ module Stripe
|
|
|
2407
1935
|
end
|
|
2408
1936
|
end
|
|
2409
1937
|
|
|
2410
|
-
class Relationship <
|
|
1938
|
+
class Relationship < Stripe::RequestParams
|
|
2411
1939
|
# 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.
|
|
2412
1940
|
attr_accessor :director
|
|
2413
1941
|
# Whether the person has significant responsibility to control, manage, or direct the organization.
|
|
@@ -2434,8 +1962,8 @@ module Stripe
|
|
|
2434
1962
|
end
|
|
2435
1963
|
end
|
|
2436
1964
|
|
|
2437
|
-
class ScriptAddresses <
|
|
2438
|
-
class Kana <
|
|
1965
|
+
class ScriptAddresses < Stripe::RequestParams
|
|
1966
|
+
class Kana < Stripe::RequestParams
|
|
2439
1967
|
# City, district, suburb, town, or village.
|
|
2440
1968
|
attr_accessor :city
|
|
2441
1969
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -2470,7 +1998,7 @@ module Stripe
|
|
|
2470
1998
|
end
|
|
2471
1999
|
end
|
|
2472
2000
|
|
|
2473
|
-
class Kanji <
|
|
2001
|
+
class Kanji < Stripe::RequestParams
|
|
2474
2002
|
# City, district, suburb, town, or village.
|
|
2475
2003
|
attr_accessor :city
|
|
2476
2004
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -2515,8 +2043,8 @@ module Stripe
|
|
|
2515
2043
|
end
|
|
2516
2044
|
end
|
|
2517
2045
|
|
|
2518
|
-
class ScriptNames <
|
|
2519
|
-
class Kana <
|
|
2046
|
+
class ScriptNames < Stripe::RequestParams
|
|
2047
|
+
class Kana < Stripe::RequestParams
|
|
2520
2048
|
# The person's first or given name.
|
|
2521
2049
|
attr_accessor :given_name
|
|
2522
2050
|
# The person's last or family name.
|
|
@@ -2528,7 +2056,7 @@ module Stripe
|
|
|
2528
2056
|
end
|
|
2529
2057
|
end
|
|
2530
2058
|
|
|
2531
|
-
class Kanji <
|
|
2059
|
+
class Kanji < Stripe::RequestParams
|
|
2532
2060
|
# The person's first or given name.
|
|
2533
2061
|
attr_accessor :given_name
|
|
2534
2062
|
# The person's last or family name.
|
|
@@ -2622,7 +2150,7 @@ module Stripe
|
|
|
2622
2150
|
@surname = surname
|
|
2623
2151
|
end
|
|
2624
2152
|
end
|
|
2625
|
-
# Attestations from the identity's key people, e.g. owners, executives, directors
|
|
2153
|
+
# Attestations from the identity's key people, e.g. owners, executives, directors.
|
|
2626
2154
|
attr_accessor :attestations
|
|
2627
2155
|
# Information about the company or business.
|
|
2628
2156
|
attr_accessor :business_details
|