stripe 17.1.0.pre.beta.2 → 17.2.0.pre.alpha.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 +804 -3
- data/lib/stripe/events/v1_account_updated_event.rb +44 -0
- data/lib/stripe/events/v1_application_fee_created_event.rb +44 -0
- data/lib/stripe/events/v1_application_fee_refunded_event.rb +44 -0
- 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/v1_billing_portal_configuration_created_event.rb +44 -0
- data/lib/stripe/events/v1_billing_portal_configuration_updated_event.rb +44 -0
- data/lib/stripe/events/v1_capability_updated_event.rb +44 -0
- data/lib/stripe/events/v1_charge_captured_event.rb +44 -0
- data/lib/stripe/events/v1_charge_dispute_closed_event.rb +44 -0
- data/lib/stripe/events/v1_charge_dispute_created_event.rb +44 -0
- data/lib/stripe/events/v1_charge_dispute_funds_reinstated_event.rb +44 -0
- data/lib/stripe/events/v1_charge_dispute_funds_withdrawn_event.rb +44 -0
- data/lib/stripe/events/v1_charge_dispute_updated_event.rb +44 -0
- data/lib/stripe/events/v1_charge_expired_event.rb +44 -0
- data/lib/stripe/events/v1_charge_failed_event.rb +44 -0
- data/lib/stripe/events/v1_charge_pending_event.rb +44 -0
- data/lib/stripe/events/v1_charge_refund_updated_event.rb +44 -0
- data/lib/stripe/events/v1_charge_refunded_event.rb +44 -0
- data/lib/stripe/events/v1_charge_succeeded_event.rb +44 -0
- data/lib/stripe/events/v1_charge_updated_event.rb +44 -0
- data/lib/stripe/events/v1_checkout_session_async_payment_failed_event.rb +44 -0
- data/lib/stripe/events/v1_checkout_session_async_payment_succeeded_event.rb +44 -0
- data/lib/stripe/events/v1_checkout_session_completed_event.rb +44 -0
- data/lib/stripe/events/v1_checkout_session_expired_event.rb +44 -0
- data/lib/stripe/events/v1_climate_order_canceled_event.rb +44 -0
- data/lib/stripe/events/v1_climate_order_created_event.rb +44 -0
- data/lib/stripe/events/v1_climate_order_delayed_event.rb +44 -0
- data/lib/stripe/events/v1_climate_order_delivered_event.rb +44 -0
- data/lib/stripe/events/v1_climate_order_product_substituted_event.rb +44 -0
- data/lib/stripe/events/v1_climate_product_created_event.rb +44 -0
- data/lib/stripe/events/v1_climate_product_pricing_updated_event.rb +44 -0
- data/lib/stripe/events/v1_coupon_created_event.rb +44 -0
- data/lib/stripe/events/v1_coupon_deleted_event.rb +44 -0
- data/lib/stripe/events/v1_coupon_updated_event.rb +44 -0
- data/lib/stripe/events/v1_credit_note_created_event.rb +44 -0
- data/lib/stripe/events/v1_credit_note_updated_event.rb +44 -0
- data/lib/stripe/events/v1_credit_note_voided_event.rb +44 -0
- data/lib/stripe/events/v1_customer_created_event.rb +44 -0
- data/lib/stripe/events/v1_customer_deleted_event.rb +44 -0
- data/lib/stripe/events/v1_customer_subscription_created_event.rb +44 -0
- data/lib/stripe/events/v1_customer_subscription_deleted_event.rb +44 -0
- data/lib/stripe/events/v1_customer_subscription_paused_event.rb +44 -0
- data/lib/stripe/events/v1_customer_subscription_pending_update_applied_event.rb +44 -0
- data/lib/stripe/events/v1_customer_subscription_pending_update_expired_event.rb +44 -0
- data/lib/stripe/events/v1_customer_subscription_resumed_event.rb +44 -0
- data/lib/stripe/events/v1_customer_subscription_trial_will_end_event.rb +44 -0
- data/lib/stripe/events/v1_customer_subscription_updated_event.rb +44 -0
- data/lib/stripe/events/v1_customer_tax_id_created_event.rb +44 -0
- data/lib/stripe/events/v1_customer_tax_id_deleted_event.rb +44 -0
- data/lib/stripe/events/v1_customer_tax_id_updated_event.rb +44 -0
- data/lib/stripe/events/v1_customer_updated_event.rb +44 -0
- data/lib/stripe/events/v1_file_created_event.rb +44 -0
- data/lib/stripe/events/v1_financial_connections_account_created_event.rb +44 -0
- data/lib/stripe/events/v1_financial_connections_account_deactivated_event.rb +44 -0
- data/lib/stripe/events/v1_financial_connections_account_disconnected_event.rb +44 -0
- data/lib/stripe/events/v1_financial_connections_account_reactivated_event.rb +44 -0
- data/lib/stripe/events/v1_financial_connections_account_refreshed_balance_event.rb +44 -0
- data/lib/stripe/events/v1_financial_connections_account_refreshed_ownership_event.rb +44 -0
- data/lib/stripe/events/v1_financial_connections_account_refreshed_transactions_event.rb +44 -0
- data/lib/stripe/events/v1_identity_verification_session_canceled_event.rb +44 -0
- data/lib/stripe/events/v1_identity_verification_session_created_event.rb +44 -0
- data/lib/stripe/events/v1_identity_verification_session_processing_event.rb +44 -0
- data/lib/stripe/events/v1_identity_verification_session_redacted_event.rb +44 -0
- data/lib/stripe/events/v1_identity_verification_session_requires_input_event.rb +44 -0
- data/lib/stripe/events/v1_identity_verification_session_verified_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_created_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_deleted_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_finalization_failed_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_finalized_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_marked_uncollectible_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_overdue_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_overpaid_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_paid_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_payment_action_required_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_payment_failed_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_payment_paid_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_payment_succeeded_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_sent_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_upcoming_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_updated_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_voided_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_will_be_due_event.rb +44 -0
- data/lib/stripe/events/v1_invoiceitem_created_event.rb +44 -0
- data/lib/stripe/events/v1_invoiceitem_deleted_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_authorization_created_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_authorization_request_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_authorization_updated_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_card_created_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_card_updated_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_cardholder_created_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_cardholder_updated_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_dispute_closed_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_dispute_created_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_dispute_funds_reinstated_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_dispute_funds_rescinded_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_dispute_submitted_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_dispute_updated_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_personalization_design_activated_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_personalization_design_deactivated_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_personalization_design_rejected_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_personalization_design_updated_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_token_created_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_token_updated_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_transaction_created_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_transaction_purchase_details_receipt_updated_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_transaction_updated_event.rb +44 -0
- data/lib/stripe/events/v1_mandate_updated_event.rb +44 -0
- data/lib/stripe/events/v1_payment_intent_amount_capturable_updated_event.rb +44 -0
- data/lib/stripe/events/v1_payment_intent_canceled_event.rb +44 -0
- data/lib/stripe/events/v1_payment_intent_created_event.rb +44 -0
- data/lib/stripe/events/v1_payment_intent_partially_funded_event.rb +44 -0
- data/lib/stripe/events/v1_payment_intent_payment_failed_event.rb +44 -0
- data/lib/stripe/events/v1_payment_intent_processing_event.rb +44 -0
- data/lib/stripe/events/v1_payment_intent_requires_action_event.rb +44 -0
- data/lib/stripe/events/v1_payment_intent_succeeded_event.rb +44 -0
- data/lib/stripe/events/v1_payment_link_created_event.rb +44 -0
- data/lib/stripe/events/v1_payment_link_updated_event.rb +44 -0
- data/lib/stripe/events/v1_payment_method_attached_event.rb +44 -0
- data/lib/stripe/events/v1_payment_method_automatically_updated_event.rb +44 -0
- data/lib/stripe/events/v1_payment_method_detached_event.rb +44 -0
- data/lib/stripe/events/v1_payment_method_updated_event.rb +44 -0
- data/lib/stripe/events/v1_payout_canceled_event.rb +44 -0
- data/lib/stripe/events/v1_payout_created_event.rb +44 -0
- data/lib/stripe/events/v1_payout_failed_event.rb +44 -0
- data/lib/stripe/events/v1_payout_paid_event.rb +44 -0
- data/lib/stripe/events/v1_payout_reconciliation_completed_event.rb +44 -0
- data/lib/stripe/events/v1_payout_updated_event.rb +44 -0
- data/lib/stripe/events/v1_person_created_event.rb +44 -0
- data/lib/stripe/events/v1_person_deleted_event.rb +44 -0
- data/lib/stripe/events/v1_person_updated_event.rb +44 -0
- data/lib/stripe/events/v1_plan_created_event.rb +44 -0
- data/lib/stripe/events/v1_plan_deleted_event.rb +44 -0
- data/lib/stripe/events/v1_plan_updated_event.rb +44 -0
- data/lib/stripe/events/v1_price_created_event.rb +44 -0
- data/lib/stripe/events/v1_price_deleted_event.rb +44 -0
- data/lib/stripe/events/v1_price_updated_event.rb +44 -0
- data/lib/stripe/events/v1_product_created_event.rb +44 -0
- data/lib/stripe/events/v1_product_deleted_event.rb +44 -0
- data/lib/stripe/events/v1_product_updated_event.rb +44 -0
- data/lib/stripe/events/v1_promotion_code_created_event.rb +44 -0
- data/lib/stripe/events/v1_promotion_code_updated_event.rb +44 -0
- data/lib/stripe/events/v1_quote_accepted_event.rb +44 -0
- data/lib/stripe/events/v1_quote_canceled_event.rb +44 -0
- data/lib/stripe/events/v1_quote_created_event.rb +44 -0
- data/lib/stripe/events/v1_quote_finalized_event.rb +44 -0
- data/lib/stripe/events/v1_radar_early_fraud_warning_created_event.rb +44 -0
- data/lib/stripe/events/v1_radar_early_fraud_warning_updated_event.rb +44 -0
- data/lib/stripe/events/v1_refund_created_event.rb +44 -0
- data/lib/stripe/events/v1_refund_failed_event.rb +44 -0
- data/lib/stripe/events/v1_refund_updated_event.rb +44 -0
- data/lib/stripe/events/v1_review_closed_event.rb +44 -0
- data/lib/stripe/events/v1_review_opened_event.rb +44 -0
- data/lib/stripe/events/v1_setup_intent_canceled_event.rb +44 -0
- data/lib/stripe/events/v1_setup_intent_created_event.rb +44 -0
- data/lib/stripe/events/v1_setup_intent_requires_action_event.rb +44 -0
- data/lib/stripe/events/v1_setup_intent_setup_failed_event.rb +44 -0
- data/lib/stripe/events/v1_setup_intent_succeeded_event.rb +44 -0
- data/lib/stripe/events/v1_sigma_scheduled_query_run_created_event.rb +44 -0
- data/lib/stripe/events/v1_source_canceled_event.rb +44 -0
- data/lib/stripe/events/v1_source_chargeable_event.rb +44 -0
- data/lib/stripe/events/v1_source_failed_event.rb +44 -0
- data/lib/stripe/events/v1_source_refund_attributes_required_event.rb +44 -0
- data/lib/stripe/events/v1_subscription_schedule_aborted_event.rb +44 -0
- data/lib/stripe/events/v1_subscription_schedule_canceled_event.rb +44 -0
- data/lib/stripe/events/v1_subscription_schedule_completed_event.rb +44 -0
- data/lib/stripe/events/v1_subscription_schedule_created_event.rb +44 -0
- data/lib/stripe/events/v1_subscription_schedule_expiring_event.rb +44 -0
- data/lib/stripe/events/v1_subscription_schedule_released_event.rb +44 -0
- data/lib/stripe/events/v1_subscription_schedule_updated_event.rb +44 -0
- data/lib/stripe/events/v1_tax_rate_created_event.rb +44 -0
- data/lib/stripe/events/v1_tax_rate_updated_event.rb +44 -0
- data/lib/stripe/events/v1_terminal_reader_action_failed_event.rb +44 -0
- data/lib/stripe/events/v1_terminal_reader_action_succeeded_event.rb +44 -0
- data/lib/stripe/events/v1_terminal_reader_action_updated_event.rb +44 -0
- data/lib/stripe/events/v1_test_helpers_test_clock_advancing_event.rb +44 -0
- data/lib/stripe/events/v1_test_helpers_test_clock_created_event.rb +44 -0
- data/lib/stripe/events/v1_test_helpers_test_clock_deleted_event.rb +44 -0
- data/lib/stripe/events/v1_test_helpers_test_clock_internal_failure_event.rb +44 -0
- data/lib/stripe/events/v1_test_helpers_test_clock_ready_event.rb +44 -0
- data/lib/stripe/events/v1_topup_canceled_event.rb +44 -0
- data/lib/stripe/events/v1_topup_created_event.rb +44 -0
- data/lib/stripe/events/v1_topup_failed_event.rb +44 -0
- data/lib/stripe/events/v1_topup_reversed_event.rb +44 -0
- data/lib/stripe/events/v1_topup_succeeded_event.rb +44 -0
- data/lib/stripe/events/v1_transfer_created_event.rb +44 -0
- data/lib/stripe/events/v1_transfer_reversed_event.rb +44 -0
- data/lib/stripe/events/v1_transfer_updated_event.rb +44 -0
- data/lib/stripe/events/v2_billing_cadence_billed_event.rb +61 -0
- data/lib/stripe/events/v2_billing_cadence_canceled_event.rb +44 -0
- data/lib/stripe/events/{v2_billing_bill_setting_updated_event.rb → v2_billing_cadence_created_event.rb} +11 -11
- data/lib/stripe/events/v2_billing_license_fee_created_event.rb +44 -0
- data/lib/stripe/events/v2_billing_license_fee_updated_event.rb +44 -0
- data/lib/stripe/events/v2_billing_license_fee_version_created_event.rb +61 -0
- data/lib/stripe/events/v2_billing_licensed_item_created_event.rb +44 -0
- data/lib/stripe/events/v2_billing_licensed_item_updated_event.rb +44 -0
- data/lib/stripe/events/v2_billing_metered_item_created_event.rb +44 -0
- data/lib/stripe/events/v2_billing_metered_item_updated_event.rb +44 -0
- data/lib/stripe/events/v2_billing_pricing_plan_component_created_event.rb +61 -0
- data/lib/stripe/events/v2_billing_pricing_plan_component_updated_event.rb +61 -0
- data/lib/stripe/events/v2_billing_pricing_plan_created_event.rb +44 -0
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_awaiting_customer_action_event.rb +44 -0
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_current_event.rb +44 -0
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_past_due_event.rb +44 -0
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_paused_event.rb +44 -0
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_unpaid_event.rb +44 -0
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_activated_event.rb +44 -0
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_paused_event.rb +44 -0
- data/lib/stripe/events/v2_billing_pricing_plan_updated_event.rb +44 -0
- data/lib/stripe/events/v2_billing_pricing_plan_version_created_event.rb +61 -0
- data/lib/stripe/events/v2_billing_rate_card_created_event.rb +61 -0
- data/lib/stripe/events/v2_billing_rate_card_rate_created_event.rb +67 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_activated_event.rb +44 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_awaiting_customer_action_event.rb +44 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_current_event.rb +44 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_past_due_event.rb +44 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_paused_event.rb +44 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_unpaid_event.rb +44 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_activated_event.rb +44 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_paused_event.rb +44 -0
- data/lib/stripe/events/v2_billing_rate_card_updated_event.rb +44 -0
- data/lib/stripe/events/v2_billing_rate_card_version_created_event.rb +61 -0
- data/lib/stripe/events/v2_core_account_including_configuration_card_creator_capability_status_updated_event.rb +63 -0
- data/lib/stripe/events/v2_core_account_including_configuration_card_creator_updated_event.rb +44 -0
- 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_core_claimable_sandbox_claimed_event.rb +44 -0
- data/lib/stripe/events/v2_core_claimable_sandbox_created_event.rb +44 -0
- data/lib/stripe/events/v2_core_claimable_sandbox_expired_event.rb +44 -0
- data/lib/stripe/events/v2_core_claimable_sandbox_expiring_event.rb +44 -0
- data/lib/stripe/events/v2_core_claimable_sandbox_sandbox_details_owner_account_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_health_api_error_firing_event.rb +66 -0
- data/lib/stripe/events/v2_core_health_api_error_resolved_event.rb +66 -0
- data/lib/stripe/events/v2_core_health_api_latency_firing_event.rb +64 -0
- data/lib/stripe/events/v2_core_health_api_latency_resolved_event.rb +64 -0
- data/lib/stripe/events/v2_core_health_authorization_rate_drop_firing_event.rb +80 -0
- data/lib/stripe/events/v2_core_health_authorization_rate_drop_resolved_event.rb +80 -0
- data/lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb +66 -0
- data/lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb +64 -0
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_firing_event.rb +62 -0
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_resolved_event.rb +64 -0
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_firing_event.rb +64 -0
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_resolved_event.rb +64 -0
- data/lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb +62 -0
- data/lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb +62 -0
- data/lib/stripe/events/v2_core_health_traffic_volume_drop_firing_event.rb +62 -0
- data/lib/stripe/events/v2_core_health_traffic_volume_drop_resolved_event.rb +62 -0
- data/lib/stripe/events/v2_core_health_webhook_latency_firing_event.rb +58 -0
- data/lib/stripe/events/v2_core_health_webhook_latency_resolved_event.rb +58 -0
- 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_recipient_verification_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_recipient_verification_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_transaction_created_event.rb +18 -1
- data/lib/stripe/object_types.rb +26 -0
- 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 +158 -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 +152 -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 +124 -4
- data/lib/stripe/params/billing/alert_deactivate_params.rb +1 -1
- data/lib/stripe/params/billing/alert_list_params.rb +5 -1
- data/lib/stripe/params/billing/alert_retrieve_params.rb +1 -1
- data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +7 -3
- data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +17 -5
- 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 +36 -9
- 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 +8 -4
- 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 +9 -1
- 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 +18 -15
- 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 +18 -15
- 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 +228 -130
- 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 +23 -6
- 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 +23 -6
- data/lib/stripe/params/credit_note_preview_lines_list_params.rb +23 -6
- data/lib/stripe/params/credit_note_preview_params.rb +23 -6
- 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 +123 -7
- 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/delegated_checkout/requested_session_confirm_params.rb +55 -0
- data/lib/stripe/params/delegated_checkout/requested_session_create_params.rb +205 -0
- data/lib/stripe/params/delegated_checkout/requested_session_expire_params.rb +15 -0
- data/lib/stripe/params/delegated_checkout/requested_session_retrieve_params.rb +15 -0
- data/lib/stripe/params/delegated_checkout/requested_session_update_params.rb +209 -0
- 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/blocklist_entry_create_params.rb +29 -0
- data/lib/stripe/params/identity/blocklist_entry_disable_params.rb +15 -0
- data/lib/stripe/params/identity/blocklist_entry_list_params.rb +62 -0
- data/lib/stripe/params/identity/blocklist_entry_retrieve_params.rb +15 -0
- data/lib/stripe/params/identity/verification_report_list_params.rb +6 -2
- 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 +7 -3
- 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 +5 -2
- 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 +53 -45
- data/lib/stripe/params/payment_intent_confirm_params.rb +229 -200
- data/lib/stripe/params/payment_intent_create_params.rb +231 -202
- data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +5 -5
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +27 -19
- 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 +228 -199
- data/lib/stripe/params/payment_intent_verify_microdeposits_params.rb +1 -1
- data/lib/stripe/params/payment_link_create_params.rb +83 -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 +74 -35
- data/lib/stripe/params/payment_method_attach_params.rb +1 -1
- data/lib/stripe/params/payment_method_check_balance_params.rb +13 -0
- data/lib/stripe/params/payment_method_configuration_create_params.rb +161 -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 +161 -119
- data/lib/stripe/params/payment_method_create_params.rb +79 -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 +2 -2
- 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_report_refund_params.rb +79 -0
- 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 +127 -98
- data/lib/stripe/params/setup_intent_create_params.rb +133 -100
- 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 +128 -95
- 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 +176 -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 +53 -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 +53 -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 +13 -13
- data/lib/stripe/params/terminal/reader_collect_payment_method_params.rb +5 -5
- data/lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_confirm_payment_intent_params.rb +4 -4
- 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 +5 -5
- data/lib/stripe/params/terminal/reader_process_payment_intent_params.rb +5 -5
- data/lib/stripe/params/terminal/reader_process_setup_intent_params.rb +4 -4
- data/lib/stripe/params/terminal/reader_refund_payment_params.rb +3 -3
- data/lib/stripe/params/terminal/reader_retrieve_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_set_reader_display_params.rb +9 -9
- 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 +5 -5
- 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 +64 -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 +6 -2
- 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 +8 -1
- data/lib/stripe/params/v2/billing/cadence_create_params.rb +18 -14
- 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 +9 -6
- 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/custom_pricing_unit_create_params.rb +26 -0
- data/lib/stripe/params/v2/billing/custom_pricing_unit_list_params.rb +24 -0
- data/lib/stripe/params/v2/billing/custom_pricing_unit_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/custom_pricing_unit_update_params.rb +26 -0
- data/lib/stripe/params/v2/billing/intent_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/billing/intent_commit_params.rb +17 -0
- data/lib/stripe/params/v2/billing/intent_create_params.rb +355 -0
- data/lib/stripe/params/v2/billing/intent_list_params.rb +17 -0
- data/lib/stripe/params/v2/billing/intent_release_reservation_params.rb +10 -0
- data/lib/stripe/params/v2/billing/intent_reserve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/intent_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/intents/action_list_params.rb +19 -0
- data/lib/stripe/params/v2/billing/intents/action_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/billing/license_fee_create_params.rb +103 -0
- data/lib/stripe/params/v2/billing/license_fee_list_params.rb +24 -0
- data/lib/stripe/params/v2/billing/license_fee_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/license_fee_subscription_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/license_fee_update_params.rb +84 -0
- data/lib/stripe/params/v2/billing/license_fees/version_list_params.rb +19 -0
- data/lib/stripe/params/v2/billing/license_fees/version_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/billing/licensed_item_create_params.rb +48 -0
- data/lib/stripe/params/v2/billing/licensed_item_list_params.rb +21 -0
- data/lib/stripe/params/v2/billing/licensed_item_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/licensed_item_update_params.rb +48 -0
- 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/metered_item_create_params.rb +73 -0
- data/lib/stripe/params/v2/billing/metered_item_list_params.rb +21 -0
- data/lib/stripe/params/v2/billing/metered_item_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/metered_item_update_params.rb +50 -0
- data/lib/stripe/params/v2/billing/pricing_plan_create_params.rb +39 -0
- data/lib/stripe/params/v2/billing/pricing_plan_list_params.rb +24 -0
- data/lib/stripe/params/v2/billing/pricing_plan_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/pricing_plan_subscription_list_params.rb +50 -0
- data/lib/stripe/params/v2/billing/pricing_plan_subscription_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/pricing_plan_subscription_update_params.rb +20 -0
- data/lib/stripe/params/v2/billing/pricing_plan_subscriptions/component_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/billing/pricing_plan_update_params.rb +39 -0
- data/lib/stripe/params/v2/billing/pricing_plans/component_create_params.rb +73 -0
- data/lib/stripe/params/v2/billing/pricing_plans/component_delete_params.rb +12 -0
- data/lib/stripe/params/v2/billing/pricing_plans/component_list_params.rb +27 -0
- data/lib/stripe/params/v2/billing/pricing_plans/component_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/billing/pricing_plans/component_update_params.rb +22 -0
- data/lib/stripe/params/v2/billing/pricing_plans/version_list_params.rb +19 -0
- data/lib/stripe/params/v2/billing/pricing_plans/version_retrieve_params.rb +12 -0
- 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/billing/rate_card_create_params.rb +49 -0
- data/lib/stripe/params/v2/billing/rate_card_list_params.rb +24 -0
- data/lib/stripe/params/v2/billing/rate_card_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/rate_card_subscription_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/billing/rate_card_subscription_create_params.rb +26 -0
- data/lib/stripe/params/v2/billing/rate_card_subscription_list_params.rb +51 -0
- data/lib/stripe/params/v2/billing/rate_card_subscription_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/rate_card_subscription_update_params.rb +17 -0
- data/lib/stripe/params/v2/billing/rate_card_update_params.rb +38 -0
- data/lib/stripe/params/v2/billing/rate_cards/rate_create_params.rb +91 -0
- data/lib/stripe/params/v2/billing/rate_cards/rate_delete_params.rb +12 -0
- data/lib/stripe/params/v2/billing/rate_cards/rate_list_params.rb +25 -0
- data/lib/stripe/params/v2/billing/rate_cards/rate_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/billing/rate_cards/version_list_params.rb +19 -0
- data/lib/stripe/params/v2/billing/rate_cards/version_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/billing/service_action_create_params.rb +254 -0
- data/lib/stripe/params/v2/billing/service_action_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/service_action_update_params.rb +40 -0
- data/lib/stripe/params/v2/core/account_close_params.rb +1 -1
- data/lib/stripe/params/v2/core/account_create_params.rb +764 -152
- data/lib/stripe/params/v2/core/account_link_create_params.rb +6 -6
- data/lib/stripe/params/v2/core/account_list_params.rb +5 -2
- data/lib/stripe/params/v2/core/account_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/core/account_update_params.rb +768 -152
- 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/claimable_sandbox_create_params.rb +36 -0
- data/lib/stripe/params/v2/core/claimable_sandbox_retrieve_params.rb +10 -0
- 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 +25 -2
- 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_list_params.rb +19 -0
- 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_confirm_microdeposits_params.rb +22 -0
- 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_list_params.rb +22 -0
- 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_send_microdeposits_params.rb +12 -0
- 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_account_update_params.rb +20 -0
- data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +13 -2
- 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 +9 -5
- 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 +23 -5
- 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 +8 -4
- 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/recipient_verification_acknowledge_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/recipient_verification_create_params.rb +20 -0
- data/lib/stripe/params/v2/money_management/recipient_verification_retrieve_params.rb +10 -0
- 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/tax/automatic_rule_create_params.rb +20 -0
- data/lib/stripe/params/v2/tax/automatic_rule_deactivate_params.rb +10 -0
- data/lib/stripe/params/v2/tax/automatic_rule_find_params.rb +17 -0
- data/lib/stripe/params/v2/tax/automatic_rule_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/tax/automatic_rule_update_params.rb +17 -0
- 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/v2/test_helpers/money_management_recipient_verifications_params.rb +24 -0
- 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 +88 -0
- data/lib/stripe/resources/account.rb +69 -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 +3 -1
- data/lib/stripe/resources/apps/secret.rb +1 -1
- data/lib/stripe/resources/balance.rb +101 -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 +107 -3
- data/lib/stripe/resources/billing/alert_triggered.rb +6 -0
- data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +2 -0
- data/lib/stripe/resources/billing/credit_balance_summary.rb +89 -7
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +92 -10
- data/lib/stripe/resources/billing/credit_grant.rb +63 -7
- data/lib/stripe/resources/billing/meter.rb +6 -4
- data/lib/stripe/resources/billing/meter_event_adjustment.rb +1 -1
- data/lib/stripe/resources/billing/meter_event_summary.rb +2 -0
- data/lib/stripe/resources/billing_portal/configuration.rb +14 -14
- 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 +19 -2
- data/lib/stripe/resources/cash_balance.rb +1 -1
- data/lib/stripe/resources/charge.rb +135 -116
- data/lib/stripe/resources/checkout/session.rb +226 -112
- 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 +120 -102
- data/lib/stripe/resources/country_spec.rb +3 -3
- data/lib/stripe/resources/coupon.rb +3 -3
- data/lib/stripe/resources/credit_note.rb +26 -8
- data/lib/stripe/resources/credit_note_line_item.rb +5 -5
- data/lib/stripe/resources/customer.rb +10 -8
- data/lib/stripe/resources/customer_cash_balance_transaction.rb +11 -11
- data/lib/stripe/resources/customer_session.rb +123 -5
- data/lib/stripe/resources/delegated_checkout/requested_session.rb +323 -0
- 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 +10 -10
- 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/blocklist_entry.rb +116 -0
- data/lib/stripe/resources/identity/verification_report.rb +22 -18
- 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 +97 -9
- data/lib/stripe/resources/invoice_line_item.rb +107 -17
- 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 +105 -102
- data/lib/stripe/resources/payment_intent.rb +202 -158
- data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +10 -6
- data/lib/stripe/resources/payment_link.rb +85 -38
- data/lib/stripe/resources/payment_method.rb +165 -93
- data/lib/stripe/resources/payment_method_balance.rb +68 -0
- data/lib/stripe/resources/payment_method_configuration.rb +182 -114
- data/lib/stripe/resources/payment_method_domain.rb +12 -12
- data/lib/stripe/resources/payment_record.rb +127 -102
- data/lib/stripe/resources/payout.rb +3 -3
- 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 +54 -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 +74 -32
- 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 +156 -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 +53 -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 +54 -52
- 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/transfer.rb +4 -0
- 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 +82 -36
- 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/custom_pricing_unit.rb +43 -0
- data/lib/stripe/resources/v2/billing/intent.rb +86 -0
- data/lib/stripe/resources/v2/billing/intent_action.rb +395 -0
- data/lib/stripe/resources/v2/billing/license_fee.rb +104 -0
- data/lib/stripe/resources/v2/billing/license_fee_subscription.rb +44 -0
- data/lib/stripe/resources/v2/billing/license_fee_version.rb +80 -0
- data/lib/stripe/resources/v2/billing/licensed_item.rb +60 -0
- data/lib/stripe/resources/v2/billing/meter_event_adjustment.rb +1 -1
- data/lib/stripe/resources/v2/billing/metered_item.rb +85 -0
- data/lib/stripe/resources/v2/billing/pricing_plan.rb +51 -0
- data/lib/stripe/resources/v2/billing/pricing_plan_component.rb +94 -0
- data/lib/stripe/resources/v2/billing/pricing_plan_subscription.rb +94 -0
- data/lib/stripe/resources/v2/billing/pricing_plan_subscription_components.rb +49 -0
- data/lib/stripe/resources/v2/billing/pricing_plan_version.rb +38 -0
- data/lib/stripe/resources/v2/billing/rate_card.rb +61 -0
- data/lib/stripe/resources/v2/billing/rate_card_rate.rb +110 -0
- data/lib/stripe/resources/v2/billing/rate_card_subscription.rb +94 -0
- data/lib/stripe/resources/v2/billing/rate_card_version.rb +34 -0
- data/lib/stripe/resources/v2/billing/service_action.rb +244 -0
- data/lib/stripe/resources/v2/core/account.rb +1185 -225
- 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/claimable_sandbox.rb +105 -0
- data/lib/stripe/resources/v2/core/event.rb +6 -2
- 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 +35 -1
- 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 +11 -9
- 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 +10 -8
- data/lib/stripe/resources/v2/money_management/payout_method.rb +32 -4
- 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 +11 -9
- data/lib/stripe/resources/v2/money_management/received_debit.rb +9 -5
- data/lib/stripe/resources/v2/money_management/recipient_verification.rb +83 -0
- 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/v2/tax/automatic_rule.rb +39 -0
- data/lib/stripe/resources.rb +274 -1
- data/lib/stripe/services/delegated_checkout/requested_session_service.rb +63 -0
- data/lib/stripe/services/delegated_checkout_service.rb +13 -0
- data/lib/stripe/services/financial_connections/account_service.rb +1 -1
- data/lib/stripe/services/identity/blocklist_entry_service.rb +71 -0
- data/lib/stripe/services/identity_service.rb +2 -1
- data/lib/stripe/services/payment_method_service.rb +11 -0
- data/lib/stripe/services/payment_record_service.rb +12 -0
- data/lib/stripe/services/payout_service.rb +1 -1
- data/lib/stripe/services/terminal/reader_service.rb +8 -8
- data/lib/stripe/services/v1_services.rb +2 -1
- data/lib/stripe/services/v2/billing/custom_pricing_unit_service.rb +54 -0
- data/lib/stripe/services/v2/billing/intent_service.rb +94 -0
- data/lib/stripe/services/v2/billing/intents/action_service.rb +34 -0
- data/lib/stripe/services/v2/billing/license_fee_service.rb +61 -0
- data/lib/stripe/services/v2/billing/license_fee_subscription_service.rb +21 -0
- data/lib/stripe/services/v2/billing/license_fees/version_service.rb +34 -0
- data/lib/stripe/services/v2/billing/licensed_item_service.rb +54 -0
- data/lib/stripe/services/v2/billing/metered_item_service.rb +54 -0
- data/lib/stripe/services/v2/billing/pricing_plan_service.rb +62 -0
- data/lib/stripe/services/v2/billing/pricing_plan_subscription_service.rb +51 -0
- data/lib/stripe/services/v2/billing/pricing_plan_subscriptions/component_service.rb +23 -0
- data/lib/stripe/services/v2/billing/pricing_plans/component_service.rb +67 -0
- data/lib/stripe/services/v2/billing/pricing_plans/version_service.rb +34 -0
- data/lib/stripe/services/v2/billing/rate_card_service.rb +62 -0
- data/lib/stripe/services/v2/billing/rate_card_subscription_service.rb +65 -0
- data/lib/stripe/services/v2/billing/rate_cards/rate_service.rb +57 -0
- data/lib/stripe/services/v2/billing/rate_cards/version_service.rb +34 -0
- data/lib/stripe/services/v2/billing/service_action_service.rb +43 -0
- data/lib/stripe/services/v2/billing_service.rb +14 -1
- data/lib/stripe/services/v2/core/account_service.rb +1 -1
- data/lib/stripe/services/v2/core/claimable_sandbox_service.rb +35 -0
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +11 -0
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +33 -0
- data/lib/stripe/services/v2/core_service.rb +2 -1
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +11 -0
- data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +1 -1
- data/lib/stripe/services/v2/money_management/recipient_verification_service.rb +43 -0
- data/lib/stripe/services/v2/money_management_service.rb +3 -1
- data/lib/stripe/services/v2/tax/automatic_rule_service.rb +65 -0
- data/lib/stripe/services/v2/tax_service.rb +15 -0
- data/lib/stripe/services/v2/test_helper_service.rb +2 -1
- data/lib/stripe/services/v2/test_helpers/money_management_service.rb +21 -0
- data/lib/stripe/services/v2_services.rb +2 -1
- data/lib/stripe/services.rb +26 -0
- data/lib/stripe/version.rb +1 -1
- data/rbi/stripe.rbi +23879 -10483
- metadata +390 -3
|
@@ -11,10 +11,284 @@ module Stripe
|
|
|
11
11
|
"v2.core.account"
|
|
12
12
|
end
|
|
13
13
|
|
|
14
|
-
class Configuration < Stripe::StripeObject
|
|
15
|
-
class
|
|
16
|
-
class
|
|
17
|
-
class
|
|
14
|
+
class Configuration < ::Stripe::StripeObject
|
|
15
|
+
class CardCreator < ::Stripe::StripeObject
|
|
16
|
+
class Capabilities < ::Stripe::StripeObject
|
|
17
|
+
class Commercial < ::Stripe::StripeObject
|
|
18
|
+
class Celtic < ::Stripe::StripeObject
|
|
19
|
+
class ChargeCard < ::Stripe::StripeObject
|
|
20
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
21
|
+
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
22
|
+
attr_reader :code
|
|
23
|
+
# Machine-readable code explaining how to make the Capability active.
|
|
24
|
+
attr_reader :resolution
|
|
25
|
+
|
|
26
|
+
def self.inner_class_types
|
|
27
|
+
@inner_class_types = {}
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
def self.field_remappings
|
|
31
|
+
@field_remappings = {}
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
# 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
|
|
18
292
|
# The identified tax country of the customer.
|
|
19
293
|
attr_reader :country
|
|
20
294
|
# The identified tax state, county, province, or region of the customer.
|
|
@@ -46,9 +320,9 @@ module Stripe
|
|
|
46
320
|
end
|
|
47
321
|
end
|
|
48
322
|
|
|
49
|
-
class Billing < Stripe::StripeObject
|
|
50
|
-
class Invoice < Stripe::StripeObject
|
|
51
|
-
class CustomField < Stripe::StripeObject
|
|
323
|
+
class Billing < ::Stripe::StripeObject
|
|
324
|
+
class Invoice < ::Stripe::StripeObject
|
|
325
|
+
class CustomField < ::Stripe::StripeObject
|
|
52
326
|
# The name of the custom field. This may be up to 40 characters.
|
|
53
327
|
attr_reader :name
|
|
54
328
|
# The value of the custom field. This may be up to 140 characters. When updating, pass an empty string to remove previously-defined values.
|
|
@@ -63,7 +337,7 @@ module Stripe
|
|
|
63
337
|
end
|
|
64
338
|
end
|
|
65
339
|
|
|
66
|
-
class Rendering < Stripe::StripeObject
|
|
340
|
+
class Rendering < ::Stripe::StripeObject
|
|
67
341
|
# 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.
|
|
68
342
|
attr_reader :amount_tax_display
|
|
69
343
|
# ID of the invoice rendering template to use for future invoices.
|
|
@@ -110,9 +384,9 @@ module Stripe
|
|
|
110
384
|
end
|
|
111
385
|
end
|
|
112
386
|
|
|
113
|
-
class Capabilities < Stripe::StripeObject
|
|
114
|
-
class AutomaticIndirectTax < Stripe::StripeObject
|
|
115
|
-
class StatusDetail < Stripe::StripeObject
|
|
387
|
+
class Capabilities < ::Stripe::StripeObject
|
|
388
|
+
class AutomaticIndirectTax < ::Stripe::StripeObject
|
|
389
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
116
390
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
117
391
|
attr_reader :code
|
|
118
392
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -153,8 +427,8 @@ module Stripe
|
|
|
153
427
|
end
|
|
154
428
|
end
|
|
155
429
|
|
|
156
|
-
class Shipping < Stripe::StripeObject
|
|
157
|
-
class Address < Stripe::StripeObject
|
|
430
|
+
class Shipping < ::Stripe::StripeObject
|
|
431
|
+
class Address < ::Stripe::StripeObject
|
|
158
432
|
# City, district, suburb, town, or village.
|
|
159
433
|
attr_reader :city
|
|
160
434
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -218,8 +492,8 @@ module Stripe
|
|
|
218
492
|
end
|
|
219
493
|
end
|
|
220
494
|
|
|
221
|
-
class Merchant < Stripe::StripeObject
|
|
222
|
-
class BacsDebitPayments < Stripe::StripeObject
|
|
495
|
+
class Merchant < ::Stripe::StripeObject
|
|
496
|
+
class BacsDebitPayments < ::Stripe::StripeObject
|
|
223
497
|
# Display name for Bacs debit payments.
|
|
224
498
|
attr_reader :display_name
|
|
225
499
|
# Service user number for Bacs debit payments.
|
|
@@ -234,7 +508,7 @@ module Stripe
|
|
|
234
508
|
end
|
|
235
509
|
end
|
|
236
510
|
|
|
237
|
-
class Branding < Stripe::StripeObject
|
|
511
|
+
class Branding < ::Stripe::StripeObject
|
|
238
512
|
# 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.
|
|
239
513
|
attr_reader :icon
|
|
240
514
|
# 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.
|
|
@@ -253,9 +527,9 @@ module Stripe
|
|
|
253
527
|
end
|
|
254
528
|
end
|
|
255
529
|
|
|
256
|
-
class Capabilities < Stripe::StripeObject
|
|
257
|
-
class AchDebitPayments < Stripe::StripeObject
|
|
258
|
-
class StatusDetail < Stripe::StripeObject
|
|
530
|
+
class Capabilities < ::Stripe::StripeObject
|
|
531
|
+
class AchDebitPayments < ::Stripe::StripeObject
|
|
532
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
259
533
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
260
534
|
attr_reader :code
|
|
261
535
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -285,8 +559,8 @@ module Stripe
|
|
|
285
559
|
end
|
|
286
560
|
end
|
|
287
561
|
|
|
288
|
-
class AcssDebitPayments < Stripe::StripeObject
|
|
289
|
-
class StatusDetail < Stripe::StripeObject
|
|
562
|
+
class AcssDebitPayments < ::Stripe::StripeObject
|
|
563
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
290
564
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
291
565
|
attr_reader :code
|
|
292
566
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -316,8 +590,8 @@ module Stripe
|
|
|
316
590
|
end
|
|
317
591
|
end
|
|
318
592
|
|
|
319
|
-
class AffirmPayments < Stripe::StripeObject
|
|
320
|
-
class StatusDetail < Stripe::StripeObject
|
|
593
|
+
class AffirmPayments < ::Stripe::StripeObject
|
|
594
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
321
595
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
322
596
|
attr_reader :code
|
|
323
597
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -347,8 +621,8 @@ module Stripe
|
|
|
347
621
|
end
|
|
348
622
|
end
|
|
349
623
|
|
|
350
|
-
class AfterpayClearpayPayments < Stripe::StripeObject
|
|
351
|
-
class StatusDetail < Stripe::StripeObject
|
|
624
|
+
class AfterpayClearpayPayments < ::Stripe::StripeObject
|
|
625
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
352
626
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
353
627
|
attr_reader :code
|
|
354
628
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -378,8 +652,8 @@ module Stripe
|
|
|
378
652
|
end
|
|
379
653
|
end
|
|
380
654
|
|
|
381
|
-
class AlmaPayments < Stripe::StripeObject
|
|
382
|
-
class StatusDetail < Stripe::StripeObject
|
|
655
|
+
class AlmaPayments < ::Stripe::StripeObject
|
|
656
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
383
657
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
384
658
|
attr_reader :code
|
|
385
659
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -409,8 +683,8 @@ module Stripe
|
|
|
409
683
|
end
|
|
410
684
|
end
|
|
411
685
|
|
|
412
|
-
class AmazonPayPayments < Stripe::StripeObject
|
|
413
|
-
class StatusDetail < Stripe::StripeObject
|
|
686
|
+
class AmazonPayPayments < ::Stripe::StripeObject
|
|
687
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
414
688
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
415
689
|
attr_reader :code
|
|
416
690
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -440,8 +714,8 @@ module Stripe
|
|
|
440
714
|
end
|
|
441
715
|
end
|
|
442
716
|
|
|
443
|
-
class AuBecsDebitPayments < Stripe::StripeObject
|
|
444
|
-
class StatusDetail < Stripe::StripeObject
|
|
717
|
+
class AuBecsDebitPayments < ::Stripe::StripeObject
|
|
718
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
445
719
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
446
720
|
attr_reader :code
|
|
447
721
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -471,8 +745,8 @@ module Stripe
|
|
|
471
745
|
end
|
|
472
746
|
end
|
|
473
747
|
|
|
474
|
-
class BacsDebitPayments < Stripe::StripeObject
|
|
475
|
-
class StatusDetail < Stripe::StripeObject
|
|
748
|
+
class BacsDebitPayments < ::Stripe::StripeObject
|
|
749
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
476
750
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
477
751
|
attr_reader :code
|
|
478
752
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -502,8 +776,8 @@ module Stripe
|
|
|
502
776
|
end
|
|
503
777
|
end
|
|
504
778
|
|
|
505
|
-
class BancontactPayments < Stripe::StripeObject
|
|
506
|
-
class StatusDetail < Stripe::StripeObject
|
|
779
|
+
class BancontactPayments < ::Stripe::StripeObject
|
|
780
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
507
781
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
508
782
|
attr_reader :code
|
|
509
783
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -533,8 +807,8 @@ module Stripe
|
|
|
533
807
|
end
|
|
534
808
|
end
|
|
535
809
|
|
|
536
|
-
class BlikPayments < Stripe::StripeObject
|
|
537
|
-
class StatusDetail < Stripe::StripeObject
|
|
810
|
+
class BlikPayments < ::Stripe::StripeObject
|
|
811
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
538
812
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
539
813
|
attr_reader :code
|
|
540
814
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -564,8 +838,8 @@ module Stripe
|
|
|
564
838
|
end
|
|
565
839
|
end
|
|
566
840
|
|
|
567
|
-
class BoletoPayments < Stripe::StripeObject
|
|
568
|
-
class StatusDetail < Stripe::StripeObject
|
|
841
|
+
class BoletoPayments < ::Stripe::StripeObject
|
|
842
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
569
843
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
570
844
|
attr_reader :code
|
|
571
845
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -595,8 +869,8 @@ module Stripe
|
|
|
595
869
|
end
|
|
596
870
|
end
|
|
597
871
|
|
|
598
|
-
class CardPayments < Stripe::StripeObject
|
|
599
|
-
class StatusDetail < Stripe::StripeObject
|
|
872
|
+
class CardPayments < ::Stripe::StripeObject
|
|
873
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
600
874
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
601
875
|
attr_reader :code
|
|
602
876
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -626,8 +900,8 @@ module Stripe
|
|
|
626
900
|
end
|
|
627
901
|
end
|
|
628
902
|
|
|
629
|
-
class CartesBancairesPayments < Stripe::StripeObject
|
|
630
|
-
class StatusDetail < Stripe::StripeObject
|
|
903
|
+
class CartesBancairesPayments < ::Stripe::StripeObject
|
|
904
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
631
905
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
632
906
|
attr_reader :code
|
|
633
907
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -657,8 +931,8 @@ module Stripe
|
|
|
657
931
|
end
|
|
658
932
|
end
|
|
659
933
|
|
|
660
|
-
class CashappPayments < Stripe::StripeObject
|
|
661
|
-
class StatusDetail < Stripe::StripeObject
|
|
934
|
+
class CashappPayments < ::Stripe::StripeObject
|
|
935
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
662
936
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
663
937
|
attr_reader :code
|
|
664
938
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -688,8 +962,8 @@ module Stripe
|
|
|
688
962
|
end
|
|
689
963
|
end
|
|
690
964
|
|
|
691
|
-
class EpsPayments < Stripe::StripeObject
|
|
692
|
-
class StatusDetail < Stripe::StripeObject
|
|
965
|
+
class EpsPayments < ::Stripe::StripeObject
|
|
966
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
693
967
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
694
968
|
attr_reader :code
|
|
695
969
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -719,8 +993,8 @@ module Stripe
|
|
|
719
993
|
end
|
|
720
994
|
end
|
|
721
995
|
|
|
722
|
-
class FpxPayments < Stripe::StripeObject
|
|
723
|
-
class StatusDetail < Stripe::StripeObject
|
|
996
|
+
class FpxPayments < ::Stripe::StripeObject
|
|
997
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
724
998
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
725
999
|
attr_reader :code
|
|
726
1000
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -750,8 +1024,8 @@ module Stripe
|
|
|
750
1024
|
end
|
|
751
1025
|
end
|
|
752
1026
|
|
|
753
|
-
class GbBankTransferPayments < Stripe::StripeObject
|
|
754
|
-
class StatusDetail < Stripe::StripeObject
|
|
1027
|
+
class GbBankTransferPayments < ::Stripe::StripeObject
|
|
1028
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
755
1029
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
756
1030
|
attr_reader :code
|
|
757
1031
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -781,8 +1055,8 @@ module Stripe
|
|
|
781
1055
|
end
|
|
782
1056
|
end
|
|
783
1057
|
|
|
784
|
-
class GrabpayPayments < Stripe::StripeObject
|
|
785
|
-
class StatusDetail < Stripe::StripeObject
|
|
1058
|
+
class GrabpayPayments < ::Stripe::StripeObject
|
|
1059
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
786
1060
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
787
1061
|
attr_reader :code
|
|
788
1062
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -812,8 +1086,8 @@ module Stripe
|
|
|
812
1086
|
end
|
|
813
1087
|
end
|
|
814
1088
|
|
|
815
|
-
class IdealPayments < Stripe::StripeObject
|
|
816
|
-
class StatusDetail < Stripe::StripeObject
|
|
1089
|
+
class IdealPayments < ::Stripe::StripeObject
|
|
1090
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
817
1091
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
818
1092
|
attr_reader :code
|
|
819
1093
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -843,8 +1117,8 @@ module Stripe
|
|
|
843
1117
|
end
|
|
844
1118
|
end
|
|
845
1119
|
|
|
846
|
-
class JcbPayments < Stripe::StripeObject
|
|
847
|
-
class StatusDetail < Stripe::StripeObject
|
|
1120
|
+
class JcbPayments < ::Stripe::StripeObject
|
|
1121
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
848
1122
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
849
1123
|
attr_reader :code
|
|
850
1124
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -874,8 +1148,8 @@ module Stripe
|
|
|
874
1148
|
end
|
|
875
1149
|
end
|
|
876
1150
|
|
|
877
|
-
class JpBankTransferPayments < Stripe::StripeObject
|
|
878
|
-
class StatusDetail < Stripe::StripeObject
|
|
1151
|
+
class JpBankTransferPayments < ::Stripe::StripeObject
|
|
1152
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
879
1153
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
880
1154
|
attr_reader :code
|
|
881
1155
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -905,8 +1179,8 @@ module Stripe
|
|
|
905
1179
|
end
|
|
906
1180
|
end
|
|
907
1181
|
|
|
908
|
-
class KakaoPayPayments < Stripe::StripeObject
|
|
909
|
-
class StatusDetail < Stripe::StripeObject
|
|
1182
|
+
class KakaoPayPayments < ::Stripe::StripeObject
|
|
1183
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
910
1184
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
911
1185
|
attr_reader :code
|
|
912
1186
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -936,8 +1210,8 @@ module Stripe
|
|
|
936
1210
|
end
|
|
937
1211
|
end
|
|
938
1212
|
|
|
939
|
-
class KlarnaPayments < Stripe::StripeObject
|
|
940
|
-
class StatusDetail < Stripe::StripeObject
|
|
1213
|
+
class KlarnaPayments < ::Stripe::StripeObject
|
|
1214
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
941
1215
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
942
1216
|
attr_reader :code
|
|
943
1217
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -967,8 +1241,8 @@ module Stripe
|
|
|
967
1241
|
end
|
|
968
1242
|
end
|
|
969
1243
|
|
|
970
|
-
class KonbiniPayments < Stripe::StripeObject
|
|
971
|
-
class StatusDetail < Stripe::StripeObject
|
|
1244
|
+
class KonbiniPayments < ::Stripe::StripeObject
|
|
1245
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
972
1246
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
973
1247
|
attr_reader :code
|
|
974
1248
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -998,8 +1272,8 @@ module Stripe
|
|
|
998
1272
|
end
|
|
999
1273
|
end
|
|
1000
1274
|
|
|
1001
|
-
class KrCardPayments < Stripe::StripeObject
|
|
1002
|
-
class StatusDetail < Stripe::StripeObject
|
|
1275
|
+
class KrCardPayments < ::Stripe::StripeObject
|
|
1276
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
1003
1277
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1004
1278
|
attr_reader :code
|
|
1005
1279
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1029,8 +1303,8 @@ module Stripe
|
|
|
1029
1303
|
end
|
|
1030
1304
|
end
|
|
1031
1305
|
|
|
1032
|
-
class LinkPayments < Stripe::StripeObject
|
|
1033
|
-
class StatusDetail < Stripe::StripeObject
|
|
1306
|
+
class LinkPayments < ::Stripe::StripeObject
|
|
1307
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
1034
1308
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1035
1309
|
attr_reader :code
|
|
1036
1310
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1060,8 +1334,8 @@ module Stripe
|
|
|
1060
1334
|
end
|
|
1061
1335
|
end
|
|
1062
1336
|
|
|
1063
|
-
class MobilepayPayments < Stripe::StripeObject
|
|
1064
|
-
class StatusDetail < Stripe::StripeObject
|
|
1337
|
+
class MobilepayPayments < ::Stripe::StripeObject
|
|
1338
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
1065
1339
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1066
1340
|
attr_reader :code
|
|
1067
1341
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1091,8 +1365,8 @@ module Stripe
|
|
|
1091
1365
|
end
|
|
1092
1366
|
end
|
|
1093
1367
|
|
|
1094
|
-
class MultibancoPayments < Stripe::StripeObject
|
|
1095
|
-
class StatusDetail < Stripe::StripeObject
|
|
1368
|
+
class MultibancoPayments < ::Stripe::StripeObject
|
|
1369
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
1096
1370
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1097
1371
|
attr_reader :code
|
|
1098
1372
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1122,8 +1396,8 @@ module Stripe
|
|
|
1122
1396
|
end
|
|
1123
1397
|
end
|
|
1124
1398
|
|
|
1125
|
-
class MxBankTransferPayments < Stripe::StripeObject
|
|
1126
|
-
class StatusDetail < Stripe::StripeObject
|
|
1399
|
+
class MxBankTransferPayments < ::Stripe::StripeObject
|
|
1400
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
1127
1401
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1128
1402
|
attr_reader :code
|
|
1129
1403
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1153,8 +1427,8 @@ module Stripe
|
|
|
1153
1427
|
end
|
|
1154
1428
|
end
|
|
1155
1429
|
|
|
1156
|
-
class NaverPayPayments < Stripe::StripeObject
|
|
1157
|
-
class StatusDetail < Stripe::StripeObject
|
|
1430
|
+
class NaverPayPayments < ::Stripe::StripeObject
|
|
1431
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
1158
1432
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1159
1433
|
attr_reader :code
|
|
1160
1434
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1184,8 +1458,8 @@ module Stripe
|
|
|
1184
1458
|
end
|
|
1185
1459
|
end
|
|
1186
1460
|
|
|
1187
|
-
class OxxoPayments < Stripe::StripeObject
|
|
1188
|
-
class StatusDetail < Stripe::StripeObject
|
|
1461
|
+
class OxxoPayments < ::Stripe::StripeObject
|
|
1462
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
1189
1463
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1190
1464
|
attr_reader :code
|
|
1191
1465
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1215,8 +1489,8 @@ module Stripe
|
|
|
1215
1489
|
end
|
|
1216
1490
|
end
|
|
1217
1491
|
|
|
1218
|
-
class P24Payments < Stripe::StripeObject
|
|
1219
|
-
class StatusDetail < Stripe::StripeObject
|
|
1492
|
+
class P24Payments < ::Stripe::StripeObject
|
|
1493
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
1220
1494
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1221
1495
|
attr_reader :code
|
|
1222
1496
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1246,8 +1520,8 @@ module Stripe
|
|
|
1246
1520
|
end
|
|
1247
1521
|
end
|
|
1248
1522
|
|
|
1249
|
-
class PayByBankPayments < Stripe::StripeObject
|
|
1250
|
-
class StatusDetail < Stripe::StripeObject
|
|
1523
|
+
class PayByBankPayments < ::Stripe::StripeObject
|
|
1524
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
1251
1525
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1252
1526
|
attr_reader :code
|
|
1253
1527
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1277,8 +1551,8 @@ module Stripe
|
|
|
1277
1551
|
end
|
|
1278
1552
|
end
|
|
1279
1553
|
|
|
1280
|
-
class PaycoPayments < Stripe::StripeObject
|
|
1281
|
-
class StatusDetail < Stripe::StripeObject
|
|
1554
|
+
class PaycoPayments < ::Stripe::StripeObject
|
|
1555
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
1282
1556
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1283
1557
|
attr_reader :code
|
|
1284
1558
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1308,8 +1582,8 @@ module Stripe
|
|
|
1308
1582
|
end
|
|
1309
1583
|
end
|
|
1310
1584
|
|
|
1311
|
-
class PaynowPayments < Stripe::StripeObject
|
|
1312
|
-
class StatusDetail < Stripe::StripeObject
|
|
1585
|
+
class PaynowPayments < ::Stripe::StripeObject
|
|
1586
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
1313
1587
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1314
1588
|
attr_reader :code
|
|
1315
1589
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1339,8 +1613,8 @@ module Stripe
|
|
|
1339
1613
|
end
|
|
1340
1614
|
end
|
|
1341
1615
|
|
|
1342
|
-
class PromptpayPayments < Stripe::StripeObject
|
|
1343
|
-
class StatusDetail < Stripe::StripeObject
|
|
1616
|
+
class PromptpayPayments < ::Stripe::StripeObject
|
|
1617
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
1344
1618
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1345
1619
|
attr_reader :code
|
|
1346
1620
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1370,8 +1644,8 @@ module Stripe
|
|
|
1370
1644
|
end
|
|
1371
1645
|
end
|
|
1372
1646
|
|
|
1373
|
-
class RevolutPayPayments < Stripe::StripeObject
|
|
1374
|
-
class StatusDetail < Stripe::StripeObject
|
|
1647
|
+
class RevolutPayPayments < ::Stripe::StripeObject
|
|
1648
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
1375
1649
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1376
1650
|
attr_reader :code
|
|
1377
1651
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1401,8 +1675,8 @@ module Stripe
|
|
|
1401
1675
|
end
|
|
1402
1676
|
end
|
|
1403
1677
|
|
|
1404
|
-
class SamsungPayPayments < Stripe::StripeObject
|
|
1405
|
-
class StatusDetail < Stripe::StripeObject
|
|
1678
|
+
class SamsungPayPayments < ::Stripe::StripeObject
|
|
1679
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
1406
1680
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1407
1681
|
attr_reader :code
|
|
1408
1682
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1432,8 +1706,8 @@ module Stripe
|
|
|
1432
1706
|
end
|
|
1433
1707
|
end
|
|
1434
1708
|
|
|
1435
|
-
class SepaBankTransferPayments < Stripe::StripeObject
|
|
1436
|
-
class StatusDetail < Stripe::StripeObject
|
|
1709
|
+
class SepaBankTransferPayments < ::Stripe::StripeObject
|
|
1710
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
1437
1711
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1438
1712
|
attr_reader :code
|
|
1439
1713
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1463,8 +1737,8 @@ module Stripe
|
|
|
1463
1737
|
end
|
|
1464
1738
|
end
|
|
1465
1739
|
|
|
1466
|
-
class SepaDebitPayments < Stripe::StripeObject
|
|
1467
|
-
class StatusDetail < Stripe::StripeObject
|
|
1740
|
+
class SepaDebitPayments < ::Stripe::StripeObject
|
|
1741
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
1468
1742
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1469
1743
|
attr_reader :code
|
|
1470
1744
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1494,9 +1768,9 @@ module Stripe
|
|
|
1494
1768
|
end
|
|
1495
1769
|
end
|
|
1496
1770
|
|
|
1497
|
-
class StripeBalance < Stripe::StripeObject
|
|
1498
|
-
class Payouts < Stripe::StripeObject
|
|
1499
|
-
class StatusDetail < Stripe::StripeObject
|
|
1771
|
+
class StripeBalance < ::Stripe::StripeObject
|
|
1772
|
+
class Payouts < ::Stripe::StripeObject
|
|
1773
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
1500
1774
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1501
1775
|
attr_reader :code
|
|
1502
1776
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1537,8 +1811,8 @@ module Stripe
|
|
|
1537
1811
|
end
|
|
1538
1812
|
end
|
|
1539
1813
|
|
|
1540
|
-
class SwishPayments < Stripe::StripeObject
|
|
1541
|
-
class StatusDetail < Stripe::StripeObject
|
|
1814
|
+
class SwishPayments < ::Stripe::StripeObject
|
|
1815
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
1542
1816
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1543
1817
|
attr_reader :code
|
|
1544
1818
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1568,8 +1842,8 @@ module Stripe
|
|
|
1568
1842
|
end
|
|
1569
1843
|
end
|
|
1570
1844
|
|
|
1571
|
-
class TwintPayments < Stripe::StripeObject
|
|
1572
|
-
class StatusDetail < Stripe::StripeObject
|
|
1845
|
+
class TwintPayments < ::Stripe::StripeObject
|
|
1846
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
1573
1847
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1574
1848
|
attr_reader :code
|
|
1575
1849
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1599,8 +1873,8 @@ module Stripe
|
|
|
1599
1873
|
end
|
|
1600
1874
|
end
|
|
1601
1875
|
|
|
1602
|
-
class UsBankTransferPayments < Stripe::StripeObject
|
|
1603
|
-
class StatusDetail < Stripe::StripeObject
|
|
1876
|
+
class UsBankTransferPayments < ::Stripe::StripeObject
|
|
1877
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
1604
1878
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1605
1879
|
attr_reader :code
|
|
1606
1880
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1630,8 +1904,8 @@ module Stripe
|
|
|
1630
1904
|
end
|
|
1631
1905
|
end
|
|
1632
1906
|
|
|
1633
|
-
class ZipPayments < Stripe::StripeObject
|
|
1634
|
-
class StatusDetail < Stripe::StripeObject
|
|
1907
|
+
class ZipPayments < ::Stripe::StripeObject
|
|
1908
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
1635
1909
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1636
1910
|
attr_reader :code
|
|
1637
1911
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1806,8 +2080,8 @@ module Stripe
|
|
|
1806
2080
|
end
|
|
1807
2081
|
end
|
|
1808
2082
|
|
|
1809
|
-
class CardPayments < Stripe::StripeObject
|
|
1810
|
-
class DeclineOn < Stripe::StripeObject
|
|
2083
|
+
class CardPayments < ::Stripe::StripeObject
|
|
2084
|
+
class DeclineOn < ::Stripe::StripeObject
|
|
1811
2085
|
# 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.
|
|
1812
2086
|
attr_reader :avs_failure
|
|
1813
2087
|
# Whether Stripe automatically declines charges with an incorrect CVC. This setting only applies when a CVC is provided and it fails bank verification.
|
|
@@ -1833,7 +2107,7 @@ module Stripe
|
|
|
1833
2107
|
end
|
|
1834
2108
|
end
|
|
1835
2109
|
|
|
1836
|
-
class SepaDebitPayments < Stripe::StripeObject
|
|
2110
|
+
class SepaDebitPayments < ::Stripe::StripeObject
|
|
1837
2111
|
# Creditor ID for SEPA debit payments.
|
|
1838
2112
|
attr_reader :creditor_id
|
|
1839
2113
|
|
|
@@ -1846,7 +2120,7 @@ module Stripe
|
|
|
1846
2120
|
end
|
|
1847
2121
|
end
|
|
1848
2122
|
|
|
1849
|
-
class StatementDescriptor < Stripe::StripeObject
|
|
2123
|
+
class StatementDescriptor < ::Stripe::StripeObject
|
|
1850
2124
|
# 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.
|
|
1851
2125
|
attr_reader :descriptor
|
|
1852
2126
|
# 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.
|
|
@@ -1861,8 +2135,8 @@ module Stripe
|
|
|
1861
2135
|
end
|
|
1862
2136
|
end
|
|
1863
2137
|
|
|
1864
|
-
class Support < Stripe::StripeObject
|
|
1865
|
-
class Address < Stripe::StripeObject
|
|
2138
|
+
class Support < ::Stripe::StripeObject
|
|
2139
|
+
class Address < ::Stripe::StripeObject
|
|
1866
2140
|
# City, district, suburb, town, or village.
|
|
1867
2141
|
attr_reader :city
|
|
1868
2142
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -1939,11 +2213,11 @@ module Stripe
|
|
|
1939
2213
|
end
|
|
1940
2214
|
end
|
|
1941
2215
|
|
|
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
|
|
2216
|
+
class Recipient < ::Stripe::StripeObject
|
|
2217
|
+
class Capabilities < ::Stripe::StripeObject
|
|
2218
|
+
class BankAccounts < ::Stripe::StripeObject
|
|
2219
|
+
class Local < ::Stripe::StripeObject
|
|
2220
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
1947
2221
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1948
2222
|
attr_reader :code
|
|
1949
2223
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -1973,8 +2247,8 @@ module Stripe
|
|
|
1973
2247
|
end
|
|
1974
2248
|
end
|
|
1975
2249
|
|
|
1976
|
-
class Wire < Stripe::StripeObject
|
|
1977
|
-
class StatusDetail < Stripe::StripeObject
|
|
2250
|
+
class Wire < ::Stripe::StripeObject
|
|
2251
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
1978
2252
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
1979
2253
|
attr_reader :code
|
|
1980
2254
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -2017,8 +2291,39 @@ module Stripe
|
|
|
2017
2291
|
end
|
|
2018
2292
|
end
|
|
2019
2293
|
|
|
2020
|
-
class Cards < Stripe::StripeObject
|
|
2021
|
-
class StatusDetail < Stripe::StripeObject
|
|
2294
|
+
class Cards < ::Stripe::StripeObject
|
|
2295
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
2296
|
+
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2297
|
+
attr_reader :code
|
|
2298
|
+
# Machine-readable code explaining how to make the Capability active.
|
|
2299
|
+
attr_reader :resolution
|
|
2300
|
+
|
|
2301
|
+
def self.inner_class_types
|
|
2302
|
+
@inner_class_types = {}
|
|
2303
|
+
end
|
|
2304
|
+
|
|
2305
|
+
def self.field_remappings
|
|
2306
|
+
@field_remappings = {}
|
|
2307
|
+
end
|
|
2308
|
+
end
|
|
2309
|
+
# Whether the Capability has been requested.
|
|
2310
|
+
attr_reader :requested
|
|
2311
|
+
# The status of the Capability.
|
|
2312
|
+
attr_reader :status
|
|
2313
|
+
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
2314
|
+
attr_reader :status_details
|
|
2315
|
+
|
|
2316
|
+
def self.inner_class_types
|
|
2317
|
+
@inner_class_types = { status_details: StatusDetail }
|
|
2318
|
+
end
|
|
2319
|
+
|
|
2320
|
+
def self.field_remappings
|
|
2321
|
+
@field_remappings = {}
|
|
2322
|
+
end
|
|
2323
|
+
end
|
|
2324
|
+
|
|
2325
|
+
class CryptoWallets < ::Stripe::StripeObject
|
|
2326
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
2022
2327
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2023
2328
|
attr_reader :code
|
|
2024
2329
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -2048,9 +2353,9 @@ module Stripe
|
|
|
2048
2353
|
end
|
|
2049
2354
|
end
|
|
2050
2355
|
|
|
2051
|
-
class StripeBalance < Stripe::StripeObject
|
|
2052
|
-
class Payouts < Stripe::StripeObject
|
|
2053
|
-
class StatusDetail < Stripe::StripeObject
|
|
2356
|
+
class StripeBalance < ::Stripe::StripeObject
|
|
2357
|
+
class Payouts < ::Stripe::StripeObject
|
|
2358
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
2054
2359
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2055
2360
|
attr_reader :code
|
|
2056
2361
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -2080,8 +2385,8 @@ module Stripe
|
|
|
2080
2385
|
end
|
|
2081
2386
|
end
|
|
2082
2387
|
|
|
2083
|
-
class StripeTransfers < Stripe::StripeObject
|
|
2084
|
-
class StatusDetail < Stripe::StripeObject
|
|
2388
|
+
class StripeTransfers < ::Stripe::StripeObject
|
|
2389
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
2085
2390
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2086
2391
|
attr_reader :code
|
|
2087
2392
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -2127,6 +2432,8 @@ module Stripe
|
|
|
2127
2432
|
attr_reader :bank_accounts
|
|
2128
2433
|
# Capability that enable OutboundPayments to a debit card linked to this Account.
|
|
2129
2434
|
attr_reader :cards
|
|
2435
|
+
# Capability that enable OutboundPayments to a crypto wallet linked to this Account.
|
|
2436
|
+
attr_reader :crypto_wallets
|
|
2130
2437
|
# Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).
|
|
2131
2438
|
attr_reader :stripe_balance
|
|
2132
2439
|
|
|
@@ -2134,6 +2441,7 @@ module Stripe
|
|
|
2134
2441
|
@inner_class_types = {
|
|
2135
2442
|
bank_accounts: BankAccounts,
|
|
2136
2443
|
cards: Cards,
|
|
2444
|
+
crypto_wallets: CryptoWallets,
|
|
2137
2445
|
stripe_balance: StripeBalance,
|
|
2138
2446
|
}
|
|
2139
2447
|
end
|
|
@@ -2143,7 +2451,7 @@ module Stripe
|
|
|
2143
2451
|
end
|
|
2144
2452
|
end
|
|
2145
2453
|
|
|
2146
|
-
class DefaultOutboundDestination < Stripe::StripeObject
|
|
2454
|
+
class DefaultOutboundDestination < ::Stripe::StripeObject
|
|
2147
2455
|
# The payout method ID of the default outbound destination.
|
|
2148
2456
|
attr_reader :id
|
|
2149
2457
|
# Closed Enum. The payout method type of the default outbound destination.
|
|
@@ -2176,11 +2484,42 @@ module Stripe
|
|
|
2176
2484
|
end
|
|
2177
2485
|
end
|
|
2178
2486
|
|
|
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
|
|
2487
|
+
class Storer < ::Stripe::StripeObject
|
|
2488
|
+
class Capabilities < ::Stripe::StripeObject
|
|
2489
|
+
class FinancialAddresses < ::Stripe::StripeObject
|
|
2490
|
+
class BankAccounts < ::Stripe::StripeObject
|
|
2491
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
2492
|
+
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2493
|
+
attr_reader :code
|
|
2494
|
+
# Machine-readable code explaining how to make the Capability active.
|
|
2495
|
+
attr_reader :resolution
|
|
2496
|
+
|
|
2497
|
+
def self.inner_class_types
|
|
2498
|
+
@inner_class_types = {}
|
|
2499
|
+
end
|
|
2500
|
+
|
|
2501
|
+
def self.field_remappings
|
|
2502
|
+
@field_remappings = {}
|
|
2503
|
+
end
|
|
2504
|
+
end
|
|
2505
|
+
# Whether the Capability has been requested.
|
|
2506
|
+
attr_reader :requested
|
|
2507
|
+
# The status of the Capability.
|
|
2508
|
+
attr_reader :status
|
|
2509
|
+
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
2510
|
+
attr_reader :status_details
|
|
2511
|
+
|
|
2512
|
+
def self.inner_class_types
|
|
2513
|
+
@inner_class_types = { status_details: StatusDetail }
|
|
2514
|
+
end
|
|
2515
|
+
|
|
2516
|
+
def self.field_remappings
|
|
2517
|
+
@field_remappings = {}
|
|
2518
|
+
end
|
|
2519
|
+
end
|
|
2520
|
+
|
|
2521
|
+
class CryptoWallets < ::Stripe::StripeObject
|
|
2522
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
2184
2523
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2185
2524
|
attr_reader :code
|
|
2186
2525
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -2211,9 +2550,11 @@ module Stripe
|
|
|
2211
2550
|
end
|
|
2212
2551
|
# Can provision a bank-account like financial address (VBAN) to credit/debit a FinancialAccount.
|
|
2213
2552
|
attr_reader :bank_accounts
|
|
2553
|
+
# Can provision a crypto wallet like financial address to credit a FinancialAccount.
|
|
2554
|
+
attr_reader :crypto_wallets
|
|
2214
2555
|
|
|
2215
2556
|
def self.inner_class_types
|
|
2216
|
-
@inner_class_types = { bank_accounts: BankAccounts }
|
|
2557
|
+
@inner_class_types = { bank_accounts: BankAccounts, crypto_wallets: CryptoWallets }
|
|
2217
2558
|
end
|
|
2218
2559
|
|
|
2219
2560
|
def self.field_remappings
|
|
@@ -2221,9 +2562,71 @@ module Stripe
|
|
|
2221
2562
|
end
|
|
2222
2563
|
end
|
|
2223
2564
|
|
|
2224
|
-
class HoldsCurrencies < Stripe::StripeObject
|
|
2225
|
-
class Gbp < Stripe::StripeObject
|
|
2226
|
-
class StatusDetail < Stripe::StripeObject
|
|
2565
|
+
class HoldsCurrencies < ::Stripe::StripeObject
|
|
2566
|
+
class Gbp < ::Stripe::StripeObject
|
|
2567
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
2568
|
+
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2569
|
+
attr_reader :code
|
|
2570
|
+
# Machine-readable code explaining how to make the Capability active.
|
|
2571
|
+
attr_reader :resolution
|
|
2572
|
+
|
|
2573
|
+
def self.inner_class_types
|
|
2574
|
+
@inner_class_types = {}
|
|
2575
|
+
end
|
|
2576
|
+
|
|
2577
|
+
def self.field_remappings
|
|
2578
|
+
@field_remappings = {}
|
|
2579
|
+
end
|
|
2580
|
+
end
|
|
2581
|
+
# Whether the Capability has been requested.
|
|
2582
|
+
attr_reader :requested
|
|
2583
|
+
# The status of the Capability.
|
|
2584
|
+
attr_reader :status
|
|
2585
|
+
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
2586
|
+
attr_reader :status_details
|
|
2587
|
+
|
|
2588
|
+
def self.inner_class_types
|
|
2589
|
+
@inner_class_types = { status_details: StatusDetail }
|
|
2590
|
+
end
|
|
2591
|
+
|
|
2592
|
+
def self.field_remappings
|
|
2593
|
+
@field_remappings = {}
|
|
2594
|
+
end
|
|
2595
|
+
end
|
|
2596
|
+
|
|
2597
|
+
class Usd < ::Stripe::StripeObject
|
|
2598
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
2599
|
+
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2600
|
+
attr_reader :code
|
|
2601
|
+
# Machine-readable code explaining how to make the Capability active.
|
|
2602
|
+
attr_reader :resolution
|
|
2603
|
+
|
|
2604
|
+
def self.inner_class_types
|
|
2605
|
+
@inner_class_types = {}
|
|
2606
|
+
end
|
|
2607
|
+
|
|
2608
|
+
def self.field_remappings
|
|
2609
|
+
@field_remappings = {}
|
|
2610
|
+
end
|
|
2611
|
+
end
|
|
2612
|
+
# Whether the Capability has been requested.
|
|
2613
|
+
attr_reader :requested
|
|
2614
|
+
# The status of the Capability.
|
|
2615
|
+
attr_reader :status
|
|
2616
|
+
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
2617
|
+
attr_reader :status_details
|
|
2618
|
+
|
|
2619
|
+
def self.inner_class_types
|
|
2620
|
+
@inner_class_types = { status_details: StatusDetail }
|
|
2621
|
+
end
|
|
2622
|
+
|
|
2623
|
+
def self.field_remappings
|
|
2624
|
+
@field_remappings = {}
|
|
2625
|
+
end
|
|
2626
|
+
end
|
|
2627
|
+
|
|
2628
|
+
class Usdc < ::Stripe::StripeObject
|
|
2629
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
2227
2630
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2228
2631
|
attr_reader :code
|
|
2229
2632
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -2254,9 +2657,13 @@ module Stripe
|
|
|
2254
2657
|
end
|
|
2255
2658
|
# Can hold storage-type funds on Stripe in GBP.
|
|
2256
2659
|
attr_reader :gbp
|
|
2660
|
+
# Can hold storage-type funds on Stripe in USD.
|
|
2661
|
+
attr_reader :usd
|
|
2662
|
+
# Can hold storage-type funds on Stripe in USDC.
|
|
2663
|
+
attr_reader :usdc
|
|
2257
2664
|
|
|
2258
2665
|
def self.inner_class_types
|
|
2259
|
-
@inner_class_types = { gbp: Gbp }
|
|
2666
|
+
@inner_class_types = { gbp: Gbp, usd: Usd, usdc: Usdc }
|
|
2260
2667
|
end
|
|
2261
2668
|
|
|
2262
2669
|
def self.field_remappings
|
|
@@ -2264,9 +2671,9 @@ module Stripe
|
|
|
2264
2671
|
end
|
|
2265
2672
|
end
|
|
2266
2673
|
|
|
2267
|
-
class InboundTransfers < Stripe::StripeObject
|
|
2268
|
-
class BankAccounts < Stripe::StripeObject
|
|
2269
|
-
class StatusDetail < Stripe::StripeObject
|
|
2674
|
+
class InboundTransfers < ::Stripe::StripeObject
|
|
2675
|
+
class BankAccounts < ::Stripe::StripeObject
|
|
2676
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
2270
2677
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2271
2678
|
attr_reader :code
|
|
2272
2679
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -2307,9 +2714,40 @@ module Stripe
|
|
|
2307
2714
|
end
|
|
2308
2715
|
end
|
|
2309
2716
|
|
|
2310
|
-
class OutboundPayments < Stripe::StripeObject
|
|
2311
|
-
class BankAccounts < Stripe::StripeObject
|
|
2312
|
-
class StatusDetail < Stripe::StripeObject
|
|
2717
|
+
class OutboundPayments < ::Stripe::StripeObject
|
|
2718
|
+
class BankAccounts < ::Stripe::StripeObject
|
|
2719
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
2720
|
+
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2721
|
+
attr_reader :code
|
|
2722
|
+
# Machine-readable code explaining how to make the Capability active.
|
|
2723
|
+
attr_reader :resolution
|
|
2724
|
+
|
|
2725
|
+
def self.inner_class_types
|
|
2726
|
+
@inner_class_types = {}
|
|
2727
|
+
end
|
|
2728
|
+
|
|
2729
|
+
def self.field_remappings
|
|
2730
|
+
@field_remappings = {}
|
|
2731
|
+
end
|
|
2732
|
+
end
|
|
2733
|
+
# Whether the Capability has been requested.
|
|
2734
|
+
attr_reader :requested
|
|
2735
|
+
# The status of the Capability.
|
|
2736
|
+
attr_reader :status
|
|
2737
|
+
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
2738
|
+
attr_reader :status_details
|
|
2739
|
+
|
|
2740
|
+
def self.inner_class_types
|
|
2741
|
+
@inner_class_types = { status_details: StatusDetail }
|
|
2742
|
+
end
|
|
2743
|
+
|
|
2744
|
+
def self.field_remappings
|
|
2745
|
+
@field_remappings = {}
|
|
2746
|
+
end
|
|
2747
|
+
end
|
|
2748
|
+
|
|
2749
|
+
class Cards < ::Stripe::StripeObject
|
|
2750
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
2313
2751
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2314
2752
|
attr_reader :code
|
|
2315
2753
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -2339,8 +2777,8 @@ module Stripe
|
|
|
2339
2777
|
end
|
|
2340
2778
|
end
|
|
2341
2779
|
|
|
2342
|
-
class
|
|
2343
|
-
class StatusDetail < Stripe::StripeObject
|
|
2780
|
+
class CryptoWallets < ::Stripe::StripeObject
|
|
2781
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
2344
2782
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2345
2783
|
attr_reader :code
|
|
2346
2784
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -2370,8 +2808,8 @@ module Stripe
|
|
|
2370
2808
|
end
|
|
2371
2809
|
end
|
|
2372
2810
|
|
|
2373
|
-
class FinancialAccounts < Stripe::StripeObject
|
|
2374
|
-
class StatusDetail < Stripe::StripeObject
|
|
2811
|
+
class FinancialAccounts < ::Stripe::StripeObject
|
|
2812
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
2375
2813
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2376
2814
|
attr_reader :code
|
|
2377
2815
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -2404,6 +2842,8 @@ module Stripe
|
|
|
2404
2842
|
attr_reader :bank_accounts
|
|
2405
2843
|
# Can send funds from a FinancialAccount to a debit card, owned by someone else.
|
|
2406
2844
|
attr_reader :cards
|
|
2845
|
+
# Can send funds from a FinancialAccount to a crypto wallet, owned by someone else.
|
|
2846
|
+
attr_reader :crypto_wallets
|
|
2407
2847
|
# Can send funds from a FinancialAccount to another FinancialAccount, owned by someone else.
|
|
2408
2848
|
attr_reader :financial_accounts
|
|
2409
2849
|
|
|
@@ -2411,6 +2851,7 @@ module Stripe
|
|
|
2411
2851
|
@inner_class_types = {
|
|
2412
2852
|
bank_accounts: BankAccounts,
|
|
2413
2853
|
cards: Cards,
|
|
2854
|
+
crypto_wallets: CryptoWallets,
|
|
2414
2855
|
financial_accounts: FinancialAccounts,
|
|
2415
2856
|
}
|
|
2416
2857
|
end
|
|
@@ -2420,9 +2861,40 @@ module Stripe
|
|
|
2420
2861
|
end
|
|
2421
2862
|
end
|
|
2422
2863
|
|
|
2423
|
-
class OutboundTransfers < Stripe::StripeObject
|
|
2424
|
-
class BankAccounts < Stripe::StripeObject
|
|
2425
|
-
class StatusDetail < Stripe::StripeObject
|
|
2864
|
+
class OutboundTransfers < ::Stripe::StripeObject
|
|
2865
|
+
class BankAccounts < ::Stripe::StripeObject
|
|
2866
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
2867
|
+
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2868
|
+
attr_reader :code
|
|
2869
|
+
# Machine-readable code explaining how to make the Capability active.
|
|
2870
|
+
attr_reader :resolution
|
|
2871
|
+
|
|
2872
|
+
def self.inner_class_types
|
|
2873
|
+
@inner_class_types = {}
|
|
2874
|
+
end
|
|
2875
|
+
|
|
2876
|
+
def self.field_remappings
|
|
2877
|
+
@field_remappings = {}
|
|
2878
|
+
end
|
|
2879
|
+
end
|
|
2880
|
+
# Whether the Capability has been requested.
|
|
2881
|
+
attr_reader :requested
|
|
2882
|
+
# The status of the Capability.
|
|
2883
|
+
attr_reader :status
|
|
2884
|
+
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
2885
|
+
attr_reader :status_details
|
|
2886
|
+
|
|
2887
|
+
def self.inner_class_types
|
|
2888
|
+
@inner_class_types = { status_details: StatusDetail }
|
|
2889
|
+
end
|
|
2890
|
+
|
|
2891
|
+
def self.field_remappings
|
|
2892
|
+
@field_remappings = {}
|
|
2893
|
+
end
|
|
2894
|
+
end
|
|
2895
|
+
|
|
2896
|
+
class CryptoWallets < ::Stripe::StripeObject
|
|
2897
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
2426
2898
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2427
2899
|
attr_reader :code
|
|
2428
2900
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -2452,8 +2924,8 @@ module Stripe
|
|
|
2452
2924
|
end
|
|
2453
2925
|
end
|
|
2454
2926
|
|
|
2455
|
-
class FinancialAccounts < Stripe::StripeObject
|
|
2456
|
-
class StatusDetail < Stripe::StripeObject
|
|
2927
|
+
class FinancialAccounts < ::Stripe::StripeObject
|
|
2928
|
+
class StatusDetail < ::Stripe::StripeObject
|
|
2457
2929
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2458
2930
|
attr_reader :code
|
|
2459
2931
|
# Machine-readable code explaining how to make the Capability active.
|
|
@@ -2484,12 +2956,15 @@ module Stripe
|
|
|
2484
2956
|
end
|
|
2485
2957
|
# Can send funds from a FinancialAccount, to a bank account, owned by yourself.
|
|
2486
2958
|
attr_reader :bank_accounts
|
|
2959
|
+
# Can send funds from a FinancialAccount to a crypto wallet, owned by yourself.
|
|
2960
|
+
attr_reader :crypto_wallets
|
|
2487
2961
|
# Can send funds from a FinancialAccount to another FinancialAccount, owned by yourself.
|
|
2488
2962
|
attr_reader :financial_accounts
|
|
2489
2963
|
|
|
2490
2964
|
def self.inner_class_types
|
|
2491
2965
|
@inner_class_types = {
|
|
2492
2966
|
bank_accounts: BankAccounts,
|
|
2967
|
+
crypto_wallets: CryptoWallets,
|
|
2493
2968
|
financial_accounts: FinancialAccounts,
|
|
2494
2969
|
}
|
|
2495
2970
|
end
|
|
@@ -2523,19 +2998,63 @@ module Stripe
|
|
|
2523
2998
|
@field_remappings = {}
|
|
2524
2999
|
end
|
|
2525
3000
|
end
|
|
3001
|
+
|
|
3002
|
+
class RegulatedActivity < ::Stripe::StripeObject
|
|
3003
|
+
# A detailed description of the regulated activities the business is licensed to conduct.
|
|
3004
|
+
attr_reader :description
|
|
3005
|
+
# The license number or registration number assigned by the business's primary regulator.
|
|
3006
|
+
attr_reader :license_number
|
|
3007
|
+
# The country of the primary regulatory authority that oversees the business's regulated activities.
|
|
3008
|
+
attr_reader :primary_regulatory_authority_country
|
|
3009
|
+
# The name of the primary regulatory authority that oversees the business's regulated activities.
|
|
3010
|
+
attr_reader :primary_regulatory_authority_name
|
|
3011
|
+
|
|
3012
|
+
def self.inner_class_types
|
|
3013
|
+
@inner_class_types = {}
|
|
3014
|
+
end
|
|
3015
|
+
|
|
3016
|
+
def self.field_remappings
|
|
3017
|
+
@field_remappings = {}
|
|
3018
|
+
end
|
|
3019
|
+
end
|
|
2526
3020
|
# Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
|
|
2527
3021
|
attr_reader :applied
|
|
2528
3022
|
# Capabilities that have been requested on the Storer Configuration.
|
|
2529
3023
|
attr_reader :capabilities
|
|
3024
|
+
# List of high-risk activities the business is involved in.
|
|
3025
|
+
attr_reader :high_risk_activities
|
|
3026
|
+
# An explanation of the high risk activities that the business performs.
|
|
3027
|
+
attr_reader :high_risk_activities_description
|
|
3028
|
+
# Description of the money services offered by the business.
|
|
3029
|
+
attr_reader :money_services_description
|
|
3030
|
+
# Does the business operate in any prohibited countries.
|
|
3031
|
+
attr_reader :operates_in_prohibited_countries
|
|
3032
|
+
# Does the business participate in any regulated activity.
|
|
3033
|
+
attr_reader :participates_in_regulated_activity
|
|
3034
|
+
# Primary purpose of the stored funds.
|
|
3035
|
+
attr_reader :purpose_of_funds
|
|
3036
|
+
# Description of the purpose of the stored funds.
|
|
3037
|
+
attr_reader :purpose_of_funds_description
|
|
3038
|
+
# Details of the regulated activity if the business participates in one.
|
|
3039
|
+
attr_reader :regulated_activity
|
|
3040
|
+
# The source of funds for the business, e.g. profits, income, venture capital, etc.
|
|
3041
|
+
attr_reader :source_of_funds
|
|
3042
|
+
# Description of the source of funds for the business' account.
|
|
3043
|
+
attr_reader :source_of_funds_description
|
|
2530
3044
|
|
|
2531
3045
|
def self.inner_class_types
|
|
2532
|
-
@inner_class_types = {
|
|
3046
|
+
@inner_class_types = {
|
|
3047
|
+
capabilities: Capabilities,
|
|
3048
|
+
regulated_activity: RegulatedActivity,
|
|
3049
|
+
}
|
|
2533
3050
|
end
|
|
2534
3051
|
|
|
2535
3052
|
def self.field_remappings
|
|
2536
3053
|
@field_remappings = {}
|
|
2537
3054
|
end
|
|
2538
3055
|
end
|
|
3056
|
+
# The CardCreator Configuration allows the Account to create and issue cards to users.
|
|
3057
|
+
attr_reader :card_creator
|
|
2539
3058
|
# The Customer Configuration allows the Account to be used in inbound payment flows.
|
|
2540
3059
|
attr_reader :customer
|
|
2541
3060
|
# 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.
|
|
@@ -2547,6 +3066,7 @@ module Stripe
|
|
|
2547
3066
|
|
|
2548
3067
|
def self.inner_class_types
|
|
2549
3068
|
@inner_class_types = {
|
|
3069
|
+
card_creator: CardCreator,
|
|
2550
3070
|
customer: Customer,
|
|
2551
3071
|
merchant: Merchant,
|
|
2552
3072
|
recipient: Recipient,
|
|
@@ -2559,8 +3079,8 @@ module Stripe
|
|
|
2559
3079
|
end
|
|
2560
3080
|
end
|
|
2561
3081
|
|
|
2562
|
-
class Defaults < Stripe::StripeObject
|
|
2563
|
-
class Profile < Stripe::StripeObject
|
|
3082
|
+
class Defaults < ::Stripe::StripeObject
|
|
3083
|
+
class Profile < ::Stripe::StripeObject
|
|
2564
3084
|
# The business's publicly-available website.
|
|
2565
3085
|
attr_reader :business_url
|
|
2566
3086
|
# The company’s legal name.
|
|
@@ -2577,7 +3097,7 @@ module Stripe
|
|
|
2577
3097
|
end
|
|
2578
3098
|
end
|
|
2579
3099
|
|
|
2580
|
-
class Responsibilities < Stripe::StripeObject
|
|
3100
|
+
class Responsibilities < ::Stripe::StripeObject
|
|
2581
3101
|
# A value indicating the responsible payer of a bundle of Stripe fees for pricing-control eligible products on this Account.
|
|
2582
3102
|
attr_reader :fees_collector
|
|
2583
3103
|
# A value indicating who is responsible for losses when this Account can’t pay back negative balances from payments.
|
|
@@ -2609,9 +3129,9 @@ module Stripe
|
|
|
2609
3129
|
end
|
|
2610
3130
|
end
|
|
2611
3131
|
|
|
2612
|
-
class Identity < Stripe::StripeObject
|
|
2613
|
-
class Attestations < Stripe::StripeObject
|
|
2614
|
-
class DirectorshipDeclaration < Stripe::StripeObject
|
|
3132
|
+
class Identity < ::Stripe::StripeObject
|
|
3133
|
+
class Attestations < ::Stripe::StripeObject
|
|
3134
|
+
class DirectorshipDeclaration < ::Stripe::StripeObject
|
|
2615
3135
|
# 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.
|
|
2616
3136
|
attr_reader :date
|
|
2617
3137
|
# The IP address from which the director attestation was made.
|
|
@@ -2628,7 +3148,7 @@ module Stripe
|
|
|
2628
3148
|
end
|
|
2629
3149
|
end
|
|
2630
3150
|
|
|
2631
|
-
class OwnershipDeclaration < Stripe::StripeObject
|
|
3151
|
+
class OwnershipDeclaration < ::Stripe::StripeObject
|
|
2632
3152
|
# 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.
|
|
2633
3153
|
attr_reader :date
|
|
2634
3154
|
# The IP address from which the beneficial owner attestation was made.
|
|
@@ -2645,7 +3165,7 @@ module Stripe
|
|
|
2645
3165
|
end
|
|
2646
3166
|
end
|
|
2647
3167
|
|
|
2648
|
-
class PersonsProvided < Stripe::StripeObject
|
|
3168
|
+
class PersonsProvided < ::Stripe::StripeObject
|
|
2649
3169
|
# 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).
|
|
2650
3170
|
attr_reader :directors
|
|
2651
3171
|
# 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).
|
|
@@ -2664,8 +3184,25 @@ module Stripe
|
|
|
2664
3184
|
end
|
|
2665
3185
|
end
|
|
2666
3186
|
|
|
2667
|
-
class
|
|
2668
|
-
|
|
3187
|
+
class RepresentativeDeclaration < ::Stripe::StripeObject
|
|
3188
|
+
# The time marking when the representative attestation was made. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
3189
|
+
attr_reader :date
|
|
3190
|
+
# The IP address from which the representative attestation was made.
|
|
3191
|
+
attr_reader :ip
|
|
3192
|
+
# The user agent of the browser from which the representative attestation was made.
|
|
3193
|
+
attr_reader :user_agent
|
|
3194
|
+
|
|
3195
|
+
def self.inner_class_types
|
|
3196
|
+
@inner_class_types = {}
|
|
3197
|
+
end
|
|
3198
|
+
|
|
3199
|
+
def self.field_remappings
|
|
3200
|
+
@field_remappings = {}
|
|
3201
|
+
end
|
|
3202
|
+
end
|
|
3203
|
+
|
|
3204
|
+
class TermsOfService < ::Stripe::StripeObject
|
|
3205
|
+
class Account < ::Stripe::StripeObject
|
|
2669
3206
|
# 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.
|
|
2670
3207
|
attr_reader :date
|
|
2671
3208
|
# The IP address from which the Account's representative accepted the terms of service.
|
|
@@ -2682,7 +3219,414 @@ module Stripe
|
|
|
2682
3219
|
end
|
|
2683
3220
|
end
|
|
2684
3221
|
|
|
2685
|
-
class
|
|
3222
|
+
class CardCreator < ::Stripe::StripeObject
|
|
3223
|
+
class Commercial < ::Stripe::StripeObject
|
|
3224
|
+
class AccountHolder < ::Stripe::StripeObject
|
|
3225
|
+
# 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.
|
|
3226
|
+
attr_reader :date
|
|
3227
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
3228
|
+
attr_reader :ip
|
|
3229
|
+
# The URL to the service agreement the Account's representative accepted.
|
|
3230
|
+
attr_reader :url
|
|
3231
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3232
|
+
attr_reader :user_agent
|
|
3233
|
+
|
|
3234
|
+
def self.inner_class_types
|
|
3235
|
+
@inner_class_types = {}
|
|
3236
|
+
end
|
|
3237
|
+
|
|
3238
|
+
def self.field_remappings
|
|
3239
|
+
@field_remappings = {}
|
|
3240
|
+
end
|
|
3241
|
+
end
|
|
3242
|
+
|
|
3243
|
+
class Celtic < ::Stripe::StripeObject
|
|
3244
|
+
class ApplePay < ::Stripe::StripeObject
|
|
3245
|
+
# 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.
|
|
3246
|
+
attr_reader :date
|
|
3247
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
3248
|
+
attr_reader :ip
|
|
3249
|
+
# The URL to the service agreement the Account's representative accepted.
|
|
3250
|
+
attr_reader :url
|
|
3251
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3252
|
+
attr_reader :user_agent
|
|
3253
|
+
|
|
3254
|
+
def self.inner_class_types
|
|
3255
|
+
@inner_class_types = {}
|
|
3256
|
+
end
|
|
3257
|
+
|
|
3258
|
+
def self.field_remappings
|
|
3259
|
+
@field_remappings = {}
|
|
3260
|
+
end
|
|
3261
|
+
end
|
|
3262
|
+
|
|
3263
|
+
class ChargeCard < ::Stripe::StripeObject
|
|
3264
|
+
class BankTerms < ::Stripe::StripeObject
|
|
3265
|
+
# 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.
|
|
3266
|
+
attr_reader :date
|
|
3267
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
3268
|
+
attr_reader :ip
|
|
3269
|
+
# The URL to the service agreement the Account's representative accepted.
|
|
3270
|
+
attr_reader :url
|
|
3271
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3272
|
+
attr_reader :user_agent
|
|
3273
|
+
|
|
3274
|
+
def self.inner_class_types
|
|
3275
|
+
@inner_class_types = {}
|
|
3276
|
+
end
|
|
3277
|
+
|
|
3278
|
+
def self.field_remappings
|
|
3279
|
+
@field_remappings = {}
|
|
3280
|
+
end
|
|
3281
|
+
end
|
|
3282
|
+
|
|
3283
|
+
class Platform < ::Stripe::StripeObject
|
|
3284
|
+
# 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.
|
|
3285
|
+
attr_reader :date
|
|
3286
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
3287
|
+
attr_reader :ip
|
|
3288
|
+
# The URL to the service agreement the Account's representative accepted.
|
|
3289
|
+
attr_reader :url
|
|
3290
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3291
|
+
attr_reader :user_agent
|
|
3292
|
+
|
|
3293
|
+
def self.inner_class_types
|
|
3294
|
+
@inner_class_types = {}
|
|
3295
|
+
end
|
|
3296
|
+
|
|
3297
|
+
def self.field_remappings
|
|
3298
|
+
@field_remappings = {}
|
|
3299
|
+
end
|
|
3300
|
+
end
|
|
3301
|
+
# Bank terms of service acceptance for commercial issuing charge cards with Celtic as BIN sponsor.
|
|
3302
|
+
attr_reader :bank_terms
|
|
3303
|
+
# Platform terms of service acceptance for commercial issuing charge cards with Celtic as BIN sponsor.
|
|
3304
|
+
attr_reader :platform
|
|
3305
|
+
|
|
3306
|
+
def self.inner_class_types
|
|
3307
|
+
@inner_class_types = { bank_terms: BankTerms, platform: Platform }
|
|
3308
|
+
end
|
|
3309
|
+
|
|
3310
|
+
def self.field_remappings
|
|
3311
|
+
@field_remappings = {}
|
|
3312
|
+
end
|
|
3313
|
+
end
|
|
3314
|
+
|
|
3315
|
+
class SpendCard < ::Stripe::StripeObject
|
|
3316
|
+
class BankTerms < ::Stripe::StripeObject
|
|
3317
|
+
# 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.
|
|
3318
|
+
attr_reader :date
|
|
3319
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
3320
|
+
attr_reader :ip
|
|
3321
|
+
# The URL to the service agreement the Account's representative accepted.
|
|
3322
|
+
attr_reader :url
|
|
3323
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3324
|
+
attr_reader :user_agent
|
|
3325
|
+
|
|
3326
|
+
def self.inner_class_types
|
|
3327
|
+
@inner_class_types = {}
|
|
3328
|
+
end
|
|
3329
|
+
|
|
3330
|
+
def self.field_remappings
|
|
3331
|
+
@field_remappings = {}
|
|
3332
|
+
end
|
|
3333
|
+
end
|
|
3334
|
+
|
|
3335
|
+
class FinancingDisclosures < ::Stripe::StripeObject
|
|
3336
|
+
# 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.
|
|
3337
|
+
attr_reader :date
|
|
3338
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
3339
|
+
attr_reader :ip
|
|
3340
|
+
# The URL to the service agreement the Account's representative accepted.
|
|
3341
|
+
attr_reader :url
|
|
3342
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3343
|
+
attr_reader :user_agent
|
|
3344
|
+
|
|
3345
|
+
def self.inner_class_types
|
|
3346
|
+
@inner_class_types = {}
|
|
3347
|
+
end
|
|
3348
|
+
|
|
3349
|
+
def self.field_remappings
|
|
3350
|
+
@field_remappings = {}
|
|
3351
|
+
end
|
|
3352
|
+
end
|
|
3353
|
+
|
|
3354
|
+
class Platform < ::Stripe::StripeObject
|
|
3355
|
+
# 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.
|
|
3356
|
+
attr_reader :date
|
|
3357
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
3358
|
+
attr_reader :ip
|
|
3359
|
+
# The URL to the service agreement the Account's representative accepted.
|
|
3360
|
+
attr_reader :url
|
|
3361
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3362
|
+
attr_reader :user_agent
|
|
3363
|
+
|
|
3364
|
+
def self.inner_class_types
|
|
3365
|
+
@inner_class_types = {}
|
|
3366
|
+
end
|
|
3367
|
+
|
|
3368
|
+
def self.field_remappings
|
|
3369
|
+
@field_remappings = {}
|
|
3370
|
+
end
|
|
3371
|
+
end
|
|
3372
|
+
# Bank terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
3373
|
+
attr_reader :bank_terms
|
|
3374
|
+
# Financial disclosures terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
3375
|
+
attr_reader :financing_disclosures
|
|
3376
|
+
# Platform terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
3377
|
+
attr_reader :platform
|
|
3378
|
+
|
|
3379
|
+
def self.inner_class_types
|
|
3380
|
+
@inner_class_types = {
|
|
3381
|
+
bank_terms: BankTerms,
|
|
3382
|
+
financing_disclosures: FinancingDisclosures,
|
|
3383
|
+
platform: Platform,
|
|
3384
|
+
}
|
|
3385
|
+
end
|
|
3386
|
+
|
|
3387
|
+
def self.field_remappings
|
|
3388
|
+
@field_remappings = {}
|
|
3389
|
+
end
|
|
3390
|
+
end
|
|
3391
|
+
# Terms of service acceptances for commercial issuing Apple Pay cards with Celtic as BIN sponsor.
|
|
3392
|
+
attr_reader :apple_pay
|
|
3393
|
+
# Terms of service acceptances for commercial issuing charge cards with Celtic as BIN sponsor.
|
|
3394
|
+
attr_reader :charge_card
|
|
3395
|
+
# Terms of service acceptances for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
3396
|
+
attr_reader :spend_card
|
|
3397
|
+
|
|
3398
|
+
def self.inner_class_types
|
|
3399
|
+
@inner_class_types = {
|
|
3400
|
+
apple_pay: ApplePay,
|
|
3401
|
+
charge_card: ChargeCard,
|
|
3402
|
+
spend_card: SpendCard,
|
|
3403
|
+
}
|
|
3404
|
+
end
|
|
3405
|
+
|
|
3406
|
+
def self.field_remappings
|
|
3407
|
+
@field_remappings = {}
|
|
3408
|
+
end
|
|
3409
|
+
end
|
|
3410
|
+
|
|
3411
|
+
class CrossRiverBank < ::Stripe::StripeObject
|
|
3412
|
+
class ApplePay < ::Stripe::StripeObject
|
|
3413
|
+
# 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.
|
|
3414
|
+
attr_reader :date
|
|
3415
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
3416
|
+
attr_reader :ip
|
|
3417
|
+
# The URL to the service agreement the Account's representative accepted.
|
|
3418
|
+
attr_reader :url
|
|
3419
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3420
|
+
attr_reader :user_agent
|
|
3421
|
+
|
|
3422
|
+
def self.inner_class_types
|
|
3423
|
+
@inner_class_types = {}
|
|
3424
|
+
end
|
|
3425
|
+
|
|
3426
|
+
def self.field_remappings
|
|
3427
|
+
@field_remappings = {}
|
|
3428
|
+
end
|
|
3429
|
+
end
|
|
3430
|
+
|
|
3431
|
+
class ChargeCard < ::Stripe::StripeObject
|
|
3432
|
+
class BankTerms < ::Stripe::StripeObject
|
|
3433
|
+
# 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.
|
|
3434
|
+
attr_reader :date
|
|
3435
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
3436
|
+
attr_reader :ip
|
|
3437
|
+
# The URL to the service agreement the Account's representative accepted.
|
|
3438
|
+
attr_reader :url
|
|
3439
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3440
|
+
attr_reader :user_agent
|
|
3441
|
+
|
|
3442
|
+
def self.inner_class_types
|
|
3443
|
+
@inner_class_types = {}
|
|
3444
|
+
end
|
|
3445
|
+
|
|
3446
|
+
def self.field_remappings
|
|
3447
|
+
@field_remappings = {}
|
|
3448
|
+
end
|
|
3449
|
+
end
|
|
3450
|
+
|
|
3451
|
+
class FinancingDisclosures < ::Stripe::StripeObject
|
|
3452
|
+
# 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.
|
|
3453
|
+
attr_reader :date
|
|
3454
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
3455
|
+
attr_reader :ip
|
|
3456
|
+
# The URL to the service agreement the Account's representative accepted.
|
|
3457
|
+
attr_reader :url
|
|
3458
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3459
|
+
attr_reader :user_agent
|
|
3460
|
+
|
|
3461
|
+
def self.inner_class_types
|
|
3462
|
+
@inner_class_types = {}
|
|
3463
|
+
end
|
|
3464
|
+
|
|
3465
|
+
def self.field_remappings
|
|
3466
|
+
@field_remappings = {}
|
|
3467
|
+
end
|
|
3468
|
+
end
|
|
3469
|
+
|
|
3470
|
+
class Platform < ::Stripe::StripeObject
|
|
3471
|
+
# 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.
|
|
3472
|
+
attr_reader :date
|
|
3473
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
3474
|
+
attr_reader :ip
|
|
3475
|
+
# The URL to the service agreement the Account's representative accepted.
|
|
3476
|
+
attr_reader :url
|
|
3477
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3478
|
+
attr_reader :user_agent
|
|
3479
|
+
|
|
3480
|
+
def self.inner_class_types
|
|
3481
|
+
@inner_class_types = {}
|
|
3482
|
+
end
|
|
3483
|
+
|
|
3484
|
+
def self.field_remappings
|
|
3485
|
+
@field_remappings = {}
|
|
3486
|
+
end
|
|
3487
|
+
end
|
|
3488
|
+
# Bank terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
3489
|
+
attr_reader :bank_terms
|
|
3490
|
+
# Financial disclosures terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
3491
|
+
attr_reader :financing_disclosures
|
|
3492
|
+
# Platform terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
3493
|
+
attr_reader :platform
|
|
3494
|
+
|
|
3495
|
+
def self.inner_class_types
|
|
3496
|
+
@inner_class_types = {
|
|
3497
|
+
bank_terms: BankTerms,
|
|
3498
|
+
financing_disclosures: FinancingDisclosures,
|
|
3499
|
+
platform: Platform,
|
|
3500
|
+
}
|
|
3501
|
+
end
|
|
3502
|
+
|
|
3503
|
+
def self.field_remappings
|
|
3504
|
+
@field_remappings = {}
|
|
3505
|
+
end
|
|
3506
|
+
end
|
|
3507
|
+
|
|
3508
|
+
class SpendCard < ::Stripe::StripeObject
|
|
3509
|
+
class BankTerms < ::Stripe::StripeObject
|
|
3510
|
+
# 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.
|
|
3511
|
+
attr_reader :date
|
|
3512
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
3513
|
+
attr_reader :ip
|
|
3514
|
+
# The URL to the service agreement the Account's representative accepted.
|
|
3515
|
+
attr_reader :url
|
|
3516
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3517
|
+
attr_reader :user_agent
|
|
3518
|
+
|
|
3519
|
+
def self.inner_class_types
|
|
3520
|
+
@inner_class_types = {}
|
|
3521
|
+
end
|
|
3522
|
+
|
|
3523
|
+
def self.field_remappings
|
|
3524
|
+
@field_remappings = {}
|
|
3525
|
+
end
|
|
3526
|
+
end
|
|
3527
|
+
|
|
3528
|
+
class FinancingDisclosures < ::Stripe::StripeObject
|
|
3529
|
+
# 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.
|
|
3530
|
+
attr_reader :date
|
|
3531
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
3532
|
+
attr_reader :ip
|
|
3533
|
+
# The URL to the service agreement the Account's representative accepted.
|
|
3534
|
+
attr_reader :url
|
|
3535
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3536
|
+
attr_reader :user_agent
|
|
3537
|
+
|
|
3538
|
+
def self.inner_class_types
|
|
3539
|
+
@inner_class_types = {}
|
|
3540
|
+
end
|
|
3541
|
+
|
|
3542
|
+
def self.field_remappings
|
|
3543
|
+
@field_remappings = {}
|
|
3544
|
+
end
|
|
3545
|
+
end
|
|
3546
|
+
# Bank terms of service acceptance for commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
3547
|
+
attr_reader :bank_terms
|
|
3548
|
+
# Financial disclosures terms of service acceptance for commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
3549
|
+
attr_reader :financing_disclosures
|
|
3550
|
+
|
|
3551
|
+
def self.inner_class_types
|
|
3552
|
+
@inner_class_types = {
|
|
3553
|
+
bank_terms: BankTerms,
|
|
3554
|
+
financing_disclosures: FinancingDisclosures,
|
|
3555
|
+
}
|
|
3556
|
+
end
|
|
3557
|
+
|
|
3558
|
+
def self.field_remappings
|
|
3559
|
+
@field_remappings = {}
|
|
3560
|
+
end
|
|
3561
|
+
end
|
|
3562
|
+
# Terms of service acceptances for commercial issuing Apple Pay cards with Cross River Bank as BIN sponsor.
|
|
3563
|
+
attr_reader :apple_pay
|
|
3564
|
+
# Terms of service acceptances for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
3565
|
+
attr_reader :charge_card
|
|
3566
|
+
# Terms of service acceptances for commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
3567
|
+
attr_reader :spend_card
|
|
3568
|
+
|
|
3569
|
+
def self.inner_class_types
|
|
3570
|
+
@inner_class_types = {
|
|
3571
|
+
apple_pay: ApplePay,
|
|
3572
|
+
charge_card: ChargeCard,
|
|
3573
|
+
spend_card: SpendCard,
|
|
3574
|
+
}
|
|
3575
|
+
end
|
|
3576
|
+
|
|
3577
|
+
def self.field_remappings
|
|
3578
|
+
@field_remappings = {}
|
|
3579
|
+
end
|
|
3580
|
+
end
|
|
3581
|
+
# Terms of service acceptances for Stripe commercial card issuing.
|
|
3582
|
+
attr_reader :account_holder
|
|
3583
|
+
# Terms of service acceptances for commercial issuing cards with Celtic as BIN sponsor.
|
|
3584
|
+
attr_reader :celtic
|
|
3585
|
+
# Terms of service acceptances for commercial issuing cards with Cross River Bank as BIN sponsor.
|
|
3586
|
+
attr_reader :cross_river_bank
|
|
3587
|
+
|
|
3588
|
+
def self.inner_class_types
|
|
3589
|
+
@inner_class_types = {
|
|
3590
|
+
account_holder: AccountHolder,
|
|
3591
|
+
celtic: Celtic,
|
|
3592
|
+
cross_river_bank: CrossRiverBank,
|
|
3593
|
+
}
|
|
3594
|
+
end
|
|
3595
|
+
|
|
3596
|
+
def self.field_remappings
|
|
3597
|
+
@field_remappings = {}
|
|
3598
|
+
end
|
|
3599
|
+
end
|
|
3600
|
+
# Terms of service acceptances to create cards for commercial issuing use cases.
|
|
3601
|
+
attr_reader :commercial
|
|
3602
|
+
|
|
3603
|
+
def self.inner_class_types
|
|
3604
|
+
@inner_class_types = { commercial: Commercial }
|
|
3605
|
+
end
|
|
3606
|
+
|
|
3607
|
+
def self.field_remappings
|
|
3608
|
+
@field_remappings = {}
|
|
3609
|
+
end
|
|
3610
|
+
end
|
|
3611
|
+
|
|
3612
|
+
class CryptoStorer < ::Stripe::StripeObject
|
|
3613
|
+
# 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.
|
|
3614
|
+
attr_reader :date
|
|
3615
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
3616
|
+
attr_reader :ip
|
|
3617
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3618
|
+
attr_reader :user_agent
|
|
3619
|
+
|
|
3620
|
+
def self.inner_class_types
|
|
3621
|
+
@inner_class_types = {}
|
|
3622
|
+
end
|
|
3623
|
+
|
|
3624
|
+
def self.field_remappings
|
|
3625
|
+
@field_remappings = {}
|
|
3626
|
+
end
|
|
3627
|
+
end
|
|
3628
|
+
|
|
3629
|
+
class Storer < ::Stripe::StripeObject
|
|
2686
3630
|
# 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.
|
|
2687
3631
|
attr_reader :date
|
|
2688
3632
|
# The IP address from which the Account's representative accepted the terms of service.
|
|
@@ -2700,11 +3644,20 @@ module Stripe
|
|
|
2700
3644
|
end
|
|
2701
3645
|
# Details on the Account's acceptance of the [Stripe Services Agreement](https://docs.stripe.com/connect/updating-accounts#tos-acceptance).
|
|
2702
3646
|
attr_reader :account
|
|
3647
|
+
# Details on the Account's acceptance of Issuing-specific terms of service.
|
|
3648
|
+
attr_reader :card_creator
|
|
3649
|
+
# Details on the Account's acceptance of Crypto-storer-specific terms of service.
|
|
3650
|
+
attr_reader :crypto_storer
|
|
2703
3651
|
# Details on the Account's acceptance of Treasury-specific terms of service.
|
|
2704
3652
|
attr_reader :storer
|
|
2705
3653
|
|
|
2706
3654
|
def self.inner_class_types
|
|
2707
|
-
@inner_class_types = {
|
|
3655
|
+
@inner_class_types = {
|
|
3656
|
+
account: Account,
|
|
3657
|
+
card_creator: CardCreator,
|
|
3658
|
+
crypto_storer: CryptoStorer,
|
|
3659
|
+
storer: Storer,
|
|
3660
|
+
}
|
|
2708
3661
|
end
|
|
2709
3662
|
|
|
2710
3663
|
def self.field_remappings
|
|
@@ -2717,6 +3670,8 @@ module Stripe
|
|
|
2717
3670
|
attr_reader :ownership_declaration
|
|
2718
3671
|
# Attestation that all Persons with a specific Relationship value have been provided.
|
|
2719
3672
|
attr_reader :persons_provided
|
|
3673
|
+
# This hash is used to attest that the representative is authorized to act as the representative of their legal entity.
|
|
3674
|
+
attr_reader :representative_declaration
|
|
2720
3675
|
# Attestations of accepted terms of service agreements.
|
|
2721
3676
|
attr_reader :terms_of_service
|
|
2722
3677
|
|
|
@@ -2725,6 +3680,7 @@ module Stripe
|
|
|
2725
3680
|
directorship_declaration: DirectorshipDeclaration,
|
|
2726
3681
|
ownership_declaration: OwnershipDeclaration,
|
|
2727
3682
|
persons_provided: PersonsProvided,
|
|
3683
|
+
representative_declaration: RepresentativeDeclaration,
|
|
2728
3684
|
terms_of_service: TermsOfService,
|
|
2729
3685
|
}
|
|
2730
3686
|
end
|
|
@@ -2734,8 +3690,8 @@ module Stripe
|
|
|
2734
3690
|
end
|
|
2735
3691
|
end
|
|
2736
3692
|
|
|
2737
|
-
class BusinessDetails < Stripe::StripeObject
|
|
2738
|
-
class Address < Stripe::StripeObject
|
|
3693
|
+
class BusinessDetails < ::Stripe::StripeObject
|
|
3694
|
+
class Address < ::Stripe::StripeObject
|
|
2739
3695
|
# City, district, suburb, town, or village.
|
|
2740
3696
|
attr_reader :city
|
|
2741
3697
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -2760,7 +3716,7 @@ module Stripe
|
|
|
2760
3716
|
end
|
|
2761
3717
|
end
|
|
2762
3718
|
|
|
2763
|
-
class AnnualRevenue < Stripe::StripeObject
|
|
3719
|
+
class AnnualRevenue < ::Stripe::StripeObject
|
|
2764
3720
|
# A non-negative integer representing the amount in the smallest currency unit.
|
|
2765
3721
|
attr_reader :amount
|
|
2766
3722
|
# The close-out date of the preceding fiscal year in ISO 8601 format. E.g. 2023-12-31 for the 31st of December, 2023.
|
|
@@ -2775,8 +3731,8 @@ module Stripe
|
|
|
2775
3731
|
end
|
|
2776
3732
|
end
|
|
2777
3733
|
|
|
2778
|
-
class Documents < Stripe::StripeObject
|
|
2779
|
-
class BankAccountOwnershipVerification < Stripe::StripeObject
|
|
3734
|
+
class Documents < ::Stripe::StripeObject
|
|
3735
|
+
class BankAccountOwnershipVerification < ::Stripe::StripeObject
|
|
2780
3736
|
# 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`.
|
|
2781
3737
|
attr_reader :files
|
|
2782
3738
|
# The format of the document. Currently supports `files` only.
|
|
@@ -2791,7 +3747,7 @@ module Stripe
|
|
|
2791
3747
|
end
|
|
2792
3748
|
end
|
|
2793
3749
|
|
|
2794
|
-
class CompanyLicense < Stripe::StripeObject
|
|
3750
|
+
class CompanyLicense < ::Stripe::StripeObject
|
|
2795
3751
|
# 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`.
|
|
2796
3752
|
attr_reader :files
|
|
2797
3753
|
# The format of the document. Currently supports `files` only.
|
|
@@ -2806,7 +3762,7 @@ module Stripe
|
|
|
2806
3762
|
end
|
|
2807
3763
|
end
|
|
2808
3764
|
|
|
2809
|
-
class CompanyMemorandumOfAssociation < Stripe::StripeObject
|
|
3765
|
+
class CompanyMemorandumOfAssociation < ::Stripe::StripeObject
|
|
2810
3766
|
# 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`.
|
|
2811
3767
|
attr_reader :files
|
|
2812
3768
|
# The format of the document. Currently supports `files` only.
|
|
@@ -2821,7 +3777,7 @@ module Stripe
|
|
|
2821
3777
|
end
|
|
2822
3778
|
end
|
|
2823
3779
|
|
|
2824
|
-
class CompanyMinisterialDecree < Stripe::StripeObject
|
|
3780
|
+
class CompanyMinisterialDecree < ::Stripe::StripeObject
|
|
2825
3781
|
# 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`.
|
|
2826
3782
|
attr_reader :files
|
|
2827
3783
|
# The format of the document. Currently supports `files` only.
|
|
@@ -2836,7 +3792,7 @@ module Stripe
|
|
|
2836
3792
|
end
|
|
2837
3793
|
end
|
|
2838
3794
|
|
|
2839
|
-
class CompanyRegistrationVerification < Stripe::StripeObject
|
|
3795
|
+
class CompanyRegistrationVerification < ::Stripe::StripeObject
|
|
2840
3796
|
# 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`.
|
|
2841
3797
|
attr_reader :files
|
|
2842
3798
|
# The format of the document. Currently supports `files` only.
|
|
@@ -2851,7 +3807,7 @@ module Stripe
|
|
|
2851
3807
|
end
|
|
2852
3808
|
end
|
|
2853
3809
|
|
|
2854
|
-
class CompanyTaxIdVerification < Stripe::StripeObject
|
|
3810
|
+
class CompanyTaxIdVerification < ::Stripe::StripeObject
|
|
2855
3811
|
# 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`.
|
|
2856
3812
|
attr_reader :files
|
|
2857
3813
|
# The format of the document. Currently supports `files` only.
|
|
@@ -2866,8 +3822,8 @@ module Stripe
|
|
|
2866
3822
|
end
|
|
2867
3823
|
end
|
|
2868
3824
|
|
|
2869
|
-
class PrimaryVerification < Stripe::StripeObject
|
|
2870
|
-
class FrontBack < Stripe::StripeObject
|
|
3825
|
+
class PrimaryVerification < ::Stripe::StripeObject
|
|
3826
|
+
class FrontBack < ::Stripe::StripeObject
|
|
2871
3827
|
# 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.
|
|
2872
3828
|
attr_reader :back
|
|
2873
3829
|
# 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.
|
|
@@ -2895,7 +3851,7 @@ module Stripe
|
|
|
2895
3851
|
end
|
|
2896
3852
|
end
|
|
2897
3853
|
|
|
2898
|
-
class ProofOfAddress < Stripe::StripeObject
|
|
3854
|
+
class ProofOfAddress < ::Stripe::StripeObject
|
|
2899
3855
|
# 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`.
|
|
2900
3856
|
attr_reader :files
|
|
2901
3857
|
# The format of the document. Currently supports `files` only.
|
|
@@ -2910,7 +3866,7 @@ module Stripe
|
|
|
2910
3866
|
end
|
|
2911
3867
|
end
|
|
2912
3868
|
|
|
2913
|
-
class ProofOfRegistration < Stripe::StripeObject
|
|
3869
|
+
class ProofOfRegistration < ::Stripe::StripeObject
|
|
2914
3870
|
# 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`.
|
|
2915
3871
|
attr_reader :files
|
|
2916
3872
|
# The format of the document. Currently supports `files` only.
|
|
@@ -2925,7 +3881,7 @@ module Stripe
|
|
|
2925
3881
|
end
|
|
2926
3882
|
end
|
|
2927
3883
|
|
|
2928
|
-
class ProofOfUltimateBeneficialOwnership < Stripe::StripeObject
|
|
3884
|
+
class ProofOfUltimateBeneficialOwnership < ::Stripe::StripeObject
|
|
2929
3885
|
# 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`.
|
|
2930
3886
|
attr_reader :files
|
|
2931
3887
|
# The format of the document. Currently supports `files` only.
|
|
@@ -2980,7 +3936,7 @@ module Stripe
|
|
|
2980
3936
|
end
|
|
2981
3937
|
end
|
|
2982
3938
|
|
|
2983
|
-
class IdNumber < Stripe::StripeObject
|
|
3939
|
+
class IdNumber < ::Stripe::StripeObject
|
|
2984
3940
|
# The registrar of the ID number (Only valid for DE ID number types).
|
|
2985
3941
|
attr_reader :registrar
|
|
2986
3942
|
# Open Enum. The ID number type of a business entity.
|
|
@@ -2995,7 +3951,7 @@ module Stripe
|
|
|
2995
3951
|
end
|
|
2996
3952
|
end
|
|
2997
3953
|
|
|
2998
|
-
class MonthlyEstimatedRevenue < Stripe::StripeObject
|
|
3954
|
+
class MonthlyEstimatedRevenue < ::Stripe::StripeObject
|
|
2999
3955
|
# A non-negative integer representing the amount in the smallest currency unit.
|
|
3000
3956
|
attr_reader :amount
|
|
3001
3957
|
|
|
@@ -3008,8 +3964,8 @@ module Stripe
|
|
|
3008
3964
|
end
|
|
3009
3965
|
end
|
|
3010
3966
|
|
|
3011
|
-
class ScriptAddresses < Stripe::StripeObject
|
|
3012
|
-
class Kana < Stripe::StripeObject
|
|
3967
|
+
class ScriptAddresses < ::Stripe::StripeObject
|
|
3968
|
+
class Kana < ::Stripe::StripeObject
|
|
3013
3969
|
# City, district, suburb, town, or village.
|
|
3014
3970
|
attr_reader :city
|
|
3015
3971
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -3034,7 +3990,7 @@ module Stripe
|
|
|
3034
3990
|
end
|
|
3035
3991
|
end
|
|
3036
3992
|
|
|
3037
|
-
class Kanji < Stripe::StripeObject
|
|
3993
|
+
class Kanji < ::Stripe::StripeObject
|
|
3038
3994
|
# City, district, suburb, town, or village.
|
|
3039
3995
|
attr_reader :city
|
|
3040
3996
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -3072,8 +4028,8 @@ module Stripe
|
|
|
3072
4028
|
end
|
|
3073
4029
|
end
|
|
3074
4030
|
|
|
3075
|
-
class ScriptNames < Stripe::StripeObject
|
|
3076
|
-
class Kana < Stripe::StripeObject
|
|
4031
|
+
class ScriptNames < ::Stripe::StripeObject
|
|
4032
|
+
class Kana < ::Stripe::StripeObject
|
|
3077
4033
|
# Registered name of the business.
|
|
3078
4034
|
attr_reader :registered_name
|
|
3079
4035
|
|
|
@@ -3086,7 +4042,7 @@ module Stripe
|
|
|
3086
4042
|
end
|
|
3087
4043
|
end
|
|
3088
4044
|
|
|
3089
|
-
class Kanji < Stripe::StripeObject
|
|
4045
|
+
class Kanji < ::Stripe::StripeObject
|
|
3090
4046
|
# Registered name of the business.
|
|
3091
4047
|
attr_reader :registered_name
|
|
3092
4048
|
|
|
@@ -3115,6 +4071,8 @@ module Stripe
|
|
|
3115
4071
|
attr_reader :address
|
|
3116
4072
|
# The business gross annual revenue for its preceding fiscal year.
|
|
3117
4073
|
attr_reader :annual_revenue
|
|
4074
|
+
# A detailed description of the business's compliance and anti-money laundering controls and practices.
|
|
4075
|
+
attr_reader :compliance_screening_description
|
|
3118
4076
|
# Documents that may be submitted to satisfy various informational requests.
|
|
3119
4077
|
attr_reader :documents
|
|
3120
4078
|
# An estimated upper bound of employees, contractors, vendors, etc. currently working for the business.
|
|
@@ -3151,8 +4109,8 @@ module Stripe
|
|
|
3151
4109
|
end
|
|
3152
4110
|
end
|
|
3153
4111
|
|
|
3154
|
-
class Individual < Stripe::StripeObject
|
|
3155
|
-
class AdditionalAddress < Stripe::StripeObject
|
|
4112
|
+
class Individual < ::Stripe::StripeObject
|
|
4113
|
+
class AdditionalAddress < ::Stripe::StripeObject
|
|
3156
4114
|
# City, district, suburb, town, or village.
|
|
3157
4115
|
attr_reader :city
|
|
3158
4116
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -3179,7 +4137,7 @@ module Stripe
|
|
|
3179
4137
|
end
|
|
3180
4138
|
end
|
|
3181
4139
|
|
|
3182
|
-
class AdditionalName < Stripe::StripeObject
|
|
4140
|
+
class AdditionalName < ::Stripe::StripeObject
|
|
3183
4141
|
# The individual's full name.
|
|
3184
4142
|
attr_reader :full_name
|
|
3185
4143
|
# The individual's first or given name.
|
|
@@ -3198,8 +4156,8 @@ module Stripe
|
|
|
3198
4156
|
end
|
|
3199
4157
|
end
|
|
3200
4158
|
|
|
3201
|
-
class AdditionalTermsOfService < Stripe::StripeObject
|
|
3202
|
-
class Account < Stripe::StripeObject
|
|
4159
|
+
class AdditionalTermsOfService < ::Stripe::StripeObject
|
|
4160
|
+
class Account < ::Stripe::StripeObject
|
|
3203
4161
|
# 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.
|
|
3204
4162
|
attr_reader :date
|
|
3205
4163
|
# The IP address from which the Account's representative accepted the terms of service.
|
|
@@ -3227,7 +4185,7 @@ module Stripe
|
|
|
3227
4185
|
end
|
|
3228
4186
|
end
|
|
3229
4187
|
|
|
3230
|
-
class Address < Stripe::StripeObject
|
|
4188
|
+
class Address < ::Stripe::StripeObject
|
|
3231
4189
|
# City, district, suburb, town, or village.
|
|
3232
4190
|
attr_reader :city
|
|
3233
4191
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -3252,7 +4210,7 @@ module Stripe
|
|
|
3252
4210
|
end
|
|
3253
4211
|
end
|
|
3254
4212
|
|
|
3255
|
-
class DateOfBirth < Stripe::StripeObject
|
|
4213
|
+
class DateOfBirth < ::Stripe::StripeObject
|
|
3256
4214
|
# The day of birth, between 1 and 31.
|
|
3257
4215
|
attr_reader :day
|
|
3258
4216
|
# The month of birth, between 1 and 12.
|
|
@@ -3269,8 +4227,8 @@ module Stripe
|
|
|
3269
4227
|
end
|
|
3270
4228
|
end
|
|
3271
4229
|
|
|
3272
|
-
class Documents < Stripe::StripeObject
|
|
3273
|
-
class CompanyAuthorization < Stripe::StripeObject
|
|
4230
|
+
class Documents < ::Stripe::StripeObject
|
|
4231
|
+
class CompanyAuthorization < ::Stripe::StripeObject
|
|
3274
4232
|
# 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`.
|
|
3275
4233
|
attr_reader :files
|
|
3276
4234
|
# The format of the document. Currently supports `files` only.
|
|
@@ -3285,7 +4243,7 @@ module Stripe
|
|
|
3285
4243
|
end
|
|
3286
4244
|
end
|
|
3287
4245
|
|
|
3288
|
-
class Passport < Stripe::StripeObject
|
|
4246
|
+
class Passport < ::Stripe::StripeObject
|
|
3289
4247
|
# 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`.
|
|
3290
4248
|
attr_reader :files
|
|
3291
4249
|
# The format of the document. Currently supports `files` only.
|
|
@@ -3300,8 +4258,8 @@ module Stripe
|
|
|
3300
4258
|
end
|
|
3301
4259
|
end
|
|
3302
4260
|
|
|
3303
|
-
class PrimaryVerification < Stripe::StripeObject
|
|
3304
|
-
class FrontBack < Stripe::StripeObject
|
|
4261
|
+
class PrimaryVerification < ::Stripe::StripeObject
|
|
4262
|
+
class FrontBack < ::Stripe::StripeObject
|
|
3305
4263
|
# 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.
|
|
3306
4264
|
attr_reader :back
|
|
3307
4265
|
# 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.
|
|
@@ -3329,8 +4287,8 @@ module Stripe
|
|
|
3329
4287
|
end
|
|
3330
4288
|
end
|
|
3331
4289
|
|
|
3332
|
-
class SecondaryVerification < Stripe::StripeObject
|
|
3333
|
-
class FrontBack < Stripe::StripeObject
|
|
4290
|
+
class SecondaryVerification < ::Stripe::StripeObject
|
|
4291
|
+
class FrontBack < ::Stripe::StripeObject
|
|
3334
4292
|
# 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.
|
|
3335
4293
|
attr_reader :back
|
|
3336
4294
|
# 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.
|
|
@@ -3358,7 +4316,7 @@ module Stripe
|
|
|
3358
4316
|
end
|
|
3359
4317
|
end
|
|
3360
4318
|
|
|
3361
|
-
class Visa < Stripe::StripeObject
|
|
4319
|
+
class Visa < ::Stripe::StripeObject
|
|
3362
4320
|
# 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`.
|
|
3363
4321
|
attr_reader :files
|
|
3364
4322
|
# The format of the document. Currently supports `files` only.
|
|
@@ -3398,7 +4356,7 @@ module Stripe
|
|
|
3398
4356
|
end
|
|
3399
4357
|
end
|
|
3400
4358
|
|
|
3401
|
-
class IdNumber < Stripe::StripeObject
|
|
4359
|
+
class IdNumber < ::Stripe::StripeObject
|
|
3402
4360
|
# The ID number type of an individual.
|
|
3403
4361
|
attr_reader :type
|
|
3404
4362
|
|
|
@@ -3411,7 +4369,7 @@ module Stripe
|
|
|
3411
4369
|
end
|
|
3412
4370
|
end
|
|
3413
4371
|
|
|
3414
|
-
class Relationship < Stripe::StripeObject
|
|
4372
|
+
class Relationship < ::Stripe::StripeObject
|
|
3415
4373
|
# Whether the individual is an authorizer of the Account’s legal entity.
|
|
3416
4374
|
attr_reader :authorizer
|
|
3417
4375
|
# 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.
|
|
@@ -3438,8 +4396,8 @@ module Stripe
|
|
|
3438
4396
|
end
|
|
3439
4397
|
end
|
|
3440
4398
|
|
|
3441
|
-
class ScriptAddresses < Stripe::StripeObject
|
|
3442
|
-
class Kana < Stripe::StripeObject
|
|
4399
|
+
class ScriptAddresses < ::Stripe::StripeObject
|
|
4400
|
+
class Kana < ::Stripe::StripeObject
|
|
3443
4401
|
# City, district, suburb, town, or village.
|
|
3444
4402
|
attr_reader :city
|
|
3445
4403
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -3464,7 +4422,7 @@ module Stripe
|
|
|
3464
4422
|
end
|
|
3465
4423
|
end
|
|
3466
4424
|
|
|
3467
|
-
class Kanji < Stripe::StripeObject
|
|
4425
|
+
class Kanji < ::Stripe::StripeObject
|
|
3468
4426
|
# City, district, suburb, town, or village.
|
|
3469
4427
|
attr_reader :city
|
|
3470
4428
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -3502,8 +4460,8 @@ module Stripe
|
|
|
3502
4460
|
end
|
|
3503
4461
|
end
|
|
3504
4462
|
|
|
3505
|
-
class ScriptNames < Stripe::StripeObject
|
|
3506
|
-
class Kana < Stripe::StripeObject
|
|
4463
|
+
class ScriptNames < ::Stripe::StripeObject
|
|
4464
|
+
class Kana < ::Stripe::StripeObject
|
|
3507
4465
|
# The person's first or given name.
|
|
3508
4466
|
attr_reader :given_name
|
|
3509
4467
|
# The person's last or family name.
|
|
@@ -3518,7 +4476,7 @@ module Stripe
|
|
|
3518
4476
|
end
|
|
3519
4477
|
end
|
|
3520
4478
|
|
|
3521
|
-
class Kanji < Stripe::StripeObject
|
|
4479
|
+
class Kanji < ::Stripe::StripeObject
|
|
3522
4480
|
# The person's first or given name.
|
|
3523
4481
|
attr_reader :given_name
|
|
3524
4482
|
# The person's last or family name.
|
|
@@ -3611,7 +4569,7 @@ module Stripe
|
|
|
3611
4569
|
@field_remappings = {}
|
|
3612
4570
|
end
|
|
3613
4571
|
end
|
|
3614
|
-
# Attestations from the identity's key people, e.g. owners, executives, directors.
|
|
4572
|
+
# Attestations from the identity's key people, e.g. owners, executives, directors, representatives.
|
|
3615
4573
|
attr_reader :attestations
|
|
3616
4574
|
# Information about the company or business.
|
|
3617
4575
|
attr_reader :business_details
|
|
@@ -3635,9 +4593,9 @@ module Stripe
|
|
|
3635
4593
|
end
|
|
3636
4594
|
end
|
|
3637
4595
|
|
|
3638
|
-
class Requirements < Stripe::StripeObject
|
|
3639
|
-
class Entry < Stripe::StripeObject
|
|
3640
|
-
class Error < Stripe::StripeObject
|
|
4596
|
+
class Requirements < ::Stripe::StripeObject
|
|
4597
|
+
class Entry < ::Stripe::StripeObject
|
|
4598
|
+
class Error < ::Stripe::StripeObject
|
|
3641
4599
|
# Machine-readable code describing the error.
|
|
3642
4600
|
attr_reader :code
|
|
3643
4601
|
# Human-readable description of the error.
|
|
@@ -3652,9 +4610,9 @@ module Stripe
|
|
|
3652
4610
|
end
|
|
3653
4611
|
end
|
|
3654
4612
|
|
|
3655
|
-
class Impact < Stripe::StripeObject
|
|
3656
|
-
class RestrictsCapability < Stripe::StripeObject
|
|
3657
|
-
class Deadline < Stripe::StripeObject
|
|
4613
|
+
class Impact < ::Stripe::StripeObject
|
|
4614
|
+
class RestrictsCapability < ::Stripe::StripeObject
|
|
4615
|
+
class Deadline < ::Stripe::StripeObject
|
|
3658
4616
|
# The current status of the requirement's impact.
|
|
3659
4617
|
attr_reader :status
|
|
3660
4618
|
|
|
@@ -3693,7 +4651,7 @@ module Stripe
|
|
|
3693
4651
|
end
|
|
3694
4652
|
end
|
|
3695
4653
|
|
|
3696
|
-
class MinimumDeadline < Stripe::StripeObject
|
|
4654
|
+
class MinimumDeadline < ::Stripe::StripeObject
|
|
3697
4655
|
# The current status of the requirement's impact.
|
|
3698
4656
|
attr_reader :status
|
|
3699
4657
|
|
|
@@ -3706,7 +4664,7 @@ module Stripe
|
|
|
3706
4664
|
end
|
|
3707
4665
|
end
|
|
3708
4666
|
|
|
3709
|
-
class Reference < Stripe::StripeObject
|
|
4667
|
+
class Reference < ::Stripe::StripeObject
|
|
3710
4668
|
# If `inquiry` is the type, the inquiry token.
|
|
3711
4669
|
attr_reader :inquiry
|
|
3712
4670
|
# If `resource` is the type, the resource token.
|
|
@@ -3723,7 +4681,7 @@ module Stripe
|
|
|
3723
4681
|
end
|
|
3724
4682
|
end
|
|
3725
4683
|
|
|
3726
|
-
class RequestedReason < Stripe::StripeObject
|
|
4684
|
+
class RequestedReason < ::Stripe::StripeObject
|
|
3727
4685
|
# Machine-readable description of Stripe's reason for collecting the requirement.
|
|
3728
4686
|
attr_reader :code
|
|
3729
4687
|
|
|
@@ -3765,8 +4723,8 @@ module Stripe
|
|
|
3765
4723
|
end
|
|
3766
4724
|
end
|
|
3767
4725
|
|
|
3768
|
-
class Summary < Stripe::StripeObject
|
|
3769
|
-
class MinimumDeadline < Stripe::StripeObject
|
|
4726
|
+
class Summary < ::Stripe::StripeObject
|
|
4727
|
+
class MinimumDeadline < ::Stripe::StripeObject
|
|
3770
4728
|
# The current strictest status of all requirements on the Account.
|
|
3771
4729
|
attr_reader :status
|
|
3772
4730
|
# The soonest RFC3339 date & time UTC value a requirement can impact the Account.
|
|
@@ -3808,6 +4766,8 @@ module Stripe
|
|
|
3808
4766
|
end
|
|
3809
4767
|
# Filter only accounts that have all of the configurations specified. If omitted, returns all accounts regardless of which configurations they have.
|
|
3810
4768
|
attr_reader :applied_configurations
|
|
4769
|
+
# A value indicating if the Account has been closed.
|
|
4770
|
+
attr_reader :closed
|
|
3811
4771
|
# An Account Configuration which allows the Account to take on a key persona across Stripe products.
|
|
3812
4772
|
attr_reader :configuration
|
|
3813
4773
|
# The default contact email address for the Account. Required when configuring the account as a merchant or recipient.
|