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
|
@@ -11,284 +11,10 @@ module Stripe
|
|
|
11
11
|
"v2.core.account"
|
|
12
12
|
end
|
|
13
13
|
|
|
14
|
-
class Configuration <
|
|
15
|
-
class
|
|
16
|
-
class
|
|
17
|
-
class
|
|
18
|
-
class Celtic < ::Stripe::StripeObject
|
|
19
|
-
class ChargeCard < ::Stripe::StripeObject
|
|
20
|
-
class StatusDetail < ::Stripe::StripeObject
|
|
21
|
-
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
22
|
-
attr_reader :code
|
|
23
|
-
# Machine-readable code explaining how to make the Capability active.
|
|
24
|
-
attr_reader :resolution
|
|
25
|
-
|
|
26
|
-
def self.inner_class_types
|
|
27
|
-
@inner_class_types = {}
|
|
28
|
-
end
|
|
29
|
-
|
|
30
|
-
def self.field_remappings
|
|
31
|
-
@field_remappings = {}
|
|
32
|
-
end
|
|
33
|
-
end
|
|
34
|
-
# Whether the Capability has been requested.
|
|
35
|
-
attr_reader :requested
|
|
36
|
-
# The status of the Capability.
|
|
37
|
-
attr_reader :status
|
|
38
|
-
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
39
|
-
attr_reader :status_details
|
|
40
|
-
|
|
41
|
-
def self.inner_class_types
|
|
42
|
-
@inner_class_types = { status_details: StatusDetail }
|
|
43
|
-
end
|
|
44
|
-
|
|
45
|
-
def self.field_remappings
|
|
46
|
-
@field_remappings = {}
|
|
47
|
-
end
|
|
48
|
-
end
|
|
49
|
-
|
|
50
|
-
class SpendCard < ::Stripe::StripeObject
|
|
51
|
-
class StatusDetail < ::Stripe::StripeObject
|
|
52
|
-
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
53
|
-
attr_reader :code
|
|
54
|
-
# Machine-readable code explaining how to make the Capability active.
|
|
55
|
-
attr_reader :resolution
|
|
56
|
-
|
|
57
|
-
def self.inner_class_types
|
|
58
|
-
@inner_class_types = {}
|
|
59
|
-
end
|
|
60
|
-
|
|
61
|
-
def self.field_remappings
|
|
62
|
-
@field_remappings = {}
|
|
63
|
-
end
|
|
64
|
-
end
|
|
65
|
-
# Whether the Capability has been requested.
|
|
66
|
-
attr_reader :requested
|
|
67
|
-
# The status of the Capability.
|
|
68
|
-
attr_reader :status
|
|
69
|
-
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
70
|
-
attr_reader :status_details
|
|
71
|
-
|
|
72
|
-
def self.inner_class_types
|
|
73
|
-
@inner_class_types = { status_details: StatusDetail }
|
|
74
|
-
end
|
|
75
|
-
|
|
76
|
-
def self.field_remappings
|
|
77
|
-
@field_remappings = {}
|
|
78
|
-
end
|
|
79
|
-
end
|
|
80
|
-
# Can create commercial issuing charge cards with Celtic as BIN sponsor.
|
|
81
|
-
attr_reader :charge_card
|
|
82
|
-
# Can create commercial issuing spend cards with Celtic as BIN sponsor.
|
|
83
|
-
attr_reader :spend_card
|
|
84
|
-
|
|
85
|
-
def self.inner_class_types
|
|
86
|
-
@inner_class_types = { charge_card: ChargeCard, spend_card: SpendCard }
|
|
87
|
-
end
|
|
88
|
-
|
|
89
|
-
def self.field_remappings
|
|
90
|
-
@field_remappings = {}
|
|
91
|
-
end
|
|
92
|
-
end
|
|
93
|
-
|
|
94
|
-
class CrossRiverBank < ::Stripe::StripeObject
|
|
95
|
-
class ChargeCard < ::Stripe::StripeObject
|
|
96
|
-
class StatusDetail < ::Stripe::StripeObject
|
|
97
|
-
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
98
|
-
attr_reader :code
|
|
99
|
-
# Machine-readable code explaining how to make the Capability active.
|
|
100
|
-
attr_reader :resolution
|
|
101
|
-
|
|
102
|
-
def self.inner_class_types
|
|
103
|
-
@inner_class_types = {}
|
|
104
|
-
end
|
|
105
|
-
|
|
106
|
-
def self.field_remappings
|
|
107
|
-
@field_remappings = {}
|
|
108
|
-
end
|
|
109
|
-
end
|
|
110
|
-
# Whether the Capability has been requested.
|
|
111
|
-
attr_reader :requested
|
|
112
|
-
# The status of the Capability.
|
|
113
|
-
attr_reader :status
|
|
114
|
-
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
115
|
-
attr_reader :status_details
|
|
116
|
-
|
|
117
|
-
def self.inner_class_types
|
|
118
|
-
@inner_class_types = { status_details: StatusDetail }
|
|
119
|
-
end
|
|
120
|
-
|
|
121
|
-
def self.field_remappings
|
|
122
|
-
@field_remappings = {}
|
|
123
|
-
end
|
|
124
|
-
end
|
|
125
|
-
|
|
126
|
-
class SpendCard < ::Stripe::StripeObject
|
|
127
|
-
class StatusDetail < ::Stripe::StripeObject
|
|
128
|
-
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
129
|
-
attr_reader :code
|
|
130
|
-
# Machine-readable code explaining how to make the Capability active.
|
|
131
|
-
attr_reader :resolution
|
|
132
|
-
|
|
133
|
-
def self.inner_class_types
|
|
134
|
-
@inner_class_types = {}
|
|
135
|
-
end
|
|
136
|
-
|
|
137
|
-
def self.field_remappings
|
|
138
|
-
@field_remappings = {}
|
|
139
|
-
end
|
|
140
|
-
end
|
|
141
|
-
# Whether the Capability has been requested.
|
|
142
|
-
attr_reader :requested
|
|
143
|
-
# The status of the Capability.
|
|
144
|
-
attr_reader :status
|
|
145
|
-
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
146
|
-
attr_reader :status_details
|
|
147
|
-
|
|
148
|
-
def self.inner_class_types
|
|
149
|
-
@inner_class_types = { status_details: StatusDetail }
|
|
150
|
-
end
|
|
151
|
-
|
|
152
|
-
def self.field_remappings
|
|
153
|
-
@field_remappings = {}
|
|
154
|
-
end
|
|
155
|
-
end
|
|
156
|
-
# Can create commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
157
|
-
attr_reader :charge_card
|
|
158
|
-
# Can create commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
159
|
-
attr_reader :spend_card
|
|
160
|
-
|
|
161
|
-
def self.inner_class_types
|
|
162
|
-
@inner_class_types = { charge_card: ChargeCard, spend_card: SpendCard }
|
|
163
|
-
end
|
|
164
|
-
|
|
165
|
-
def self.field_remappings
|
|
166
|
-
@field_remappings = {}
|
|
167
|
-
end
|
|
168
|
-
end
|
|
169
|
-
|
|
170
|
-
class Stripe < ::Stripe::StripeObject
|
|
171
|
-
class ChargeCard < ::Stripe::StripeObject
|
|
172
|
-
class StatusDetail < ::Stripe::StripeObject
|
|
173
|
-
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
174
|
-
attr_reader :code
|
|
175
|
-
# Machine-readable code explaining how to make the Capability active.
|
|
176
|
-
attr_reader :resolution
|
|
177
|
-
|
|
178
|
-
def self.inner_class_types
|
|
179
|
-
@inner_class_types = {}
|
|
180
|
-
end
|
|
181
|
-
|
|
182
|
-
def self.field_remappings
|
|
183
|
-
@field_remappings = {}
|
|
184
|
-
end
|
|
185
|
-
end
|
|
186
|
-
# Whether the Capability has been requested.
|
|
187
|
-
attr_reader :requested
|
|
188
|
-
# The status of the Capability.
|
|
189
|
-
attr_reader :status
|
|
190
|
-
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
191
|
-
attr_reader :status_details
|
|
192
|
-
|
|
193
|
-
def self.inner_class_types
|
|
194
|
-
@inner_class_types = { status_details: StatusDetail }
|
|
195
|
-
end
|
|
196
|
-
|
|
197
|
-
def self.field_remappings
|
|
198
|
-
@field_remappings = {}
|
|
199
|
-
end
|
|
200
|
-
end
|
|
201
|
-
|
|
202
|
-
class PrepaidCard < ::Stripe::StripeObject
|
|
203
|
-
class StatusDetail < ::Stripe::StripeObject
|
|
204
|
-
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
205
|
-
attr_reader :code
|
|
206
|
-
# Machine-readable code explaining how to make the Capability active.
|
|
207
|
-
attr_reader :resolution
|
|
208
|
-
|
|
209
|
-
def self.inner_class_types
|
|
210
|
-
@inner_class_types = {}
|
|
211
|
-
end
|
|
212
|
-
|
|
213
|
-
def self.field_remappings
|
|
214
|
-
@field_remappings = {}
|
|
215
|
-
end
|
|
216
|
-
end
|
|
217
|
-
# Whether the Capability has been requested.
|
|
218
|
-
attr_reader :requested
|
|
219
|
-
# The status of the Capability.
|
|
220
|
-
attr_reader :status
|
|
221
|
-
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
222
|
-
attr_reader :status_details
|
|
223
|
-
|
|
224
|
-
def self.inner_class_types
|
|
225
|
-
@inner_class_types = { status_details: StatusDetail }
|
|
226
|
-
end
|
|
227
|
-
|
|
228
|
-
def self.field_remappings
|
|
229
|
-
@field_remappings = {}
|
|
230
|
-
end
|
|
231
|
-
end
|
|
232
|
-
# Can create commercial issuing charge cards with Stripe as BIN sponsor.
|
|
233
|
-
attr_reader :charge_card
|
|
234
|
-
# Can create commercial issuing prepaid cards with Stripe as BIN sponsor.
|
|
235
|
-
attr_reader :prepaid_card
|
|
236
|
-
|
|
237
|
-
def self.inner_class_types
|
|
238
|
-
@inner_class_types = { charge_card: ChargeCard, prepaid_card: PrepaidCard }
|
|
239
|
-
end
|
|
240
|
-
|
|
241
|
-
def self.field_remappings
|
|
242
|
-
@field_remappings = {}
|
|
243
|
-
end
|
|
244
|
-
end
|
|
245
|
-
# Can create commercial issuing cards with Celtic as BIN sponsor.
|
|
246
|
-
attr_reader :celtic
|
|
247
|
-
# Can create commercial issuing cards with Cross River Bank as BIN sponsor.
|
|
248
|
-
attr_reader :cross_river_bank
|
|
249
|
-
# Can create commercial issuing cards with Stripe as a BIN sponsor.
|
|
250
|
-
attr_reader :stripe
|
|
251
|
-
|
|
252
|
-
def self.inner_class_types
|
|
253
|
-
@inner_class_types = {
|
|
254
|
-
celtic: Celtic,
|
|
255
|
-
cross_river_bank: CrossRiverBank,
|
|
256
|
-
stripe: Stripe,
|
|
257
|
-
}
|
|
258
|
-
end
|
|
259
|
-
|
|
260
|
-
def self.field_remappings
|
|
261
|
-
@field_remappings = {}
|
|
262
|
-
end
|
|
263
|
-
end
|
|
264
|
-
# Can create cards for commercial issuing use cases.
|
|
265
|
-
attr_reader :commercial
|
|
266
|
-
|
|
267
|
-
def self.inner_class_types
|
|
268
|
-
@inner_class_types = { commercial: Commercial }
|
|
269
|
-
end
|
|
270
|
-
|
|
271
|
-
def self.field_remappings
|
|
272
|
-
@field_remappings = {}
|
|
273
|
-
end
|
|
274
|
-
end
|
|
275
|
-
# Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
|
|
276
|
-
attr_reader :applied
|
|
277
|
-
# Capabilities that have been requested on the CardCreator Configuration.
|
|
278
|
-
attr_reader :capabilities
|
|
279
|
-
|
|
280
|
-
def self.inner_class_types
|
|
281
|
-
@inner_class_types = { capabilities: Capabilities }
|
|
282
|
-
end
|
|
283
|
-
|
|
284
|
-
def self.field_remappings
|
|
285
|
-
@field_remappings = {}
|
|
286
|
-
end
|
|
287
|
-
end
|
|
288
|
-
|
|
289
|
-
class Customer < ::Stripe::StripeObject
|
|
290
|
-
class AutomaticIndirectTax < ::Stripe::StripeObject
|
|
291
|
-
class Location < ::Stripe::StripeObject
|
|
14
|
+
class Configuration < Stripe::StripeObject
|
|
15
|
+
class Customer < Stripe::StripeObject
|
|
16
|
+
class AutomaticIndirectTax < Stripe::StripeObject
|
|
17
|
+
class Location < Stripe::StripeObject
|
|
292
18
|
# The identified tax country of the customer.
|
|
293
19
|
attr_reader :country
|
|
294
20
|
# The identified tax state, county, province, or region of the customer.
|
|
@@ -320,9 +46,9 @@ module Stripe
|
|
|
320
46
|
end
|
|
321
47
|
end
|
|
322
48
|
|
|
323
|
-
class Billing <
|
|
324
|
-
class Invoice <
|
|
325
|
-
class CustomField <
|
|
49
|
+
class Billing < Stripe::StripeObject
|
|
50
|
+
class Invoice < Stripe::StripeObject
|
|
51
|
+
class CustomField < Stripe::StripeObject
|
|
326
52
|
# The name of the custom field. This may be up to 40 characters.
|
|
327
53
|
attr_reader :name
|
|
328
54
|
# The value of the custom field. This may be up to 140 characters. When updating, pass an empty string to remove previously-defined values.
|
|
@@ -337,7 +63,7 @@ module Stripe
|
|
|
337
63
|
end
|
|
338
64
|
end
|
|
339
65
|
|
|
340
|
-
class Rendering <
|
|
66
|
+
class Rendering < Stripe::StripeObject
|
|
341
67
|
# 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.
|
|
342
68
|
attr_reader :amount_tax_display
|
|
343
69
|
# ID of the invoice rendering template to use for future invoices.
|
|
@@ -384,9 +110,9 @@ module Stripe
|
|
|
384
110
|
end
|
|
385
111
|
end
|
|
386
112
|
|
|
387
|
-
class Capabilities <
|
|
388
|
-
class AutomaticIndirectTax <
|
|
389
|
-
class StatusDetail <
|
|
113
|
+
class Capabilities < Stripe::StripeObject
|
|
114
|
+
class AutomaticIndirectTax < Stripe::StripeObject
|
|
115
|
+
class StatusDetail < Stripe::StripeObject
|
|
390
116
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
391
117
|
attr_reader :code
|
|
392
118
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -427,8 +153,8 @@ module Stripe
|
|
|
427
153
|
end
|
|
428
154
|
end
|
|
429
155
|
|
|
430
|
-
class Shipping <
|
|
431
|
-
class Address <
|
|
156
|
+
class Shipping < Stripe::StripeObject
|
|
157
|
+
class Address < Stripe::StripeObject
|
|
432
158
|
# City, district, suburb, town, or village.
|
|
433
159
|
attr_reader :city
|
|
434
160
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -492,8 +218,8 @@ module Stripe
|
|
|
492
218
|
end
|
|
493
219
|
end
|
|
494
220
|
|
|
495
|
-
class Merchant <
|
|
496
|
-
class BacsDebitPayments <
|
|
221
|
+
class Merchant < Stripe::StripeObject
|
|
222
|
+
class BacsDebitPayments < Stripe::StripeObject
|
|
497
223
|
# Display name for Bacs debit payments.
|
|
498
224
|
attr_reader :display_name
|
|
499
225
|
# Service user number for Bacs debit payments.
|
|
@@ -508,7 +234,7 @@ module Stripe
|
|
|
508
234
|
end
|
|
509
235
|
end
|
|
510
236
|
|
|
511
|
-
class Branding <
|
|
237
|
+
class Branding < Stripe::StripeObject
|
|
512
238
|
# 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.
|
|
513
239
|
attr_reader :icon
|
|
514
240
|
# 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.
|
|
@@ -527,9 +253,9 @@ module Stripe
|
|
|
527
253
|
end
|
|
528
254
|
end
|
|
529
255
|
|
|
530
|
-
class Capabilities <
|
|
531
|
-
class AchDebitPayments <
|
|
532
|
-
class StatusDetail <
|
|
256
|
+
class Capabilities < Stripe::StripeObject
|
|
257
|
+
class AchDebitPayments < Stripe::StripeObject
|
|
258
|
+
class StatusDetail < Stripe::StripeObject
|
|
533
259
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
534
260
|
attr_reader :code
|
|
535
261
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -559,8 +285,8 @@ module Stripe
|
|
|
559
285
|
end
|
|
560
286
|
end
|
|
561
287
|
|
|
562
|
-
class AcssDebitPayments <
|
|
563
|
-
class StatusDetail <
|
|
288
|
+
class AcssDebitPayments < Stripe::StripeObject
|
|
289
|
+
class StatusDetail < Stripe::StripeObject
|
|
564
290
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
565
291
|
attr_reader :code
|
|
566
292
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -590,8 +316,8 @@ module Stripe
|
|
|
590
316
|
end
|
|
591
317
|
end
|
|
592
318
|
|
|
593
|
-
class AffirmPayments <
|
|
594
|
-
class StatusDetail <
|
|
319
|
+
class AffirmPayments < Stripe::StripeObject
|
|
320
|
+
class StatusDetail < Stripe::StripeObject
|
|
595
321
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
596
322
|
attr_reader :code
|
|
597
323
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -621,8 +347,8 @@ module Stripe
|
|
|
621
347
|
end
|
|
622
348
|
end
|
|
623
349
|
|
|
624
|
-
class AfterpayClearpayPayments <
|
|
625
|
-
class StatusDetail <
|
|
350
|
+
class AfterpayClearpayPayments < Stripe::StripeObject
|
|
351
|
+
class StatusDetail < Stripe::StripeObject
|
|
626
352
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
627
353
|
attr_reader :code
|
|
628
354
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -652,8 +378,8 @@ module Stripe
|
|
|
652
378
|
end
|
|
653
379
|
end
|
|
654
380
|
|
|
655
|
-
class AlmaPayments <
|
|
656
|
-
class StatusDetail <
|
|
381
|
+
class AlmaPayments < Stripe::StripeObject
|
|
382
|
+
class StatusDetail < Stripe::StripeObject
|
|
657
383
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
658
384
|
attr_reader :code
|
|
659
385
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -683,8 +409,8 @@ module Stripe
|
|
|
683
409
|
end
|
|
684
410
|
end
|
|
685
411
|
|
|
686
|
-
class AmazonPayPayments <
|
|
687
|
-
class StatusDetail <
|
|
412
|
+
class AmazonPayPayments < Stripe::StripeObject
|
|
413
|
+
class StatusDetail < Stripe::StripeObject
|
|
688
414
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
689
415
|
attr_reader :code
|
|
690
416
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -714,8 +440,8 @@ module Stripe
|
|
|
714
440
|
end
|
|
715
441
|
end
|
|
716
442
|
|
|
717
|
-
class AuBecsDebitPayments <
|
|
718
|
-
class StatusDetail <
|
|
443
|
+
class AuBecsDebitPayments < Stripe::StripeObject
|
|
444
|
+
class StatusDetail < Stripe::StripeObject
|
|
719
445
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
720
446
|
attr_reader :code
|
|
721
447
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -745,8 +471,8 @@ module Stripe
|
|
|
745
471
|
end
|
|
746
472
|
end
|
|
747
473
|
|
|
748
|
-
class BacsDebitPayments <
|
|
749
|
-
class StatusDetail <
|
|
474
|
+
class BacsDebitPayments < Stripe::StripeObject
|
|
475
|
+
class StatusDetail < Stripe::StripeObject
|
|
750
476
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
751
477
|
attr_reader :code
|
|
752
478
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -776,8 +502,8 @@ module Stripe
|
|
|
776
502
|
end
|
|
777
503
|
end
|
|
778
504
|
|
|
779
|
-
class BancontactPayments <
|
|
780
|
-
class StatusDetail <
|
|
505
|
+
class BancontactPayments < Stripe::StripeObject
|
|
506
|
+
class StatusDetail < Stripe::StripeObject
|
|
781
507
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
782
508
|
attr_reader :code
|
|
783
509
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -807,8 +533,8 @@ module Stripe
|
|
|
807
533
|
end
|
|
808
534
|
end
|
|
809
535
|
|
|
810
|
-
class BlikPayments <
|
|
811
|
-
class StatusDetail <
|
|
536
|
+
class BlikPayments < Stripe::StripeObject
|
|
537
|
+
class StatusDetail < Stripe::StripeObject
|
|
812
538
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
813
539
|
attr_reader :code
|
|
814
540
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -838,8 +564,8 @@ module Stripe
|
|
|
838
564
|
end
|
|
839
565
|
end
|
|
840
566
|
|
|
841
|
-
class BoletoPayments <
|
|
842
|
-
class StatusDetail <
|
|
567
|
+
class BoletoPayments < Stripe::StripeObject
|
|
568
|
+
class StatusDetail < Stripe::StripeObject
|
|
843
569
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
844
570
|
attr_reader :code
|
|
845
571
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -869,8 +595,8 @@ module Stripe
|
|
|
869
595
|
end
|
|
870
596
|
end
|
|
871
597
|
|
|
872
|
-
class CardPayments <
|
|
873
|
-
class StatusDetail <
|
|
598
|
+
class CardPayments < Stripe::StripeObject
|
|
599
|
+
class StatusDetail < Stripe::StripeObject
|
|
874
600
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
875
601
|
attr_reader :code
|
|
876
602
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -900,8 +626,8 @@ module Stripe
|
|
|
900
626
|
end
|
|
901
627
|
end
|
|
902
628
|
|
|
903
|
-
class CartesBancairesPayments <
|
|
904
|
-
class StatusDetail <
|
|
629
|
+
class CartesBancairesPayments < Stripe::StripeObject
|
|
630
|
+
class StatusDetail < Stripe::StripeObject
|
|
905
631
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
906
632
|
attr_reader :code
|
|
907
633
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -931,8 +657,8 @@ module Stripe
|
|
|
931
657
|
end
|
|
932
658
|
end
|
|
933
659
|
|
|
934
|
-
class CashappPayments <
|
|
935
|
-
class StatusDetail <
|
|
660
|
+
class CashappPayments < Stripe::StripeObject
|
|
661
|
+
class StatusDetail < Stripe::StripeObject
|
|
936
662
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
937
663
|
attr_reader :code
|
|
938
664
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -962,8 +688,8 @@ module Stripe
|
|
|
962
688
|
end
|
|
963
689
|
end
|
|
964
690
|
|
|
965
|
-
class EpsPayments <
|
|
966
|
-
class StatusDetail <
|
|
691
|
+
class EpsPayments < Stripe::StripeObject
|
|
692
|
+
class StatusDetail < Stripe::StripeObject
|
|
967
693
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
968
694
|
attr_reader :code
|
|
969
695
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -993,8 +719,8 @@ module Stripe
|
|
|
993
719
|
end
|
|
994
720
|
end
|
|
995
721
|
|
|
996
|
-
class FpxPayments <
|
|
997
|
-
class StatusDetail <
|
|
722
|
+
class FpxPayments < Stripe::StripeObject
|
|
723
|
+
class StatusDetail < Stripe::StripeObject
|
|
998
724
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
999
725
|
attr_reader :code
|
|
1000
726
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1024,8 +750,8 @@ module Stripe
|
|
|
1024
750
|
end
|
|
1025
751
|
end
|
|
1026
752
|
|
|
1027
|
-
class GbBankTransferPayments <
|
|
1028
|
-
class StatusDetail <
|
|
753
|
+
class GbBankTransferPayments < Stripe::StripeObject
|
|
754
|
+
class StatusDetail < Stripe::StripeObject
|
|
1029
755
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1030
756
|
attr_reader :code
|
|
1031
757
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1055,8 +781,8 @@ module Stripe
|
|
|
1055
781
|
end
|
|
1056
782
|
end
|
|
1057
783
|
|
|
1058
|
-
class GrabpayPayments <
|
|
1059
|
-
class StatusDetail <
|
|
784
|
+
class GrabpayPayments < Stripe::StripeObject
|
|
785
|
+
class StatusDetail < Stripe::StripeObject
|
|
1060
786
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1061
787
|
attr_reader :code
|
|
1062
788
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1086,8 +812,8 @@ module Stripe
|
|
|
1086
812
|
end
|
|
1087
813
|
end
|
|
1088
814
|
|
|
1089
|
-
class IdealPayments <
|
|
1090
|
-
class StatusDetail <
|
|
815
|
+
class IdealPayments < Stripe::StripeObject
|
|
816
|
+
class StatusDetail < Stripe::StripeObject
|
|
1091
817
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1092
818
|
attr_reader :code
|
|
1093
819
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1117,8 +843,8 @@ module Stripe
|
|
|
1117
843
|
end
|
|
1118
844
|
end
|
|
1119
845
|
|
|
1120
|
-
class JcbPayments <
|
|
1121
|
-
class StatusDetail <
|
|
846
|
+
class JcbPayments < Stripe::StripeObject
|
|
847
|
+
class StatusDetail < Stripe::StripeObject
|
|
1122
848
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1123
849
|
attr_reader :code
|
|
1124
850
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1148,8 +874,8 @@ module Stripe
|
|
|
1148
874
|
end
|
|
1149
875
|
end
|
|
1150
876
|
|
|
1151
|
-
class JpBankTransferPayments <
|
|
1152
|
-
class StatusDetail <
|
|
877
|
+
class JpBankTransferPayments < Stripe::StripeObject
|
|
878
|
+
class StatusDetail < Stripe::StripeObject
|
|
1153
879
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1154
880
|
attr_reader :code
|
|
1155
881
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1179,8 +905,8 @@ module Stripe
|
|
|
1179
905
|
end
|
|
1180
906
|
end
|
|
1181
907
|
|
|
1182
|
-
class KakaoPayPayments <
|
|
1183
|
-
class StatusDetail <
|
|
908
|
+
class KakaoPayPayments < Stripe::StripeObject
|
|
909
|
+
class StatusDetail < Stripe::StripeObject
|
|
1184
910
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1185
911
|
attr_reader :code
|
|
1186
912
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1210,8 +936,8 @@ module Stripe
|
|
|
1210
936
|
end
|
|
1211
937
|
end
|
|
1212
938
|
|
|
1213
|
-
class KlarnaPayments <
|
|
1214
|
-
class StatusDetail <
|
|
939
|
+
class KlarnaPayments < Stripe::StripeObject
|
|
940
|
+
class StatusDetail < Stripe::StripeObject
|
|
1215
941
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1216
942
|
attr_reader :code
|
|
1217
943
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1241,8 +967,8 @@ module Stripe
|
|
|
1241
967
|
end
|
|
1242
968
|
end
|
|
1243
969
|
|
|
1244
|
-
class KonbiniPayments <
|
|
1245
|
-
class StatusDetail <
|
|
970
|
+
class KonbiniPayments < Stripe::StripeObject
|
|
971
|
+
class StatusDetail < Stripe::StripeObject
|
|
1246
972
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1247
973
|
attr_reader :code
|
|
1248
974
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1272,8 +998,8 @@ module Stripe
|
|
|
1272
998
|
end
|
|
1273
999
|
end
|
|
1274
1000
|
|
|
1275
|
-
class KrCardPayments <
|
|
1276
|
-
class StatusDetail <
|
|
1001
|
+
class KrCardPayments < Stripe::StripeObject
|
|
1002
|
+
class StatusDetail < Stripe::StripeObject
|
|
1277
1003
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1278
1004
|
attr_reader :code
|
|
1279
1005
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1303,8 +1029,8 @@ module Stripe
|
|
|
1303
1029
|
end
|
|
1304
1030
|
end
|
|
1305
1031
|
|
|
1306
|
-
class LinkPayments <
|
|
1307
|
-
class StatusDetail <
|
|
1032
|
+
class LinkPayments < Stripe::StripeObject
|
|
1033
|
+
class StatusDetail < Stripe::StripeObject
|
|
1308
1034
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1309
1035
|
attr_reader :code
|
|
1310
1036
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1334,8 +1060,8 @@ module Stripe
|
|
|
1334
1060
|
end
|
|
1335
1061
|
end
|
|
1336
1062
|
|
|
1337
|
-
class MobilepayPayments <
|
|
1338
|
-
class StatusDetail <
|
|
1063
|
+
class MobilepayPayments < Stripe::StripeObject
|
|
1064
|
+
class StatusDetail < Stripe::StripeObject
|
|
1339
1065
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1340
1066
|
attr_reader :code
|
|
1341
1067
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1365,8 +1091,8 @@ module Stripe
|
|
|
1365
1091
|
end
|
|
1366
1092
|
end
|
|
1367
1093
|
|
|
1368
|
-
class MultibancoPayments <
|
|
1369
|
-
class StatusDetail <
|
|
1094
|
+
class MultibancoPayments < Stripe::StripeObject
|
|
1095
|
+
class StatusDetail < Stripe::StripeObject
|
|
1370
1096
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1371
1097
|
attr_reader :code
|
|
1372
1098
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1396,8 +1122,8 @@ module Stripe
|
|
|
1396
1122
|
end
|
|
1397
1123
|
end
|
|
1398
1124
|
|
|
1399
|
-
class MxBankTransferPayments <
|
|
1400
|
-
class StatusDetail <
|
|
1125
|
+
class MxBankTransferPayments < Stripe::StripeObject
|
|
1126
|
+
class StatusDetail < Stripe::StripeObject
|
|
1401
1127
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1402
1128
|
attr_reader :code
|
|
1403
1129
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1427,8 +1153,8 @@ module Stripe
|
|
|
1427
1153
|
end
|
|
1428
1154
|
end
|
|
1429
1155
|
|
|
1430
|
-
class NaverPayPayments <
|
|
1431
|
-
class StatusDetail <
|
|
1156
|
+
class NaverPayPayments < Stripe::StripeObject
|
|
1157
|
+
class StatusDetail < Stripe::StripeObject
|
|
1432
1158
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1433
1159
|
attr_reader :code
|
|
1434
1160
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1458,8 +1184,8 @@ module Stripe
|
|
|
1458
1184
|
end
|
|
1459
1185
|
end
|
|
1460
1186
|
|
|
1461
|
-
class OxxoPayments <
|
|
1462
|
-
class StatusDetail <
|
|
1187
|
+
class OxxoPayments < Stripe::StripeObject
|
|
1188
|
+
class StatusDetail < Stripe::StripeObject
|
|
1463
1189
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1464
1190
|
attr_reader :code
|
|
1465
1191
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1489,8 +1215,8 @@ module Stripe
|
|
|
1489
1215
|
end
|
|
1490
1216
|
end
|
|
1491
1217
|
|
|
1492
|
-
class P24Payments <
|
|
1493
|
-
class StatusDetail <
|
|
1218
|
+
class P24Payments < Stripe::StripeObject
|
|
1219
|
+
class StatusDetail < Stripe::StripeObject
|
|
1494
1220
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1495
1221
|
attr_reader :code
|
|
1496
1222
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1520,8 +1246,8 @@ module Stripe
|
|
|
1520
1246
|
end
|
|
1521
1247
|
end
|
|
1522
1248
|
|
|
1523
|
-
class PayByBankPayments <
|
|
1524
|
-
class StatusDetail <
|
|
1249
|
+
class PayByBankPayments < Stripe::StripeObject
|
|
1250
|
+
class StatusDetail < Stripe::StripeObject
|
|
1525
1251
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1526
1252
|
attr_reader :code
|
|
1527
1253
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1551,8 +1277,8 @@ module Stripe
|
|
|
1551
1277
|
end
|
|
1552
1278
|
end
|
|
1553
1279
|
|
|
1554
|
-
class PaycoPayments <
|
|
1555
|
-
class StatusDetail <
|
|
1280
|
+
class PaycoPayments < Stripe::StripeObject
|
|
1281
|
+
class StatusDetail < Stripe::StripeObject
|
|
1556
1282
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1557
1283
|
attr_reader :code
|
|
1558
1284
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1582,8 +1308,8 @@ module Stripe
|
|
|
1582
1308
|
end
|
|
1583
1309
|
end
|
|
1584
1310
|
|
|
1585
|
-
class PaynowPayments <
|
|
1586
|
-
class StatusDetail <
|
|
1311
|
+
class PaynowPayments < Stripe::StripeObject
|
|
1312
|
+
class StatusDetail < Stripe::StripeObject
|
|
1587
1313
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1588
1314
|
attr_reader :code
|
|
1589
1315
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1613,8 +1339,8 @@ module Stripe
|
|
|
1613
1339
|
end
|
|
1614
1340
|
end
|
|
1615
1341
|
|
|
1616
|
-
class PromptpayPayments <
|
|
1617
|
-
class StatusDetail <
|
|
1342
|
+
class PromptpayPayments < Stripe::StripeObject
|
|
1343
|
+
class StatusDetail < Stripe::StripeObject
|
|
1618
1344
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1619
1345
|
attr_reader :code
|
|
1620
1346
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1644,8 +1370,8 @@ module Stripe
|
|
|
1644
1370
|
end
|
|
1645
1371
|
end
|
|
1646
1372
|
|
|
1647
|
-
class RevolutPayPayments <
|
|
1648
|
-
class StatusDetail <
|
|
1373
|
+
class RevolutPayPayments < Stripe::StripeObject
|
|
1374
|
+
class StatusDetail < Stripe::StripeObject
|
|
1649
1375
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1650
1376
|
attr_reader :code
|
|
1651
1377
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1675,8 +1401,8 @@ module Stripe
|
|
|
1675
1401
|
end
|
|
1676
1402
|
end
|
|
1677
1403
|
|
|
1678
|
-
class SamsungPayPayments <
|
|
1679
|
-
class StatusDetail <
|
|
1404
|
+
class SamsungPayPayments < Stripe::StripeObject
|
|
1405
|
+
class StatusDetail < Stripe::StripeObject
|
|
1680
1406
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1681
1407
|
attr_reader :code
|
|
1682
1408
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1706,8 +1432,8 @@ module Stripe
|
|
|
1706
1432
|
end
|
|
1707
1433
|
end
|
|
1708
1434
|
|
|
1709
|
-
class SepaBankTransferPayments <
|
|
1710
|
-
class StatusDetail <
|
|
1435
|
+
class SepaBankTransferPayments < Stripe::StripeObject
|
|
1436
|
+
class StatusDetail < Stripe::StripeObject
|
|
1711
1437
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1712
1438
|
attr_reader :code
|
|
1713
1439
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1737,8 +1463,8 @@ module Stripe
|
|
|
1737
1463
|
end
|
|
1738
1464
|
end
|
|
1739
1465
|
|
|
1740
|
-
class SepaDebitPayments <
|
|
1741
|
-
class StatusDetail <
|
|
1466
|
+
class SepaDebitPayments < Stripe::StripeObject
|
|
1467
|
+
class StatusDetail < Stripe::StripeObject
|
|
1742
1468
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1743
1469
|
attr_reader :code
|
|
1744
1470
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1768,9 +1494,9 @@ module Stripe
|
|
|
1768
1494
|
end
|
|
1769
1495
|
end
|
|
1770
1496
|
|
|
1771
|
-
class StripeBalance <
|
|
1772
|
-
class Payouts <
|
|
1773
|
-
class StatusDetail <
|
|
1497
|
+
class StripeBalance < Stripe::StripeObject
|
|
1498
|
+
class Payouts < Stripe::StripeObject
|
|
1499
|
+
class StatusDetail < Stripe::StripeObject
|
|
1774
1500
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1775
1501
|
attr_reader :code
|
|
1776
1502
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1811,8 +1537,8 @@ module Stripe
|
|
|
1811
1537
|
end
|
|
1812
1538
|
end
|
|
1813
1539
|
|
|
1814
|
-
class SwishPayments <
|
|
1815
|
-
class StatusDetail <
|
|
1540
|
+
class SwishPayments < Stripe::StripeObject
|
|
1541
|
+
class StatusDetail < Stripe::StripeObject
|
|
1816
1542
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1817
1543
|
attr_reader :code
|
|
1818
1544
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1842,8 +1568,8 @@ module Stripe
|
|
|
1842
1568
|
end
|
|
1843
1569
|
end
|
|
1844
1570
|
|
|
1845
|
-
class TwintPayments <
|
|
1846
|
-
class StatusDetail <
|
|
1571
|
+
class TwintPayments < Stripe::StripeObject
|
|
1572
|
+
class StatusDetail < Stripe::StripeObject
|
|
1847
1573
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1848
1574
|
attr_reader :code
|
|
1849
1575
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1873,8 +1599,8 @@ module Stripe
|
|
|
1873
1599
|
end
|
|
1874
1600
|
end
|
|
1875
1601
|
|
|
1876
|
-
class UsBankTransferPayments <
|
|
1877
|
-
class StatusDetail <
|
|
1602
|
+
class UsBankTransferPayments < Stripe::StripeObject
|
|
1603
|
+
class StatusDetail < Stripe::StripeObject
|
|
1878
1604
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1879
1605
|
attr_reader :code
|
|
1880
1606
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1904,8 +1630,8 @@ module Stripe
|
|
|
1904
1630
|
end
|
|
1905
1631
|
end
|
|
1906
1632
|
|
|
1907
|
-
class ZipPayments <
|
|
1908
|
-
class StatusDetail <
|
|
1633
|
+
class ZipPayments < Stripe::StripeObject
|
|
1634
|
+
class StatusDetail < Stripe::StripeObject
|
|
1909
1635
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1910
1636
|
attr_reader :code
|
|
1911
1637
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -2080,8 +1806,8 @@ module Stripe
|
|
|
2080
1806
|
end
|
|
2081
1807
|
end
|
|
2082
1808
|
|
|
2083
|
-
class CardPayments <
|
|
2084
|
-
class DeclineOn <
|
|
1809
|
+
class CardPayments < Stripe::StripeObject
|
|
1810
|
+
class DeclineOn < Stripe::StripeObject
|
|
2085
1811
|
# 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.
|
|
2086
1812
|
attr_reader :avs_failure
|
|
2087
1813
|
# Whether Stripe automatically declines charges with an incorrect CVC. This setting only applies when a CVC is provided and it fails bank verification.
|
|
@@ -2107,7 +1833,7 @@ module Stripe
|
|
|
2107
1833
|
end
|
|
2108
1834
|
end
|
|
2109
1835
|
|
|
2110
|
-
class SepaDebitPayments <
|
|
1836
|
+
class SepaDebitPayments < Stripe::StripeObject
|
|
2111
1837
|
# Creditor ID for SEPA debit payments.
|
|
2112
1838
|
attr_reader :creditor_id
|
|
2113
1839
|
|
|
@@ -2120,7 +1846,7 @@ module Stripe
|
|
|
2120
1846
|
end
|
|
2121
1847
|
end
|
|
2122
1848
|
|
|
2123
|
-
class StatementDescriptor <
|
|
1849
|
+
class StatementDescriptor < Stripe::StripeObject
|
|
2124
1850
|
# 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.
|
|
2125
1851
|
attr_reader :descriptor
|
|
2126
1852
|
# 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.
|
|
@@ -2135,8 +1861,8 @@ module Stripe
|
|
|
2135
1861
|
end
|
|
2136
1862
|
end
|
|
2137
1863
|
|
|
2138
|
-
class Support <
|
|
2139
|
-
class Address <
|
|
1864
|
+
class Support < Stripe::StripeObject
|
|
1865
|
+
class Address < Stripe::StripeObject
|
|
2140
1866
|
# City, district, suburb, town, or village.
|
|
2141
1867
|
attr_reader :city
|
|
2142
1868
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -2213,11 +1939,11 @@ module Stripe
|
|
|
2213
1939
|
end
|
|
2214
1940
|
end
|
|
2215
1941
|
|
|
2216
|
-
class Recipient <
|
|
2217
|
-
class Capabilities <
|
|
2218
|
-
class BankAccounts <
|
|
2219
|
-
class Local <
|
|
2220
|
-
class StatusDetail <
|
|
1942
|
+
class Recipient < Stripe::StripeObject
|
|
1943
|
+
class Capabilities < Stripe::StripeObject
|
|
1944
|
+
class BankAccounts < Stripe::StripeObject
|
|
1945
|
+
class Local < Stripe::StripeObject
|
|
1946
|
+
class StatusDetail < Stripe::StripeObject
|
|
2221
1947
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2222
1948
|
attr_reader :code
|
|
2223
1949
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -2247,8 +1973,8 @@ module Stripe
|
|
|
2247
1973
|
end
|
|
2248
1974
|
end
|
|
2249
1975
|
|
|
2250
|
-
class Wire <
|
|
2251
|
-
class StatusDetail <
|
|
1976
|
+
class Wire < Stripe::StripeObject
|
|
1977
|
+
class StatusDetail < Stripe::StripeObject
|
|
2252
1978
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2253
1979
|
attr_reader :code
|
|
2254
1980
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -2291,8 +2017,8 @@ module Stripe
|
|
|
2291
2017
|
end
|
|
2292
2018
|
end
|
|
2293
2019
|
|
|
2294
|
-
class Cards <
|
|
2295
|
-
class StatusDetail <
|
|
2020
|
+
class Cards < Stripe::StripeObject
|
|
2021
|
+
class StatusDetail < Stripe::StripeObject
|
|
2296
2022
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2297
2023
|
attr_reader :code
|
|
2298
2024
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -2322,40 +2048,9 @@ module Stripe
|
|
|
2322
2048
|
end
|
|
2323
2049
|
end
|
|
2324
2050
|
|
|
2325
|
-
class
|
|
2326
|
-
class
|
|
2327
|
-
|
|
2328
|
-
attr_reader :code
|
|
2329
|
-
# Machine-readable code explaining how to make the Capability active.
|
|
2330
|
-
attr_reader :resolution
|
|
2331
|
-
|
|
2332
|
-
def self.inner_class_types
|
|
2333
|
-
@inner_class_types = {}
|
|
2334
|
-
end
|
|
2335
|
-
|
|
2336
|
-
def self.field_remappings
|
|
2337
|
-
@field_remappings = {}
|
|
2338
|
-
end
|
|
2339
|
-
end
|
|
2340
|
-
# Whether the Capability has been requested.
|
|
2341
|
-
attr_reader :requested
|
|
2342
|
-
# The status of the Capability.
|
|
2343
|
-
attr_reader :status
|
|
2344
|
-
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
2345
|
-
attr_reader :status_details
|
|
2346
|
-
|
|
2347
|
-
def self.inner_class_types
|
|
2348
|
-
@inner_class_types = { status_details: StatusDetail }
|
|
2349
|
-
end
|
|
2350
|
-
|
|
2351
|
-
def self.field_remappings
|
|
2352
|
-
@field_remappings = {}
|
|
2353
|
-
end
|
|
2354
|
-
end
|
|
2355
|
-
|
|
2356
|
-
class StripeBalance < ::Stripe::StripeObject
|
|
2357
|
-
class Payouts < ::Stripe::StripeObject
|
|
2358
|
-
class StatusDetail < ::Stripe::StripeObject
|
|
2051
|
+
class StripeBalance < Stripe::StripeObject
|
|
2052
|
+
class Payouts < Stripe::StripeObject
|
|
2053
|
+
class StatusDetail < Stripe::StripeObject
|
|
2359
2054
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2360
2055
|
attr_reader :code
|
|
2361
2056
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -2385,8 +2080,8 @@ module Stripe
|
|
|
2385
2080
|
end
|
|
2386
2081
|
end
|
|
2387
2082
|
|
|
2388
|
-
class StripeTransfers <
|
|
2389
|
-
class StatusDetail <
|
|
2083
|
+
class StripeTransfers < Stripe::StripeObject
|
|
2084
|
+
class StatusDetail < Stripe::StripeObject
|
|
2390
2085
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2391
2086
|
attr_reader :code
|
|
2392
2087
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -2432,8 +2127,6 @@ module Stripe
|
|
|
2432
2127
|
attr_reader :bank_accounts
|
|
2433
2128
|
# Capability that enable OutboundPayments to a debit card linked to this Account.
|
|
2434
2129
|
attr_reader :cards
|
|
2435
|
-
# Capability that enable OutboundPayments to a crypto wallet linked to this Account.
|
|
2436
|
-
attr_reader :crypto_wallets
|
|
2437
2130
|
# Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).
|
|
2438
2131
|
attr_reader :stripe_balance
|
|
2439
2132
|
|
|
@@ -2441,7 +2134,6 @@ module Stripe
|
|
|
2441
2134
|
@inner_class_types = {
|
|
2442
2135
|
bank_accounts: BankAccounts,
|
|
2443
2136
|
cards: Cards,
|
|
2444
|
-
crypto_wallets: CryptoWallets,
|
|
2445
2137
|
stripe_balance: StripeBalance,
|
|
2446
2138
|
}
|
|
2447
2139
|
end
|
|
@@ -2451,7 +2143,7 @@ module Stripe
|
|
|
2451
2143
|
end
|
|
2452
2144
|
end
|
|
2453
2145
|
|
|
2454
|
-
class DefaultOutboundDestination <
|
|
2146
|
+
class DefaultOutboundDestination < Stripe::StripeObject
|
|
2455
2147
|
# The payout method ID of the default outbound destination.
|
|
2456
2148
|
attr_reader :id
|
|
2457
2149
|
# Closed Enum. The payout method type of the default outbound destination.
|
|
@@ -2484,11 +2176,11 @@ module Stripe
|
|
|
2484
2176
|
end
|
|
2485
2177
|
end
|
|
2486
2178
|
|
|
2487
|
-
class Storer <
|
|
2488
|
-
class Capabilities <
|
|
2489
|
-
class FinancialAddresses <
|
|
2490
|
-
class BankAccounts <
|
|
2491
|
-
class StatusDetail <
|
|
2179
|
+
class Storer < Stripe::StripeObject
|
|
2180
|
+
class Capabilities < Stripe::StripeObject
|
|
2181
|
+
class FinancialAddresses < Stripe::StripeObject
|
|
2182
|
+
class BankAccounts < Stripe::StripeObject
|
|
2183
|
+
class StatusDetail < Stripe::StripeObject
|
|
2492
2184
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2493
2185
|
attr_reader :code
|
|
2494
2186
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -2529,40 +2221,9 @@ module Stripe
|
|
|
2529
2221
|
end
|
|
2530
2222
|
end
|
|
2531
2223
|
|
|
2532
|
-
class HoldsCurrencies <
|
|
2533
|
-
class Gbp <
|
|
2534
|
-
class StatusDetail <
|
|
2535
|
-
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2536
|
-
attr_reader :code
|
|
2537
|
-
# Machine-readable code explaining how to make the Capability active.
|
|
2538
|
-
attr_reader :resolution
|
|
2539
|
-
|
|
2540
|
-
def self.inner_class_types
|
|
2541
|
-
@inner_class_types = {}
|
|
2542
|
-
end
|
|
2543
|
-
|
|
2544
|
-
def self.field_remappings
|
|
2545
|
-
@field_remappings = {}
|
|
2546
|
-
end
|
|
2547
|
-
end
|
|
2548
|
-
# Whether the Capability has been requested.
|
|
2549
|
-
attr_reader :requested
|
|
2550
|
-
# The status of the Capability.
|
|
2551
|
-
attr_reader :status
|
|
2552
|
-
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
2553
|
-
attr_reader :status_details
|
|
2554
|
-
|
|
2555
|
-
def self.inner_class_types
|
|
2556
|
-
@inner_class_types = { status_details: StatusDetail }
|
|
2557
|
-
end
|
|
2558
|
-
|
|
2559
|
-
def self.field_remappings
|
|
2560
|
-
@field_remappings = {}
|
|
2561
|
-
end
|
|
2562
|
-
end
|
|
2563
|
-
|
|
2564
|
-
class Usd < ::Stripe::StripeObject
|
|
2565
|
-
class StatusDetail < ::Stripe::StripeObject
|
|
2224
|
+
class HoldsCurrencies < Stripe::StripeObject
|
|
2225
|
+
class Gbp < Stripe::StripeObject
|
|
2226
|
+
class StatusDetail < Stripe::StripeObject
|
|
2566
2227
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2567
2228
|
attr_reader :code
|
|
2568
2229
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -2593,11 +2254,9 @@ module Stripe
|
|
|
2593
2254
|
end
|
|
2594
2255
|
# Can hold storage-type funds on Stripe in GBP.
|
|
2595
2256
|
attr_reader :gbp
|
|
2596
|
-
# Can hold storage-type funds on Stripe in USD.
|
|
2597
|
-
attr_reader :usd
|
|
2598
2257
|
|
|
2599
2258
|
def self.inner_class_types
|
|
2600
|
-
@inner_class_types = { gbp: Gbp
|
|
2259
|
+
@inner_class_types = { gbp: Gbp }
|
|
2601
2260
|
end
|
|
2602
2261
|
|
|
2603
2262
|
def self.field_remappings
|
|
@@ -2605,9 +2264,9 @@ module Stripe
|
|
|
2605
2264
|
end
|
|
2606
2265
|
end
|
|
2607
2266
|
|
|
2608
|
-
class InboundTransfers <
|
|
2609
|
-
class BankAccounts <
|
|
2610
|
-
class StatusDetail <
|
|
2267
|
+
class InboundTransfers < Stripe::StripeObject
|
|
2268
|
+
class BankAccounts < Stripe::StripeObject
|
|
2269
|
+
class StatusDetail < Stripe::StripeObject
|
|
2611
2270
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2612
2271
|
attr_reader :code
|
|
2613
2272
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -2648,9 +2307,9 @@ module Stripe
|
|
|
2648
2307
|
end
|
|
2649
2308
|
end
|
|
2650
2309
|
|
|
2651
|
-
class OutboundPayments <
|
|
2652
|
-
class BankAccounts <
|
|
2653
|
-
class StatusDetail <
|
|
2310
|
+
class OutboundPayments < Stripe::StripeObject
|
|
2311
|
+
class BankAccounts < Stripe::StripeObject
|
|
2312
|
+
class StatusDetail < Stripe::StripeObject
|
|
2654
2313
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2655
2314
|
attr_reader :code
|
|
2656
2315
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -2680,8 +2339,8 @@ module Stripe
|
|
|
2680
2339
|
end
|
|
2681
2340
|
end
|
|
2682
2341
|
|
|
2683
|
-
class Cards <
|
|
2684
|
-
class StatusDetail <
|
|
2342
|
+
class Cards < Stripe::StripeObject
|
|
2343
|
+
class StatusDetail < Stripe::StripeObject
|
|
2685
2344
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2686
2345
|
attr_reader :code
|
|
2687
2346
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -2711,8 +2370,8 @@ module Stripe
|
|
|
2711
2370
|
end
|
|
2712
2371
|
end
|
|
2713
2372
|
|
|
2714
|
-
class FinancialAccounts <
|
|
2715
|
-
class StatusDetail <
|
|
2373
|
+
class FinancialAccounts < Stripe::StripeObject
|
|
2374
|
+
class StatusDetail < Stripe::StripeObject
|
|
2716
2375
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2717
2376
|
attr_reader :code
|
|
2718
2377
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -2761,9 +2420,9 @@ module Stripe
|
|
|
2761
2420
|
end
|
|
2762
2421
|
end
|
|
2763
2422
|
|
|
2764
|
-
class OutboundTransfers <
|
|
2765
|
-
class BankAccounts <
|
|
2766
|
-
class StatusDetail <
|
|
2423
|
+
class OutboundTransfers < Stripe::StripeObject
|
|
2424
|
+
class BankAccounts < Stripe::StripeObject
|
|
2425
|
+
class StatusDetail < Stripe::StripeObject
|
|
2767
2426
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2768
2427
|
attr_reader :code
|
|
2769
2428
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -2793,8 +2452,8 @@ module Stripe
|
|
|
2793
2452
|
end
|
|
2794
2453
|
end
|
|
2795
2454
|
|
|
2796
|
-
class FinancialAccounts <
|
|
2797
|
-
class StatusDetail <
|
|
2455
|
+
class FinancialAccounts < Stripe::StripeObject
|
|
2456
|
+
class StatusDetail < Stripe::StripeObject
|
|
2798
2457
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2799
2458
|
attr_reader :code
|
|
2800
2459
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -2877,8 +2536,6 @@ module Stripe
|
|
|
2877
2536
|
@field_remappings = {}
|
|
2878
2537
|
end
|
|
2879
2538
|
end
|
|
2880
|
-
# The CardCreator Configuration allows the Account to create and issue cards to users.
|
|
2881
|
-
attr_reader :card_creator
|
|
2882
2539
|
# The Customer Configuration allows the Account to be used in inbound payment flows.
|
|
2883
2540
|
attr_reader :customer
|
|
2884
2541
|
# 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.
|
|
@@ -2890,7 +2547,6 @@ module Stripe
|
|
|
2890
2547
|
|
|
2891
2548
|
def self.inner_class_types
|
|
2892
2549
|
@inner_class_types = {
|
|
2893
|
-
card_creator: CardCreator,
|
|
2894
2550
|
customer: Customer,
|
|
2895
2551
|
merchant: Merchant,
|
|
2896
2552
|
recipient: Recipient,
|
|
@@ -2903,8 +2559,8 @@ module Stripe
|
|
|
2903
2559
|
end
|
|
2904
2560
|
end
|
|
2905
2561
|
|
|
2906
|
-
class Defaults <
|
|
2907
|
-
class Profile <
|
|
2562
|
+
class Defaults < Stripe::StripeObject
|
|
2563
|
+
class Profile < Stripe::StripeObject
|
|
2908
2564
|
# The business's publicly-available website.
|
|
2909
2565
|
attr_reader :business_url
|
|
2910
2566
|
# The company’s legal name.
|
|
@@ -2921,7 +2577,7 @@ module Stripe
|
|
|
2921
2577
|
end
|
|
2922
2578
|
end
|
|
2923
2579
|
|
|
2924
|
-
class Responsibilities <
|
|
2580
|
+
class Responsibilities < Stripe::StripeObject
|
|
2925
2581
|
# A value indicating the responsible payer of a bundle of Stripe fees for pricing-control eligible products on this Account.
|
|
2926
2582
|
attr_reader :fees_collector
|
|
2927
2583
|
# A value indicating who is responsible for losses when this Account can’t pay back negative balances from payments.
|
|
@@ -2953,9 +2609,9 @@ module Stripe
|
|
|
2953
2609
|
end
|
|
2954
2610
|
end
|
|
2955
2611
|
|
|
2956
|
-
class Identity <
|
|
2957
|
-
class Attestations <
|
|
2958
|
-
class DirectorshipDeclaration <
|
|
2612
|
+
class Identity < Stripe::StripeObject
|
|
2613
|
+
class Attestations < Stripe::StripeObject
|
|
2614
|
+
class DirectorshipDeclaration < Stripe::StripeObject
|
|
2959
2615
|
# 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.
|
|
2960
2616
|
attr_reader :date
|
|
2961
2617
|
# The IP address from which the director attestation was made.
|
|
@@ -2972,7 +2628,7 @@ module Stripe
|
|
|
2972
2628
|
end
|
|
2973
2629
|
end
|
|
2974
2630
|
|
|
2975
|
-
class OwnershipDeclaration <
|
|
2631
|
+
class OwnershipDeclaration < Stripe::StripeObject
|
|
2976
2632
|
# 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.
|
|
2977
2633
|
attr_reader :date
|
|
2978
2634
|
# The IP address from which the beneficial owner attestation was made.
|
|
@@ -2989,7 +2645,7 @@ module Stripe
|
|
|
2989
2645
|
end
|
|
2990
2646
|
end
|
|
2991
2647
|
|
|
2992
|
-
class PersonsProvided <
|
|
2648
|
+
class PersonsProvided < Stripe::StripeObject
|
|
2993
2649
|
# 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).
|
|
2994
2650
|
attr_reader :directors
|
|
2995
2651
|
# 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).
|
|
@@ -3008,25 +2664,8 @@ module Stripe
|
|
|
3008
2664
|
end
|
|
3009
2665
|
end
|
|
3010
2666
|
|
|
3011
|
-
class
|
|
3012
|
-
|
|
3013
|
-
attr_reader :date
|
|
3014
|
-
# The IP address from which the representative attestation was made.
|
|
3015
|
-
attr_reader :ip
|
|
3016
|
-
# The user agent of the browser from which the representative attestation was made.
|
|
3017
|
-
attr_reader :user_agent
|
|
3018
|
-
|
|
3019
|
-
def self.inner_class_types
|
|
3020
|
-
@inner_class_types = {}
|
|
3021
|
-
end
|
|
3022
|
-
|
|
3023
|
-
def self.field_remappings
|
|
3024
|
-
@field_remappings = {}
|
|
3025
|
-
end
|
|
3026
|
-
end
|
|
3027
|
-
|
|
3028
|
-
class TermsOfService < ::Stripe::StripeObject
|
|
3029
|
-
class Account < ::Stripe::StripeObject
|
|
2667
|
+
class TermsOfService < Stripe::StripeObject
|
|
2668
|
+
class Account < Stripe::StripeObject
|
|
3030
2669
|
# 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.
|
|
3031
2670
|
attr_reader :date
|
|
3032
2671
|
# The IP address from which the Account's representative accepted the terms of service.
|
|
@@ -3043,397 +2682,7 @@ module Stripe
|
|
|
3043
2682
|
end
|
|
3044
2683
|
end
|
|
3045
2684
|
|
|
3046
|
-
class
|
|
3047
|
-
class Commercial < ::Stripe::StripeObject
|
|
3048
|
-
class AccountHolder < ::Stripe::StripeObject
|
|
3049
|
-
# 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.
|
|
3050
|
-
attr_reader :date
|
|
3051
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3052
|
-
attr_reader :ip
|
|
3053
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3054
|
-
attr_reader :url
|
|
3055
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3056
|
-
attr_reader :user_agent
|
|
3057
|
-
|
|
3058
|
-
def self.inner_class_types
|
|
3059
|
-
@inner_class_types = {}
|
|
3060
|
-
end
|
|
3061
|
-
|
|
3062
|
-
def self.field_remappings
|
|
3063
|
-
@field_remappings = {}
|
|
3064
|
-
end
|
|
3065
|
-
end
|
|
3066
|
-
|
|
3067
|
-
class Celtic < ::Stripe::StripeObject
|
|
3068
|
-
class ApplePay < ::Stripe::StripeObject
|
|
3069
|
-
# 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.
|
|
3070
|
-
attr_reader :date
|
|
3071
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3072
|
-
attr_reader :ip
|
|
3073
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3074
|
-
attr_reader :url
|
|
3075
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3076
|
-
attr_reader :user_agent
|
|
3077
|
-
|
|
3078
|
-
def self.inner_class_types
|
|
3079
|
-
@inner_class_types = {}
|
|
3080
|
-
end
|
|
3081
|
-
|
|
3082
|
-
def self.field_remappings
|
|
3083
|
-
@field_remappings = {}
|
|
3084
|
-
end
|
|
3085
|
-
end
|
|
3086
|
-
|
|
3087
|
-
class ChargeCard < ::Stripe::StripeObject
|
|
3088
|
-
class BankTerms < ::Stripe::StripeObject
|
|
3089
|
-
# 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.
|
|
3090
|
-
attr_reader :date
|
|
3091
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3092
|
-
attr_reader :ip
|
|
3093
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3094
|
-
attr_reader :url
|
|
3095
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3096
|
-
attr_reader :user_agent
|
|
3097
|
-
|
|
3098
|
-
def self.inner_class_types
|
|
3099
|
-
@inner_class_types = {}
|
|
3100
|
-
end
|
|
3101
|
-
|
|
3102
|
-
def self.field_remappings
|
|
3103
|
-
@field_remappings = {}
|
|
3104
|
-
end
|
|
3105
|
-
end
|
|
3106
|
-
|
|
3107
|
-
class Platform < ::Stripe::StripeObject
|
|
3108
|
-
# 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.
|
|
3109
|
-
attr_reader :date
|
|
3110
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3111
|
-
attr_reader :ip
|
|
3112
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3113
|
-
attr_reader :url
|
|
3114
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3115
|
-
attr_reader :user_agent
|
|
3116
|
-
|
|
3117
|
-
def self.inner_class_types
|
|
3118
|
-
@inner_class_types = {}
|
|
3119
|
-
end
|
|
3120
|
-
|
|
3121
|
-
def self.field_remappings
|
|
3122
|
-
@field_remappings = {}
|
|
3123
|
-
end
|
|
3124
|
-
end
|
|
3125
|
-
# Bank terms of service acceptance for commercial issuing charge cards with Celtic as BIN sponsor.
|
|
3126
|
-
attr_reader :bank_terms
|
|
3127
|
-
# Platform terms of service acceptance for commercial issuing charge cards with Celtic as BIN sponsor.
|
|
3128
|
-
attr_reader :platform
|
|
3129
|
-
|
|
3130
|
-
def self.inner_class_types
|
|
3131
|
-
@inner_class_types = { bank_terms: BankTerms, platform: Platform }
|
|
3132
|
-
end
|
|
3133
|
-
|
|
3134
|
-
def self.field_remappings
|
|
3135
|
-
@field_remappings = {}
|
|
3136
|
-
end
|
|
3137
|
-
end
|
|
3138
|
-
|
|
3139
|
-
class SpendCard < ::Stripe::StripeObject
|
|
3140
|
-
class BankTerms < ::Stripe::StripeObject
|
|
3141
|
-
# 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.
|
|
3142
|
-
attr_reader :date
|
|
3143
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3144
|
-
attr_reader :ip
|
|
3145
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3146
|
-
attr_reader :url
|
|
3147
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3148
|
-
attr_reader :user_agent
|
|
3149
|
-
|
|
3150
|
-
def self.inner_class_types
|
|
3151
|
-
@inner_class_types = {}
|
|
3152
|
-
end
|
|
3153
|
-
|
|
3154
|
-
def self.field_remappings
|
|
3155
|
-
@field_remappings = {}
|
|
3156
|
-
end
|
|
3157
|
-
end
|
|
3158
|
-
|
|
3159
|
-
class FinancingDisclosures < ::Stripe::StripeObject
|
|
3160
|
-
# 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.
|
|
3161
|
-
attr_reader :date
|
|
3162
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3163
|
-
attr_reader :ip
|
|
3164
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3165
|
-
attr_reader :url
|
|
3166
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3167
|
-
attr_reader :user_agent
|
|
3168
|
-
|
|
3169
|
-
def self.inner_class_types
|
|
3170
|
-
@inner_class_types = {}
|
|
3171
|
-
end
|
|
3172
|
-
|
|
3173
|
-
def self.field_remappings
|
|
3174
|
-
@field_remappings = {}
|
|
3175
|
-
end
|
|
3176
|
-
end
|
|
3177
|
-
|
|
3178
|
-
class Platform < ::Stripe::StripeObject
|
|
3179
|
-
# 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.
|
|
3180
|
-
attr_reader :date
|
|
3181
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3182
|
-
attr_reader :ip
|
|
3183
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3184
|
-
attr_reader :url
|
|
3185
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3186
|
-
attr_reader :user_agent
|
|
3187
|
-
|
|
3188
|
-
def self.inner_class_types
|
|
3189
|
-
@inner_class_types = {}
|
|
3190
|
-
end
|
|
3191
|
-
|
|
3192
|
-
def self.field_remappings
|
|
3193
|
-
@field_remappings = {}
|
|
3194
|
-
end
|
|
3195
|
-
end
|
|
3196
|
-
# Bank terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
3197
|
-
attr_reader :bank_terms
|
|
3198
|
-
# Financial disclosures terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
3199
|
-
attr_reader :financing_disclosures
|
|
3200
|
-
# Platform terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
3201
|
-
attr_reader :platform
|
|
3202
|
-
|
|
3203
|
-
def self.inner_class_types
|
|
3204
|
-
@inner_class_types = {
|
|
3205
|
-
bank_terms: BankTerms,
|
|
3206
|
-
financing_disclosures: FinancingDisclosures,
|
|
3207
|
-
platform: Platform,
|
|
3208
|
-
}
|
|
3209
|
-
end
|
|
3210
|
-
|
|
3211
|
-
def self.field_remappings
|
|
3212
|
-
@field_remappings = {}
|
|
3213
|
-
end
|
|
3214
|
-
end
|
|
3215
|
-
# Terms of service acceptances for commercial issuing Apple Pay cards with Celtic as BIN sponsor.
|
|
3216
|
-
attr_reader :apple_pay
|
|
3217
|
-
# Terms of service acceptances for commercial issuing charge cards with Celtic as BIN sponsor.
|
|
3218
|
-
attr_reader :charge_card
|
|
3219
|
-
# Terms of service acceptances for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
3220
|
-
attr_reader :spend_card
|
|
3221
|
-
|
|
3222
|
-
def self.inner_class_types
|
|
3223
|
-
@inner_class_types = {
|
|
3224
|
-
apple_pay: ApplePay,
|
|
3225
|
-
charge_card: ChargeCard,
|
|
3226
|
-
spend_card: SpendCard,
|
|
3227
|
-
}
|
|
3228
|
-
end
|
|
3229
|
-
|
|
3230
|
-
def self.field_remappings
|
|
3231
|
-
@field_remappings = {}
|
|
3232
|
-
end
|
|
3233
|
-
end
|
|
3234
|
-
|
|
3235
|
-
class CrossRiverBank < ::Stripe::StripeObject
|
|
3236
|
-
class ApplePay < ::Stripe::StripeObject
|
|
3237
|
-
# 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.
|
|
3238
|
-
attr_reader :date
|
|
3239
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3240
|
-
attr_reader :ip
|
|
3241
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3242
|
-
attr_reader :url
|
|
3243
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3244
|
-
attr_reader :user_agent
|
|
3245
|
-
|
|
3246
|
-
def self.inner_class_types
|
|
3247
|
-
@inner_class_types = {}
|
|
3248
|
-
end
|
|
3249
|
-
|
|
3250
|
-
def self.field_remappings
|
|
3251
|
-
@field_remappings = {}
|
|
3252
|
-
end
|
|
3253
|
-
end
|
|
3254
|
-
|
|
3255
|
-
class ChargeCard < ::Stripe::StripeObject
|
|
3256
|
-
class BankTerms < ::Stripe::StripeObject
|
|
3257
|
-
# 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.
|
|
3258
|
-
attr_reader :date
|
|
3259
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3260
|
-
attr_reader :ip
|
|
3261
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3262
|
-
attr_reader :url
|
|
3263
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3264
|
-
attr_reader :user_agent
|
|
3265
|
-
|
|
3266
|
-
def self.inner_class_types
|
|
3267
|
-
@inner_class_types = {}
|
|
3268
|
-
end
|
|
3269
|
-
|
|
3270
|
-
def self.field_remappings
|
|
3271
|
-
@field_remappings = {}
|
|
3272
|
-
end
|
|
3273
|
-
end
|
|
3274
|
-
|
|
3275
|
-
class FinancingDisclosures < ::Stripe::StripeObject
|
|
3276
|
-
# 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.
|
|
3277
|
-
attr_reader :date
|
|
3278
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3279
|
-
attr_reader :ip
|
|
3280
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3281
|
-
attr_reader :url
|
|
3282
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3283
|
-
attr_reader :user_agent
|
|
3284
|
-
|
|
3285
|
-
def self.inner_class_types
|
|
3286
|
-
@inner_class_types = {}
|
|
3287
|
-
end
|
|
3288
|
-
|
|
3289
|
-
def self.field_remappings
|
|
3290
|
-
@field_remappings = {}
|
|
3291
|
-
end
|
|
3292
|
-
end
|
|
3293
|
-
|
|
3294
|
-
class Platform < ::Stripe::StripeObject
|
|
3295
|
-
# 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.
|
|
3296
|
-
attr_reader :date
|
|
3297
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3298
|
-
attr_reader :ip
|
|
3299
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3300
|
-
attr_reader :url
|
|
3301
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3302
|
-
attr_reader :user_agent
|
|
3303
|
-
|
|
3304
|
-
def self.inner_class_types
|
|
3305
|
-
@inner_class_types = {}
|
|
3306
|
-
end
|
|
3307
|
-
|
|
3308
|
-
def self.field_remappings
|
|
3309
|
-
@field_remappings = {}
|
|
3310
|
-
end
|
|
3311
|
-
end
|
|
3312
|
-
# Bank terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
3313
|
-
attr_reader :bank_terms
|
|
3314
|
-
# Financial disclosures terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
3315
|
-
attr_reader :financing_disclosures
|
|
3316
|
-
# Platform terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
3317
|
-
attr_reader :platform
|
|
3318
|
-
|
|
3319
|
-
def self.inner_class_types
|
|
3320
|
-
@inner_class_types = {
|
|
3321
|
-
bank_terms: BankTerms,
|
|
3322
|
-
financing_disclosures: FinancingDisclosures,
|
|
3323
|
-
platform: Platform,
|
|
3324
|
-
}
|
|
3325
|
-
end
|
|
3326
|
-
|
|
3327
|
-
def self.field_remappings
|
|
3328
|
-
@field_remappings = {}
|
|
3329
|
-
end
|
|
3330
|
-
end
|
|
3331
|
-
|
|
3332
|
-
class SpendCard < ::Stripe::StripeObject
|
|
3333
|
-
class BankTerms < ::Stripe::StripeObject
|
|
3334
|
-
# 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.
|
|
3335
|
-
attr_reader :date
|
|
3336
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3337
|
-
attr_reader :ip
|
|
3338
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3339
|
-
attr_reader :url
|
|
3340
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3341
|
-
attr_reader :user_agent
|
|
3342
|
-
|
|
3343
|
-
def self.inner_class_types
|
|
3344
|
-
@inner_class_types = {}
|
|
3345
|
-
end
|
|
3346
|
-
|
|
3347
|
-
def self.field_remappings
|
|
3348
|
-
@field_remappings = {}
|
|
3349
|
-
end
|
|
3350
|
-
end
|
|
3351
|
-
|
|
3352
|
-
class FinancingDisclosures < ::Stripe::StripeObject
|
|
3353
|
-
# 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.
|
|
3354
|
-
attr_reader :date
|
|
3355
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3356
|
-
attr_reader :ip
|
|
3357
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3358
|
-
attr_reader :url
|
|
3359
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3360
|
-
attr_reader :user_agent
|
|
3361
|
-
|
|
3362
|
-
def self.inner_class_types
|
|
3363
|
-
@inner_class_types = {}
|
|
3364
|
-
end
|
|
3365
|
-
|
|
3366
|
-
def self.field_remappings
|
|
3367
|
-
@field_remappings = {}
|
|
3368
|
-
end
|
|
3369
|
-
end
|
|
3370
|
-
# Bank terms of service acceptance for commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
3371
|
-
attr_reader :bank_terms
|
|
3372
|
-
# Financial disclosures terms of service acceptance for commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
3373
|
-
attr_reader :financing_disclosures
|
|
3374
|
-
|
|
3375
|
-
def self.inner_class_types
|
|
3376
|
-
@inner_class_types = {
|
|
3377
|
-
bank_terms: BankTerms,
|
|
3378
|
-
financing_disclosures: FinancingDisclosures,
|
|
3379
|
-
}
|
|
3380
|
-
end
|
|
3381
|
-
|
|
3382
|
-
def self.field_remappings
|
|
3383
|
-
@field_remappings = {}
|
|
3384
|
-
end
|
|
3385
|
-
end
|
|
3386
|
-
# Terms of service acceptances for commercial issuing Apple Pay cards with Cross River Bank as BIN sponsor.
|
|
3387
|
-
attr_reader :apple_pay
|
|
3388
|
-
# Terms of service acceptances for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
3389
|
-
attr_reader :charge_card
|
|
3390
|
-
# Terms of service acceptances for commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
3391
|
-
attr_reader :spend_card
|
|
3392
|
-
|
|
3393
|
-
def self.inner_class_types
|
|
3394
|
-
@inner_class_types = {
|
|
3395
|
-
apple_pay: ApplePay,
|
|
3396
|
-
charge_card: ChargeCard,
|
|
3397
|
-
spend_card: SpendCard,
|
|
3398
|
-
}
|
|
3399
|
-
end
|
|
3400
|
-
|
|
3401
|
-
def self.field_remappings
|
|
3402
|
-
@field_remappings = {}
|
|
3403
|
-
end
|
|
3404
|
-
end
|
|
3405
|
-
# Terms of service acceptances for Stripe commercial card issuing.
|
|
3406
|
-
attr_reader :account_holder
|
|
3407
|
-
# Terms of service acceptances for commercial issuing cards with Celtic as BIN sponsor.
|
|
3408
|
-
attr_reader :celtic
|
|
3409
|
-
# Terms of service acceptances for commercial issuing cards with Cross River Bank as BIN sponsor.
|
|
3410
|
-
attr_reader :cross_river_bank
|
|
3411
|
-
|
|
3412
|
-
def self.inner_class_types
|
|
3413
|
-
@inner_class_types = {
|
|
3414
|
-
account_holder: AccountHolder,
|
|
3415
|
-
celtic: Celtic,
|
|
3416
|
-
cross_river_bank: CrossRiverBank,
|
|
3417
|
-
}
|
|
3418
|
-
end
|
|
3419
|
-
|
|
3420
|
-
def self.field_remappings
|
|
3421
|
-
@field_remappings = {}
|
|
3422
|
-
end
|
|
3423
|
-
end
|
|
3424
|
-
# Terms of service acceptances to create cards for commercial issuing use cases.
|
|
3425
|
-
attr_reader :commercial
|
|
3426
|
-
|
|
3427
|
-
def self.inner_class_types
|
|
3428
|
-
@inner_class_types = { commercial: Commercial }
|
|
3429
|
-
end
|
|
3430
|
-
|
|
3431
|
-
def self.field_remappings
|
|
3432
|
-
@field_remappings = {}
|
|
3433
|
-
end
|
|
3434
|
-
end
|
|
3435
|
-
|
|
3436
|
-
class Storer < ::Stripe::StripeObject
|
|
2685
|
+
class Storer < Stripe::StripeObject
|
|
3437
2686
|
# 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.
|
|
3438
2687
|
attr_reader :date
|
|
3439
2688
|
# The IP address from which the Account's representative accepted the terms of service.
|
|
@@ -3451,13 +2700,11 @@ module Stripe
|
|
|
3451
2700
|
end
|
|
3452
2701
|
# Details on the Account's acceptance of the [Stripe Services Agreement](https://docs.stripe.com/connect/updating-accounts#tos-acceptance).
|
|
3453
2702
|
attr_reader :account
|
|
3454
|
-
# Details on the Account's acceptance of Issuing-specific terms of service.
|
|
3455
|
-
attr_reader :card_creator
|
|
3456
2703
|
# Details on the Account's acceptance of Treasury-specific terms of service.
|
|
3457
2704
|
attr_reader :storer
|
|
3458
2705
|
|
|
3459
2706
|
def self.inner_class_types
|
|
3460
|
-
@inner_class_types = { account: Account,
|
|
2707
|
+
@inner_class_types = { account: Account, storer: Storer }
|
|
3461
2708
|
end
|
|
3462
2709
|
|
|
3463
2710
|
def self.field_remappings
|
|
@@ -3470,8 +2717,6 @@ module Stripe
|
|
|
3470
2717
|
attr_reader :ownership_declaration
|
|
3471
2718
|
# Attestation that all Persons with a specific Relationship value have been provided.
|
|
3472
2719
|
attr_reader :persons_provided
|
|
3473
|
-
# This hash is used to attest that the representative is authorized to act as the representative of their legal entity.
|
|
3474
|
-
attr_reader :representative_declaration
|
|
3475
2720
|
# Attestations of accepted terms of service agreements.
|
|
3476
2721
|
attr_reader :terms_of_service
|
|
3477
2722
|
|
|
@@ -3480,7 +2725,6 @@ module Stripe
|
|
|
3480
2725
|
directorship_declaration: DirectorshipDeclaration,
|
|
3481
2726
|
ownership_declaration: OwnershipDeclaration,
|
|
3482
2727
|
persons_provided: PersonsProvided,
|
|
3483
|
-
representative_declaration: RepresentativeDeclaration,
|
|
3484
2728
|
terms_of_service: TermsOfService,
|
|
3485
2729
|
}
|
|
3486
2730
|
end
|
|
@@ -3490,8 +2734,8 @@ module Stripe
|
|
|
3490
2734
|
end
|
|
3491
2735
|
end
|
|
3492
2736
|
|
|
3493
|
-
class BusinessDetails <
|
|
3494
|
-
class Address <
|
|
2737
|
+
class BusinessDetails < Stripe::StripeObject
|
|
2738
|
+
class Address < Stripe::StripeObject
|
|
3495
2739
|
# City, district, suburb, town, or village.
|
|
3496
2740
|
attr_reader :city
|
|
3497
2741
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -3516,7 +2760,7 @@ module Stripe
|
|
|
3516
2760
|
end
|
|
3517
2761
|
end
|
|
3518
2762
|
|
|
3519
|
-
class AnnualRevenue <
|
|
2763
|
+
class AnnualRevenue < Stripe::StripeObject
|
|
3520
2764
|
# A non-negative integer representing the amount in the smallest currency unit.
|
|
3521
2765
|
attr_reader :amount
|
|
3522
2766
|
# The close-out date of the preceding fiscal year in ISO 8601 format. E.g. 2023-12-31 for the 31st of December, 2023.
|
|
@@ -3531,8 +2775,8 @@ module Stripe
|
|
|
3531
2775
|
end
|
|
3532
2776
|
end
|
|
3533
2777
|
|
|
3534
|
-
class Documents <
|
|
3535
|
-
class BankAccountOwnershipVerification <
|
|
2778
|
+
class Documents < Stripe::StripeObject
|
|
2779
|
+
class BankAccountOwnershipVerification < Stripe::StripeObject
|
|
3536
2780
|
# 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`.
|
|
3537
2781
|
attr_reader :files
|
|
3538
2782
|
# The format of the document. Currently supports `files` only.
|
|
@@ -3547,7 +2791,7 @@ module Stripe
|
|
|
3547
2791
|
end
|
|
3548
2792
|
end
|
|
3549
2793
|
|
|
3550
|
-
class CompanyLicense <
|
|
2794
|
+
class CompanyLicense < Stripe::StripeObject
|
|
3551
2795
|
# 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`.
|
|
3552
2796
|
attr_reader :files
|
|
3553
2797
|
# The format of the document. Currently supports `files` only.
|
|
@@ -3562,7 +2806,7 @@ module Stripe
|
|
|
3562
2806
|
end
|
|
3563
2807
|
end
|
|
3564
2808
|
|
|
3565
|
-
class CompanyMemorandumOfAssociation <
|
|
2809
|
+
class CompanyMemorandumOfAssociation < Stripe::StripeObject
|
|
3566
2810
|
# 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`.
|
|
3567
2811
|
attr_reader :files
|
|
3568
2812
|
# The format of the document. Currently supports `files` only.
|
|
@@ -3577,7 +2821,7 @@ module Stripe
|
|
|
3577
2821
|
end
|
|
3578
2822
|
end
|
|
3579
2823
|
|
|
3580
|
-
class CompanyMinisterialDecree <
|
|
2824
|
+
class CompanyMinisterialDecree < Stripe::StripeObject
|
|
3581
2825
|
# 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`.
|
|
3582
2826
|
attr_reader :files
|
|
3583
2827
|
# The format of the document. Currently supports `files` only.
|
|
@@ -3592,7 +2836,7 @@ module Stripe
|
|
|
3592
2836
|
end
|
|
3593
2837
|
end
|
|
3594
2838
|
|
|
3595
|
-
class CompanyRegistrationVerification <
|
|
2839
|
+
class CompanyRegistrationVerification < Stripe::StripeObject
|
|
3596
2840
|
# 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`.
|
|
3597
2841
|
attr_reader :files
|
|
3598
2842
|
# The format of the document. Currently supports `files` only.
|
|
@@ -3607,7 +2851,7 @@ module Stripe
|
|
|
3607
2851
|
end
|
|
3608
2852
|
end
|
|
3609
2853
|
|
|
3610
|
-
class CompanyTaxIdVerification <
|
|
2854
|
+
class CompanyTaxIdVerification < Stripe::StripeObject
|
|
3611
2855
|
# 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`.
|
|
3612
2856
|
attr_reader :files
|
|
3613
2857
|
# The format of the document. Currently supports `files` only.
|
|
@@ -3622,8 +2866,8 @@ module Stripe
|
|
|
3622
2866
|
end
|
|
3623
2867
|
end
|
|
3624
2868
|
|
|
3625
|
-
class PrimaryVerification <
|
|
3626
|
-
class FrontBack <
|
|
2869
|
+
class PrimaryVerification < Stripe::StripeObject
|
|
2870
|
+
class FrontBack < Stripe::StripeObject
|
|
3627
2871
|
# 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.
|
|
3628
2872
|
attr_reader :back
|
|
3629
2873
|
# 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.
|
|
@@ -3651,7 +2895,7 @@ module Stripe
|
|
|
3651
2895
|
end
|
|
3652
2896
|
end
|
|
3653
2897
|
|
|
3654
|
-
class ProofOfAddress <
|
|
2898
|
+
class ProofOfAddress < Stripe::StripeObject
|
|
3655
2899
|
# 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`.
|
|
3656
2900
|
attr_reader :files
|
|
3657
2901
|
# The format of the document. Currently supports `files` only.
|
|
@@ -3666,7 +2910,7 @@ module Stripe
|
|
|
3666
2910
|
end
|
|
3667
2911
|
end
|
|
3668
2912
|
|
|
3669
|
-
class ProofOfRegistration <
|
|
2913
|
+
class ProofOfRegistration < Stripe::StripeObject
|
|
3670
2914
|
# 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`.
|
|
3671
2915
|
attr_reader :files
|
|
3672
2916
|
# The format of the document. Currently supports `files` only.
|
|
@@ -3681,7 +2925,7 @@ module Stripe
|
|
|
3681
2925
|
end
|
|
3682
2926
|
end
|
|
3683
2927
|
|
|
3684
|
-
class ProofOfUltimateBeneficialOwnership <
|
|
2928
|
+
class ProofOfUltimateBeneficialOwnership < Stripe::StripeObject
|
|
3685
2929
|
# 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`.
|
|
3686
2930
|
attr_reader :files
|
|
3687
2931
|
# The format of the document. Currently supports `files` only.
|
|
@@ -3736,7 +2980,7 @@ module Stripe
|
|
|
3736
2980
|
end
|
|
3737
2981
|
end
|
|
3738
2982
|
|
|
3739
|
-
class IdNumber <
|
|
2983
|
+
class IdNumber < Stripe::StripeObject
|
|
3740
2984
|
# The registrar of the ID number (Only valid for DE ID number types).
|
|
3741
2985
|
attr_reader :registrar
|
|
3742
2986
|
# Open Enum. The ID number type of a business entity.
|
|
@@ -3751,7 +2995,7 @@ module Stripe
|
|
|
3751
2995
|
end
|
|
3752
2996
|
end
|
|
3753
2997
|
|
|
3754
|
-
class MonthlyEstimatedRevenue <
|
|
2998
|
+
class MonthlyEstimatedRevenue < Stripe::StripeObject
|
|
3755
2999
|
# A non-negative integer representing the amount in the smallest currency unit.
|
|
3756
3000
|
attr_reader :amount
|
|
3757
3001
|
|
|
@@ -3764,8 +3008,8 @@ module Stripe
|
|
|
3764
3008
|
end
|
|
3765
3009
|
end
|
|
3766
3010
|
|
|
3767
|
-
class ScriptAddresses <
|
|
3768
|
-
class Kana <
|
|
3011
|
+
class ScriptAddresses < Stripe::StripeObject
|
|
3012
|
+
class Kana < Stripe::StripeObject
|
|
3769
3013
|
# City, district, suburb, town, or village.
|
|
3770
3014
|
attr_reader :city
|
|
3771
3015
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -3790,7 +3034,7 @@ module Stripe
|
|
|
3790
3034
|
end
|
|
3791
3035
|
end
|
|
3792
3036
|
|
|
3793
|
-
class Kanji <
|
|
3037
|
+
class Kanji < Stripe::StripeObject
|
|
3794
3038
|
# City, district, suburb, town, or village.
|
|
3795
3039
|
attr_reader :city
|
|
3796
3040
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -3828,8 +3072,8 @@ module Stripe
|
|
|
3828
3072
|
end
|
|
3829
3073
|
end
|
|
3830
3074
|
|
|
3831
|
-
class ScriptNames <
|
|
3832
|
-
class Kana <
|
|
3075
|
+
class ScriptNames < Stripe::StripeObject
|
|
3076
|
+
class Kana < Stripe::StripeObject
|
|
3833
3077
|
# Registered name of the business.
|
|
3834
3078
|
attr_reader :registered_name
|
|
3835
3079
|
|
|
@@ -3842,7 +3086,7 @@ module Stripe
|
|
|
3842
3086
|
end
|
|
3843
3087
|
end
|
|
3844
3088
|
|
|
3845
|
-
class Kanji <
|
|
3089
|
+
class Kanji < Stripe::StripeObject
|
|
3846
3090
|
# Registered name of the business.
|
|
3847
3091
|
attr_reader :registered_name
|
|
3848
3092
|
|
|
@@ -3907,8 +3151,8 @@ module Stripe
|
|
|
3907
3151
|
end
|
|
3908
3152
|
end
|
|
3909
3153
|
|
|
3910
|
-
class Individual <
|
|
3911
|
-
class AdditionalAddress <
|
|
3154
|
+
class Individual < Stripe::StripeObject
|
|
3155
|
+
class AdditionalAddress < Stripe::StripeObject
|
|
3912
3156
|
# City, district, suburb, town, or village.
|
|
3913
3157
|
attr_reader :city
|
|
3914
3158
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -3935,7 +3179,7 @@ module Stripe
|
|
|
3935
3179
|
end
|
|
3936
3180
|
end
|
|
3937
3181
|
|
|
3938
|
-
class AdditionalName <
|
|
3182
|
+
class AdditionalName < Stripe::StripeObject
|
|
3939
3183
|
# The individual's full name.
|
|
3940
3184
|
attr_reader :full_name
|
|
3941
3185
|
# The individual's first or given name.
|
|
@@ -3954,8 +3198,8 @@ module Stripe
|
|
|
3954
3198
|
end
|
|
3955
3199
|
end
|
|
3956
3200
|
|
|
3957
|
-
class AdditionalTermsOfService <
|
|
3958
|
-
class Account <
|
|
3201
|
+
class AdditionalTermsOfService < Stripe::StripeObject
|
|
3202
|
+
class Account < Stripe::StripeObject
|
|
3959
3203
|
# 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.
|
|
3960
3204
|
attr_reader :date
|
|
3961
3205
|
# The IP address from which the Account's representative accepted the terms of service.
|
|
@@ -3983,7 +3227,7 @@ module Stripe
|
|
|
3983
3227
|
end
|
|
3984
3228
|
end
|
|
3985
3229
|
|
|
3986
|
-
class Address <
|
|
3230
|
+
class Address < Stripe::StripeObject
|
|
3987
3231
|
# City, district, suburb, town, or village.
|
|
3988
3232
|
attr_reader :city
|
|
3989
3233
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -4008,7 +3252,7 @@ module Stripe
|
|
|
4008
3252
|
end
|
|
4009
3253
|
end
|
|
4010
3254
|
|
|
4011
|
-
class DateOfBirth <
|
|
3255
|
+
class DateOfBirth < Stripe::StripeObject
|
|
4012
3256
|
# The day of birth, between 1 and 31.
|
|
4013
3257
|
attr_reader :day
|
|
4014
3258
|
# The month of birth, between 1 and 12.
|
|
@@ -4025,8 +3269,8 @@ module Stripe
|
|
|
4025
3269
|
end
|
|
4026
3270
|
end
|
|
4027
3271
|
|
|
4028
|
-
class Documents <
|
|
4029
|
-
class CompanyAuthorization <
|
|
3272
|
+
class Documents < Stripe::StripeObject
|
|
3273
|
+
class CompanyAuthorization < Stripe::StripeObject
|
|
4030
3274
|
# 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`.
|
|
4031
3275
|
attr_reader :files
|
|
4032
3276
|
# The format of the document. Currently supports `files` only.
|
|
@@ -4041,7 +3285,7 @@ module Stripe
|
|
|
4041
3285
|
end
|
|
4042
3286
|
end
|
|
4043
3287
|
|
|
4044
|
-
class Passport <
|
|
3288
|
+
class Passport < Stripe::StripeObject
|
|
4045
3289
|
# 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`.
|
|
4046
3290
|
attr_reader :files
|
|
4047
3291
|
# The format of the document. Currently supports `files` only.
|
|
@@ -4056,8 +3300,8 @@ module Stripe
|
|
|
4056
3300
|
end
|
|
4057
3301
|
end
|
|
4058
3302
|
|
|
4059
|
-
class PrimaryVerification <
|
|
4060
|
-
class FrontBack <
|
|
3303
|
+
class PrimaryVerification < Stripe::StripeObject
|
|
3304
|
+
class FrontBack < Stripe::StripeObject
|
|
4061
3305
|
# 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.
|
|
4062
3306
|
attr_reader :back
|
|
4063
3307
|
# 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.
|
|
@@ -4085,8 +3329,8 @@ module Stripe
|
|
|
4085
3329
|
end
|
|
4086
3330
|
end
|
|
4087
3331
|
|
|
4088
|
-
class SecondaryVerification <
|
|
4089
|
-
class FrontBack <
|
|
3332
|
+
class SecondaryVerification < Stripe::StripeObject
|
|
3333
|
+
class FrontBack < Stripe::StripeObject
|
|
4090
3334
|
# 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.
|
|
4091
3335
|
attr_reader :back
|
|
4092
3336
|
# 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.
|
|
@@ -4114,7 +3358,7 @@ module Stripe
|
|
|
4114
3358
|
end
|
|
4115
3359
|
end
|
|
4116
3360
|
|
|
4117
|
-
class Visa <
|
|
3361
|
+
class Visa < Stripe::StripeObject
|
|
4118
3362
|
# 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`.
|
|
4119
3363
|
attr_reader :files
|
|
4120
3364
|
# The format of the document. Currently supports `files` only.
|
|
@@ -4154,7 +3398,7 @@ module Stripe
|
|
|
4154
3398
|
end
|
|
4155
3399
|
end
|
|
4156
3400
|
|
|
4157
|
-
class IdNumber <
|
|
3401
|
+
class IdNumber < Stripe::StripeObject
|
|
4158
3402
|
# The ID number type of an individual.
|
|
4159
3403
|
attr_reader :type
|
|
4160
3404
|
|
|
@@ -4167,7 +3411,7 @@ module Stripe
|
|
|
4167
3411
|
end
|
|
4168
3412
|
end
|
|
4169
3413
|
|
|
4170
|
-
class Relationship <
|
|
3414
|
+
class Relationship < Stripe::StripeObject
|
|
4171
3415
|
# Whether the individual is an authorizer of the Account’s legal entity.
|
|
4172
3416
|
attr_reader :authorizer
|
|
4173
3417
|
# Whether the individual is a director of the Account’s legal entity. Directors are typically members of the governing board of the company, or responsible for ensuring the company meets its regulatory obligations.
|
|
@@ -4194,8 +3438,8 @@ module Stripe
|
|
|
4194
3438
|
end
|
|
4195
3439
|
end
|
|
4196
3440
|
|
|
4197
|
-
class ScriptAddresses <
|
|
4198
|
-
class Kana <
|
|
3441
|
+
class ScriptAddresses < Stripe::StripeObject
|
|
3442
|
+
class Kana < Stripe::StripeObject
|
|
4199
3443
|
# City, district, suburb, town, or village.
|
|
4200
3444
|
attr_reader :city
|
|
4201
3445
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -4220,7 +3464,7 @@ module Stripe
|
|
|
4220
3464
|
end
|
|
4221
3465
|
end
|
|
4222
3466
|
|
|
4223
|
-
class Kanji <
|
|
3467
|
+
class Kanji < Stripe::StripeObject
|
|
4224
3468
|
# City, district, suburb, town, or village.
|
|
4225
3469
|
attr_reader :city
|
|
4226
3470
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -4258,8 +3502,8 @@ module Stripe
|
|
|
4258
3502
|
end
|
|
4259
3503
|
end
|
|
4260
3504
|
|
|
4261
|
-
class ScriptNames <
|
|
4262
|
-
class Kana <
|
|
3505
|
+
class ScriptNames < Stripe::StripeObject
|
|
3506
|
+
class Kana < Stripe::StripeObject
|
|
4263
3507
|
# The person's first or given name.
|
|
4264
3508
|
attr_reader :given_name
|
|
4265
3509
|
# The person's last or family name.
|
|
@@ -4274,7 +3518,7 @@ module Stripe
|
|
|
4274
3518
|
end
|
|
4275
3519
|
end
|
|
4276
3520
|
|
|
4277
|
-
class Kanji <
|
|
3521
|
+
class Kanji < Stripe::StripeObject
|
|
4278
3522
|
# The person's first or given name.
|
|
4279
3523
|
attr_reader :given_name
|
|
4280
3524
|
# The person's last or family name.
|
|
@@ -4367,7 +3611,7 @@ module Stripe
|
|
|
4367
3611
|
@field_remappings = {}
|
|
4368
3612
|
end
|
|
4369
3613
|
end
|
|
4370
|
-
# Attestations from the identity's key people, e.g. owners, executives, directors
|
|
3614
|
+
# Attestations from the identity's key people, e.g. owners, executives, directors.
|
|
4371
3615
|
attr_reader :attestations
|
|
4372
3616
|
# Information about the company or business.
|
|
4373
3617
|
attr_reader :business_details
|
|
@@ -4391,9 +3635,9 @@ module Stripe
|
|
|
4391
3635
|
end
|
|
4392
3636
|
end
|
|
4393
3637
|
|
|
4394
|
-
class Requirements <
|
|
4395
|
-
class Entry <
|
|
4396
|
-
class Error <
|
|
3638
|
+
class Requirements < Stripe::StripeObject
|
|
3639
|
+
class Entry < Stripe::StripeObject
|
|
3640
|
+
class Error < Stripe::StripeObject
|
|
4397
3641
|
# Machine-readable code describing the error.
|
|
4398
3642
|
attr_reader :code
|
|
4399
3643
|
# Human-readable description of the error.
|
|
@@ -4408,9 +3652,9 @@ module Stripe
|
|
|
4408
3652
|
end
|
|
4409
3653
|
end
|
|
4410
3654
|
|
|
4411
|
-
class Impact <
|
|
4412
|
-
class RestrictsCapability <
|
|
4413
|
-
class Deadline <
|
|
3655
|
+
class Impact < Stripe::StripeObject
|
|
3656
|
+
class RestrictsCapability < Stripe::StripeObject
|
|
3657
|
+
class Deadline < Stripe::StripeObject
|
|
4414
3658
|
# The current status of the requirement's impact.
|
|
4415
3659
|
attr_reader :status
|
|
4416
3660
|
|
|
@@ -4449,7 +3693,7 @@ module Stripe
|
|
|
4449
3693
|
end
|
|
4450
3694
|
end
|
|
4451
3695
|
|
|
4452
|
-
class MinimumDeadline <
|
|
3696
|
+
class MinimumDeadline < Stripe::StripeObject
|
|
4453
3697
|
# The current status of the requirement's impact.
|
|
4454
3698
|
attr_reader :status
|
|
4455
3699
|
|
|
@@ -4462,7 +3706,7 @@ module Stripe
|
|
|
4462
3706
|
end
|
|
4463
3707
|
end
|
|
4464
3708
|
|
|
4465
|
-
class Reference <
|
|
3709
|
+
class Reference < Stripe::StripeObject
|
|
4466
3710
|
# If `inquiry` is the type, the inquiry token.
|
|
4467
3711
|
attr_reader :inquiry
|
|
4468
3712
|
# If `resource` is the type, the resource token.
|
|
@@ -4479,7 +3723,7 @@ module Stripe
|
|
|
4479
3723
|
end
|
|
4480
3724
|
end
|
|
4481
3725
|
|
|
4482
|
-
class RequestedReason <
|
|
3726
|
+
class RequestedReason < Stripe::StripeObject
|
|
4483
3727
|
# Machine-readable description of Stripe's reason for collecting the requirement.
|
|
4484
3728
|
attr_reader :code
|
|
4485
3729
|
|
|
@@ -4521,8 +3765,8 @@ module Stripe
|
|
|
4521
3765
|
end
|
|
4522
3766
|
end
|
|
4523
3767
|
|
|
4524
|
-
class Summary <
|
|
4525
|
-
class MinimumDeadline <
|
|
3768
|
+
class Summary < Stripe::StripeObject
|
|
3769
|
+
class MinimumDeadline < Stripe::StripeObject
|
|
4526
3770
|
# The current strictest status of all requirements on the Account.
|
|
4527
3771
|
attr_reader :status
|
|
4528
3772
|
# The soonest RFC3339 date & time UTC value a requirement can impact the Account.
|
|
@@ -4564,8 +3808,6 @@ module Stripe
|
|
|
4564
3808
|
end
|
|
4565
3809
|
# Filter only accounts that have all of the configurations specified. If omitted, returns all accounts regardless of which configurations they have.
|
|
4566
3810
|
attr_reader :applied_configurations
|
|
4567
|
-
# A value indicating if the Account has been closed.
|
|
4568
|
-
attr_reader :closed
|
|
4569
3811
|
# An Account Configuration which allows the Account to take on a key persona across Stripe products.
|
|
4570
3812
|
attr_reader :configuration
|
|
4571
3813
|
# The default contact email address for the Account. Required when configuring the account as a merchant or recipient.
|