stripe 16.1.0.pre.beta.1 → 17.1.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/api_requestor.rb +3 -1
- 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/object_types.rb +22 -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 +139 -139
- data/lib/stripe/params/account_delete_params.rb +1 -1
- data/lib/stripe/params/account_external_account_create_params.rb +4 -4
- data/lib/stripe/params/account_external_account_delete_params.rb +1 -1
- data/lib/stripe/params/account_external_account_list_params.rb +1 -1
- data/lib/stripe/params/account_external_account_retrieve_params.rb +1 -1
- data/lib/stripe/params/account_external_account_update_params.rb +3 -3
- data/lib/stripe/params/account_link_create_params.rb +2 -2
- data/lib/stripe/params/account_list_params.rb +2 -2
- data/lib/stripe/params/account_login_link_create_params.rb +1 -1
- data/lib/stripe/params/account_notice_list_params.rb +1 -1
- data/lib/stripe/params/account_notice_retrieve_params.rb +1 -1
- data/lib/stripe/params/account_notice_update_params.rb +2 -2
- data/lib/stripe/params/account_person_create_params.rb +19 -19
- data/lib/stripe/params/account_person_delete_params.rb +1 -1
- data/lib/stripe/params/account_person_list_params.rb +2 -2
- data/lib/stripe/params/account_person_retrieve_params.rb +1 -1
- data/lib/stripe/params/account_person_update_params.rb +19 -19
- data/lib/stripe/params/account_persons_params.rb +2 -2
- data/lib/stripe/params/account_reject_params.rb +1 -1
- data/lib/stripe/params/account_retrieve_current_params.rb +1 -1
- data/lib/stripe/params/account_retrieve_params.rb +1 -1
- data/lib/stripe/params/account_session_create_params.rb +64 -64
- data/lib/stripe/params/account_update_params.rb +133 -133
- data/lib/stripe/params/apple_pay_domain_create_params.rb +1 -1
- data/lib/stripe/params/apple_pay_domain_delete_params.rb +1 -1
- data/lib/stripe/params/apple_pay_domain_list_params.rb +1 -1
- data/lib/stripe/params/apple_pay_domain_retrieve_params.rb +1 -1
- data/lib/stripe/params/application_fee_list_params.rb +2 -2
- data/lib/stripe/params/application_fee_refund_create_params.rb +1 -1
- data/lib/stripe/params/application_fee_refund_list_params.rb +1 -1
- data/lib/stripe/params/application_fee_refund_retrieve_params.rb +1 -1
- data/lib/stripe/params/application_fee_refund_update_params.rb +1 -1
- data/lib/stripe/params/application_fee_retrieve_params.rb +1 -1
- data/lib/stripe/params/apps/secret_create_params.rb +2 -2
- data/lib/stripe/params/apps/secret_delete_where_params.rb +2 -2
- data/lib/stripe/params/apps/secret_find_params.rb +2 -2
- data/lib/stripe/params/apps/secret_list_params.rb +2 -2
- data/lib/stripe/params/balance_retrieve_params.rb +1 -1
- data/lib/stripe/params/balance_settings_retrieve_params.rb +1 -1
- data/lib/stripe/params/balance_settings_update_params.rb +5 -5
- data/lib/stripe/params/balance_transaction_list_params.rb +2 -2
- data/lib/stripe/params/balance_transaction_retrieve_params.rb +1 -1
- data/lib/stripe/params/billing/alert_activate_params.rb +1 -1
- data/lib/stripe/params/billing/alert_archive_params.rb +1 -1
- data/lib/stripe/params/billing/alert_create_params.rb +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 +2 -2
- 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 +35 -8
- 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 +4 -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 +1 -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 +14 -14
- data/lib/stripe/params/billing_portal/configuration_list_params.rb +1 -1
- data/lib/stripe/params/billing_portal/configuration_retrieve_params.rb +1 -1
- data/lib/stripe/params/billing_portal/configuration_update_params.rb +14 -14
- data/lib/stripe/params/billing_portal/session_create_params.rb +12 -12
- data/lib/stripe/params/capital/financing_offer_list_params.rb +2 -2
- data/lib/stripe/params/capital/financing_offer_mark_delivered_params.rb +1 -1
- data/lib/stripe/params/capital/financing_offer_retrieve_params.rb +1 -1
- data/lib/stripe/params/capital/financing_summary_retrieve_params.rb +1 -1
- data/lib/stripe/params/capital/financing_transaction_list_params.rb +1 -1
- data/lib/stripe/params/capital/financing_transaction_retrieve_params.rb +1 -1
- data/lib/stripe/params/charge_capture_params.rb +31 -31
- data/lib/stripe/params/charge_create_params.rb +6 -6
- data/lib/stripe/params/charge_list_params.rb +2 -2
- data/lib/stripe/params/charge_retrieve_params.rb +1 -1
- data/lib/stripe/params/charge_search_params.rb +1 -1
- data/lib/stripe/params/charge_update_params.rb +33 -33
- data/lib/stripe/params/checkout/session_create_params.rb +206 -127
- 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 +6 -6
- data/lib/stripe/params/customer_tax_id_create_params.rb +1 -1
- data/lib/stripe/params/customer_tax_id_delete_params.rb +1 -1
- data/lib/stripe/params/customer_tax_id_list_params.rb +1 -1
- data/lib/stripe/params/customer_tax_id_retrieve_params.rb +1 -1
- data/lib/stripe/params/customer_update_params.rb +10 -10
- data/lib/stripe/params/dispute_close_params.rb +1 -1
- data/lib/stripe/params/dispute_list_params.rb +2 -2
- data/lib/stripe/params/dispute_retrieve_params.rb +1 -1
- data/lib/stripe/params/dispute_update_params.rb +9 -9
- data/lib/stripe/params/entitlements/active_entitlement_list_params.rb +1 -1
- data/lib/stripe/params/entitlements/active_entitlement_retrieve_params.rb +1 -1
- data/lib/stripe/params/entitlements/feature_create_params.rb +1 -1
- data/lib/stripe/params/entitlements/feature_list_params.rb +1 -1
- data/lib/stripe/params/entitlements/feature_retrieve_params.rb +1 -1
- data/lib/stripe/params/entitlements/feature_update_params.rb +1 -1
- data/lib/stripe/params/ephemeral_key_create_params.rb +1 -1
- data/lib/stripe/params/ephemeral_key_delete_params.rb +1 -1
- data/lib/stripe/params/event_list_params.rb +2 -2
- data/lib/stripe/params/event_retrieve_params.rb +1 -1
- data/lib/stripe/params/exchange_rate_list_params.rb +1 -1
- data/lib/stripe/params/exchange_rate_retrieve_params.rb +1 -1
- data/lib/stripe/params/external_account_create_params.rb +4 -4
- data/lib/stripe/params/external_account_delete_params.rb +1 -1
- data/lib/stripe/params/external_account_list_params.rb +1 -1
- data/lib/stripe/params/external_account_retrieve_params.rb +1 -1
- data/lib/stripe/params/external_account_update_params.rb +3 -3
- data/lib/stripe/params/file_create_params.rb +2 -2
- data/lib/stripe/params/file_link_create_params.rb +1 -1
- data/lib/stripe/params/file_link_list_params.rb +2 -2
- data/lib/stripe/params/file_link_retrieve_params.rb +1 -1
- data/lib/stripe/params/file_link_update_params.rb +1 -1
- data/lib/stripe/params/file_list_params.rb +2 -2
- data/lib/stripe/params/file_retrieve_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_disconnect_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_list_owners_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_list_params.rb +2 -2
- data/lib/stripe/params/financial_connections/account_owner_list_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_refresh_account_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_refresh_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_retrieve_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_subscribe_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_unsubscribe_params.rb +1 -1
- data/lib/stripe/params/financial_connections/institution_list_params.rb +1 -1
- data/lib/stripe/params/financial_connections/institution_retrieve_params.rb +1 -1
- data/lib/stripe/params/financial_connections/session_create_params.rb +5 -5
- data/lib/stripe/params/financial_connections/session_retrieve_params.rb +1 -1
- data/lib/stripe/params/financial_connections/transaction_list_params.rb +3 -3
- data/lib/stripe/params/financial_connections/transaction_retrieve_params.rb +1 -1
- data/lib/stripe/params/forwarding/request_create_params.rb +3 -3
- data/lib/stripe/params/forwarding/request_list_params.rb +2 -2
- data/lib/stripe/params/forwarding/request_retrieve_params.rb +1 -1
- data/lib/stripe/params/fx_quote_create_params.rb +4 -4
- data/lib/stripe/params/fx_quote_list_params.rb +1 -1
- data/lib/stripe/params/fx_quote_retrieve_params.rb +1 -1
- data/lib/stripe/params/identity/verification_report_list_params.rb +2 -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 +1 -1
- data/lib/stripe/params/payment_attempt_record_retrieve_params.rb +1 -1
- data/lib/stripe/params/payment_intent_amount_details_line_item_list_params.rb +1 -1
- data/lib/stripe/params/payment_intent_apply_customer_balance_params.rb +1 -1
- data/lib/stripe/params/payment_intent_cancel_params.rb +1 -1
- data/lib/stripe/params/payment_intent_capture_params.rb +44 -44
- data/lib/stripe/params/payment_intent_confirm_params.rb +221 -200
- data/lib/stripe/params/payment_intent_create_params.rb +223 -202
- data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +5 -5
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +18 -18
- data/lib/stripe/params/payment_intent_list_params.rb +2 -2
- data/lib/stripe/params/payment_intent_retrieve_params.rb +1 -1
- data/lib/stripe/params/payment_intent_search_params.rb +1 -1
- data/lib/stripe/params/payment_intent_trigger_action_params.rb +2 -2
- data/lib/stripe/params/payment_intent_update_params.rb +220 -199
- data/lib/stripe/params/payment_intent_verify_microdeposits_params.rb +1 -1
- data/lib/stripe/params/payment_link_create_params.rb +44 -44
- data/lib/stripe/params/payment_link_line_item_list_params.rb +1 -1
- data/lib/stripe/params/payment_link_list_line_items_params.rb +1 -1
- data/lib/stripe/params/payment_link_list_params.rb +1 -1
- data/lib/stripe/params/payment_link_retrieve_params.rb +1 -1
- data/lib/stripe/params/payment_link_update_params.rb +35 -35
- data/lib/stripe/params/payment_method_attach_params.rb +1 -1
- data/lib/stripe/params/payment_method_check_balance_params.rb +13 -0
- data/lib/stripe/params/payment_method_configuration_create_params.rb +119 -119
- data/lib/stripe/params/payment_method_configuration_list_params.rb +1 -1
- data/lib/stripe/params/payment_method_configuration_retrieve_params.rb +1 -1
- data/lib/stripe/params/payment_method_configuration_update_params.rb +119 -119
- data/lib/stripe/params/payment_method_create_params.rb +65 -65
- data/lib/stripe/params/payment_method_detach_params.rb +1 -1
- data/lib/stripe/params/payment_method_domain_create_params.rb +1 -1
- data/lib/stripe/params/payment_method_domain_list_params.rb +1 -1
- data/lib/stripe/params/payment_method_domain_retrieve_params.rb +1 -1
- data/lib/stripe/params/payment_method_domain_update_params.rb +1 -1
- data/lib/stripe/params/payment_method_domain_validate_params.rb +1 -1
- data/lib/stripe/params/payment_method_list_params.rb +1 -1
- data/lib/stripe/params/payment_method_retrieve_params.rb +1 -1
- data/lib/stripe/params/payment_method_update_params.rb +7 -7
- data/lib/stripe/params/payment_record_report_payment_attempt_canceled_params.rb +1 -1
- data/lib/stripe/params/payment_record_report_payment_attempt_failed_params.rb +1 -1
- data/lib/stripe/params/payment_record_report_payment_attempt_guaranteed_params.rb +1 -1
- data/lib/stripe/params/payment_record_report_payment_attempt_informational_params.rb +4 -4
- data/lib/stripe/params/payment_record_report_payment_attempt_params.rb +9 -9
- data/lib/stripe/params/payment_record_report_payment_params.rb +13 -13
- data/lib/stripe/params/payment_record_retrieve_params.rb +1 -1
- data/lib/stripe/params/payout_cancel_params.rb +1 -1
- data/lib/stripe/params/payout_create_params.rb +1 -1
- data/lib/stripe/params/payout_list_params.rb +3 -3
- data/lib/stripe/params/payout_retrieve_params.rb +1 -1
- data/lib/stripe/params/payout_reverse_params.rb +1 -1
- data/lib/stripe/params/payout_update_params.rb +1 -1
- data/lib/stripe/params/plan_create_params.rb +4 -4
- data/lib/stripe/params/plan_delete_params.rb +1 -1
- data/lib/stripe/params/plan_list_params.rb +2 -2
- data/lib/stripe/params/plan_retrieve_params.rb +1 -1
- data/lib/stripe/params/plan_update_params.rb +1 -1
- data/lib/stripe/params/price_create_params.rb +9 -9
- data/lib/stripe/params/price_list_params.rb +3 -3
- data/lib/stripe/params/price_retrieve_params.rb +1 -1
- data/lib/stripe/params/price_search_params.rb +1 -1
- data/lib/stripe/params/price_update_params.rb +5 -5
- data/lib/stripe/params/privacy/redaction_job_cancel_params.rb +1 -1
- data/lib/stripe/params/privacy/redaction_job_create_params.rb +2 -2
- data/lib/stripe/params/privacy/redaction_job_list_params.rb +1 -1
- data/lib/stripe/params/privacy/redaction_job_retrieve_params.rb +1 -1
- data/lib/stripe/params/privacy/redaction_job_run_params.rb +1 -1
- data/lib/stripe/params/privacy/redaction_job_update_params.rb +1 -1
- data/lib/stripe/params/privacy/redaction_job_validate_params.rb +1 -1
- data/lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb +1 -1
- data/lib/stripe/params/product_create_params.rb +9 -9
- data/lib/stripe/params/product_delete_params.rb +1 -1
- data/lib/stripe/params/product_feature_create_params.rb +1 -1
- data/lib/stripe/params/product_feature_delete_params.rb +1 -1
- data/lib/stripe/params/product_feature_list_params.rb +1 -1
- data/lib/stripe/params/product_feature_retrieve_params.rb +1 -1
- data/lib/stripe/params/product_list_params.rb +2 -2
- data/lib/stripe/params/product_retrieve_params.rb +1 -1
- data/lib/stripe/params/product_search_params.rb +1 -1
- data/lib/stripe/params/product_update_params.rb +3 -3
- data/lib/stripe/params/promotion_code_create_params.rb +4 -4
- data/lib/stripe/params/promotion_code_list_params.rb +2 -2
- data/lib/stripe/params/promotion_code_retrieve_params.rb +1 -1
- data/lib/stripe/params/promotion_code_update_params.rb +3 -3
- data/lib/stripe/params/quote_accept_params.rb +1 -1
- data/lib/stripe/params/quote_cancel_params.rb +1 -1
- data/lib/stripe/params/quote_computed_upfront_line_items_list_params.rb +1 -1
- data/lib/stripe/params/quote_create_params.rb +63 -63
- data/lib/stripe/params/quote_finalize_quote_params.rb +1 -1
- data/lib/stripe/params/quote_line_item_list_params.rb +1 -1
- data/lib/stripe/params/quote_line_list_params.rb +1 -1
- data/lib/stripe/params/quote_list_computed_upfront_line_items_params.rb +1 -1
- data/lib/stripe/params/quote_list_line_items_params.rb +1 -1
- data/lib/stripe/params/quote_list_lines_params.rb +1 -1
- data/lib/stripe/params/quote_list_params.rb +1 -1
- data/lib/stripe/params/quote_list_preview_invoice_lines_params.rb +1 -1
- data/lib/stripe/params/quote_mark_draft_params.rb +1 -1
- data/lib/stripe/params/quote_mark_stale_params.rb +1 -1
- data/lib/stripe/params/quote_pdf_params.rb +1 -1
- data/lib/stripe/params/quote_preview_invoice_list_params.rb +1 -1
- data/lib/stripe/params/quote_preview_subscription_schedule_list_params.rb +1 -1
- data/lib/stripe/params/quote_reestimate_params.rb +1 -1
- data/lib/stripe/params/quote_retrieve_params.rb +1 -1
- data/lib/stripe/params/quote_update_params.rb +60 -60
- data/lib/stripe/params/radar/early_fraud_warning_list_params.rb +2 -2
- data/lib/stripe/params/radar/early_fraud_warning_retrieve_params.rb +1 -1
- data/lib/stripe/params/radar/value_list_create_params.rb +1 -1
- data/lib/stripe/params/radar/value_list_delete_params.rb +1 -1
- data/lib/stripe/params/radar/value_list_item_create_params.rb +1 -1
- data/lib/stripe/params/radar/value_list_item_delete_params.rb +1 -1
- data/lib/stripe/params/radar/value_list_item_list_params.rb +2 -2
- data/lib/stripe/params/radar/value_list_item_retrieve_params.rb +1 -1
- data/lib/stripe/params/radar/value_list_list_params.rb +2 -2
- data/lib/stripe/params/radar/value_list_retrieve_params.rb +1 -1
- data/lib/stripe/params/radar/value_list_update_params.rb +1 -1
- data/lib/stripe/params/refund_cancel_params.rb +1 -1
- data/lib/stripe/params/refund_create_params.rb +1 -1
- data/lib/stripe/params/refund_expire_params.rb +1 -1
- data/lib/stripe/params/refund_list_params.rb +2 -2
- data/lib/stripe/params/refund_retrieve_params.rb +1 -1
- data/lib/stripe/params/refund_update_params.rb +1 -1
- data/lib/stripe/params/reporting/report_run_create_params.rb +2 -2
- data/lib/stripe/params/reporting/report_run_list_params.rb +2 -2
- data/lib/stripe/params/reporting/report_run_retrieve_params.rb +1 -1
- data/lib/stripe/params/reporting/report_type_list_params.rb +1 -1
- data/lib/stripe/params/reporting/report_type_retrieve_params.rb +1 -1
- data/lib/stripe/params/review_approve_params.rb +1 -1
- data/lib/stripe/params/review_list_params.rb +2 -2
- data/lib/stripe/params/review_retrieve_params.rb +1 -1
- data/lib/stripe/params/setup_attempt_list_params.rb +2 -2
- data/lib/stripe/params/setup_intent_cancel_params.rb +1 -1
- data/lib/stripe/params/setup_intent_confirm_params.rb +128 -99
- data/lib/stripe/params/setup_intent_create_params.rb +130 -101
- 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 +124 -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 +163 -163
- data/lib/stripe/params/tax/registration_list_params.rb +1 -1
- data/lib/stripe/params/tax/registration_retrieve_params.rb +1 -1
- data/lib/stripe/params/tax/registration_update_params.rb +1 -1
- data/lib/stripe/params/tax/settings_retrieve_params.rb +1 -1
- data/lib/stripe/params/tax/settings_update_params.rb +4 -4
- data/lib/stripe/params/tax/transaction_create_from_calculation_params.rb +1 -1
- data/lib/stripe/params/tax/transaction_create_reversal_params.rb +3 -3
- data/lib/stripe/params/tax/transaction_line_item_list_params.rb +1 -1
- data/lib/stripe/params/tax/transaction_list_line_items_params.rb +1 -1
- data/lib/stripe/params/tax/transaction_retrieve_params.rb +1 -1
- data/lib/stripe/params/tax_code_list_params.rb +1 -1
- data/lib/stripe/params/tax_code_retrieve_params.rb +1 -1
- data/lib/stripe/params/tax_id_create_params.rb +2 -2
- data/lib/stripe/params/tax_id_delete_params.rb +1 -1
- data/lib/stripe/params/tax_id_list_params.rb +2 -2
- data/lib/stripe/params/tax_id_retrieve_params.rb +1 -1
- data/lib/stripe/params/tax_rate_create_params.rb +1 -1
- data/lib/stripe/params/tax_rate_list_params.rb +2 -2
- data/lib/stripe/params/tax_rate_retrieve_params.rb +1 -1
- data/lib/stripe/params/tax_rate_update_params.rb +1 -1
- data/lib/stripe/params/terminal/configuration_create_params.rb +34 -34
- data/lib/stripe/params/terminal/configuration_delete_params.rb +1 -1
- data/lib/stripe/params/terminal/configuration_list_params.rb +1 -1
- data/lib/stripe/params/terminal/configuration_retrieve_params.rb +1 -1
- data/lib/stripe/params/terminal/configuration_update_params.rb +34 -34
- data/lib/stripe/params/terminal/connection_token_create_params.rb +1 -1
- data/lib/stripe/params/terminal/location_create_params.rb +4 -4
- data/lib/stripe/params/terminal/location_delete_params.rb +1 -1
- data/lib/stripe/params/terminal/location_list_params.rb +1 -1
- data/lib/stripe/params/terminal/location_retrieve_params.rb +1 -1
- data/lib/stripe/params/terminal/location_update_params.rb +4 -4
- data/lib/stripe/params/terminal/onboarding_link_create_params.rb +3 -3
- data/lib/stripe/params/terminal/reader_cancel_action_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_collect_inputs_params.rb +6 -6
- data/lib/stripe/params/terminal/reader_collect_payment_method_params.rb +3 -3
- data/lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_confirm_payment_intent_params.rb +2 -2
- data/lib/stripe/params/terminal/reader_create_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_delete_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_list_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_present_payment_method_params.rb +4 -4
- data/lib/stripe/params/terminal/reader_process_payment_intent_params.rb +3 -3
- data/lib/stripe/params/terminal/reader_process_setup_intent_params.rb +2 -2
- data/lib/stripe/params/terminal/reader_refund_payment_params.rb +2 -2
- data/lib/stripe/params/terminal/reader_retrieve_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_set_reader_display_params.rb +3 -3
- data/lib/stripe/params/terminal/reader_succeed_input_collection_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_timeout_input_collection_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_update_params.rb +1 -1
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +70 -70
- data/lib/stripe/params/test_helpers/customer_fund_cash_balance_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/authorization_capture_params.rb +13 -13
- data/lib/stripe/params/test_helpers/issuing/authorization_create_params.rb +17 -17
- data/lib/stripe/params/test_helpers/issuing/authorization_expire_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/authorization_finalize_amount_params.rb +8 -8
- data/lib/stripe/params/test_helpers/issuing/authorization_increment_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/authorization_respond_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/authorization_reverse_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/card_deliver_card_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/card_fail_card_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/card_return_card_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/card_ship_card_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/card_submit_card_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/personalization_design_activate_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/personalization_design_deactivate_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/personalization_design_reject_params.rb +2 -2
- data/lib/stripe/params/test_helpers/issuing/transaction_create_force_capture_params.rb +14 -14
- data/lib/stripe/params/test_helpers/issuing/transaction_create_unlinked_refund_params.rb +14 -14
- data/lib/stripe/params/test_helpers/issuing/transaction_refund_params.rb +1 -1
- data/lib/stripe/params/test_helpers/refund_expire_params.rb +1 -1
- data/lib/stripe/params/test_helpers/terminal/reader_present_payment_method_params.rb +4 -4
- data/lib/stripe/params/test_helpers/terminal/reader_succeed_input_collection_params.rb +1 -1
- data/lib/stripe/params/test_helpers/terminal/reader_timeout_input_collection_params.rb +1 -1
- data/lib/stripe/params/test_helpers/test_clock_advance_params.rb +1 -1
- data/lib/stripe/params/test_helpers/test_clock_create_params.rb +1 -1
- data/lib/stripe/params/test_helpers/test_clock_delete_params.rb +1 -1
- data/lib/stripe/params/test_helpers/test_clock_list_params.rb +1 -1
- data/lib/stripe/params/test_helpers/test_clock_retrieve_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/inbound_transfer_fail_params.rb +2 -2
- data/lib/stripe/params/test_helpers/treasury/inbound_transfer_return_inbound_transfer_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/inbound_transfer_succeed_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_fail_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_post_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_return_outbound_payment_params.rb +2 -2
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_update_params.rb +4 -4
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_fail_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_post_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_return_outbound_transfer_params.rb +2 -2
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_update_params.rb +4 -4
- data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +5 -5
- data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +5 -5
- data/lib/stripe/params/token_create_params.rb +45 -45
- data/lib/stripe/params/token_retrieve_params.rb +1 -1
- data/lib/stripe/params/topup_cancel_params.rb +1 -1
- data/lib/stripe/params/topup_create_params.rb +1 -1
- data/lib/stripe/params/topup_list_params.rb +3 -3
- data/lib/stripe/params/topup_retrieve_params.rb +1 -1
- data/lib/stripe/params/topup_update_params.rb +1 -1
- data/lib/stripe/params/transfer_create_params.rb +1 -1
- data/lib/stripe/params/transfer_list_params.rb +2 -2
- data/lib/stripe/params/transfer_retrieve_params.rb +1 -1
- data/lib/stripe/params/transfer_reversal_create_params.rb +1 -1
- data/lib/stripe/params/transfer_reversal_list_params.rb +1 -1
- data/lib/stripe/params/transfer_reversal_retrieve_params.rb +1 -1
- data/lib/stripe/params/transfer_reversal_update_params.rb +1 -1
- data/lib/stripe/params/transfer_update_params.rb +1 -1
- data/lib/stripe/params/treasury/credit_reversal_create_params.rb +1 -1
- data/lib/stripe/params/treasury/credit_reversal_list_params.rb +1 -1
- data/lib/stripe/params/treasury/credit_reversal_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/debit_reversal_create_params.rb +1 -1
- data/lib/stripe/params/treasury/debit_reversal_list_params.rb +1 -1
- data/lib/stripe/params/treasury/debit_reversal_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/financial_account_close_params.rb +2 -2
- data/lib/stripe/params/treasury/financial_account_create_params.rb +16 -16
- data/lib/stripe/params/treasury/financial_account_features_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/financial_account_features_update_params.rb +14 -14
- data/lib/stripe/params/treasury/financial_account_list_params.rb +2 -2
- data/lib/stripe/params/treasury/financial_account_retrieve_features_params.rb +1 -1
- data/lib/stripe/params/treasury/financial_account_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/financial_account_update_features_params.rb +14 -14
- data/lib/stripe/params/treasury/financial_account_update_params.rb +17 -17
- data/lib/stripe/params/treasury/inbound_transfer_cancel_params.rb +1 -1
- data/lib/stripe/params/treasury/inbound_transfer_create_params.rb +1 -1
- data/lib/stripe/params/treasury/inbound_transfer_fail_params.rb +2 -2
- data/lib/stripe/params/treasury/inbound_transfer_list_params.rb +1 -1
- data/lib/stripe/params/treasury/inbound_transfer_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/inbound_transfer_return_inbound_transfer_params.rb +1 -1
- data/lib/stripe/params/treasury/inbound_transfer_succeed_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_payment_cancel_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_payment_create_params.rb +8 -8
- data/lib/stripe/params/treasury/outbound_payment_fail_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_payment_list_params.rb +2 -2
- data/lib/stripe/params/treasury/outbound_payment_post_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_payment_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_payment_return_outbound_payment_params.rb +2 -2
- data/lib/stripe/params/treasury/outbound_payment_update_params.rb +4 -4
- data/lib/stripe/params/treasury/outbound_transfer_cancel_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +6 -6
- data/lib/stripe/params/treasury/outbound_transfer_fail_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_transfer_list_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_transfer_post_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_transfer_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_transfer_return_outbound_transfer_params.rb +2 -2
- data/lib/stripe/params/treasury/outbound_transfer_update_params.rb +4 -4
- data/lib/stripe/params/treasury/received_credit_create_params.rb +5 -5
- data/lib/stripe/params/treasury/received_credit_list_params.rb +2 -2
- data/lib/stripe/params/treasury/received_credit_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/received_debit_create_params.rb +5 -5
- data/lib/stripe/params/treasury/received_debit_list_params.rb +1 -1
- data/lib/stripe/params/treasury/received_debit_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/transaction_entry_list_params.rb +3 -3
- data/lib/stripe/params/treasury/transaction_entry_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/transaction_list_params.rb +4 -4
- data/lib/stripe/params/treasury/transaction_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/billing/bill_setting_create_params.rb +5 -5
- data/lib/stripe/params/v2/billing/bill_setting_list_params.rb +1 -1
- data/lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/billing/bill_setting_update_params.rb +5 -5
- data/lib/stripe/params/v2/billing/bill_settings/version_list_params.rb +1 -1
- data/lib/stripe/params/v2/billing/bill_settings/version_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +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 +15 -15
- 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 +15 -15
- 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_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 +587 -146
- data/lib/stripe/params/v2/core/account_link_create_params.rb +6 -6
- data/lib/stripe/params/v2/core/account_list_params.rb +1 -1
- data/lib/stripe/params/v2/core/account_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/core/account_update_params.rb +590 -146
- 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 +1 -1
- data/lib/stripe/params/v2/core/event_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/core/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb +1 -1
- data/lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb +1 -1
- data/lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb +2 -2
- data/lib/stripe/params/v2/core/vault/gb_bank_account_initiate_confirmation_of_payee_params.rb +1 -1
- data/lib/stripe/params/v2/core/vault/gb_bank_account_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/core/vault/us_bank_account_archive_params.rb +1 -1
- data/lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb +1 -1
- data/lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/adjustment_list_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/financial_account_close_params.rb +2 -2
- data/lib/stripe/params/v2/money_management/financial_account_create_params.rb +2 -2
- data/lib/stripe/params/v2/money_management/financial_account_list_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +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 +23 -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 +72 -0
- data/lib/stripe/request_options.rb +1 -3
- data/lib/stripe/resources/account.rb +49 -49
- data/lib/stripe/resources/account_notice.rb +2 -2
- data/lib/stripe/resources/account_session.rb +45 -45
- data/lib/stripe/resources/application_fee.rb +1 -1
- data/lib/stripe/resources/apps/secret.rb +1 -1
- data/lib/stripe/resources/balance.rb +18 -18
- data/lib/stripe/resources/balance_settings.rb +4 -4
- data/lib/stripe/resources/balance_transaction.rb +1 -1
- data/lib/stripe/resources/bank_account.rb +4 -4
- data/lib/stripe/resources/billing/alert.rb +107 -3
- data/lib/stripe/resources/billing/alert_triggered.rb +6 -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 +4 -4
- data/lib/stripe/resources/billing/meter_event_adjustment.rb +1 -1
- data/lib/stripe/resources/billing_portal/configuration.rb +13 -13
- data/lib/stripe/resources/billing_portal/session.rb +11 -11
- data/lib/stripe/resources/capability.rb +6 -6
- data/lib/stripe/resources/capital/financing_offer.rb +2 -2
- data/lib/stripe/resources/capital/financing_summary.rb +2 -2
- data/lib/stripe/resources/capital/financing_transaction.rb +2 -2
- data/lib/stripe/resources/card.rb +19 -2
- data/lib/stripe/resources/cash_balance.rb +1 -1
- data/lib/stripe/resources/charge.rb +132 -116
- data/lib/stripe/resources/checkout/session.rb +204 -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 +8 -8
- data/lib/stripe/resources/customer_cash_balance_transaction.rb +11 -11
- data/lib/stripe/resources/customer_session.rb +5 -5
- data/lib/stripe/resources/discount.rb +1 -1
- data/lib/stripe/resources/dispute.rb +18 -18
- data/lib/stripe/resources/event.rb +6 -6
- data/lib/stripe/resources/financial_connections/account.rb +8 -8
- data/lib/stripe/resources/financial_connections/institution.rb +5 -5
- data/lib/stripe/resources/financial_connections/session.rb +6 -6
- data/lib/stripe/resources/financial_connections/transaction.rb +1 -1
- data/lib/stripe/resources/forwarding/request.rb +5 -5
- data/lib/stripe/resources/funding_instructions.rb +20 -20
- data/lib/stripe/resources/fx_quote.rb +5 -5
- data/lib/stripe/resources/identity/verification_report.rb +18 -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 +102 -102
- data/lib/stripe/resources/payment_intent.rb +186 -158
- data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +6 -6
- data/lib/stripe/resources/payment_link.rb +38 -38
- data/lib/stripe/resources/payment_method.rb +131 -93
- data/lib/stripe/resources/payment_method_balance.rb +68 -0
- data/lib/stripe/resources/payment_method_configuration.rb +114 -114
- data/lib/stripe/resources/payment_method_domain.rb +12 -12
- data/lib/stripe/resources/payment_record.rb +102 -102
- data/lib/stripe/resources/payout.rb +1 -1
- data/lib/stripe/resources/person.rb +20 -20
- data/lib/stripe/resources/plan.rb +2 -2
- data/lib/stripe/resources/price.rb +8 -8
- data/lib/stripe/resources/privacy/redaction_job.rb +1 -1
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +1 -1
- data/lib/stripe/resources/product.rb +2 -2
- data/lib/stripe/resources/promotion_code.rb +3 -3
- data/lib/stripe/resources/quote.rb +51 -51
- data/lib/stripe/resources/quote_line.rb +28 -28
- data/lib/stripe/resources/quote_preview_invoice.rb +51 -51
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +37 -37
- data/lib/stripe/resources/refund.rb +38 -38
- data/lib/stripe/resources/reporting/report_run.rb +1 -1
- data/lib/stripe/resources/review.rb +2 -2
- data/lib/stripe/resources/setup_attempt.rb +33 -33
- data/lib/stripe/resources/setup_intent.rb +72 -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 +140 -140
- data/lib/stripe/resources/tax/settings.rb +6 -6
- data/lib/stripe/resources/tax/transaction.rb +10 -10
- data/lib/stripe/resources/tax/transaction_line_item.rb +1 -1
- data/lib/stripe/resources/tax_id.rb +2 -2
- data/lib/stripe/resources/tax_rate.rb +1 -1
- data/lib/stripe/resources/terminal/configuration.rb +33 -33
- data/lib/stripe/resources/terminal/location.rb +3 -3
- data/lib/stripe/resources/terminal/onboarding_link.rb +2 -2
- data/lib/stripe/resources/terminal/reader.rb +27 -27
- data/lib/stripe/resources/terminal/reader_collected_data.rb +1 -1
- data/lib/stripe/resources/test_helpers/test_clock.rb +2 -2
- data/lib/stripe/resources/treasury/credit_reversal.rb +1 -1
- data/lib/stripe/resources/treasury/debit_reversal.rb +2 -2
- data/lib/stripe/resources/treasury/financial_account.rb +6 -6
- data/lib/stripe/resources/treasury/financial_account_features.rb +22 -22
- data/lib/stripe/resources/treasury/inbound_transfer.rb +7 -7
- data/lib/stripe/resources/treasury/outbound_payment.rb +11 -11
- data/lib/stripe/resources/treasury/outbound_transfer.rb +12 -12
- data/lib/stripe/resources/treasury/received_credit.rb +10 -10
- data/lib/stripe/resources/treasury/received_debit.rb +9 -9
- data/lib/stripe/resources/treasury/transaction.rb +3 -3
- data/lib/stripe/resources/treasury/transaction_entry.rb +2 -2
- data/lib/stripe/resources/v2/billing/bill_setting.rb +4 -4
- data/lib/stripe/resources/v2/billing/bill_setting_version.rb +4 -4
- data/lib/stripe/resources/v2/billing/cadence.rb +80 -34
- data/lib/stripe/resources/v2/billing/collection_setting.rb +14 -14
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +14 -14
- 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_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 +924 -221
- 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/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 +9 -9
- data/lib/stripe/resources/v2/money_management/received_debit.rb +7 -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 +271 -1
- data/lib/stripe/services/payment_method_service.rb +11 -0
- 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 +43 -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/claimable_sandbox_service.rb +35 -0
- data/lib/stripe/services/v2/core_service.rb +2 -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 +22 -0
- data/lib/stripe/stripe_client.rb +1 -1
- data/lib/stripe/stripe_configuration.rb +1 -6
- data/lib/stripe/stripe_object.rb +14 -8
- data/lib/stripe/util.rb +2 -2
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +4 -4
- data/rbi/stripe.rbi +19694 -10202
- metadata +368 -4
data/lib/stripe/event_types.rb
CHANGED
@@ -5,12 +5,322 @@ module Stripe
|
|
5
5
|
def self.v2_event_types_to_classes
|
6
6
|
{
|
7
7
|
# v2 event types: The beginning of the section generated from our OpenAPI spec
|
8
|
+
Events::V1AccountUpdatedEvent.lookup_type => Events::V1AccountUpdatedEvent,
|
9
|
+
Events::V1ApplicationFeeCreatedEvent.lookup_type => Events::V1ApplicationFeeCreatedEvent,
|
10
|
+
Events::V1ApplicationFeeRefundedEvent.lookup_type => Events::V1ApplicationFeeRefundedEvent,
|
8
11
|
Events::V1BillingMeterErrorReportTriggeredEvent.lookup_type =>
|
9
12
|
Events::V1BillingMeterErrorReportTriggeredEvent,
|
10
13
|
Events::V1BillingMeterNoMeterFoundEvent.lookup_type => Events::V1BillingMeterNoMeterFoundEvent,
|
11
|
-
Events::
|
14
|
+
Events::V1BillingPortalConfigurationCreatedEvent.lookup_type =>
|
15
|
+
Events::V1BillingPortalConfigurationCreatedEvent,
|
16
|
+
Events::V1BillingPortalConfigurationUpdatedEvent.lookup_type =>
|
17
|
+
Events::V1BillingPortalConfigurationUpdatedEvent,
|
18
|
+
Events::V1CapabilityUpdatedEvent.lookup_type => Events::V1CapabilityUpdatedEvent,
|
19
|
+
Events::V1ChargeCapturedEvent.lookup_type => Events::V1ChargeCapturedEvent,
|
20
|
+
Events::V1ChargeDisputeClosedEvent.lookup_type => Events::V1ChargeDisputeClosedEvent,
|
21
|
+
Events::V1ChargeDisputeCreatedEvent.lookup_type => Events::V1ChargeDisputeCreatedEvent,
|
22
|
+
Events::V1ChargeDisputeFundsReinstatedEvent.lookup_type =>
|
23
|
+
Events::V1ChargeDisputeFundsReinstatedEvent,
|
24
|
+
Events::V1ChargeDisputeFundsWithdrawnEvent.lookup_type =>
|
25
|
+
Events::V1ChargeDisputeFundsWithdrawnEvent,
|
26
|
+
Events::V1ChargeDisputeUpdatedEvent.lookup_type => Events::V1ChargeDisputeUpdatedEvent,
|
27
|
+
Events::V1ChargeExpiredEvent.lookup_type => Events::V1ChargeExpiredEvent,
|
28
|
+
Events::V1ChargeFailedEvent.lookup_type => Events::V1ChargeFailedEvent,
|
29
|
+
Events::V1ChargePendingEvent.lookup_type => Events::V1ChargePendingEvent,
|
30
|
+
Events::V1ChargeRefundUpdatedEvent.lookup_type => Events::V1ChargeRefundUpdatedEvent,
|
31
|
+
Events::V1ChargeRefundedEvent.lookup_type => Events::V1ChargeRefundedEvent,
|
32
|
+
Events::V1ChargeSucceededEvent.lookup_type => Events::V1ChargeSucceededEvent,
|
33
|
+
Events::V1ChargeUpdatedEvent.lookup_type => Events::V1ChargeUpdatedEvent,
|
34
|
+
Events::V1CheckoutSessionAsyncPaymentFailedEvent.lookup_type =>
|
35
|
+
Events::V1CheckoutSessionAsyncPaymentFailedEvent,
|
36
|
+
Events::V1CheckoutSessionAsyncPaymentSucceededEvent.lookup_type =>
|
37
|
+
Events::V1CheckoutSessionAsyncPaymentSucceededEvent,
|
38
|
+
Events::V1CheckoutSessionCompletedEvent.lookup_type => Events::V1CheckoutSessionCompletedEvent,
|
39
|
+
Events::V1CheckoutSessionExpiredEvent.lookup_type => Events::V1CheckoutSessionExpiredEvent,
|
40
|
+
Events::V1ClimateOrderCanceledEvent.lookup_type => Events::V1ClimateOrderCanceledEvent,
|
41
|
+
Events::V1ClimateOrderCreatedEvent.lookup_type => Events::V1ClimateOrderCreatedEvent,
|
42
|
+
Events::V1ClimateOrderDelayedEvent.lookup_type => Events::V1ClimateOrderDelayedEvent,
|
43
|
+
Events::V1ClimateOrderDeliveredEvent.lookup_type => Events::V1ClimateOrderDeliveredEvent,
|
44
|
+
Events::V1ClimateOrderProductSubstitutedEvent.lookup_type =>
|
45
|
+
Events::V1ClimateOrderProductSubstitutedEvent,
|
46
|
+
Events::V1ClimateProductCreatedEvent.lookup_type => Events::V1ClimateProductCreatedEvent,
|
47
|
+
Events::V1ClimateProductPricingUpdatedEvent.lookup_type =>
|
48
|
+
Events::V1ClimateProductPricingUpdatedEvent,
|
49
|
+
Events::V1CouponCreatedEvent.lookup_type => Events::V1CouponCreatedEvent,
|
50
|
+
Events::V1CouponDeletedEvent.lookup_type => Events::V1CouponDeletedEvent,
|
51
|
+
Events::V1CouponUpdatedEvent.lookup_type => Events::V1CouponUpdatedEvent,
|
52
|
+
Events::V1CreditNoteCreatedEvent.lookup_type => Events::V1CreditNoteCreatedEvent,
|
53
|
+
Events::V1CreditNoteUpdatedEvent.lookup_type => Events::V1CreditNoteUpdatedEvent,
|
54
|
+
Events::V1CreditNoteVoidedEvent.lookup_type => Events::V1CreditNoteVoidedEvent,
|
55
|
+
Events::V1CustomerCreatedEvent.lookup_type => Events::V1CustomerCreatedEvent,
|
56
|
+
Events::V1CustomerDeletedEvent.lookup_type => Events::V1CustomerDeletedEvent,
|
57
|
+
Events::V1CustomerSubscriptionCreatedEvent.lookup_type =>
|
58
|
+
Events::V1CustomerSubscriptionCreatedEvent,
|
59
|
+
Events::V1CustomerSubscriptionDeletedEvent.lookup_type =>
|
60
|
+
Events::V1CustomerSubscriptionDeletedEvent,
|
61
|
+
Events::V1CustomerSubscriptionPausedEvent.lookup_type => Events::V1CustomerSubscriptionPausedEvent,
|
62
|
+
Events::V1CustomerSubscriptionPendingUpdateAppliedEvent.lookup_type =>
|
63
|
+
Events::V1CustomerSubscriptionPendingUpdateAppliedEvent,
|
64
|
+
Events::V1CustomerSubscriptionPendingUpdateExpiredEvent.lookup_type =>
|
65
|
+
Events::V1CustomerSubscriptionPendingUpdateExpiredEvent,
|
66
|
+
Events::V1CustomerSubscriptionResumedEvent.lookup_type =>
|
67
|
+
Events::V1CustomerSubscriptionResumedEvent,
|
68
|
+
Events::V1CustomerSubscriptionTrialWillEndEvent.lookup_type =>
|
69
|
+
Events::V1CustomerSubscriptionTrialWillEndEvent,
|
70
|
+
Events::V1CustomerSubscriptionUpdatedEvent.lookup_type =>
|
71
|
+
Events::V1CustomerSubscriptionUpdatedEvent,
|
72
|
+
Events::V1CustomerTaxIdCreatedEvent.lookup_type => Events::V1CustomerTaxIdCreatedEvent,
|
73
|
+
Events::V1CustomerTaxIdDeletedEvent.lookup_type => Events::V1CustomerTaxIdDeletedEvent,
|
74
|
+
Events::V1CustomerTaxIdUpdatedEvent.lookup_type => Events::V1CustomerTaxIdUpdatedEvent,
|
75
|
+
Events::V1CustomerUpdatedEvent.lookup_type => Events::V1CustomerUpdatedEvent,
|
76
|
+
Events::V1FileCreatedEvent.lookup_type => Events::V1FileCreatedEvent,
|
77
|
+
Events::V1FinancialConnectionsAccountCreatedEvent.lookup_type =>
|
78
|
+
Events::V1FinancialConnectionsAccountCreatedEvent,
|
79
|
+
Events::V1FinancialConnectionsAccountDeactivatedEvent.lookup_type =>
|
80
|
+
Events::V1FinancialConnectionsAccountDeactivatedEvent,
|
81
|
+
Events::V1FinancialConnectionsAccountDisconnectedEvent.lookup_type =>
|
82
|
+
Events::V1FinancialConnectionsAccountDisconnectedEvent,
|
83
|
+
Events::V1FinancialConnectionsAccountReactivatedEvent.lookup_type =>
|
84
|
+
Events::V1FinancialConnectionsAccountReactivatedEvent,
|
85
|
+
Events::V1FinancialConnectionsAccountRefreshedBalanceEvent.lookup_type =>
|
86
|
+
Events::V1FinancialConnectionsAccountRefreshedBalanceEvent,
|
87
|
+
Events::V1FinancialConnectionsAccountRefreshedOwnershipEvent.lookup_type =>
|
88
|
+
Events::V1FinancialConnectionsAccountRefreshedOwnershipEvent,
|
89
|
+
Events::V1FinancialConnectionsAccountRefreshedTransactionsEvent.lookup_type =>
|
90
|
+
Events::V1FinancialConnectionsAccountRefreshedTransactionsEvent,
|
91
|
+
Events::V1IdentityVerificationSessionCanceledEvent.lookup_type =>
|
92
|
+
Events::V1IdentityVerificationSessionCanceledEvent,
|
93
|
+
Events::V1IdentityVerificationSessionCreatedEvent.lookup_type =>
|
94
|
+
Events::V1IdentityVerificationSessionCreatedEvent,
|
95
|
+
Events::V1IdentityVerificationSessionProcessingEvent.lookup_type =>
|
96
|
+
Events::V1IdentityVerificationSessionProcessingEvent,
|
97
|
+
Events::V1IdentityVerificationSessionRedactedEvent.lookup_type =>
|
98
|
+
Events::V1IdentityVerificationSessionRedactedEvent,
|
99
|
+
Events::V1IdentityVerificationSessionRequiresInputEvent.lookup_type =>
|
100
|
+
Events::V1IdentityVerificationSessionRequiresInputEvent,
|
101
|
+
Events::V1IdentityVerificationSessionVerifiedEvent.lookup_type =>
|
102
|
+
Events::V1IdentityVerificationSessionVerifiedEvent,
|
103
|
+
Events::V1InvoiceCreatedEvent.lookup_type => Events::V1InvoiceCreatedEvent,
|
104
|
+
Events::V1InvoiceDeletedEvent.lookup_type => Events::V1InvoiceDeletedEvent,
|
105
|
+
Events::V1InvoiceFinalizationFailedEvent.lookup_type => Events::V1InvoiceFinalizationFailedEvent,
|
106
|
+
Events::V1InvoiceFinalizedEvent.lookup_type => Events::V1InvoiceFinalizedEvent,
|
107
|
+
Events::V1InvoiceMarkedUncollectibleEvent.lookup_type => Events::V1InvoiceMarkedUncollectibleEvent,
|
108
|
+
Events::V1InvoiceOverdueEvent.lookup_type => Events::V1InvoiceOverdueEvent,
|
109
|
+
Events::V1InvoiceOverpaidEvent.lookup_type => Events::V1InvoiceOverpaidEvent,
|
110
|
+
Events::V1InvoicePaidEvent.lookup_type => Events::V1InvoicePaidEvent,
|
111
|
+
Events::V1InvoicePaymentActionRequiredEvent.lookup_type =>
|
112
|
+
Events::V1InvoicePaymentActionRequiredEvent,
|
113
|
+
Events::V1InvoicePaymentFailedEvent.lookup_type => Events::V1InvoicePaymentFailedEvent,
|
114
|
+
Events::V1InvoicePaymentPaidEvent.lookup_type => Events::V1InvoicePaymentPaidEvent,
|
115
|
+
Events::V1InvoicePaymentSucceededEvent.lookup_type => Events::V1InvoicePaymentSucceededEvent,
|
116
|
+
Events::V1InvoiceSentEvent.lookup_type => Events::V1InvoiceSentEvent,
|
117
|
+
Events::V1InvoiceUpcomingEvent.lookup_type => Events::V1InvoiceUpcomingEvent,
|
118
|
+
Events::V1InvoiceUpdatedEvent.lookup_type => Events::V1InvoiceUpdatedEvent,
|
119
|
+
Events::V1InvoiceVoidedEvent.lookup_type => Events::V1InvoiceVoidedEvent,
|
120
|
+
Events::V1InvoiceWillBeDueEvent.lookup_type => Events::V1InvoiceWillBeDueEvent,
|
121
|
+
Events::V1InvoiceitemCreatedEvent.lookup_type => Events::V1InvoiceitemCreatedEvent,
|
122
|
+
Events::V1InvoiceitemDeletedEvent.lookup_type => Events::V1InvoiceitemDeletedEvent,
|
123
|
+
Events::V1IssuingAuthorizationCreatedEvent.lookup_type =>
|
124
|
+
Events::V1IssuingAuthorizationCreatedEvent,
|
125
|
+
Events::V1IssuingAuthorizationRequestEvent.lookup_type =>
|
126
|
+
Events::V1IssuingAuthorizationRequestEvent,
|
127
|
+
Events::V1IssuingAuthorizationUpdatedEvent.lookup_type =>
|
128
|
+
Events::V1IssuingAuthorizationUpdatedEvent,
|
129
|
+
Events::V1IssuingCardCreatedEvent.lookup_type => Events::V1IssuingCardCreatedEvent,
|
130
|
+
Events::V1IssuingCardUpdatedEvent.lookup_type => Events::V1IssuingCardUpdatedEvent,
|
131
|
+
Events::V1IssuingCardholderCreatedEvent.lookup_type => Events::V1IssuingCardholderCreatedEvent,
|
132
|
+
Events::V1IssuingCardholderUpdatedEvent.lookup_type => Events::V1IssuingCardholderUpdatedEvent,
|
133
|
+
Events::V1IssuingDisputeClosedEvent.lookup_type => Events::V1IssuingDisputeClosedEvent,
|
134
|
+
Events::V1IssuingDisputeCreatedEvent.lookup_type => Events::V1IssuingDisputeCreatedEvent,
|
135
|
+
Events::V1IssuingDisputeFundsReinstatedEvent.lookup_type =>
|
136
|
+
Events::V1IssuingDisputeFundsReinstatedEvent,
|
137
|
+
Events::V1IssuingDisputeFundsRescindedEvent.lookup_type =>
|
138
|
+
Events::V1IssuingDisputeFundsRescindedEvent,
|
139
|
+
Events::V1IssuingDisputeSubmittedEvent.lookup_type => Events::V1IssuingDisputeSubmittedEvent,
|
140
|
+
Events::V1IssuingDisputeUpdatedEvent.lookup_type => Events::V1IssuingDisputeUpdatedEvent,
|
141
|
+
Events::V1IssuingPersonalizationDesignActivatedEvent.lookup_type =>
|
142
|
+
Events::V1IssuingPersonalizationDesignActivatedEvent,
|
143
|
+
Events::V1IssuingPersonalizationDesignDeactivatedEvent.lookup_type =>
|
144
|
+
Events::V1IssuingPersonalizationDesignDeactivatedEvent,
|
145
|
+
Events::V1IssuingPersonalizationDesignRejectedEvent.lookup_type =>
|
146
|
+
Events::V1IssuingPersonalizationDesignRejectedEvent,
|
147
|
+
Events::V1IssuingPersonalizationDesignUpdatedEvent.lookup_type =>
|
148
|
+
Events::V1IssuingPersonalizationDesignUpdatedEvent,
|
149
|
+
Events::V1IssuingTokenCreatedEvent.lookup_type => Events::V1IssuingTokenCreatedEvent,
|
150
|
+
Events::V1IssuingTokenUpdatedEvent.lookup_type => Events::V1IssuingTokenUpdatedEvent,
|
151
|
+
Events::V1IssuingTransactionCreatedEvent.lookup_type => Events::V1IssuingTransactionCreatedEvent,
|
152
|
+
Events::V1IssuingTransactionPurchaseDetailsReceiptUpdatedEvent.lookup_type =>
|
153
|
+
Events::V1IssuingTransactionPurchaseDetailsReceiptUpdatedEvent,
|
154
|
+
Events::V1IssuingTransactionUpdatedEvent.lookup_type => Events::V1IssuingTransactionUpdatedEvent,
|
155
|
+
Events::V1MandateUpdatedEvent.lookup_type => Events::V1MandateUpdatedEvent,
|
156
|
+
Events::V1PaymentIntentAmountCapturableUpdatedEvent.lookup_type =>
|
157
|
+
Events::V1PaymentIntentAmountCapturableUpdatedEvent,
|
158
|
+
Events::V1PaymentIntentCanceledEvent.lookup_type => Events::V1PaymentIntentCanceledEvent,
|
159
|
+
Events::V1PaymentIntentCreatedEvent.lookup_type => Events::V1PaymentIntentCreatedEvent,
|
160
|
+
Events::V1PaymentIntentPartiallyFundedEvent.lookup_type =>
|
161
|
+
Events::V1PaymentIntentPartiallyFundedEvent,
|
162
|
+
Events::V1PaymentIntentPaymentFailedEvent.lookup_type => Events::V1PaymentIntentPaymentFailedEvent,
|
163
|
+
Events::V1PaymentIntentProcessingEvent.lookup_type => Events::V1PaymentIntentProcessingEvent,
|
164
|
+
Events::V1PaymentIntentRequiresActionEvent.lookup_type =>
|
165
|
+
Events::V1PaymentIntentRequiresActionEvent,
|
166
|
+
Events::V1PaymentIntentSucceededEvent.lookup_type => Events::V1PaymentIntentSucceededEvent,
|
167
|
+
Events::V1PaymentLinkCreatedEvent.lookup_type => Events::V1PaymentLinkCreatedEvent,
|
168
|
+
Events::V1PaymentLinkUpdatedEvent.lookup_type => Events::V1PaymentLinkUpdatedEvent,
|
169
|
+
Events::V1PaymentMethodAttachedEvent.lookup_type => Events::V1PaymentMethodAttachedEvent,
|
170
|
+
Events::V1PaymentMethodAutomaticallyUpdatedEvent.lookup_type =>
|
171
|
+
Events::V1PaymentMethodAutomaticallyUpdatedEvent,
|
172
|
+
Events::V1PaymentMethodDetachedEvent.lookup_type => Events::V1PaymentMethodDetachedEvent,
|
173
|
+
Events::V1PaymentMethodUpdatedEvent.lookup_type => Events::V1PaymentMethodUpdatedEvent,
|
174
|
+
Events::V1PayoutCanceledEvent.lookup_type => Events::V1PayoutCanceledEvent,
|
175
|
+
Events::V1PayoutCreatedEvent.lookup_type => Events::V1PayoutCreatedEvent,
|
176
|
+
Events::V1PayoutFailedEvent.lookup_type => Events::V1PayoutFailedEvent,
|
177
|
+
Events::V1PayoutPaidEvent.lookup_type => Events::V1PayoutPaidEvent,
|
178
|
+
Events::V1PayoutReconciliationCompletedEvent.lookup_type =>
|
179
|
+
Events::V1PayoutReconciliationCompletedEvent,
|
180
|
+
Events::V1PayoutUpdatedEvent.lookup_type => Events::V1PayoutUpdatedEvent,
|
181
|
+
Events::V1PersonCreatedEvent.lookup_type => Events::V1PersonCreatedEvent,
|
182
|
+
Events::V1PersonDeletedEvent.lookup_type => Events::V1PersonDeletedEvent,
|
183
|
+
Events::V1PersonUpdatedEvent.lookup_type => Events::V1PersonUpdatedEvent,
|
184
|
+
Events::V1PlanCreatedEvent.lookup_type => Events::V1PlanCreatedEvent,
|
185
|
+
Events::V1PlanDeletedEvent.lookup_type => Events::V1PlanDeletedEvent,
|
186
|
+
Events::V1PlanUpdatedEvent.lookup_type => Events::V1PlanUpdatedEvent,
|
187
|
+
Events::V1PriceCreatedEvent.lookup_type => Events::V1PriceCreatedEvent,
|
188
|
+
Events::V1PriceDeletedEvent.lookup_type => Events::V1PriceDeletedEvent,
|
189
|
+
Events::V1PriceUpdatedEvent.lookup_type => Events::V1PriceUpdatedEvent,
|
190
|
+
Events::V1ProductCreatedEvent.lookup_type => Events::V1ProductCreatedEvent,
|
191
|
+
Events::V1ProductDeletedEvent.lookup_type => Events::V1ProductDeletedEvent,
|
192
|
+
Events::V1ProductUpdatedEvent.lookup_type => Events::V1ProductUpdatedEvent,
|
193
|
+
Events::V1PromotionCodeCreatedEvent.lookup_type => Events::V1PromotionCodeCreatedEvent,
|
194
|
+
Events::V1PromotionCodeUpdatedEvent.lookup_type => Events::V1PromotionCodeUpdatedEvent,
|
195
|
+
Events::V1QuoteAcceptedEvent.lookup_type => Events::V1QuoteAcceptedEvent,
|
196
|
+
Events::V1QuoteCanceledEvent.lookup_type => Events::V1QuoteCanceledEvent,
|
197
|
+
Events::V1QuoteCreatedEvent.lookup_type => Events::V1QuoteCreatedEvent,
|
198
|
+
Events::V1QuoteFinalizedEvent.lookup_type => Events::V1QuoteFinalizedEvent,
|
199
|
+
Events::V1RadarEarlyFraudWarningCreatedEvent.lookup_type =>
|
200
|
+
Events::V1RadarEarlyFraudWarningCreatedEvent,
|
201
|
+
Events::V1RadarEarlyFraudWarningUpdatedEvent.lookup_type =>
|
202
|
+
Events::V1RadarEarlyFraudWarningUpdatedEvent,
|
203
|
+
Events::V1RefundCreatedEvent.lookup_type => Events::V1RefundCreatedEvent,
|
204
|
+
Events::V1RefundFailedEvent.lookup_type => Events::V1RefundFailedEvent,
|
205
|
+
Events::V1RefundUpdatedEvent.lookup_type => Events::V1RefundUpdatedEvent,
|
206
|
+
Events::V1ReviewClosedEvent.lookup_type => Events::V1ReviewClosedEvent,
|
207
|
+
Events::V1ReviewOpenedEvent.lookup_type => Events::V1ReviewOpenedEvent,
|
208
|
+
Events::V1SetupIntentCanceledEvent.lookup_type => Events::V1SetupIntentCanceledEvent,
|
209
|
+
Events::V1SetupIntentCreatedEvent.lookup_type => Events::V1SetupIntentCreatedEvent,
|
210
|
+
Events::V1SetupIntentRequiresActionEvent.lookup_type => Events::V1SetupIntentRequiresActionEvent,
|
211
|
+
Events::V1SetupIntentSetupFailedEvent.lookup_type => Events::V1SetupIntentSetupFailedEvent,
|
212
|
+
Events::V1SetupIntentSucceededEvent.lookup_type => Events::V1SetupIntentSucceededEvent,
|
213
|
+
Events::V1SigmaScheduledQueryRunCreatedEvent.lookup_type =>
|
214
|
+
Events::V1SigmaScheduledQueryRunCreatedEvent,
|
215
|
+
Events::V1SourceCanceledEvent.lookup_type => Events::V1SourceCanceledEvent,
|
216
|
+
Events::V1SourceChargeableEvent.lookup_type => Events::V1SourceChargeableEvent,
|
217
|
+
Events::V1SourceFailedEvent.lookup_type => Events::V1SourceFailedEvent,
|
218
|
+
Events::V1SourceRefundAttributesRequiredEvent.lookup_type =>
|
219
|
+
Events::V1SourceRefundAttributesRequiredEvent,
|
220
|
+
Events::V1SubscriptionScheduleAbortedEvent.lookup_type =>
|
221
|
+
Events::V1SubscriptionScheduleAbortedEvent,
|
222
|
+
Events::V1SubscriptionScheduleCanceledEvent.lookup_type =>
|
223
|
+
Events::V1SubscriptionScheduleCanceledEvent,
|
224
|
+
Events::V1SubscriptionScheduleCompletedEvent.lookup_type =>
|
225
|
+
Events::V1SubscriptionScheduleCompletedEvent,
|
226
|
+
Events::V1SubscriptionScheduleCreatedEvent.lookup_type =>
|
227
|
+
Events::V1SubscriptionScheduleCreatedEvent,
|
228
|
+
Events::V1SubscriptionScheduleExpiringEvent.lookup_type =>
|
229
|
+
Events::V1SubscriptionScheduleExpiringEvent,
|
230
|
+
Events::V1SubscriptionScheduleReleasedEvent.lookup_type =>
|
231
|
+
Events::V1SubscriptionScheduleReleasedEvent,
|
232
|
+
Events::V1SubscriptionScheduleUpdatedEvent.lookup_type =>
|
233
|
+
Events::V1SubscriptionScheduleUpdatedEvent,
|
234
|
+
Events::V1TaxRateCreatedEvent.lookup_type => Events::V1TaxRateCreatedEvent,
|
235
|
+
Events::V1TaxRateUpdatedEvent.lookup_type => Events::V1TaxRateUpdatedEvent,
|
236
|
+
Events::V1TerminalReaderActionFailedEvent.lookup_type => Events::V1TerminalReaderActionFailedEvent,
|
237
|
+
Events::V1TerminalReaderActionSucceededEvent.lookup_type =>
|
238
|
+
Events::V1TerminalReaderActionSucceededEvent,
|
239
|
+
Events::V1TerminalReaderActionUpdatedEvent.lookup_type =>
|
240
|
+
Events::V1TerminalReaderActionUpdatedEvent,
|
241
|
+
Events::V1TestHelpersTestClockAdvancingEvent.lookup_type =>
|
242
|
+
Events::V1TestHelpersTestClockAdvancingEvent,
|
243
|
+
Events::V1TestHelpersTestClockCreatedEvent.lookup_type =>
|
244
|
+
Events::V1TestHelpersTestClockCreatedEvent,
|
245
|
+
Events::V1TestHelpersTestClockDeletedEvent.lookup_type =>
|
246
|
+
Events::V1TestHelpersTestClockDeletedEvent,
|
247
|
+
Events::V1TestHelpersTestClockInternalFailureEvent.lookup_type =>
|
248
|
+
Events::V1TestHelpersTestClockInternalFailureEvent,
|
249
|
+
Events::V1TestHelpersTestClockReadyEvent.lookup_type => Events::V1TestHelpersTestClockReadyEvent,
|
250
|
+
Events::V1TopupCanceledEvent.lookup_type => Events::V1TopupCanceledEvent,
|
251
|
+
Events::V1TopupCreatedEvent.lookup_type => Events::V1TopupCreatedEvent,
|
252
|
+
Events::V1TopupFailedEvent.lookup_type => Events::V1TopupFailedEvent,
|
253
|
+
Events::V1TopupReversedEvent.lookup_type => Events::V1TopupReversedEvent,
|
254
|
+
Events::V1TopupSucceededEvent.lookup_type => Events::V1TopupSucceededEvent,
|
255
|
+
Events::V1TransferCreatedEvent.lookup_type => Events::V1TransferCreatedEvent,
|
256
|
+
Events::V1TransferReversedEvent.lookup_type => Events::V1TransferReversedEvent,
|
257
|
+
Events::V1TransferUpdatedEvent.lookup_type => Events::V1TransferUpdatedEvent,
|
258
|
+
Events::V2BillingCadenceBilledEvent.lookup_type => Events::V2BillingCadenceBilledEvent,
|
259
|
+
Events::V2BillingCadenceCanceledEvent.lookup_type => Events::V2BillingCadenceCanceledEvent,
|
260
|
+
Events::V2BillingCadenceCreatedEvent.lookup_type => Events::V2BillingCadenceCreatedEvent,
|
261
|
+
Events::V2BillingLicenseFeeCreatedEvent.lookup_type => Events::V2BillingLicenseFeeCreatedEvent,
|
262
|
+
Events::V2BillingLicenseFeeUpdatedEvent.lookup_type => Events::V2BillingLicenseFeeUpdatedEvent,
|
263
|
+
Events::V2BillingLicenseFeeVersionCreatedEvent.lookup_type =>
|
264
|
+
Events::V2BillingLicenseFeeVersionCreatedEvent,
|
265
|
+
Events::V2BillingLicensedItemCreatedEvent.lookup_type => Events::V2BillingLicensedItemCreatedEvent,
|
266
|
+
Events::V2BillingLicensedItemUpdatedEvent.lookup_type => Events::V2BillingLicensedItemUpdatedEvent,
|
267
|
+
Events::V2BillingMeteredItemCreatedEvent.lookup_type => Events::V2BillingMeteredItemCreatedEvent,
|
268
|
+
Events::V2BillingMeteredItemUpdatedEvent.lookup_type => Events::V2BillingMeteredItemUpdatedEvent,
|
269
|
+
Events::V2BillingPricingPlanComponentCreatedEvent.lookup_type =>
|
270
|
+
Events::V2BillingPricingPlanComponentCreatedEvent,
|
271
|
+
Events::V2BillingPricingPlanComponentUpdatedEvent.lookup_type =>
|
272
|
+
Events::V2BillingPricingPlanComponentUpdatedEvent,
|
273
|
+
Events::V2BillingPricingPlanCreatedEvent.lookup_type => Events::V2BillingPricingPlanCreatedEvent,
|
274
|
+
Events::V2BillingPricingPlanSubscriptionCollectionAwaitingCustomerActionEvent.lookup_type =>
|
275
|
+
Events::V2BillingPricingPlanSubscriptionCollectionAwaitingCustomerActionEvent,
|
276
|
+
Events::V2BillingPricingPlanSubscriptionCollectionCurrentEvent.lookup_type =>
|
277
|
+
Events::V2BillingPricingPlanSubscriptionCollectionCurrentEvent,
|
278
|
+
Events::V2BillingPricingPlanSubscriptionCollectionPastDueEvent.lookup_type =>
|
279
|
+
Events::V2BillingPricingPlanSubscriptionCollectionPastDueEvent,
|
280
|
+
Events::V2BillingPricingPlanSubscriptionCollectionPausedEvent.lookup_type =>
|
281
|
+
Events::V2BillingPricingPlanSubscriptionCollectionPausedEvent,
|
282
|
+
Events::V2BillingPricingPlanSubscriptionCollectionUnpaidEvent.lookup_type =>
|
283
|
+
Events::V2BillingPricingPlanSubscriptionCollectionUnpaidEvent,
|
284
|
+
Events::V2BillingPricingPlanSubscriptionServicingActivatedEvent.lookup_type =>
|
285
|
+
Events::V2BillingPricingPlanSubscriptionServicingActivatedEvent,
|
286
|
+
Events::V2BillingPricingPlanSubscriptionServicingCanceledEvent.lookup_type =>
|
287
|
+
Events::V2BillingPricingPlanSubscriptionServicingCanceledEvent,
|
288
|
+
Events::V2BillingPricingPlanSubscriptionServicingPausedEvent.lookup_type =>
|
289
|
+
Events::V2BillingPricingPlanSubscriptionServicingPausedEvent,
|
290
|
+
Events::V2BillingPricingPlanUpdatedEvent.lookup_type => Events::V2BillingPricingPlanUpdatedEvent,
|
291
|
+
Events::V2BillingPricingPlanVersionCreatedEvent.lookup_type =>
|
292
|
+
Events::V2BillingPricingPlanVersionCreatedEvent,
|
293
|
+
Events::V2BillingRateCardCreatedEvent.lookup_type => Events::V2BillingRateCardCreatedEvent,
|
294
|
+
Events::V2BillingRateCardRateCreatedEvent.lookup_type => Events::V2BillingRateCardRateCreatedEvent,
|
295
|
+
Events::V2BillingRateCardSubscriptionActivatedEvent.lookup_type =>
|
296
|
+
Events::V2BillingRateCardSubscriptionActivatedEvent,
|
297
|
+
Events::V2BillingRateCardSubscriptionCanceledEvent.lookup_type =>
|
298
|
+
Events::V2BillingRateCardSubscriptionCanceledEvent,
|
299
|
+
Events::V2BillingRateCardSubscriptionCollectionAwaitingCustomerActionEvent.lookup_type =>
|
300
|
+
Events::V2BillingRateCardSubscriptionCollectionAwaitingCustomerActionEvent,
|
301
|
+
Events::V2BillingRateCardSubscriptionCollectionCurrentEvent.lookup_type =>
|
302
|
+
Events::V2BillingRateCardSubscriptionCollectionCurrentEvent,
|
303
|
+
Events::V2BillingRateCardSubscriptionCollectionPastDueEvent.lookup_type =>
|
304
|
+
Events::V2BillingRateCardSubscriptionCollectionPastDueEvent,
|
305
|
+
Events::V2BillingRateCardSubscriptionCollectionPausedEvent.lookup_type =>
|
306
|
+
Events::V2BillingRateCardSubscriptionCollectionPausedEvent,
|
307
|
+
Events::V2BillingRateCardSubscriptionCollectionUnpaidEvent.lookup_type =>
|
308
|
+
Events::V2BillingRateCardSubscriptionCollectionUnpaidEvent,
|
309
|
+
Events::V2BillingRateCardSubscriptionServicingActivatedEvent.lookup_type =>
|
310
|
+
Events::V2BillingRateCardSubscriptionServicingActivatedEvent,
|
311
|
+
Events::V2BillingRateCardSubscriptionServicingCanceledEvent.lookup_type =>
|
312
|
+
Events::V2BillingRateCardSubscriptionServicingCanceledEvent,
|
313
|
+
Events::V2BillingRateCardSubscriptionServicingPausedEvent.lookup_type =>
|
314
|
+
Events::V2BillingRateCardSubscriptionServicingPausedEvent,
|
315
|
+
Events::V2BillingRateCardUpdatedEvent.lookup_type => Events::V2BillingRateCardUpdatedEvent,
|
316
|
+
Events::V2BillingRateCardVersionCreatedEvent.lookup_type =>
|
317
|
+
Events::V2BillingRateCardVersionCreatedEvent,
|
12
318
|
Events::V2CoreAccountClosedEvent.lookup_type => Events::V2CoreAccountClosedEvent,
|
13
319
|
Events::V2CoreAccountCreatedEvent.lookup_type => Events::V2CoreAccountCreatedEvent,
|
320
|
+
Events::V2CoreAccountIncludingConfigurationCardCreatorCapabilityStatusUpdatedEvent.lookup_type =>
|
321
|
+
Events::V2CoreAccountIncludingConfigurationCardCreatorCapabilityStatusUpdatedEvent,
|
322
|
+
Events::V2CoreAccountIncludingConfigurationCardCreatorUpdatedEvent.lookup_type =>
|
323
|
+
Events::V2CoreAccountIncludingConfigurationCardCreatorUpdatedEvent,
|
14
324
|
Events::V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEvent.lookup_type =>
|
15
325
|
Events::V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEvent,
|
16
326
|
Events::V2CoreAccountIncludingConfigurationCustomerUpdatedEvent.lookup_type =>
|
@@ -38,7 +348,50 @@ module Stripe
|
|
38
348
|
Events::V2CoreAccountPersonDeletedEvent.lookup_type => Events::V2CoreAccountPersonDeletedEvent,
|
39
349
|
Events::V2CoreAccountPersonUpdatedEvent.lookup_type => Events::V2CoreAccountPersonUpdatedEvent,
|
40
350
|
Events::V2CoreAccountUpdatedEvent.lookup_type => Events::V2CoreAccountUpdatedEvent,
|
351
|
+
Events::V2CoreClaimableSandboxClaimedEvent.lookup_type =>
|
352
|
+
Events::V2CoreClaimableSandboxClaimedEvent,
|
353
|
+
Events::V2CoreClaimableSandboxCreatedEvent.lookup_type =>
|
354
|
+
Events::V2CoreClaimableSandboxCreatedEvent,
|
355
|
+
Events::V2CoreClaimableSandboxExpiredEvent.lookup_type =>
|
356
|
+
Events::V2CoreClaimableSandboxExpiredEvent,
|
357
|
+
Events::V2CoreClaimableSandboxExpiringEvent.lookup_type =>
|
358
|
+
Events::V2CoreClaimableSandboxExpiringEvent,
|
359
|
+
Events::V2CoreClaimableSandboxSandboxDetailsOwnerAccountUpdatedEvent.lookup_type =>
|
360
|
+
Events::V2CoreClaimableSandboxSandboxDetailsOwnerAccountUpdatedEvent,
|
41
361
|
Events::V2CoreEventDestinationPingEvent.lookup_type => Events::V2CoreEventDestinationPingEvent,
|
362
|
+
Events::V2CoreHealthApiErrorFiringEvent.lookup_type => Events::V2CoreHealthApiErrorFiringEvent,
|
363
|
+
Events::V2CoreHealthApiErrorResolvedEvent.lookup_type => Events::V2CoreHealthApiErrorResolvedEvent,
|
364
|
+
Events::V2CoreHealthApiLatencyFiringEvent.lookup_type => Events::V2CoreHealthApiLatencyFiringEvent,
|
365
|
+
Events::V2CoreHealthApiLatencyResolvedEvent.lookup_type =>
|
366
|
+
Events::V2CoreHealthApiLatencyResolvedEvent,
|
367
|
+
Events::V2CoreHealthAuthorizationRateDropFiringEvent.lookup_type =>
|
368
|
+
Events::V2CoreHealthAuthorizationRateDropFiringEvent,
|
369
|
+
Events::V2CoreHealthAuthorizationRateDropResolvedEvent.lookup_type =>
|
370
|
+
Events::V2CoreHealthAuthorizationRateDropResolvedEvent,
|
371
|
+
Events::V2CoreHealthEventGenerationFailureResolvedEvent.lookup_type =>
|
372
|
+
Events::V2CoreHealthEventGenerationFailureResolvedEvent,
|
373
|
+
Events::V2CoreHealthFraudRateIncreasedEvent.lookup_type =>
|
374
|
+
Events::V2CoreHealthFraudRateIncreasedEvent,
|
375
|
+
Events::V2CoreHealthIssuingAuthorizationRequestErrorsFiringEvent.lookup_type =>
|
376
|
+
Events::V2CoreHealthIssuingAuthorizationRequestErrorsFiringEvent,
|
377
|
+
Events::V2CoreHealthIssuingAuthorizationRequestErrorsResolvedEvent.lookup_type =>
|
378
|
+
Events::V2CoreHealthIssuingAuthorizationRequestErrorsResolvedEvent,
|
379
|
+
Events::V2CoreHealthIssuingAuthorizationRequestTimeoutFiringEvent.lookup_type =>
|
380
|
+
Events::V2CoreHealthIssuingAuthorizationRequestTimeoutFiringEvent,
|
381
|
+
Events::V2CoreHealthIssuingAuthorizationRequestTimeoutResolvedEvent.lookup_type =>
|
382
|
+
Events::V2CoreHealthIssuingAuthorizationRequestTimeoutResolvedEvent,
|
383
|
+
Events::V2CoreHealthPaymentMethodErrorFiringEvent.lookup_type =>
|
384
|
+
Events::V2CoreHealthPaymentMethodErrorFiringEvent,
|
385
|
+
Events::V2CoreHealthPaymentMethodErrorResolvedEvent.lookup_type =>
|
386
|
+
Events::V2CoreHealthPaymentMethodErrorResolvedEvent,
|
387
|
+
Events::V2CoreHealthTrafficVolumeDropFiringEvent.lookup_type =>
|
388
|
+
Events::V2CoreHealthTrafficVolumeDropFiringEvent,
|
389
|
+
Events::V2CoreHealthTrafficVolumeDropResolvedEvent.lookup_type =>
|
390
|
+
Events::V2CoreHealthTrafficVolumeDropResolvedEvent,
|
391
|
+
Events::V2CoreHealthWebhookLatencyFiringEvent.lookup_type =>
|
392
|
+
Events::V2CoreHealthWebhookLatencyFiringEvent,
|
393
|
+
Events::V2CoreHealthWebhookLatencyResolvedEvent.lookup_type =>
|
394
|
+
Events::V2CoreHealthWebhookLatencyResolvedEvent,
|
42
395
|
Events::V2MoneyManagementAdjustmentCreatedEvent.lookup_type =>
|
43
396
|
Events::V2MoneyManagementAdjustmentCreatedEvent,
|
44
397
|
Events::V2MoneyManagementFinancialAccountCreatedEvent.lookup_type =>
|
@@ -105,6 +458,10 @@ module Stripe
|
|
105
458
|
Events::V2MoneyManagementReceivedDebitSucceededEvent,
|
106
459
|
Events::V2MoneyManagementReceivedDebitUpdatedEvent.lookup_type =>
|
107
460
|
Events::V2MoneyManagementReceivedDebitUpdatedEvent,
|
461
|
+
Events::V2MoneyManagementRecipientVerificationCreatedEvent.lookup_type =>
|
462
|
+
Events::V2MoneyManagementRecipientVerificationCreatedEvent,
|
463
|
+
Events::V2MoneyManagementRecipientVerificationUpdatedEvent.lookup_type =>
|
464
|
+
Events::V2MoneyManagementRecipientVerificationUpdatedEvent,
|
108
465
|
Events::V2MoneyManagementTransactionCreatedEvent.lookup_type =>
|
109
466
|
Events::V2MoneyManagementTransactionCreatedEvent,
|
110
467
|
Events::V2MoneyManagementTransactionUpdatedEvent.lookup_type =>
|
@@ -130,16 +487,410 @@ module Stripe
|
|
130
487
|
def self.event_notification_types_to_classes
|
131
488
|
{
|
132
489
|
# event notification types: The beginning of the section generated from our OpenAPI spec
|
490
|
+
Events::V1AccountUpdatedEventNotification.lookup_type => Events::V1AccountUpdatedEventNotification,
|
491
|
+
Events::V1ApplicationFeeCreatedEventNotification.lookup_type =>
|
492
|
+
Events::V1ApplicationFeeCreatedEventNotification,
|
493
|
+
Events::V1ApplicationFeeRefundedEventNotification.lookup_type =>
|
494
|
+
Events::V1ApplicationFeeRefundedEventNotification,
|
133
495
|
Events::V1BillingMeterErrorReportTriggeredEventNotification.lookup_type =>
|
134
496
|
Events::V1BillingMeterErrorReportTriggeredEventNotification,
|
135
497
|
Events::V1BillingMeterNoMeterFoundEventNotification.lookup_type =>
|
136
498
|
Events::V1BillingMeterNoMeterFoundEventNotification,
|
137
|
-
Events::
|
138
|
-
Events::
|
499
|
+
Events::V1BillingPortalConfigurationCreatedEventNotification.lookup_type =>
|
500
|
+
Events::V1BillingPortalConfigurationCreatedEventNotification,
|
501
|
+
Events::V1BillingPortalConfigurationUpdatedEventNotification.lookup_type =>
|
502
|
+
Events::V1BillingPortalConfigurationUpdatedEventNotification,
|
503
|
+
Events::V1CapabilityUpdatedEventNotification.lookup_type =>
|
504
|
+
Events::V1CapabilityUpdatedEventNotification,
|
505
|
+
Events::V1ChargeCapturedEventNotification.lookup_type => Events::V1ChargeCapturedEventNotification,
|
506
|
+
Events::V1ChargeDisputeClosedEventNotification.lookup_type =>
|
507
|
+
Events::V1ChargeDisputeClosedEventNotification,
|
508
|
+
Events::V1ChargeDisputeCreatedEventNotification.lookup_type =>
|
509
|
+
Events::V1ChargeDisputeCreatedEventNotification,
|
510
|
+
Events::V1ChargeDisputeFundsReinstatedEventNotification.lookup_type =>
|
511
|
+
Events::V1ChargeDisputeFundsReinstatedEventNotification,
|
512
|
+
Events::V1ChargeDisputeFundsWithdrawnEventNotification.lookup_type =>
|
513
|
+
Events::V1ChargeDisputeFundsWithdrawnEventNotification,
|
514
|
+
Events::V1ChargeDisputeUpdatedEventNotification.lookup_type =>
|
515
|
+
Events::V1ChargeDisputeUpdatedEventNotification,
|
516
|
+
Events::V1ChargeExpiredEventNotification.lookup_type => Events::V1ChargeExpiredEventNotification,
|
517
|
+
Events::V1ChargeFailedEventNotification.lookup_type => Events::V1ChargeFailedEventNotification,
|
518
|
+
Events::V1ChargePendingEventNotification.lookup_type => Events::V1ChargePendingEventNotification,
|
519
|
+
Events::V1ChargeRefundUpdatedEventNotification.lookup_type =>
|
520
|
+
Events::V1ChargeRefundUpdatedEventNotification,
|
521
|
+
Events::V1ChargeRefundedEventNotification.lookup_type => Events::V1ChargeRefundedEventNotification,
|
522
|
+
Events::V1ChargeSucceededEventNotification.lookup_type =>
|
523
|
+
Events::V1ChargeSucceededEventNotification,
|
524
|
+
Events::V1ChargeUpdatedEventNotification.lookup_type => Events::V1ChargeUpdatedEventNotification,
|
525
|
+
Events::V1CheckoutSessionAsyncPaymentFailedEventNotification.lookup_type =>
|
526
|
+
Events::V1CheckoutSessionAsyncPaymentFailedEventNotification,
|
527
|
+
Events::V1CheckoutSessionAsyncPaymentSucceededEventNotification.lookup_type =>
|
528
|
+
Events::V1CheckoutSessionAsyncPaymentSucceededEventNotification,
|
529
|
+
Events::V1CheckoutSessionCompletedEventNotification.lookup_type =>
|
530
|
+
Events::V1CheckoutSessionCompletedEventNotification,
|
531
|
+
Events::V1CheckoutSessionExpiredEventNotification.lookup_type =>
|
532
|
+
Events::V1CheckoutSessionExpiredEventNotification,
|
533
|
+
Events::V1ClimateOrderCanceledEventNotification.lookup_type =>
|
534
|
+
Events::V1ClimateOrderCanceledEventNotification,
|
535
|
+
Events::V1ClimateOrderCreatedEventNotification.lookup_type =>
|
536
|
+
Events::V1ClimateOrderCreatedEventNotification,
|
537
|
+
Events::V1ClimateOrderDelayedEventNotification.lookup_type =>
|
538
|
+
Events::V1ClimateOrderDelayedEventNotification,
|
539
|
+
Events::V1ClimateOrderDeliveredEventNotification.lookup_type =>
|
540
|
+
Events::V1ClimateOrderDeliveredEventNotification,
|
541
|
+
Events::V1ClimateOrderProductSubstitutedEventNotification.lookup_type =>
|
542
|
+
Events::V1ClimateOrderProductSubstitutedEventNotification,
|
543
|
+
Events::V1ClimateProductCreatedEventNotification.lookup_type =>
|
544
|
+
Events::V1ClimateProductCreatedEventNotification,
|
545
|
+
Events::V1ClimateProductPricingUpdatedEventNotification.lookup_type =>
|
546
|
+
Events::V1ClimateProductPricingUpdatedEventNotification,
|
547
|
+
Events::V1CouponCreatedEventNotification.lookup_type => Events::V1CouponCreatedEventNotification,
|
548
|
+
Events::V1CouponDeletedEventNotification.lookup_type => Events::V1CouponDeletedEventNotification,
|
549
|
+
Events::V1CouponUpdatedEventNotification.lookup_type => Events::V1CouponUpdatedEventNotification,
|
550
|
+
Events::V1CreditNoteCreatedEventNotification.lookup_type =>
|
551
|
+
Events::V1CreditNoteCreatedEventNotification,
|
552
|
+
Events::V1CreditNoteUpdatedEventNotification.lookup_type =>
|
553
|
+
Events::V1CreditNoteUpdatedEventNotification,
|
554
|
+
Events::V1CreditNoteVoidedEventNotification.lookup_type =>
|
555
|
+
Events::V1CreditNoteVoidedEventNotification,
|
556
|
+
Events::V1CustomerCreatedEventNotification.lookup_type =>
|
557
|
+
Events::V1CustomerCreatedEventNotification,
|
558
|
+
Events::V1CustomerDeletedEventNotification.lookup_type =>
|
559
|
+
Events::V1CustomerDeletedEventNotification,
|
560
|
+
Events::V1CustomerSubscriptionCreatedEventNotification.lookup_type =>
|
561
|
+
Events::V1CustomerSubscriptionCreatedEventNotification,
|
562
|
+
Events::V1CustomerSubscriptionDeletedEventNotification.lookup_type =>
|
563
|
+
Events::V1CustomerSubscriptionDeletedEventNotification,
|
564
|
+
Events::V1CustomerSubscriptionPausedEventNotification.lookup_type =>
|
565
|
+
Events::V1CustomerSubscriptionPausedEventNotification,
|
566
|
+
Events::V1CustomerSubscriptionPendingUpdateAppliedEventNotification.lookup_type =>
|
567
|
+
Events::V1CustomerSubscriptionPendingUpdateAppliedEventNotification,
|
568
|
+
Events::V1CustomerSubscriptionPendingUpdateExpiredEventNotification.lookup_type =>
|
569
|
+
Events::V1CustomerSubscriptionPendingUpdateExpiredEventNotification,
|
570
|
+
Events::V1CustomerSubscriptionResumedEventNotification.lookup_type =>
|
571
|
+
Events::V1CustomerSubscriptionResumedEventNotification,
|
572
|
+
Events::V1CustomerSubscriptionTrialWillEndEventNotification.lookup_type =>
|
573
|
+
Events::V1CustomerSubscriptionTrialWillEndEventNotification,
|
574
|
+
Events::V1CustomerSubscriptionUpdatedEventNotification.lookup_type =>
|
575
|
+
Events::V1CustomerSubscriptionUpdatedEventNotification,
|
576
|
+
Events::V1CustomerTaxIdCreatedEventNotification.lookup_type =>
|
577
|
+
Events::V1CustomerTaxIdCreatedEventNotification,
|
578
|
+
Events::V1CustomerTaxIdDeletedEventNotification.lookup_type =>
|
579
|
+
Events::V1CustomerTaxIdDeletedEventNotification,
|
580
|
+
Events::V1CustomerTaxIdUpdatedEventNotification.lookup_type =>
|
581
|
+
Events::V1CustomerTaxIdUpdatedEventNotification,
|
582
|
+
Events::V1CustomerUpdatedEventNotification.lookup_type =>
|
583
|
+
Events::V1CustomerUpdatedEventNotification,
|
584
|
+
Events::V1FileCreatedEventNotification.lookup_type => Events::V1FileCreatedEventNotification,
|
585
|
+
Events::V1FinancialConnectionsAccountCreatedEventNotification.lookup_type =>
|
586
|
+
Events::V1FinancialConnectionsAccountCreatedEventNotification,
|
587
|
+
Events::V1FinancialConnectionsAccountDeactivatedEventNotification.lookup_type =>
|
588
|
+
Events::V1FinancialConnectionsAccountDeactivatedEventNotification,
|
589
|
+
Events::V1FinancialConnectionsAccountDisconnectedEventNotification.lookup_type =>
|
590
|
+
Events::V1FinancialConnectionsAccountDisconnectedEventNotification,
|
591
|
+
Events::V1FinancialConnectionsAccountReactivatedEventNotification.lookup_type =>
|
592
|
+
Events::V1FinancialConnectionsAccountReactivatedEventNotification,
|
593
|
+
Events::V1FinancialConnectionsAccountRefreshedBalanceEventNotification.lookup_type =>
|
594
|
+
Events::V1FinancialConnectionsAccountRefreshedBalanceEventNotification,
|
595
|
+
Events::V1FinancialConnectionsAccountRefreshedOwnershipEventNotification.lookup_type =>
|
596
|
+
Events::V1FinancialConnectionsAccountRefreshedOwnershipEventNotification,
|
597
|
+
Events::V1FinancialConnectionsAccountRefreshedTransactionsEventNotification.lookup_type =>
|
598
|
+
Events::V1FinancialConnectionsAccountRefreshedTransactionsEventNotification,
|
599
|
+
Events::V1IdentityVerificationSessionCanceledEventNotification.lookup_type =>
|
600
|
+
Events::V1IdentityVerificationSessionCanceledEventNotification,
|
601
|
+
Events::V1IdentityVerificationSessionCreatedEventNotification.lookup_type =>
|
602
|
+
Events::V1IdentityVerificationSessionCreatedEventNotification,
|
603
|
+
Events::V1IdentityVerificationSessionProcessingEventNotification.lookup_type =>
|
604
|
+
Events::V1IdentityVerificationSessionProcessingEventNotification,
|
605
|
+
Events::V1IdentityVerificationSessionRedactedEventNotification.lookup_type =>
|
606
|
+
Events::V1IdentityVerificationSessionRedactedEventNotification,
|
607
|
+
Events::V1IdentityVerificationSessionRequiresInputEventNotification.lookup_type =>
|
608
|
+
Events::V1IdentityVerificationSessionRequiresInputEventNotification,
|
609
|
+
Events::V1IdentityVerificationSessionVerifiedEventNotification.lookup_type =>
|
610
|
+
Events::V1IdentityVerificationSessionVerifiedEventNotification,
|
611
|
+
Events::V1InvoiceCreatedEventNotification.lookup_type => Events::V1InvoiceCreatedEventNotification,
|
612
|
+
Events::V1InvoiceDeletedEventNotification.lookup_type => Events::V1InvoiceDeletedEventNotification,
|
613
|
+
Events::V1InvoiceFinalizationFailedEventNotification.lookup_type =>
|
614
|
+
Events::V1InvoiceFinalizationFailedEventNotification,
|
615
|
+
Events::V1InvoiceFinalizedEventNotification.lookup_type =>
|
616
|
+
Events::V1InvoiceFinalizedEventNotification,
|
617
|
+
Events::V1InvoiceMarkedUncollectibleEventNotification.lookup_type =>
|
618
|
+
Events::V1InvoiceMarkedUncollectibleEventNotification,
|
619
|
+
Events::V1InvoiceOverdueEventNotification.lookup_type => Events::V1InvoiceOverdueEventNotification,
|
620
|
+
Events::V1InvoiceOverpaidEventNotification.lookup_type =>
|
621
|
+
Events::V1InvoiceOverpaidEventNotification,
|
622
|
+
Events::V1InvoicePaidEventNotification.lookup_type => Events::V1InvoicePaidEventNotification,
|
623
|
+
Events::V1InvoicePaymentActionRequiredEventNotification.lookup_type =>
|
624
|
+
Events::V1InvoicePaymentActionRequiredEventNotification,
|
625
|
+
Events::V1InvoicePaymentFailedEventNotification.lookup_type =>
|
626
|
+
Events::V1InvoicePaymentFailedEventNotification,
|
627
|
+
Events::V1InvoicePaymentPaidEventNotification.lookup_type =>
|
628
|
+
Events::V1InvoicePaymentPaidEventNotification,
|
629
|
+
Events::V1InvoicePaymentSucceededEventNotification.lookup_type =>
|
630
|
+
Events::V1InvoicePaymentSucceededEventNotification,
|
631
|
+
Events::V1InvoiceSentEventNotification.lookup_type => Events::V1InvoiceSentEventNotification,
|
632
|
+
Events::V1InvoiceUpcomingEventNotification.lookup_type =>
|
633
|
+
Events::V1InvoiceUpcomingEventNotification,
|
634
|
+
Events::V1InvoiceUpdatedEventNotification.lookup_type => Events::V1InvoiceUpdatedEventNotification,
|
635
|
+
Events::V1InvoiceVoidedEventNotification.lookup_type => Events::V1InvoiceVoidedEventNotification,
|
636
|
+
Events::V1InvoiceWillBeDueEventNotification.lookup_type =>
|
637
|
+
Events::V1InvoiceWillBeDueEventNotification,
|
638
|
+
Events::V1InvoiceitemCreatedEventNotification.lookup_type =>
|
639
|
+
Events::V1InvoiceitemCreatedEventNotification,
|
640
|
+
Events::V1InvoiceitemDeletedEventNotification.lookup_type =>
|
641
|
+
Events::V1InvoiceitemDeletedEventNotification,
|
642
|
+
Events::V1IssuingAuthorizationCreatedEventNotification.lookup_type =>
|
643
|
+
Events::V1IssuingAuthorizationCreatedEventNotification,
|
644
|
+
Events::V1IssuingAuthorizationRequestEventNotification.lookup_type =>
|
645
|
+
Events::V1IssuingAuthorizationRequestEventNotification,
|
646
|
+
Events::V1IssuingAuthorizationUpdatedEventNotification.lookup_type =>
|
647
|
+
Events::V1IssuingAuthorizationUpdatedEventNotification,
|
648
|
+
Events::V1IssuingCardCreatedEventNotification.lookup_type =>
|
649
|
+
Events::V1IssuingCardCreatedEventNotification,
|
650
|
+
Events::V1IssuingCardUpdatedEventNotification.lookup_type =>
|
651
|
+
Events::V1IssuingCardUpdatedEventNotification,
|
652
|
+
Events::V1IssuingCardholderCreatedEventNotification.lookup_type =>
|
653
|
+
Events::V1IssuingCardholderCreatedEventNotification,
|
654
|
+
Events::V1IssuingCardholderUpdatedEventNotification.lookup_type =>
|
655
|
+
Events::V1IssuingCardholderUpdatedEventNotification,
|
656
|
+
Events::V1IssuingDisputeClosedEventNotification.lookup_type =>
|
657
|
+
Events::V1IssuingDisputeClosedEventNotification,
|
658
|
+
Events::V1IssuingDisputeCreatedEventNotification.lookup_type =>
|
659
|
+
Events::V1IssuingDisputeCreatedEventNotification,
|
660
|
+
Events::V1IssuingDisputeFundsReinstatedEventNotification.lookup_type =>
|
661
|
+
Events::V1IssuingDisputeFundsReinstatedEventNotification,
|
662
|
+
Events::V1IssuingDisputeFundsRescindedEventNotification.lookup_type =>
|
663
|
+
Events::V1IssuingDisputeFundsRescindedEventNotification,
|
664
|
+
Events::V1IssuingDisputeSubmittedEventNotification.lookup_type =>
|
665
|
+
Events::V1IssuingDisputeSubmittedEventNotification,
|
666
|
+
Events::V1IssuingDisputeUpdatedEventNotification.lookup_type =>
|
667
|
+
Events::V1IssuingDisputeUpdatedEventNotification,
|
668
|
+
Events::V1IssuingPersonalizationDesignActivatedEventNotification.lookup_type =>
|
669
|
+
Events::V1IssuingPersonalizationDesignActivatedEventNotification,
|
670
|
+
Events::V1IssuingPersonalizationDesignDeactivatedEventNotification.lookup_type =>
|
671
|
+
Events::V1IssuingPersonalizationDesignDeactivatedEventNotification,
|
672
|
+
Events::V1IssuingPersonalizationDesignRejectedEventNotification.lookup_type =>
|
673
|
+
Events::V1IssuingPersonalizationDesignRejectedEventNotification,
|
674
|
+
Events::V1IssuingPersonalizationDesignUpdatedEventNotification.lookup_type =>
|
675
|
+
Events::V1IssuingPersonalizationDesignUpdatedEventNotification,
|
676
|
+
Events::V1IssuingTokenCreatedEventNotification.lookup_type =>
|
677
|
+
Events::V1IssuingTokenCreatedEventNotification,
|
678
|
+
Events::V1IssuingTokenUpdatedEventNotification.lookup_type =>
|
679
|
+
Events::V1IssuingTokenUpdatedEventNotification,
|
680
|
+
Events::V1IssuingTransactionCreatedEventNotification.lookup_type =>
|
681
|
+
Events::V1IssuingTransactionCreatedEventNotification,
|
682
|
+
Events::V1IssuingTransactionPurchaseDetailsReceiptUpdatedEventNotification.lookup_type =>
|
683
|
+
Events::V1IssuingTransactionPurchaseDetailsReceiptUpdatedEventNotification,
|
684
|
+
Events::V1IssuingTransactionUpdatedEventNotification.lookup_type =>
|
685
|
+
Events::V1IssuingTransactionUpdatedEventNotification,
|
686
|
+
Events::V1MandateUpdatedEventNotification.lookup_type => Events::V1MandateUpdatedEventNotification,
|
687
|
+
Events::V1PaymentIntentAmountCapturableUpdatedEventNotification.lookup_type =>
|
688
|
+
Events::V1PaymentIntentAmountCapturableUpdatedEventNotification,
|
689
|
+
Events::V1PaymentIntentCanceledEventNotification.lookup_type =>
|
690
|
+
Events::V1PaymentIntentCanceledEventNotification,
|
691
|
+
Events::V1PaymentIntentCreatedEventNotification.lookup_type =>
|
692
|
+
Events::V1PaymentIntentCreatedEventNotification,
|
693
|
+
Events::V1PaymentIntentPartiallyFundedEventNotification.lookup_type =>
|
694
|
+
Events::V1PaymentIntentPartiallyFundedEventNotification,
|
695
|
+
Events::V1PaymentIntentPaymentFailedEventNotification.lookup_type =>
|
696
|
+
Events::V1PaymentIntentPaymentFailedEventNotification,
|
697
|
+
Events::V1PaymentIntentProcessingEventNotification.lookup_type =>
|
698
|
+
Events::V1PaymentIntentProcessingEventNotification,
|
699
|
+
Events::V1PaymentIntentRequiresActionEventNotification.lookup_type =>
|
700
|
+
Events::V1PaymentIntentRequiresActionEventNotification,
|
701
|
+
Events::V1PaymentIntentSucceededEventNotification.lookup_type =>
|
702
|
+
Events::V1PaymentIntentSucceededEventNotification,
|
703
|
+
Events::V1PaymentLinkCreatedEventNotification.lookup_type =>
|
704
|
+
Events::V1PaymentLinkCreatedEventNotification,
|
705
|
+
Events::V1PaymentLinkUpdatedEventNotification.lookup_type =>
|
706
|
+
Events::V1PaymentLinkUpdatedEventNotification,
|
707
|
+
Events::V1PaymentMethodAttachedEventNotification.lookup_type =>
|
708
|
+
Events::V1PaymentMethodAttachedEventNotification,
|
709
|
+
Events::V1PaymentMethodAutomaticallyUpdatedEventNotification.lookup_type =>
|
710
|
+
Events::V1PaymentMethodAutomaticallyUpdatedEventNotification,
|
711
|
+
Events::V1PaymentMethodDetachedEventNotification.lookup_type =>
|
712
|
+
Events::V1PaymentMethodDetachedEventNotification,
|
713
|
+
Events::V1PaymentMethodUpdatedEventNotification.lookup_type =>
|
714
|
+
Events::V1PaymentMethodUpdatedEventNotification,
|
715
|
+
Events::V1PayoutCanceledEventNotification.lookup_type => Events::V1PayoutCanceledEventNotification,
|
716
|
+
Events::V1PayoutCreatedEventNotification.lookup_type => Events::V1PayoutCreatedEventNotification,
|
717
|
+
Events::V1PayoutFailedEventNotification.lookup_type => Events::V1PayoutFailedEventNotification,
|
718
|
+
Events::V1PayoutPaidEventNotification.lookup_type => Events::V1PayoutPaidEventNotification,
|
719
|
+
Events::V1PayoutReconciliationCompletedEventNotification.lookup_type =>
|
720
|
+
Events::V1PayoutReconciliationCompletedEventNotification,
|
721
|
+
Events::V1PayoutUpdatedEventNotification.lookup_type => Events::V1PayoutUpdatedEventNotification,
|
722
|
+
Events::V1PersonCreatedEventNotification.lookup_type => Events::V1PersonCreatedEventNotification,
|
723
|
+
Events::V1PersonDeletedEventNotification.lookup_type => Events::V1PersonDeletedEventNotification,
|
724
|
+
Events::V1PersonUpdatedEventNotification.lookup_type => Events::V1PersonUpdatedEventNotification,
|
725
|
+
Events::V1PlanCreatedEventNotification.lookup_type => Events::V1PlanCreatedEventNotification,
|
726
|
+
Events::V1PlanDeletedEventNotification.lookup_type => Events::V1PlanDeletedEventNotification,
|
727
|
+
Events::V1PlanUpdatedEventNotification.lookup_type => Events::V1PlanUpdatedEventNotification,
|
728
|
+
Events::V1PriceCreatedEventNotification.lookup_type => Events::V1PriceCreatedEventNotification,
|
729
|
+
Events::V1PriceDeletedEventNotification.lookup_type => Events::V1PriceDeletedEventNotification,
|
730
|
+
Events::V1PriceUpdatedEventNotification.lookup_type => Events::V1PriceUpdatedEventNotification,
|
731
|
+
Events::V1ProductCreatedEventNotification.lookup_type => Events::V1ProductCreatedEventNotification,
|
732
|
+
Events::V1ProductDeletedEventNotification.lookup_type => Events::V1ProductDeletedEventNotification,
|
733
|
+
Events::V1ProductUpdatedEventNotification.lookup_type => Events::V1ProductUpdatedEventNotification,
|
734
|
+
Events::V1PromotionCodeCreatedEventNotification.lookup_type =>
|
735
|
+
Events::V1PromotionCodeCreatedEventNotification,
|
736
|
+
Events::V1PromotionCodeUpdatedEventNotification.lookup_type =>
|
737
|
+
Events::V1PromotionCodeUpdatedEventNotification,
|
738
|
+
Events::V1QuoteAcceptedEventNotification.lookup_type => Events::V1QuoteAcceptedEventNotification,
|
739
|
+
Events::V1QuoteCanceledEventNotification.lookup_type => Events::V1QuoteCanceledEventNotification,
|
740
|
+
Events::V1QuoteCreatedEventNotification.lookup_type => Events::V1QuoteCreatedEventNotification,
|
741
|
+
Events::V1QuoteFinalizedEventNotification.lookup_type => Events::V1QuoteFinalizedEventNotification,
|
742
|
+
Events::V1RadarEarlyFraudWarningCreatedEventNotification.lookup_type =>
|
743
|
+
Events::V1RadarEarlyFraudWarningCreatedEventNotification,
|
744
|
+
Events::V1RadarEarlyFraudWarningUpdatedEventNotification.lookup_type =>
|
745
|
+
Events::V1RadarEarlyFraudWarningUpdatedEventNotification,
|
746
|
+
Events::V1RefundCreatedEventNotification.lookup_type => Events::V1RefundCreatedEventNotification,
|
747
|
+
Events::V1RefundFailedEventNotification.lookup_type => Events::V1RefundFailedEventNotification,
|
748
|
+
Events::V1RefundUpdatedEventNotification.lookup_type => Events::V1RefundUpdatedEventNotification,
|
749
|
+
Events::V1ReviewClosedEventNotification.lookup_type => Events::V1ReviewClosedEventNotification,
|
750
|
+
Events::V1ReviewOpenedEventNotification.lookup_type => Events::V1ReviewOpenedEventNotification,
|
751
|
+
Events::V1SetupIntentCanceledEventNotification.lookup_type =>
|
752
|
+
Events::V1SetupIntentCanceledEventNotification,
|
753
|
+
Events::V1SetupIntentCreatedEventNotification.lookup_type =>
|
754
|
+
Events::V1SetupIntentCreatedEventNotification,
|
755
|
+
Events::V1SetupIntentRequiresActionEventNotification.lookup_type =>
|
756
|
+
Events::V1SetupIntentRequiresActionEventNotification,
|
757
|
+
Events::V1SetupIntentSetupFailedEventNotification.lookup_type =>
|
758
|
+
Events::V1SetupIntentSetupFailedEventNotification,
|
759
|
+
Events::V1SetupIntentSucceededEventNotification.lookup_type =>
|
760
|
+
Events::V1SetupIntentSucceededEventNotification,
|
761
|
+
Events::V1SigmaScheduledQueryRunCreatedEventNotification.lookup_type =>
|
762
|
+
Events::V1SigmaScheduledQueryRunCreatedEventNotification,
|
763
|
+
Events::V1SourceCanceledEventNotification.lookup_type => Events::V1SourceCanceledEventNotification,
|
764
|
+
Events::V1SourceChargeableEventNotification.lookup_type =>
|
765
|
+
Events::V1SourceChargeableEventNotification,
|
766
|
+
Events::V1SourceFailedEventNotification.lookup_type => Events::V1SourceFailedEventNotification,
|
767
|
+
Events::V1SourceRefundAttributesRequiredEventNotification.lookup_type =>
|
768
|
+
Events::V1SourceRefundAttributesRequiredEventNotification,
|
769
|
+
Events::V1SubscriptionScheduleAbortedEventNotification.lookup_type =>
|
770
|
+
Events::V1SubscriptionScheduleAbortedEventNotification,
|
771
|
+
Events::V1SubscriptionScheduleCanceledEventNotification.lookup_type =>
|
772
|
+
Events::V1SubscriptionScheduleCanceledEventNotification,
|
773
|
+
Events::V1SubscriptionScheduleCompletedEventNotification.lookup_type =>
|
774
|
+
Events::V1SubscriptionScheduleCompletedEventNotification,
|
775
|
+
Events::V1SubscriptionScheduleCreatedEventNotification.lookup_type =>
|
776
|
+
Events::V1SubscriptionScheduleCreatedEventNotification,
|
777
|
+
Events::V1SubscriptionScheduleExpiringEventNotification.lookup_type =>
|
778
|
+
Events::V1SubscriptionScheduleExpiringEventNotification,
|
779
|
+
Events::V1SubscriptionScheduleReleasedEventNotification.lookup_type =>
|
780
|
+
Events::V1SubscriptionScheduleReleasedEventNotification,
|
781
|
+
Events::V1SubscriptionScheduleUpdatedEventNotification.lookup_type =>
|
782
|
+
Events::V1SubscriptionScheduleUpdatedEventNotification,
|
783
|
+
Events::V1TaxRateCreatedEventNotification.lookup_type => Events::V1TaxRateCreatedEventNotification,
|
784
|
+
Events::V1TaxRateUpdatedEventNotification.lookup_type => Events::V1TaxRateUpdatedEventNotification,
|
785
|
+
Events::V1TerminalReaderActionFailedEventNotification.lookup_type =>
|
786
|
+
Events::V1TerminalReaderActionFailedEventNotification,
|
787
|
+
Events::V1TerminalReaderActionSucceededEventNotification.lookup_type =>
|
788
|
+
Events::V1TerminalReaderActionSucceededEventNotification,
|
789
|
+
Events::V1TerminalReaderActionUpdatedEventNotification.lookup_type =>
|
790
|
+
Events::V1TerminalReaderActionUpdatedEventNotification,
|
791
|
+
Events::V1TestHelpersTestClockAdvancingEventNotification.lookup_type =>
|
792
|
+
Events::V1TestHelpersTestClockAdvancingEventNotification,
|
793
|
+
Events::V1TestHelpersTestClockCreatedEventNotification.lookup_type =>
|
794
|
+
Events::V1TestHelpersTestClockCreatedEventNotification,
|
795
|
+
Events::V1TestHelpersTestClockDeletedEventNotification.lookup_type =>
|
796
|
+
Events::V1TestHelpersTestClockDeletedEventNotification,
|
797
|
+
Events::V1TestHelpersTestClockInternalFailureEventNotification.lookup_type =>
|
798
|
+
Events::V1TestHelpersTestClockInternalFailureEventNotification,
|
799
|
+
Events::V1TestHelpersTestClockReadyEventNotification.lookup_type =>
|
800
|
+
Events::V1TestHelpersTestClockReadyEventNotification,
|
801
|
+
Events::V1TopupCanceledEventNotification.lookup_type => Events::V1TopupCanceledEventNotification,
|
802
|
+
Events::V1TopupCreatedEventNotification.lookup_type => Events::V1TopupCreatedEventNotification,
|
803
|
+
Events::V1TopupFailedEventNotification.lookup_type => Events::V1TopupFailedEventNotification,
|
804
|
+
Events::V1TopupReversedEventNotification.lookup_type => Events::V1TopupReversedEventNotification,
|
805
|
+
Events::V1TopupSucceededEventNotification.lookup_type => Events::V1TopupSucceededEventNotification,
|
806
|
+
Events::V1TransferCreatedEventNotification.lookup_type =>
|
807
|
+
Events::V1TransferCreatedEventNotification,
|
808
|
+
Events::V1TransferReversedEventNotification.lookup_type =>
|
809
|
+
Events::V1TransferReversedEventNotification,
|
810
|
+
Events::V1TransferUpdatedEventNotification.lookup_type =>
|
811
|
+
Events::V1TransferUpdatedEventNotification,
|
812
|
+
Events::V2BillingCadenceBilledEventNotification.lookup_type =>
|
813
|
+
Events::V2BillingCadenceBilledEventNotification,
|
814
|
+
Events::V2BillingCadenceCanceledEventNotification.lookup_type =>
|
815
|
+
Events::V2BillingCadenceCanceledEventNotification,
|
816
|
+
Events::V2BillingCadenceCreatedEventNotification.lookup_type =>
|
817
|
+
Events::V2BillingCadenceCreatedEventNotification,
|
818
|
+
Events::V2BillingLicenseFeeCreatedEventNotification.lookup_type =>
|
819
|
+
Events::V2BillingLicenseFeeCreatedEventNotification,
|
820
|
+
Events::V2BillingLicenseFeeUpdatedEventNotification.lookup_type =>
|
821
|
+
Events::V2BillingLicenseFeeUpdatedEventNotification,
|
822
|
+
Events::V2BillingLicenseFeeVersionCreatedEventNotification.lookup_type =>
|
823
|
+
Events::V2BillingLicenseFeeVersionCreatedEventNotification,
|
824
|
+
Events::V2BillingLicensedItemCreatedEventNotification.lookup_type =>
|
825
|
+
Events::V2BillingLicensedItemCreatedEventNotification,
|
826
|
+
Events::V2BillingLicensedItemUpdatedEventNotification.lookup_type =>
|
827
|
+
Events::V2BillingLicensedItemUpdatedEventNotification,
|
828
|
+
Events::V2BillingMeteredItemCreatedEventNotification.lookup_type =>
|
829
|
+
Events::V2BillingMeteredItemCreatedEventNotification,
|
830
|
+
Events::V2BillingMeteredItemUpdatedEventNotification.lookup_type =>
|
831
|
+
Events::V2BillingMeteredItemUpdatedEventNotification,
|
832
|
+
Events::V2BillingPricingPlanComponentCreatedEventNotification.lookup_type =>
|
833
|
+
Events::V2BillingPricingPlanComponentCreatedEventNotification,
|
834
|
+
Events::V2BillingPricingPlanComponentUpdatedEventNotification.lookup_type =>
|
835
|
+
Events::V2BillingPricingPlanComponentUpdatedEventNotification,
|
836
|
+
Events::V2BillingPricingPlanCreatedEventNotification.lookup_type =>
|
837
|
+
Events::V2BillingPricingPlanCreatedEventNotification,
|
838
|
+
Events::V2BillingPricingPlanSubscriptionCollectionAwaitingCustomerActionEventNotification.lookup_type =>
|
839
|
+
Events::V2BillingPricingPlanSubscriptionCollectionAwaitingCustomerActionEventNotification,
|
840
|
+
Events::V2BillingPricingPlanSubscriptionCollectionCurrentEventNotification.lookup_type =>
|
841
|
+
Events::V2BillingPricingPlanSubscriptionCollectionCurrentEventNotification,
|
842
|
+
Events::V2BillingPricingPlanSubscriptionCollectionPastDueEventNotification.lookup_type =>
|
843
|
+
Events::V2BillingPricingPlanSubscriptionCollectionPastDueEventNotification,
|
844
|
+
Events::V2BillingPricingPlanSubscriptionCollectionPausedEventNotification.lookup_type =>
|
845
|
+
Events::V2BillingPricingPlanSubscriptionCollectionPausedEventNotification,
|
846
|
+
Events::V2BillingPricingPlanSubscriptionCollectionUnpaidEventNotification.lookup_type =>
|
847
|
+
Events::V2BillingPricingPlanSubscriptionCollectionUnpaidEventNotification,
|
848
|
+
Events::V2BillingPricingPlanSubscriptionServicingActivatedEventNotification.lookup_type =>
|
849
|
+
Events::V2BillingPricingPlanSubscriptionServicingActivatedEventNotification,
|
850
|
+
Events::V2BillingPricingPlanSubscriptionServicingCanceledEventNotification.lookup_type =>
|
851
|
+
Events::V2BillingPricingPlanSubscriptionServicingCanceledEventNotification,
|
852
|
+
Events::V2BillingPricingPlanSubscriptionServicingPausedEventNotification.lookup_type =>
|
853
|
+
Events::V2BillingPricingPlanSubscriptionServicingPausedEventNotification,
|
854
|
+
Events::V2BillingPricingPlanUpdatedEventNotification.lookup_type =>
|
855
|
+
Events::V2BillingPricingPlanUpdatedEventNotification,
|
856
|
+
Events::V2BillingPricingPlanVersionCreatedEventNotification.lookup_type =>
|
857
|
+
Events::V2BillingPricingPlanVersionCreatedEventNotification,
|
858
|
+
Events::V2BillingRateCardCreatedEventNotification.lookup_type =>
|
859
|
+
Events::V2BillingRateCardCreatedEventNotification,
|
860
|
+
Events::V2BillingRateCardRateCreatedEventNotification.lookup_type =>
|
861
|
+
Events::V2BillingRateCardRateCreatedEventNotification,
|
862
|
+
Events::V2BillingRateCardSubscriptionActivatedEventNotification.lookup_type =>
|
863
|
+
Events::V2BillingRateCardSubscriptionActivatedEventNotification,
|
864
|
+
Events::V2BillingRateCardSubscriptionCanceledEventNotification.lookup_type =>
|
865
|
+
Events::V2BillingRateCardSubscriptionCanceledEventNotification,
|
866
|
+
Events::V2BillingRateCardSubscriptionCollectionAwaitingCustomerActionEventNotification.lookup_type =>
|
867
|
+
Events::V2BillingRateCardSubscriptionCollectionAwaitingCustomerActionEventNotification,
|
868
|
+
Events::V2BillingRateCardSubscriptionCollectionCurrentEventNotification.lookup_type =>
|
869
|
+
Events::V2BillingRateCardSubscriptionCollectionCurrentEventNotification,
|
870
|
+
Events::V2BillingRateCardSubscriptionCollectionPastDueEventNotification.lookup_type =>
|
871
|
+
Events::V2BillingRateCardSubscriptionCollectionPastDueEventNotification,
|
872
|
+
Events::V2BillingRateCardSubscriptionCollectionPausedEventNotification.lookup_type =>
|
873
|
+
Events::V2BillingRateCardSubscriptionCollectionPausedEventNotification,
|
874
|
+
Events::V2BillingRateCardSubscriptionCollectionUnpaidEventNotification.lookup_type =>
|
875
|
+
Events::V2BillingRateCardSubscriptionCollectionUnpaidEventNotification,
|
876
|
+
Events::V2BillingRateCardSubscriptionServicingActivatedEventNotification.lookup_type =>
|
877
|
+
Events::V2BillingRateCardSubscriptionServicingActivatedEventNotification,
|
878
|
+
Events::V2BillingRateCardSubscriptionServicingCanceledEventNotification.lookup_type =>
|
879
|
+
Events::V2BillingRateCardSubscriptionServicingCanceledEventNotification,
|
880
|
+
Events::V2BillingRateCardSubscriptionServicingPausedEventNotification.lookup_type =>
|
881
|
+
Events::V2BillingRateCardSubscriptionServicingPausedEventNotification,
|
882
|
+
Events::V2BillingRateCardUpdatedEventNotification.lookup_type =>
|
883
|
+
Events::V2BillingRateCardUpdatedEventNotification,
|
884
|
+
Events::V2BillingRateCardVersionCreatedEventNotification.lookup_type =>
|
885
|
+
Events::V2BillingRateCardVersionCreatedEventNotification,
|
139
886
|
Events::V2CoreAccountClosedEventNotification.lookup_type =>
|
140
887
|
Events::V2CoreAccountClosedEventNotification,
|
141
888
|
Events::V2CoreAccountCreatedEventNotification.lookup_type =>
|
142
889
|
Events::V2CoreAccountCreatedEventNotification,
|
890
|
+
Events::V2CoreAccountIncludingConfigurationCardCreatorCapabilityStatusUpdatedEventNotification.lookup_type =>
|
891
|
+
Events::V2CoreAccountIncludingConfigurationCardCreatorCapabilityStatusUpdatedEventNotification,
|
892
|
+
Events::V2CoreAccountIncludingConfigurationCardCreatorUpdatedEventNotification.lookup_type =>
|
893
|
+
Events::V2CoreAccountIncludingConfigurationCardCreatorUpdatedEventNotification,
|
143
894
|
Events::V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEventNotification.lookup_type =>
|
144
895
|
Events::V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEventNotification,
|
145
896
|
Events::V2CoreAccountIncludingConfigurationCustomerUpdatedEventNotification.lookup_type =>
|
@@ -172,8 +923,54 @@ module Stripe
|
|
172
923
|
Events::V2CoreAccountPersonUpdatedEventNotification,
|
173
924
|
Events::V2CoreAccountUpdatedEventNotification.lookup_type =>
|
174
925
|
Events::V2CoreAccountUpdatedEventNotification,
|
926
|
+
Events::V2CoreClaimableSandboxClaimedEventNotification.lookup_type =>
|
927
|
+
Events::V2CoreClaimableSandboxClaimedEventNotification,
|
928
|
+
Events::V2CoreClaimableSandboxCreatedEventNotification.lookup_type =>
|
929
|
+
Events::V2CoreClaimableSandboxCreatedEventNotification,
|
930
|
+
Events::V2CoreClaimableSandboxExpiredEventNotification.lookup_type =>
|
931
|
+
Events::V2CoreClaimableSandboxExpiredEventNotification,
|
932
|
+
Events::V2CoreClaimableSandboxExpiringEventNotification.lookup_type =>
|
933
|
+
Events::V2CoreClaimableSandboxExpiringEventNotification,
|
934
|
+
Events::V2CoreClaimableSandboxSandboxDetailsOwnerAccountUpdatedEventNotification.lookup_type =>
|
935
|
+
Events::V2CoreClaimableSandboxSandboxDetailsOwnerAccountUpdatedEventNotification,
|
175
936
|
Events::V2CoreEventDestinationPingEventNotification.lookup_type =>
|
176
937
|
Events::V2CoreEventDestinationPingEventNotification,
|
938
|
+
Events::V2CoreHealthApiErrorFiringEventNotification.lookup_type =>
|
939
|
+
Events::V2CoreHealthApiErrorFiringEventNotification,
|
940
|
+
Events::V2CoreHealthApiErrorResolvedEventNotification.lookup_type =>
|
941
|
+
Events::V2CoreHealthApiErrorResolvedEventNotification,
|
942
|
+
Events::V2CoreHealthApiLatencyFiringEventNotification.lookup_type =>
|
943
|
+
Events::V2CoreHealthApiLatencyFiringEventNotification,
|
944
|
+
Events::V2CoreHealthApiLatencyResolvedEventNotification.lookup_type =>
|
945
|
+
Events::V2CoreHealthApiLatencyResolvedEventNotification,
|
946
|
+
Events::V2CoreHealthAuthorizationRateDropFiringEventNotification.lookup_type =>
|
947
|
+
Events::V2CoreHealthAuthorizationRateDropFiringEventNotification,
|
948
|
+
Events::V2CoreHealthAuthorizationRateDropResolvedEventNotification.lookup_type =>
|
949
|
+
Events::V2CoreHealthAuthorizationRateDropResolvedEventNotification,
|
950
|
+
Events::V2CoreHealthEventGenerationFailureResolvedEventNotification.lookup_type =>
|
951
|
+
Events::V2CoreHealthEventGenerationFailureResolvedEventNotification,
|
952
|
+
Events::V2CoreHealthFraudRateIncreasedEventNotification.lookup_type =>
|
953
|
+
Events::V2CoreHealthFraudRateIncreasedEventNotification,
|
954
|
+
Events::V2CoreHealthIssuingAuthorizationRequestErrorsFiringEventNotification.lookup_type =>
|
955
|
+
Events::V2CoreHealthIssuingAuthorizationRequestErrorsFiringEventNotification,
|
956
|
+
Events::V2CoreHealthIssuingAuthorizationRequestErrorsResolvedEventNotification.lookup_type =>
|
957
|
+
Events::V2CoreHealthIssuingAuthorizationRequestErrorsResolvedEventNotification,
|
958
|
+
Events::V2CoreHealthIssuingAuthorizationRequestTimeoutFiringEventNotification.lookup_type =>
|
959
|
+
Events::V2CoreHealthIssuingAuthorizationRequestTimeoutFiringEventNotification,
|
960
|
+
Events::V2CoreHealthIssuingAuthorizationRequestTimeoutResolvedEventNotification.lookup_type =>
|
961
|
+
Events::V2CoreHealthIssuingAuthorizationRequestTimeoutResolvedEventNotification,
|
962
|
+
Events::V2CoreHealthPaymentMethodErrorFiringEventNotification.lookup_type =>
|
963
|
+
Events::V2CoreHealthPaymentMethodErrorFiringEventNotification,
|
964
|
+
Events::V2CoreHealthPaymentMethodErrorResolvedEventNotification.lookup_type =>
|
965
|
+
Events::V2CoreHealthPaymentMethodErrorResolvedEventNotification,
|
966
|
+
Events::V2CoreHealthTrafficVolumeDropFiringEventNotification.lookup_type =>
|
967
|
+
Events::V2CoreHealthTrafficVolumeDropFiringEventNotification,
|
968
|
+
Events::V2CoreHealthTrafficVolumeDropResolvedEventNotification.lookup_type =>
|
969
|
+
Events::V2CoreHealthTrafficVolumeDropResolvedEventNotification,
|
970
|
+
Events::V2CoreHealthWebhookLatencyFiringEventNotification.lookup_type =>
|
971
|
+
Events::V2CoreHealthWebhookLatencyFiringEventNotification,
|
972
|
+
Events::V2CoreHealthWebhookLatencyResolvedEventNotification.lookup_type =>
|
973
|
+
Events::V2CoreHealthWebhookLatencyResolvedEventNotification,
|
177
974
|
Events::V2MoneyManagementAdjustmentCreatedEventNotification.lookup_type =>
|
178
975
|
Events::V2MoneyManagementAdjustmentCreatedEventNotification,
|
179
976
|
Events::V2MoneyManagementFinancialAccountCreatedEventNotification.lookup_type =>
|
@@ -240,6 +1037,10 @@ module Stripe
|
|
240
1037
|
Events::V2MoneyManagementReceivedDebitSucceededEventNotification,
|
241
1038
|
Events::V2MoneyManagementReceivedDebitUpdatedEventNotification.lookup_type =>
|
242
1039
|
Events::V2MoneyManagementReceivedDebitUpdatedEventNotification,
|
1040
|
+
Events::V2MoneyManagementRecipientVerificationCreatedEventNotification.lookup_type =>
|
1041
|
+
Events::V2MoneyManagementRecipientVerificationCreatedEventNotification,
|
1042
|
+
Events::V2MoneyManagementRecipientVerificationUpdatedEventNotification.lookup_type =>
|
1043
|
+
Events::V2MoneyManagementRecipientVerificationUpdatedEventNotification,
|
243
1044
|
Events::V2MoneyManagementTransactionCreatedEventNotification.lookup_type =>
|
244
1045
|
Events::V2MoneyManagementTransactionCreatedEventNotification,
|
245
1046
|
Events::V2MoneyManagementTransactionUpdatedEventNotification.lookup_type =>
|