stripe 18.1.0.pre.alpha.4 → 18.1.0.pre.beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/stripe/event_types.rb +0 -304
- data/lib/stripe/object_types.rb +0 -34
- data/lib/stripe/params/account_create_params.rb +0 -32
- data/lib/stripe/params/account_person_create_params.rb +0 -32
- data/lib/stripe/params/account_person_update_params.rb +0 -32
- data/lib/stripe/params/account_update_params.rb +0 -32
- data/lib/stripe/params/billing/alert_create_params.rb +1 -121
- data/lib/stripe/params/billing/alert_list_params.rb +0 -4
- data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +1 -5
- data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +1 -13
- data/lib/stripe/params/billing/credit_grant_create_params.rb +2 -29
- data/lib/stripe/params/billing/meter_create_params.rb +0 -4
- data/lib/stripe/params/billing/meter_event_summary_list_params.rb +0 -8
- data/lib/stripe/params/checkout/session_create_params.rb +1 -80
- data/lib/stripe/params/identity/verification_report_list_params.rb +0 -4
- data/lib/stripe/params/invoice_create_preview_params.rb +7 -126
- data/lib/stripe/params/invoice_list_params.rb +0 -4
- data/lib/stripe/params/payment_intent_confirm_params.rb +0 -34
- data/lib/stripe/params/payment_intent_create_params.rb +1 -48
- data/lib/stripe/params/payment_intent_update_params.rb +0 -34
- data/lib/stripe/params/quote_create_params.rb +3 -223
- data/lib/stripe/params/quote_update_params.rb +3 -223
- data/lib/stripe/params/setup_intent_confirm_params.rb +0 -29
- data/lib/stripe/params/setup_intent_create_params.rb +0 -29
- data/lib/stripe/params/setup_intent_update_params.rb +1 -30
- data/lib/stripe/params/subscription_create_params.rb +1 -17
- data/lib/stripe/params/subscription_item_create_params.rb +1 -17
- data/lib/stripe/params/subscription_item_update_params.rb +1 -17
- data/lib/stripe/params/subscription_schedule_amend_params.rb +3 -42
- data/lib/stripe/params/subscription_schedule_create_params.rb +4 -72
- data/lib/stripe/params/subscription_schedule_update_params.rb +4 -72
- data/lib/stripe/params/subscription_update_params.rb +1 -17
- data/lib/stripe/params/token_create_params.rb +0 -64
- data/lib/stripe/params/transfer_create_params.rb +0 -4
- data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +1 -8
- data/lib/stripe/params/v2/billing/cadence_create_params.rb +0 -4
- data/lib/stripe/params/v2/billing/cadence_update_params.rb +1 -4
- data/lib/stripe/params/v2/core/account_create_params.rb +8 -725
- data/lib/stripe/params/v2/core/account_token_create_params.rb +1 -259
- data/lib/stripe/params/v2/core/account_update_params.rb +8 -711
- data/lib/stripe/params/v2/core/event_list_params.rb +1 -4
- data/lib/stripe/params/v2/core/event_retrieve_params.rb +1 -8
- data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +1 -12
- data/lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb +0 -12
- data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +0 -16
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +0 -12
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb +1 -19
- data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +0 -16
- data/lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb +0 -11
- data/lib/stripe/params.rb +0 -101
- data/lib/stripe/resources/account_session.rb +0 -27
- data/lib/stripe/resources/application_fee.rb +0 -2
- data/lib/stripe/resources/balance.rb +0 -83
- data/lib/stripe/resources/billing/alert.rb +1 -105
- data/lib/stripe/resources/billing/alert_triggered.rb +0 -6
- data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +0 -2
- data/lib/stripe/resources/billing/credit_balance_summary.rb +2 -84
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +2 -84
- data/lib/stripe/resources/billing/credit_grant.rb +2 -58
- data/lib/stripe/resources/billing/meter.rb +0 -2
- data/lib/stripe/resources/billing/meter_event_summary.rb +0 -2
- data/lib/stripe/resources/capital/financing_offer.rb +0 -41
- data/lib/stripe/resources/card.rb +1 -18
- data/lib/stripe/resources/charge.rb +0 -18
- data/lib/stripe/resources/checkout/session.rb +0 -92
- data/lib/stripe/resources/confirmation_token.rb +0 -18
- data/lib/stripe/resources/discount.rb +0 -2
- data/lib/stripe/resources/identity/verification_report.rb +0 -4
- data/lib/stripe/resources/invoice.rb +0 -16
- data/lib/stripe/resources/invoice_item.rb +2 -106
- data/lib/stripe/resources/invoice_line_item.rb +1 -107
- data/lib/stripe/resources/payment_intent.rb +0 -60
- data/lib/stripe/resources/payment_method.rb +0 -38
- data/lib/stripe/resources/person.rb +0 -36
- data/lib/stripe/resources/quote.rb +1 -238
- data/lib/stripe/resources/quote_line.rb +0 -6
- data/lib/stripe/resources/quote_preview_invoice.rb +0 -16
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -94
- data/lib/stripe/resources/setup_intent.rb +0 -40
- data/lib/stripe/resources/subscription.rb +1 -20
- data/lib/stripe/resources/subscription_item.rb +1 -24
- data/lib/stripe/resources/subscription_schedule.rb +0 -94
- data/lib/stripe/resources/transfer.rb +0 -4
- data/lib/stripe/resources/v2/billing/cadence.rb +0 -46
- data/lib/stripe/resources/v2/core/account.rb +6 -1095
- data/lib/stripe/resources/v2/core/event.rb +1 -50
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +1 -15
- data/lib/stripe/resources/v2/money_management/adjustment.rb +1 -16
- data/lib/stripe/resources/v2/money_management/financial_account.rb +1 -49
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +3 -52
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +2 -48
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +3 -61
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +2 -48
- data/lib/stripe/resources/v2/money_management/payout_method.rb +1 -29
- data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -50
- data/lib/stripe/resources/v2/money_management/received_debit.rb +1 -73
- data/lib/stripe/resources/v2/money_management/transaction.rb +1 -65
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +1 -49
- data/lib/stripe/resources.rb +0 -114
- data/lib/stripe/services/identity_service.rb +1 -2
- data/lib/stripe/services/issuing_service.rb +1 -2
- data/lib/stripe/services/payment_method_service.rb +0 -11
- data/lib/stripe/services/radar_service.rb +1 -2
- data/lib/stripe/services/test_helpers_service.rb +1 -2
- data/lib/stripe/services/v1_services.rb +1 -4
- data/lib/stripe/services/v2/billing_service.rb +1 -14
- data/lib/stripe/services/v2/core_service.rb +1 -2
- data/lib/stripe/services/v2/money_management_service.rb +1 -5
- data/lib/stripe/services/v2/test_helper_service.rb +1 -2
- data/lib/stripe/services/v2_services.rb +1 -3
- data/lib/stripe/services.rb +0 -37
- data/lib/stripe/stripe_object.rb +1 -22
- data/lib/stripe/version.rb +1 -1
- data/rbi/stripe.rbi +734 -18555
- metadata +2 -254
- data/lib/stripe/events/v2_billing_cadence_billed_event.rb +0 -61
- data/lib/stripe/events/v2_billing_cadence_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_billing_cadence_created_event.rb +0 -61
- data/lib/stripe/events/v2_billing_license_fee_created_event.rb +0 -44
- data/lib/stripe/events/v2_billing_license_fee_updated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_license_fee_version_created_event.rb +0 -61
- data/lib/stripe/events/v2_billing_licensed_item_created_event.rb +0 -44
- data/lib/stripe/events/v2_billing_licensed_item_updated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_metered_item_created_event.rb +0 -44
- data/lib/stripe/events/v2_billing_metered_item_updated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_component_created_event.rb +0 -61
- data/lib/stripe/events/v2_billing_pricing_plan_component_updated_event.rb +0 -61
- data/lib/stripe/events/v2_billing_pricing_plan_created_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_awaiting_customer_action_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_current_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_past_due_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_paused_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_unpaid_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_activated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_paused_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_updated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_version_created_event.rb +0 -61
- data/lib/stripe/events/v2_billing_rate_card_created_event.rb +0 -61
- data/lib/stripe/events/v2_billing_rate_card_rate_created_event.rb +0 -67
- data/lib/stripe/events/v2_billing_rate_card_subscription_activated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_awaiting_customer_action_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_current_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_past_due_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_paused_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_unpaid_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_activated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_paused_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_updated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_version_created_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_including_configuration_card_creator_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_card_creator_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_claimable_sandbox_claimed_event.rb +0 -44
- data/lib/stripe/events/v2_core_claimable_sandbox_created_event.rb +0 -44
- data/lib/stripe/events/v2_core_claimable_sandbox_expired_event.rb +0 -44
- data/lib/stripe/events/v2_core_claimable_sandbox_expiring_event.rb +0 -44
- data/lib/stripe/events/v2_core_claimable_sandbox_sandbox_details_owner_account_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_health_api_error_firing_event.rb +0 -68
- data/lib/stripe/events/v2_core_health_api_error_resolved_event.rb +0 -68
- data/lib/stripe/events/v2_core_health_api_latency_firing_event.rb +0 -66
- data/lib/stripe/events/v2_core_health_api_latency_resolved_event.rb +0 -66
- data/lib/stripe/events/v2_core_health_authorization_rate_drop_firing_event.rb +0 -80
- data/lib/stripe/events/v2_core_health_authorization_rate_drop_resolved_event.rb +0 -80
- data/lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb +0 -78
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_firing_event.rb +0 -91
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_resolved_event.rb +0 -93
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_firing_event.rb +0 -93
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_resolved_event.rb +0 -93
- data/lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb +0 -64
- data/lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb +0 -64
- data/lib/stripe/events/v2_core_health_traffic_volume_drop_firing_event.rb +0 -62
- data/lib/stripe/events/v2_core_health_traffic_volume_drop_resolved_event.rb +0 -62
- data/lib/stripe/events/v2_core_health_webhook_latency_firing_event.rb +0 -58
- data/lib/stripe/events/v2_core_health_webhook_latency_resolved_event.rb +0 -58
- data/lib/stripe/events/v2_iam_api_key_created_event.rb +0 -20
- data/lib/stripe/events/v2_iam_api_key_default_secret_revealed_event.rb +0 -20
- data/lib/stripe/events/v2_iam_api_key_expired_event.rb +0 -20
- data/lib/stripe/events/v2_iam_api_key_permissions_updated_event.rb +0 -20
- data/lib/stripe/events/v2_iam_api_key_rotated_event.rb +0 -38
- data/lib/stripe/events/v2_iam_api_key_updated_event.rb +0 -20
- data/lib/stripe/events/v2_money_management_recipient_verification_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_recipient_verification_updated_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_attempt_failed_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_attempt_started_event.rb +0 -46
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +0 -46
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +0 -48
- data/lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_created_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_failed_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_requires_capture_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_reporting_report_run_created_event.rb +0 -44
- data/lib/stripe/events/v2_reporting_report_run_failed_event.rb +0 -44
- data/lib/stripe/events/v2_reporting_report_run_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_reporting_report_run_updated_event.rb +0 -44
- data/lib/stripe/params/balance_transfer_create_params.rb +0 -66
- data/lib/stripe/params/capital/financing_offer_create_params.rb +0 -37
- data/lib/stripe/params/capital/financing_offer_refill_params.rb +0 -37
- data/lib/stripe/params/delegated_checkout/requested_session_confirm_params.rb +0 -55
- data/lib/stripe/params/delegated_checkout/requested_session_create_params.rb +0 -205
- data/lib/stripe/params/delegated_checkout/requested_session_expire_params.rb +0 -15
- data/lib/stripe/params/delegated_checkout/requested_session_retrieve_params.rb +0 -15
- data/lib/stripe/params/delegated_checkout/requested_session_update_params.rb +0 -209
- data/lib/stripe/params/identity/blocklist_entry_create_params.rb +0 -29
- data/lib/stripe/params/identity/blocklist_entry_disable_params.rb +0 -15
- data/lib/stripe/params/identity/blocklist_entry_list_params.rb +0 -62
- data/lib/stripe/params/identity/blocklist_entry_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/program_create_params.rb +0 -21
- data/lib/stripe/params/issuing/program_list_params.rb +0 -24
- data/lib/stripe/params/issuing/program_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/program_update_params.rb +0 -21
- data/lib/stripe/params/payment_method_check_balance_params.rb +0 -13
- data/lib/stripe/params/product_catalog/trial_offer_create_params.rb +0 -60
- data/lib/stripe/params/radar/account_evaluation_create_params.rb +0 -81
- data/lib/stripe/params/radar/account_evaluation_retrieve_params.rb +0 -15
- data/lib/stripe/params/radar/account_evaluation_update_params.rb +0 -18
- data/lib/stripe/params/test_helpers/capital/financing_offer_create_params.rb +0 -39
- data/lib/stripe/params/test_helpers/capital/financing_offer_refill_params.rb +0 -39
- data/lib/stripe/params/v2/billing/custom_pricing_unit_create_params.rb +0 -26
- data/lib/stripe/params/v2/billing/custom_pricing_unit_list_params.rb +0 -24
- data/lib/stripe/params/v2/billing/custom_pricing_unit_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/custom_pricing_unit_update_params.rb +0 -26
- data/lib/stripe/params/v2/billing/intent_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/billing/intent_commit_params.rb +0 -17
- data/lib/stripe/params/v2/billing/intent_create_params.rb +0 -355
- data/lib/stripe/params/v2/billing/intent_list_params.rb +0 -17
- data/lib/stripe/params/v2/billing/intent_release_reservation_params.rb +0 -10
- data/lib/stripe/params/v2/billing/intent_reserve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/intent_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/intents/action_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/intents/action_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/license_fee_create_params.rb +0 -103
- data/lib/stripe/params/v2/billing/license_fee_list_params.rb +0 -24
- data/lib/stripe/params/v2/billing/license_fee_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/license_fee_subscription_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/license_fee_update_params.rb +0 -84
- data/lib/stripe/params/v2/billing/license_fees/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/license_fees/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/licensed_item_create_params.rb +0 -48
- data/lib/stripe/params/v2/billing/licensed_item_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/licensed_item_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/licensed_item_update_params.rb +0 -48
- data/lib/stripe/params/v2/billing/metered_item_create_params.rb +0 -73
- data/lib/stripe/params/v2/billing/metered_item_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/metered_item_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/metered_item_update_params.rb +0 -50
- data/lib/stripe/params/v2/billing/pricing_plan_create_params.rb +0 -39
- data/lib/stripe/params/v2/billing/pricing_plan_list_params.rb +0 -24
- data/lib/stripe/params/v2/billing/pricing_plan_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/pricing_plan_subscription_list_params.rb +0 -50
- data/lib/stripe/params/v2/billing/pricing_plan_subscription_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/pricing_plan_subscription_update_params.rb +0 -20
- data/lib/stripe/params/v2/billing/pricing_plan_subscriptions/component_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/pricing_plan_update_params.rb +0 -39
- data/lib/stripe/params/v2/billing/pricing_plans/component_create_params.rb +0 -73
- data/lib/stripe/params/v2/billing/pricing_plans/component_delete_params.rb +0 -12
- data/lib/stripe/params/v2/billing/pricing_plans/component_list_params.rb +0 -27
- data/lib/stripe/params/v2/billing/pricing_plans/component_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/pricing_plans/component_update_params.rb +0 -22
- data/lib/stripe/params/v2/billing/pricing_plans/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/pricing_plans/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/rate_card_create_params.rb +0 -49
- data/lib/stripe/params/v2/billing/rate_card_list_params.rb +0 -24
- data/lib/stripe/params/v2/billing/rate_card_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/rate_card_subscription_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/billing/rate_card_subscription_create_params.rb +0 -26
- data/lib/stripe/params/v2/billing/rate_card_subscription_list_params.rb +0 -51
- data/lib/stripe/params/v2/billing/rate_card_subscription_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/rate_card_subscription_update_params.rb +0 -17
- data/lib/stripe/params/v2/billing/rate_card_update_params.rb +0 -38
- data/lib/stripe/params/v2/billing/rate_cards/rate_create_params.rb +0 -91
- data/lib/stripe/params/v2/billing/rate_cards/rate_delete_params.rb +0 -12
- data/lib/stripe/params/v2/billing/rate_cards/rate_list_params.rb +0 -25
- data/lib/stripe/params/v2/billing/rate_cards/rate_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/rate_cards/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/rate_cards/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/service_action_create_params.rb +0 -278
- data/lib/stripe/params/v2/billing/service_action_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/service_action_update_params.rb +0 -40
- data/lib/stripe/params/v2/core/claimable_sandbox_create_params.rb +0 -36
- data/lib/stripe/params/v2/core/claimable_sandbox_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/currency_conversion_create_params.rb +0 -68
- data/lib/stripe/params/v2/money_management/currency_conversion_list_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/currency_conversion_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/recipient_verification_acknowledge_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/recipient_verification_create_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/recipient_verification_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/payments/off_session_payment_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/payments/off_session_payment_capture_params.rb +0 -57
- data/lib/stripe/params/v2/payments/off_session_payment_create_params.rb +0 -161
- data/lib/stripe/params/v2/payments/off_session_payment_list_params.rb +0 -17
- data/lib/stripe/params/v2/payments/off_session_payment_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/reporting/report_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/reporting/report_run_create_params.rb +0 -33
- data/lib/stripe/params/v2/reporting/report_run_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/test_helpers/money_management_recipient_verifications_params.rb +0 -24
- data/lib/stripe/resources/balance_transfer.rb +0 -139
- data/lib/stripe/resources/delegated_checkout/requested_session.rb +0 -426
- data/lib/stripe/resources/identity/blocklist_entry.rb +0 -116
- data/lib/stripe/resources/issuing/program.rb +0 -69
- data/lib/stripe/resources/payment_method_balance.rb +0 -68
- data/lib/stripe/resources/product_catalog/trial_offer.rb +0 -101
- data/lib/stripe/resources/radar/account_evaluation.rb +0 -116
- data/lib/stripe/resources/transit_balance.rb +0 -45
- data/lib/stripe/resources/v2/billing/custom_pricing_unit.rb +0 -43
- data/lib/stripe/resources/v2/billing/intent.rb +0 -86
- data/lib/stripe/resources/v2/billing/intent_action.rb +0 -395
- data/lib/stripe/resources/v2/billing/license_fee.rb +0 -104
- data/lib/stripe/resources/v2/billing/license_fee_subscription.rb +0 -44
- data/lib/stripe/resources/v2/billing/license_fee_version.rb +0 -80
- data/lib/stripe/resources/v2/billing/licensed_item.rb +0 -60
- data/lib/stripe/resources/v2/billing/metered_item.rb +0 -85
- data/lib/stripe/resources/v2/billing/pricing_plan.rb +0 -51
- data/lib/stripe/resources/v2/billing/pricing_plan_component.rb +0 -94
- data/lib/stripe/resources/v2/billing/pricing_plan_subscription.rb +0 -94
- data/lib/stripe/resources/v2/billing/pricing_plan_subscription_components.rb +0 -49
- data/lib/stripe/resources/v2/billing/pricing_plan_version.rb +0 -38
- data/lib/stripe/resources/v2/billing/rate_card.rb +0 -61
- data/lib/stripe/resources/v2/billing/rate_card_rate.rb +0 -110
- data/lib/stripe/resources/v2/billing/rate_card_subscription.rb +0 -94
- data/lib/stripe/resources/v2/billing/rate_card_version.rb +0 -34
- data/lib/stripe/resources/v2/billing/service_action.rb +0 -274
- data/lib/stripe/resources/v2/core/claimable_sandbox.rb +0 -105
- data/lib/stripe/resources/v2/money_management/currency_conversion.rb +0 -94
- data/lib/stripe/resources/v2/money_management/recipient_verification.rb +0 -83
- data/lib/stripe/resources/v2/payments/off_session_payment.rb +0 -186
- data/lib/stripe/resources/v2/reporting/report.rb +0 -116
- data/lib/stripe/resources/v2/reporting/report_run.rb +0 -128
- data/lib/stripe/services/balance_transfer_service.rb +0 -17
- data/lib/stripe/services/delegated_checkout/requested_session_service.rb +0 -63
- data/lib/stripe/services/delegated_checkout_service.rb +0 -13
- data/lib/stripe/services/identity/blocklist_entry_service.rb +0 -71
- data/lib/stripe/services/issuing/program_service.rb +0 -52
- data/lib/stripe/services/product_catalog/trial_offer_service.rb +0 -19
- data/lib/stripe/services/product_catalog_service.rb +0 -13
- data/lib/stripe/services/radar/account_evaluation_service.rb +0 -41
- data/lib/stripe/services/test_helpers/capital/financing_offer_service.rb +0 -32
- data/lib/stripe/services/test_helpers/capital_service.rb +0 -15
- data/lib/stripe/services/v2/billing/custom_pricing_unit_service.rb +0 -54
- data/lib/stripe/services/v2/billing/intent_service.rb +0 -94
- data/lib/stripe/services/v2/billing/intents/action_service.rb +0 -34
- data/lib/stripe/services/v2/billing/license_fee_service.rb +0 -61
- data/lib/stripe/services/v2/billing/license_fee_subscription_service.rb +0 -21
- data/lib/stripe/services/v2/billing/license_fees/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/licensed_item_service.rb +0 -54
- data/lib/stripe/services/v2/billing/metered_item_service.rb +0 -54
- data/lib/stripe/services/v2/billing/pricing_plan_service.rb +0 -62
- data/lib/stripe/services/v2/billing/pricing_plan_subscription_service.rb +0 -51
- data/lib/stripe/services/v2/billing/pricing_plan_subscriptions/component_service.rb +0 -23
- data/lib/stripe/services/v2/billing/pricing_plans/component_service.rb +0 -67
- data/lib/stripe/services/v2/billing/pricing_plans/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/rate_card_service.rb +0 -62
- data/lib/stripe/services/v2/billing/rate_card_subscription_service.rb +0 -65
- data/lib/stripe/services/v2/billing/rate_cards/rate_service.rb +0 -57
- data/lib/stripe/services/v2/billing/rate_cards/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/service_action_service.rb +0 -43
- data/lib/stripe/services/v2/core/claimable_sandbox_service.rb +0 -35
- data/lib/stripe/services/v2/money_management/currency_conversion_service.rb +0 -45
- data/lib/stripe/services/v2/money_management/recipient_verification_service.rb +0 -43
- data/lib/stripe/services/v2/payment_service.rb +0 -15
- data/lib/stripe/services/v2/payments/off_session_payment_service.rb +0 -65
- data/lib/stripe/services/v2/reporting/report_run_service.rb +0 -38
- data/lib/stripe/services/v2/reporting/report_service.rb +0 -23
- data/lib/stripe/services/v2/reporting_service.rb +0 -16
- data/lib/stripe/services/v2/test_helpers/money_management_service.rb +0 -21
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stripe
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 18.1.0.pre.
|
|
4
|
+
version: 18.1.0.pre.beta.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stripe
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-
|
|
11
|
+
date: 2025-11-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Stripe is the easiest way to accept payments online. See https://stripe.com
|
|
14
14
|
for details.
|
|
@@ -40,47 +40,8 @@ files:
|
|
|
40
40
|
- lib/stripe/events/unknown_event_notification.rb
|
|
41
41
|
- lib/stripe/events/v1_billing_meter_error_report_triggered_event.rb
|
|
42
42
|
- lib/stripe/events/v1_billing_meter_no_meter_found_event.rb
|
|
43
|
-
- lib/stripe/events/v2_billing_cadence_billed_event.rb
|
|
44
|
-
- lib/stripe/events/v2_billing_cadence_canceled_event.rb
|
|
45
|
-
- lib/stripe/events/v2_billing_cadence_created_event.rb
|
|
46
|
-
- lib/stripe/events/v2_billing_license_fee_created_event.rb
|
|
47
|
-
- lib/stripe/events/v2_billing_license_fee_updated_event.rb
|
|
48
|
-
- lib/stripe/events/v2_billing_license_fee_version_created_event.rb
|
|
49
|
-
- lib/stripe/events/v2_billing_licensed_item_created_event.rb
|
|
50
|
-
- lib/stripe/events/v2_billing_licensed_item_updated_event.rb
|
|
51
|
-
- lib/stripe/events/v2_billing_metered_item_created_event.rb
|
|
52
|
-
- lib/stripe/events/v2_billing_metered_item_updated_event.rb
|
|
53
|
-
- lib/stripe/events/v2_billing_pricing_plan_component_created_event.rb
|
|
54
|
-
- lib/stripe/events/v2_billing_pricing_plan_component_updated_event.rb
|
|
55
|
-
- lib/stripe/events/v2_billing_pricing_plan_created_event.rb
|
|
56
|
-
- lib/stripe/events/v2_billing_pricing_plan_subscription_collection_awaiting_customer_action_event.rb
|
|
57
|
-
- lib/stripe/events/v2_billing_pricing_plan_subscription_collection_current_event.rb
|
|
58
|
-
- lib/stripe/events/v2_billing_pricing_plan_subscription_collection_past_due_event.rb
|
|
59
|
-
- lib/stripe/events/v2_billing_pricing_plan_subscription_collection_paused_event.rb
|
|
60
|
-
- lib/stripe/events/v2_billing_pricing_plan_subscription_collection_unpaid_event.rb
|
|
61
|
-
- lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_activated_event.rb
|
|
62
|
-
- lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_canceled_event.rb
|
|
63
|
-
- lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_paused_event.rb
|
|
64
|
-
- lib/stripe/events/v2_billing_pricing_plan_updated_event.rb
|
|
65
|
-
- lib/stripe/events/v2_billing_pricing_plan_version_created_event.rb
|
|
66
|
-
- lib/stripe/events/v2_billing_rate_card_created_event.rb
|
|
67
|
-
- lib/stripe/events/v2_billing_rate_card_rate_created_event.rb
|
|
68
|
-
- lib/stripe/events/v2_billing_rate_card_subscription_activated_event.rb
|
|
69
|
-
- lib/stripe/events/v2_billing_rate_card_subscription_canceled_event.rb
|
|
70
|
-
- lib/stripe/events/v2_billing_rate_card_subscription_collection_awaiting_customer_action_event.rb
|
|
71
|
-
- lib/stripe/events/v2_billing_rate_card_subscription_collection_current_event.rb
|
|
72
|
-
- lib/stripe/events/v2_billing_rate_card_subscription_collection_past_due_event.rb
|
|
73
|
-
- lib/stripe/events/v2_billing_rate_card_subscription_collection_paused_event.rb
|
|
74
|
-
- lib/stripe/events/v2_billing_rate_card_subscription_collection_unpaid_event.rb
|
|
75
|
-
- lib/stripe/events/v2_billing_rate_card_subscription_servicing_activated_event.rb
|
|
76
|
-
- lib/stripe/events/v2_billing_rate_card_subscription_servicing_canceled_event.rb
|
|
77
|
-
- lib/stripe/events/v2_billing_rate_card_subscription_servicing_paused_event.rb
|
|
78
|
-
- lib/stripe/events/v2_billing_rate_card_updated_event.rb
|
|
79
|
-
- lib/stripe/events/v2_billing_rate_card_version_created_event.rb
|
|
80
43
|
- lib/stripe/events/v2_core_account_closed_event.rb
|
|
81
44
|
- lib/stripe/events/v2_core_account_created_event.rb
|
|
82
|
-
- lib/stripe/events/v2_core_account_including_configuration_card_creator_capability_status_updated_event.rb
|
|
83
|
-
- lib/stripe/events/v2_core_account_including_configuration_card_creator_updated_event.rb
|
|
84
45
|
- lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb
|
|
85
46
|
- lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb
|
|
86
47
|
- lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb
|
|
@@ -97,36 +58,8 @@ files:
|
|
|
97
58
|
- lib/stripe/events/v2_core_account_person_deleted_event.rb
|
|
98
59
|
- lib/stripe/events/v2_core_account_person_updated_event.rb
|
|
99
60
|
- lib/stripe/events/v2_core_account_updated_event.rb
|
|
100
|
-
- lib/stripe/events/v2_core_claimable_sandbox_claimed_event.rb
|
|
101
|
-
- lib/stripe/events/v2_core_claimable_sandbox_created_event.rb
|
|
102
|
-
- lib/stripe/events/v2_core_claimable_sandbox_expired_event.rb
|
|
103
|
-
- lib/stripe/events/v2_core_claimable_sandbox_expiring_event.rb
|
|
104
|
-
- lib/stripe/events/v2_core_claimable_sandbox_sandbox_details_owner_account_updated_event.rb
|
|
105
61
|
- lib/stripe/events/v2_core_event_destination_ping_event.rb
|
|
106
|
-
- lib/stripe/events/v2_core_health_api_error_firing_event.rb
|
|
107
|
-
- lib/stripe/events/v2_core_health_api_error_resolved_event.rb
|
|
108
|
-
- lib/stripe/events/v2_core_health_api_latency_firing_event.rb
|
|
109
|
-
- lib/stripe/events/v2_core_health_api_latency_resolved_event.rb
|
|
110
|
-
- lib/stripe/events/v2_core_health_authorization_rate_drop_firing_event.rb
|
|
111
|
-
- lib/stripe/events/v2_core_health_authorization_rate_drop_resolved_event.rb
|
|
112
62
|
- lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb
|
|
113
|
-
- lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb
|
|
114
|
-
- lib/stripe/events/v2_core_health_issuing_authorization_request_errors_firing_event.rb
|
|
115
|
-
- lib/stripe/events/v2_core_health_issuing_authorization_request_errors_resolved_event.rb
|
|
116
|
-
- lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_firing_event.rb
|
|
117
|
-
- lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_resolved_event.rb
|
|
118
|
-
- lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb
|
|
119
|
-
- lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb
|
|
120
|
-
- lib/stripe/events/v2_core_health_traffic_volume_drop_firing_event.rb
|
|
121
|
-
- lib/stripe/events/v2_core_health_traffic_volume_drop_resolved_event.rb
|
|
122
|
-
- lib/stripe/events/v2_core_health_webhook_latency_firing_event.rb
|
|
123
|
-
- lib/stripe/events/v2_core_health_webhook_latency_resolved_event.rb
|
|
124
|
-
- lib/stripe/events/v2_iam_api_key_created_event.rb
|
|
125
|
-
- lib/stripe/events/v2_iam_api_key_default_secret_revealed_event.rb
|
|
126
|
-
- lib/stripe/events/v2_iam_api_key_expired_event.rb
|
|
127
|
-
- lib/stripe/events/v2_iam_api_key_permissions_updated_event.rb
|
|
128
|
-
- lib/stripe/events/v2_iam_api_key_rotated_event.rb
|
|
129
|
-
- lib/stripe/events/v2_iam_api_key_updated_event.rb
|
|
130
63
|
- lib/stripe/events/v2_money_management_adjustment_created_event.rb
|
|
131
64
|
- lib/stripe/events/v2_money_management_financial_account_created_event.rb
|
|
132
65
|
- lib/stripe/events/v2_money_management_financial_account_updated_event.rb
|
|
@@ -160,23 +93,8 @@ files:
|
|
|
160
93
|
- lib/stripe/events/v2_money_management_received_debit_pending_event.rb
|
|
161
94
|
- lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb
|
|
162
95
|
- lib/stripe/events/v2_money_management_received_debit_updated_event.rb
|
|
163
|
-
- lib/stripe/events/v2_money_management_recipient_verification_created_event.rb
|
|
164
|
-
- lib/stripe/events/v2_money_management_recipient_verification_updated_event.rb
|
|
165
96
|
- lib/stripe/events/v2_money_management_transaction_created_event.rb
|
|
166
97
|
- lib/stripe/events/v2_money_management_transaction_updated_event.rb
|
|
167
|
-
- lib/stripe/events/v2_payments_off_session_payment_attempt_failed_event.rb
|
|
168
|
-
- lib/stripe/events/v2_payments_off_session_payment_attempt_started_event.rb
|
|
169
|
-
- lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb
|
|
170
|
-
- lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb
|
|
171
|
-
- lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb
|
|
172
|
-
- lib/stripe/events/v2_payments_off_session_payment_created_event.rb
|
|
173
|
-
- lib/stripe/events/v2_payments_off_session_payment_failed_event.rb
|
|
174
|
-
- lib/stripe/events/v2_payments_off_session_payment_requires_capture_event.rb
|
|
175
|
-
- lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb
|
|
176
|
-
- lib/stripe/events/v2_reporting_report_run_created_event.rb
|
|
177
|
-
- lib/stripe/events/v2_reporting_report_run_failed_event.rb
|
|
178
|
-
- lib/stripe/events/v2_reporting_report_run_succeeded_event.rb
|
|
179
|
-
- lib/stripe/events/v2_reporting_report_run_updated_event.rb
|
|
180
98
|
- lib/stripe/instrumentation.rb
|
|
181
99
|
- lib/stripe/list_object.rb
|
|
182
100
|
- lib/stripe/multipart_encoder.rb
|
|
@@ -229,7 +147,6 @@ files:
|
|
|
229
147
|
- lib/stripe/params/balance_settings_update_params.rb
|
|
230
148
|
- lib/stripe/params/balance_transaction_list_params.rb
|
|
231
149
|
- lib/stripe/params/balance_transaction_retrieve_params.rb
|
|
232
|
-
- lib/stripe/params/balance_transfer_create_params.rb
|
|
233
150
|
- lib/stripe/params/billing/alert_activate_params.rb
|
|
234
151
|
- lib/stripe/params/billing/alert_archive_params.rb
|
|
235
152
|
- lib/stripe/params/billing/alert_create_params.rb
|
|
@@ -260,10 +177,8 @@ files:
|
|
|
260
177
|
- lib/stripe/params/billing_portal/configuration_retrieve_params.rb
|
|
261
178
|
- lib/stripe/params/billing_portal/configuration_update_params.rb
|
|
262
179
|
- lib/stripe/params/billing_portal/session_create_params.rb
|
|
263
|
-
- lib/stripe/params/capital/financing_offer_create_params.rb
|
|
264
180
|
- lib/stripe/params/capital/financing_offer_list_params.rb
|
|
265
181
|
- lib/stripe/params/capital/financing_offer_mark_delivered_params.rb
|
|
266
|
-
- lib/stripe/params/capital/financing_offer_refill_params.rb
|
|
267
182
|
- lib/stripe/params/capital/financing_offer_retrieve_params.rb
|
|
268
183
|
- lib/stripe/params/capital/financing_summary_retrieve_params.rb
|
|
269
184
|
- lib/stripe/params/capital/financing_transaction_list_params.rb
|
|
@@ -341,11 +256,6 @@ files:
|
|
|
341
256
|
- lib/stripe/params/customer_tax_id_list_params.rb
|
|
342
257
|
- lib/stripe/params/customer_tax_id_retrieve_params.rb
|
|
343
258
|
- lib/stripe/params/customer_update_params.rb
|
|
344
|
-
- lib/stripe/params/delegated_checkout/requested_session_confirm_params.rb
|
|
345
|
-
- lib/stripe/params/delegated_checkout/requested_session_create_params.rb
|
|
346
|
-
- lib/stripe/params/delegated_checkout/requested_session_expire_params.rb
|
|
347
|
-
- lib/stripe/params/delegated_checkout/requested_session_retrieve_params.rb
|
|
348
|
-
- lib/stripe/params/delegated_checkout/requested_session_update_params.rb
|
|
349
259
|
- lib/stripe/params/dispute_close_params.rb
|
|
350
260
|
- lib/stripe/params/dispute_list_params.rb
|
|
351
261
|
- lib/stripe/params/dispute_retrieve_params.rb
|
|
@@ -396,10 +306,6 @@ files:
|
|
|
396
306
|
- lib/stripe/params/fx_quote_create_params.rb
|
|
397
307
|
- lib/stripe/params/fx_quote_list_params.rb
|
|
398
308
|
- lib/stripe/params/fx_quote_retrieve_params.rb
|
|
399
|
-
- lib/stripe/params/identity/blocklist_entry_create_params.rb
|
|
400
|
-
- lib/stripe/params/identity/blocklist_entry_disable_params.rb
|
|
401
|
-
- lib/stripe/params/identity/blocklist_entry_list_params.rb
|
|
402
|
-
- lib/stripe/params/identity/blocklist_entry_retrieve_params.rb
|
|
403
309
|
- lib/stripe/params/identity/verification_report_list_params.rb
|
|
404
310
|
- lib/stripe/params/identity/verification_report_retrieve_params.rb
|
|
405
311
|
- lib/stripe/params/identity/verification_session_cancel_params.rb
|
|
@@ -486,10 +392,6 @@ files:
|
|
|
486
392
|
- lib/stripe/params/issuing/personalization_design_update_params.rb
|
|
487
393
|
- lib/stripe/params/issuing/physical_bundle_list_params.rb
|
|
488
394
|
- lib/stripe/params/issuing/physical_bundle_retrieve_params.rb
|
|
489
|
-
- lib/stripe/params/issuing/program_create_params.rb
|
|
490
|
-
- lib/stripe/params/issuing/program_list_params.rb
|
|
491
|
-
- lib/stripe/params/issuing/program_retrieve_params.rb
|
|
492
|
-
- lib/stripe/params/issuing/program_update_params.rb
|
|
493
395
|
- lib/stripe/params/issuing/token_list_params.rb
|
|
494
396
|
- lib/stripe/params/issuing/token_retrieve_params.rb
|
|
495
397
|
- lib/stripe/params/issuing/token_update_params.rb
|
|
@@ -537,7 +439,6 @@ files:
|
|
|
537
439
|
- lib/stripe/params/payment_link_retrieve_params.rb
|
|
538
440
|
- lib/stripe/params/payment_link_update_params.rb
|
|
539
441
|
- lib/stripe/params/payment_method_attach_params.rb
|
|
540
|
-
- lib/stripe/params/payment_method_check_balance_params.rb
|
|
541
442
|
- lib/stripe/params/payment_method_configuration_create_params.rb
|
|
542
443
|
- lib/stripe/params/payment_method_configuration_list_params.rb
|
|
543
444
|
- lib/stripe/params/payment_method_configuration_retrieve_params.rb
|
|
@@ -584,7 +485,6 @@ files:
|
|
|
584
485
|
- lib/stripe/params/privacy/redaction_job_update_params.rb
|
|
585
486
|
- lib/stripe/params/privacy/redaction_job_validate_params.rb
|
|
586
487
|
- lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb
|
|
587
|
-
- lib/stripe/params/product_catalog/trial_offer_create_params.rb
|
|
588
488
|
- lib/stripe/params/product_create_params.rb
|
|
589
489
|
- lib/stripe/params/product_delete_params.rb
|
|
590
490
|
- lib/stripe/params/product_feature_create_params.rb
|
|
@@ -619,9 +519,6 @@ files:
|
|
|
619
519
|
- lib/stripe/params/quote_reestimate_params.rb
|
|
620
520
|
- lib/stripe/params/quote_retrieve_params.rb
|
|
621
521
|
- lib/stripe/params/quote_update_params.rb
|
|
622
|
-
- lib/stripe/params/radar/account_evaluation_create_params.rb
|
|
623
|
-
- lib/stripe/params/radar/account_evaluation_retrieve_params.rb
|
|
624
|
-
- lib/stripe/params/radar/account_evaluation_update_params.rb
|
|
625
522
|
- lib/stripe/params/radar/early_fraud_warning_list_params.rb
|
|
626
523
|
- lib/stripe/params/radar/early_fraud_warning_retrieve_params.rb
|
|
627
524
|
- lib/stripe/params/radar/value_list_create_params.rb
|
|
@@ -747,8 +644,6 @@ files:
|
|
|
747
644
|
- lib/stripe/params/terminal/reader_succeed_input_collection_params.rb
|
|
748
645
|
- lib/stripe/params/terminal/reader_timeout_input_collection_params.rb
|
|
749
646
|
- lib/stripe/params/terminal/reader_update_params.rb
|
|
750
|
-
- lib/stripe/params/test_helpers/capital/financing_offer_create_params.rb
|
|
751
|
-
- lib/stripe/params/test_helpers/capital/financing_offer_refill_params.rb
|
|
752
647
|
- lib/stripe/params/test_helpers/confirmation_token_create_params.rb
|
|
753
648
|
- lib/stripe/params/test_helpers/customer_fund_cash_balance_params.rb
|
|
754
649
|
- lib/stripe/params/test_helpers/issuing/authorization_capture_params.rb
|
|
@@ -871,75 +766,14 @@ files:
|
|
|
871
766
|
- lib/stripe/params/v2/billing/collection_setting_update_params.rb
|
|
872
767
|
- lib/stripe/params/v2/billing/collection_settings/version_list_params.rb
|
|
873
768
|
- lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb
|
|
874
|
-
- lib/stripe/params/v2/billing/custom_pricing_unit_create_params.rb
|
|
875
|
-
- lib/stripe/params/v2/billing/custom_pricing_unit_list_params.rb
|
|
876
|
-
- lib/stripe/params/v2/billing/custom_pricing_unit_retrieve_params.rb
|
|
877
|
-
- lib/stripe/params/v2/billing/custom_pricing_unit_update_params.rb
|
|
878
|
-
- lib/stripe/params/v2/billing/intent_cancel_params.rb
|
|
879
|
-
- lib/stripe/params/v2/billing/intent_commit_params.rb
|
|
880
|
-
- lib/stripe/params/v2/billing/intent_create_params.rb
|
|
881
|
-
- lib/stripe/params/v2/billing/intent_list_params.rb
|
|
882
|
-
- lib/stripe/params/v2/billing/intent_release_reservation_params.rb
|
|
883
|
-
- lib/stripe/params/v2/billing/intent_reserve_params.rb
|
|
884
|
-
- lib/stripe/params/v2/billing/intent_retrieve_params.rb
|
|
885
|
-
- lib/stripe/params/v2/billing/intents/action_list_params.rb
|
|
886
|
-
- lib/stripe/params/v2/billing/intents/action_retrieve_params.rb
|
|
887
|
-
- lib/stripe/params/v2/billing/license_fee_create_params.rb
|
|
888
|
-
- lib/stripe/params/v2/billing/license_fee_list_params.rb
|
|
889
|
-
- lib/stripe/params/v2/billing/license_fee_retrieve_params.rb
|
|
890
|
-
- lib/stripe/params/v2/billing/license_fee_subscription_retrieve_params.rb
|
|
891
|
-
- lib/stripe/params/v2/billing/license_fee_update_params.rb
|
|
892
|
-
- lib/stripe/params/v2/billing/license_fees/version_list_params.rb
|
|
893
|
-
- lib/stripe/params/v2/billing/license_fees/version_retrieve_params.rb
|
|
894
|
-
- lib/stripe/params/v2/billing/licensed_item_create_params.rb
|
|
895
|
-
- lib/stripe/params/v2/billing/licensed_item_list_params.rb
|
|
896
|
-
- lib/stripe/params/v2/billing/licensed_item_retrieve_params.rb
|
|
897
|
-
- lib/stripe/params/v2/billing/licensed_item_update_params.rb
|
|
898
769
|
- lib/stripe/params/v2/billing/meter_event_adjustment_create_params.rb
|
|
899
770
|
- lib/stripe/params/v2/billing/meter_event_create_params.rb
|
|
900
771
|
- lib/stripe/params/v2/billing/meter_event_session_create_params.rb
|
|
901
772
|
- lib/stripe/params/v2/billing/meter_event_stream_create_params.rb
|
|
902
|
-
- lib/stripe/params/v2/billing/metered_item_create_params.rb
|
|
903
|
-
- lib/stripe/params/v2/billing/metered_item_list_params.rb
|
|
904
|
-
- lib/stripe/params/v2/billing/metered_item_retrieve_params.rb
|
|
905
|
-
- lib/stripe/params/v2/billing/metered_item_update_params.rb
|
|
906
|
-
- lib/stripe/params/v2/billing/pricing_plan_create_params.rb
|
|
907
|
-
- lib/stripe/params/v2/billing/pricing_plan_list_params.rb
|
|
908
|
-
- lib/stripe/params/v2/billing/pricing_plan_retrieve_params.rb
|
|
909
|
-
- lib/stripe/params/v2/billing/pricing_plan_subscription_list_params.rb
|
|
910
|
-
- lib/stripe/params/v2/billing/pricing_plan_subscription_retrieve_params.rb
|
|
911
|
-
- lib/stripe/params/v2/billing/pricing_plan_subscription_update_params.rb
|
|
912
|
-
- lib/stripe/params/v2/billing/pricing_plan_subscriptions/component_retrieve_params.rb
|
|
913
|
-
- lib/stripe/params/v2/billing/pricing_plan_update_params.rb
|
|
914
|
-
- lib/stripe/params/v2/billing/pricing_plans/component_create_params.rb
|
|
915
|
-
- lib/stripe/params/v2/billing/pricing_plans/component_delete_params.rb
|
|
916
|
-
- lib/stripe/params/v2/billing/pricing_plans/component_list_params.rb
|
|
917
|
-
- lib/stripe/params/v2/billing/pricing_plans/component_retrieve_params.rb
|
|
918
|
-
- lib/stripe/params/v2/billing/pricing_plans/component_update_params.rb
|
|
919
|
-
- lib/stripe/params/v2/billing/pricing_plans/version_list_params.rb
|
|
920
|
-
- lib/stripe/params/v2/billing/pricing_plans/version_retrieve_params.rb
|
|
921
773
|
- lib/stripe/params/v2/billing/profile_create_params.rb
|
|
922
774
|
- lib/stripe/params/v2/billing/profile_list_params.rb
|
|
923
775
|
- lib/stripe/params/v2/billing/profile_retrieve_params.rb
|
|
924
776
|
- lib/stripe/params/v2/billing/profile_update_params.rb
|
|
925
|
-
- lib/stripe/params/v2/billing/rate_card_create_params.rb
|
|
926
|
-
- lib/stripe/params/v2/billing/rate_card_list_params.rb
|
|
927
|
-
- lib/stripe/params/v2/billing/rate_card_retrieve_params.rb
|
|
928
|
-
- lib/stripe/params/v2/billing/rate_card_subscription_cancel_params.rb
|
|
929
|
-
- lib/stripe/params/v2/billing/rate_card_subscription_create_params.rb
|
|
930
|
-
- lib/stripe/params/v2/billing/rate_card_subscription_list_params.rb
|
|
931
|
-
- lib/stripe/params/v2/billing/rate_card_subscription_retrieve_params.rb
|
|
932
|
-
- lib/stripe/params/v2/billing/rate_card_subscription_update_params.rb
|
|
933
|
-
- lib/stripe/params/v2/billing/rate_card_update_params.rb
|
|
934
|
-
- lib/stripe/params/v2/billing/rate_cards/rate_create_params.rb
|
|
935
|
-
- lib/stripe/params/v2/billing/rate_cards/rate_delete_params.rb
|
|
936
|
-
- lib/stripe/params/v2/billing/rate_cards/rate_list_params.rb
|
|
937
|
-
- lib/stripe/params/v2/billing/rate_cards/rate_retrieve_params.rb
|
|
938
|
-
- lib/stripe/params/v2/billing/rate_cards/version_list_params.rb
|
|
939
|
-
- lib/stripe/params/v2/billing/rate_cards/version_retrieve_params.rb
|
|
940
|
-
- lib/stripe/params/v2/billing/service_action_create_params.rb
|
|
941
|
-
- lib/stripe/params/v2/billing/service_action_retrieve_params.rb
|
|
942
|
-
- lib/stripe/params/v2/billing/service_action_update_params.rb
|
|
943
777
|
- lib/stripe/params/v2/core/account_close_params.rb
|
|
944
778
|
- lib/stripe/params/v2/core/account_create_params.rb
|
|
945
779
|
- lib/stripe/params/v2/core/account_link_create_params.rb
|
|
@@ -955,8 +789,6 @@ files:
|
|
|
955
789
|
- lib/stripe/params/v2/core/accounts/person_token_create_params.rb
|
|
956
790
|
- lib/stripe/params/v2/core/accounts/person_token_retrieve_params.rb
|
|
957
791
|
- lib/stripe/params/v2/core/accounts/person_update_params.rb
|
|
958
|
-
- lib/stripe/params/v2/core/claimable_sandbox_create_params.rb
|
|
959
|
-
- lib/stripe/params/v2/core/claimable_sandbox_retrieve_params.rb
|
|
960
792
|
- lib/stripe/params/v2/core/event_destination_create_params.rb
|
|
961
793
|
- lib/stripe/params/v2/core/event_destination_delete_params.rb
|
|
962
794
|
- lib/stripe/params/v2/core/event_destination_disable_params.rb
|
|
@@ -982,9 +814,6 @@ files:
|
|
|
982
814
|
- lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb
|
|
983
815
|
- lib/stripe/params/v2/money_management/adjustment_list_params.rb
|
|
984
816
|
- lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb
|
|
985
|
-
- lib/stripe/params/v2/money_management/currency_conversion_create_params.rb
|
|
986
|
-
- lib/stripe/params/v2/money_management/currency_conversion_list_params.rb
|
|
987
|
-
- lib/stripe/params/v2/money_management/currency_conversion_retrieve_params.rb
|
|
988
817
|
- lib/stripe/params/v2/money_management/financial_account_close_params.rb
|
|
989
818
|
- lib/stripe/params/v2/money_management/financial_account_create_params.rb
|
|
990
819
|
- lib/stripe/params/v2/money_management/financial_account_list_params.rb
|
|
@@ -1020,24 +849,12 @@ files:
|
|
|
1020
849
|
- lib/stripe/params/v2/money_management/received_credit_retrieve_params.rb
|
|
1021
850
|
- lib/stripe/params/v2/money_management/received_debit_list_params.rb
|
|
1022
851
|
- lib/stripe/params/v2/money_management/received_debit_retrieve_params.rb
|
|
1023
|
-
- lib/stripe/params/v2/money_management/recipient_verification_acknowledge_params.rb
|
|
1024
|
-
- lib/stripe/params/v2/money_management/recipient_verification_create_params.rb
|
|
1025
|
-
- lib/stripe/params/v2/money_management/recipient_verification_retrieve_params.rb
|
|
1026
852
|
- lib/stripe/params/v2/money_management/transaction_entry_list_params.rb
|
|
1027
853
|
- lib/stripe/params/v2/money_management/transaction_entry_retrieve_params.rb
|
|
1028
854
|
- lib/stripe/params/v2/money_management/transaction_list_params.rb
|
|
1029
855
|
- lib/stripe/params/v2/money_management/transaction_retrieve_params.rb
|
|
1030
|
-
- lib/stripe/params/v2/payments/off_session_payment_cancel_params.rb
|
|
1031
|
-
- lib/stripe/params/v2/payments/off_session_payment_capture_params.rb
|
|
1032
|
-
- lib/stripe/params/v2/payments/off_session_payment_create_params.rb
|
|
1033
|
-
- lib/stripe/params/v2/payments/off_session_payment_list_params.rb
|
|
1034
|
-
- lib/stripe/params/v2/payments/off_session_payment_retrieve_params.rb
|
|
1035
|
-
- lib/stripe/params/v2/reporting/report_retrieve_params.rb
|
|
1036
|
-
- lib/stripe/params/v2/reporting/report_run_create_params.rb
|
|
1037
|
-
- lib/stripe/params/v2/reporting/report_run_retrieve_params.rb
|
|
1038
856
|
- lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb
|
|
1039
857
|
- lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb
|
|
1040
|
-
- lib/stripe/params/v2/test_helpers/money_management_recipient_verifications_params.rb
|
|
1041
858
|
- lib/stripe/params/webhook_endpoint_create_params.rb
|
|
1042
859
|
- lib/stripe/params/webhook_endpoint_delete_params.rb
|
|
1043
860
|
- lib/stripe/params/webhook_endpoint_list_params.rb
|
|
@@ -1059,7 +876,6 @@ files:
|
|
|
1059
876
|
- lib/stripe/resources/balance.rb
|
|
1060
877
|
- lib/stripe/resources/balance_settings.rb
|
|
1061
878
|
- lib/stripe/resources/balance_transaction.rb
|
|
1062
|
-
- lib/stripe/resources/balance_transfer.rb
|
|
1063
879
|
- lib/stripe/resources/bank_account.rb
|
|
1064
880
|
- lib/stripe/resources/billing/alert.rb
|
|
1065
881
|
- lib/stripe/resources/billing/alert_triggered.rb
|
|
@@ -1095,7 +911,6 @@ files:
|
|
|
1095
911
|
- lib/stripe/resources/customer_balance_transaction.rb
|
|
1096
912
|
- lib/stripe/resources/customer_cash_balance_transaction.rb
|
|
1097
913
|
- lib/stripe/resources/customer_session.rb
|
|
1098
|
-
- lib/stripe/resources/delegated_checkout/requested_session.rb
|
|
1099
914
|
- lib/stripe/resources/discount.rb
|
|
1100
915
|
- lib/stripe/resources/dispute.rb
|
|
1101
916
|
- lib/stripe/resources/entitlements/active_entitlement.rb
|
|
@@ -1116,7 +931,6 @@ files:
|
|
|
1116
931
|
- lib/stripe/resources/forwarding/request.rb
|
|
1117
932
|
- lib/stripe/resources/funding_instructions.rb
|
|
1118
933
|
- lib/stripe/resources/fx_quote.rb
|
|
1119
|
-
- lib/stripe/resources/identity/blocklist_entry.rb
|
|
1120
934
|
- lib/stripe/resources/identity/verification_report.rb
|
|
1121
935
|
- lib/stripe/resources/identity/verification_session.rb
|
|
1122
936
|
- lib/stripe/resources/invoice.rb
|
|
@@ -1133,7 +947,6 @@ files:
|
|
|
1133
947
|
- lib/stripe/resources/issuing/fraud_liability_debit.rb
|
|
1134
948
|
- lib/stripe/resources/issuing/personalization_design.rb
|
|
1135
949
|
- lib/stripe/resources/issuing/physical_bundle.rb
|
|
1136
|
-
- lib/stripe/resources/issuing/program.rb
|
|
1137
950
|
- lib/stripe/resources/issuing/settlement.rb
|
|
1138
951
|
- lib/stripe/resources/issuing/token.rb
|
|
1139
952
|
- lib/stripe/resources/issuing/transaction.rb
|
|
@@ -1147,7 +960,6 @@ files:
|
|
|
1147
960
|
- lib/stripe/resources/payment_intent_amount_details_line_item.rb
|
|
1148
961
|
- lib/stripe/resources/payment_link.rb
|
|
1149
962
|
- lib/stripe/resources/payment_method.rb
|
|
1150
|
-
- lib/stripe/resources/payment_method_balance.rb
|
|
1151
963
|
- lib/stripe/resources/payment_method_configuration.rb
|
|
1152
964
|
- lib/stripe/resources/payment_method_domain.rb
|
|
1153
965
|
- lib/stripe/resources/payment_record.rb
|
|
@@ -1158,14 +970,12 @@ files:
|
|
|
1158
970
|
- lib/stripe/resources/privacy/redaction_job.rb
|
|
1159
971
|
- lib/stripe/resources/privacy/redaction_job_validation_error.rb
|
|
1160
972
|
- lib/stripe/resources/product.rb
|
|
1161
|
-
- lib/stripe/resources/product_catalog/trial_offer.rb
|
|
1162
973
|
- lib/stripe/resources/product_feature.rb
|
|
1163
974
|
- lib/stripe/resources/promotion_code.rb
|
|
1164
975
|
- lib/stripe/resources/quote.rb
|
|
1165
976
|
- lib/stripe/resources/quote_line.rb
|
|
1166
977
|
- lib/stripe/resources/quote_preview_invoice.rb
|
|
1167
978
|
- lib/stripe/resources/quote_preview_subscription_schedule.rb
|
|
1168
|
-
- lib/stripe/resources/radar/account_evaluation.rb
|
|
1169
979
|
- lib/stripe/resources/radar/early_fraud_warning.rb
|
|
1170
980
|
- lib/stripe/resources/radar/value_list.rb
|
|
1171
981
|
- lib/stripe/resources/radar/value_list_item.rb
|
|
@@ -1208,7 +1018,6 @@ files:
|
|
|
1208
1018
|
- lib/stripe/resources/token.rb
|
|
1209
1019
|
- lib/stripe/resources/topup.rb
|
|
1210
1020
|
- lib/stripe/resources/transfer.rb
|
|
1211
|
-
- lib/stripe/resources/transit_balance.rb
|
|
1212
1021
|
- lib/stripe/resources/treasury/credit_reversal.rb
|
|
1213
1022
|
- lib/stripe/resources/treasury/debit_reversal.rb
|
|
1214
1023
|
- lib/stripe/resources/treasury/financial_account.rb
|
|
@@ -1226,34 +1035,15 @@ files:
|
|
|
1226
1035
|
- lib/stripe/resources/v2/billing/cadence.rb
|
|
1227
1036
|
- lib/stripe/resources/v2/billing/collection_setting.rb
|
|
1228
1037
|
- lib/stripe/resources/v2/billing/collection_setting_version.rb
|
|
1229
|
-
- lib/stripe/resources/v2/billing/custom_pricing_unit.rb
|
|
1230
|
-
- lib/stripe/resources/v2/billing/intent.rb
|
|
1231
|
-
- lib/stripe/resources/v2/billing/intent_action.rb
|
|
1232
|
-
- lib/stripe/resources/v2/billing/license_fee.rb
|
|
1233
|
-
- lib/stripe/resources/v2/billing/license_fee_subscription.rb
|
|
1234
|
-
- lib/stripe/resources/v2/billing/license_fee_version.rb
|
|
1235
|
-
- lib/stripe/resources/v2/billing/licensed_item.rb
|
|
1236
1038
|
- lib/stripe/resources/v2/billing/meter_event.rb
|
|
1237
1039
|
- lib/stripe/resources/v2/billing/meter_event_adjustment.rb
|
|
1238
1040
|
- lib/stripe/resources/v2/billing/meter_event_session.rb
|
|
1239
|
-
- lib/stripe/resources/v2/billing/metered_item.rb
|
|
1240
|
-
- lib/stripe/resources/v2/billing/pricing_plan.rb
|
|
1241
|
-
- lib/stripe/resources/v2/billing/pricing_plan_component.rb
|
|
1242
|
-
- lib/stripe/resources/v2/billing/pricing_plan_subscription.rb
|
|
1243
|
-
- lib/stripe/resources/v2/billing/pricing_plan_subscription_components.rb
|
|
1244
|
-
- lib/stripe/resources/v2/billing/pricing_plan_version.rb
|
|
1245
1041
|
- lib/stripe/resources/v2/billing/profile.rb
|
|
1246
|
-
- lib/stripe/resources/v2/billing/rate_card.rb
|
|
1247
|
-
- lib/stripe/resources/v2/billing/rate_card_rate.rb
|
|
1248
|
-
- lib/stripe/resources/v2/billing/rate_card_subscription.rb
|
|
1249
|
-
- lib/stripe/resources/v2/billing/rate_card_version.rb
|
|
1250
|
-
- lib/stripe/resources/v2/billing/service_action.rb
|
|
1251
1042
|
- lib/stripe/resources/v2/core/account.rb
|
|
1252
1043
|
- lib/stripe/resources/v2/core/account_link.rb
|
|
1253
1044
|
- lib/stripe/resources/v2/core/account_person.rb
|
|
1254
1045
|
- lib/stripe/resources/v2/core/account_person_token.rb
|
|
1255
1046
|
- lib/stripe/resources/v2/core/account_token.rb
|
|
1256
|
-
- lib/stripe/resources/v2/core/claimable_sandbox.rb
|
|
1257
1047
|
- lib/stripe/resources/v2/core/event.rb
|
|
1258
1048
|
- lib/stripe/resources/v2/core/event_destination.rb
|
|
1259
1049
|
- lib/stripe/resources/v2/core/event_notification.rb
|
|
@@ -1263,7 +1053,6 @@ files:
|
|
|
1263
1053
|
- lib/stripe/resources/v2/financial_address_credit_simulation.rb
|
|
1264
1054
|
- lib/stripe/resources/v2/financial_address_generated_microdeposits.rb
|
|
1265
1055
|
- lib/stripe/resources/v2/money_management/adjustment.rb
|
|
1266
|
-
- lib/stripe/resources/v2/money_management/currency_conversion.rb
|
|
1267
1056
|
- lib/stripe/resources/v2/money_management/financial_account.rb
|
|
1268
1057
|
- lib/stripe/resources/v2/money_management/financial_address.rb
|
|
1269
1058
|
- lib/stripe/resources/v2/money_management/inbound_transfer.rb
|
|
@@ -1275,12 +1064,8 @@ files:
|
|
|
1275
1064
|
- lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb
|
|
1276
1065
|
- lib/stripe/resources/v2/money_management/received_credit.rb
|
|
1277
1066
|
- lib/stripe/resources/v2/money_management/received_debit.rb
|
|
1278
|
-
- lib/stripe/resources/v2/money_management/recipient_verification.rb
|
|
1279
1067
|
- lib/stripe/resources/v2/money_management/transaction.rb
|
|
1280
1068
|
- lib/stripe/resources/v2/money_management/transaction_entry.rb
|
|
1281
|
-
- lib/stripe/resources/v2/payments/off_session_payment.rb
|
|
1282
|
-
- lib/stripe/resources/v2/reporting/report.rb
|
|
1283
|
-
- lib/stripe/resources/v2/reporting/report_run.rb
|
|
1284
1069
|
- lib/stripe/resources/webhook_endpoint.rb
|
|
1285
1070
|
- lib/stripe/search_result_object.rb
|
|
1286
1071
|
- lib/stripe/services.rb
|
|
@@ -1300,7 +1085,6 @@ files:
|
|
|
1300
1085
|
- lib/stripe/services/balance_service.rb
|
|
1301
1086
|
- lib/stripe/services/balance_settings_service.rb
|
|
1302
1087
|
- lib/stripe/services/balance_transaction_service.rb
|
|
1303
|
-
- lib/stripe/services/balance_transfer_service.rb
|
|
1304
1088
|
- lib/stripe/services/billing/alert_service.rb
|
|
1305
1089
|
- lib/stripe/services/billing/analytics/meter_usage_service.rb
|
|
1306
1090
|
- lib/stripe/services/billing/analytics_service.rb
|
|
@@ -1342,8 +1126,6 @@ files:
|
|
|
1342
1126
|
- lib/stripe/services/customer_service.rb
|
|
1343
1127
|
- lib/stripe/services/customer_session_service.rb
|
|
1344
1128
|
- lib/stripe/services/customer_tax_id_service.rb
|
|
1345
|
-
- lib/stripe/services/delegated_checkout/requested_session_service.rb
|
|
1346
|
-
- lib/stripe/services/delegated_checkout_service.rb
|
|
1347
1129
|
- lib/stripe/services/dispute_service.rb
|
|
1348
1130
|
- lib/stripe/services/entitlements/active_entitlement_service.rb
|
|
1349
1131
|
- lib/stripe/services/entitlements/feature_service.rb
|
|
@@ -1364,7 +1146,6 @@ files:
|
|
|
1364
1146
|
- lib/stripe/services/forwarding/request_service.rb
|
|
1365
1147
|
- lib/stripe/services/forwarding_service.rb
|
|
1366
1148
|
- lib/stripe/services/fx_quote_service.rb
|
|
1367
|
-
- lib/stripe/services/identity/blocklist_entry_service.rb
|
|
1368
1149
|
- lib/stripe/services/identity/verification_report_service.rb
|
|
1369
1150
|
- lib/stripe/services/identity/verification_session_service.rb
|
|
1370
1151
|
- lib/stripe/services/identity_service.rb
|
|
@@ -1382,7 +1163,6 @@ files:
|
|
|
1382
1163
|
- lib/stripe/services/issuing/fraud_liability_debit_service.rb
|
|
1383
1164
|
- lib/stripe/services/issuing/personalization_design_service.rb
|
|
1384
1165
|
- lib/stripe/services/issuing/physical_bundle_service.rb
|
|
1385
|
-
- lib/stripe/services/issuing/program_service.rb
|
|
1386
1166
|
- lib/stripe/services/issuing/token_service.rb
|
|
1387
1167
|
- lib/stripe/services/issuing/transaction_service.rb
|
|
1388
1168
|
- lib/stripe/services/issuing_service.rb
|
|
@@ -1406,8 +1186,6 @@ files:
|
|
|
1406
1186
|
- lib/stripe/services/privacy/redaction_job_service.rb
|
|
1407
1187
|
- lib/stripe/services/privacy/redaction_job_validation_error_service.rb
|
|
1408
1188
|
- lib/stripe/services/privacy_service.rb
|
|
1409
|
-
- lib/stripe/services/product_catalog/trial_offer_service.rb
|
|
1410
|
-
- lib/stripe/services/product_catalog_service.rb
|
|
1411
1189
|
- lib/stripe/services/product_feature_service.rb
|
|
1412
1190
|
- lib/stripe/services/product_service.rb
|
|
1413
1191
|
- lib/stripe/services/promotion_code_service.rb
|
|
@@ -1417,7 +1195,6 @@ files:
|
|
|
1417
1195
|
- lib/stripe/services/quote_preview_invoice_service.rb
|
|
1418
1196
|
- lib/stripe/services/quote_preview_subscription_schedule_service.rb
|
|
1419
1197
|
- lib/stripe/services/quote_service.rb
|
|
1420
|
-
- lib/stripe/services/radar/account_evaluation_service.rb
|
|
1421
1198
|
- lib/stripe/services/radar/early_fraud_warning_service.rb
|
|
1422
1199
|
- lib/stripe/services/radar/value_list_item_service.rb
|
|
1423
1200
|
- lib/stripe/services/radar/value_list_service.rb
|
|
@@ -1456,8 +1233,6 @@ files:
|
|
|
1456
1233
|
- lib/stripe/services/terminal/reader_collected_data_service.rb
|
|
1457
1234
|
- lib/stripe/services/terminal/reader_service.rb
|
|
1458
1235
|
- lib/stripe/services/terminal_service.rb
|
|
1459
|
-
- lib/stripe/services/test_helpers/capital/financing_offer_service.rb
|
|
1460
|
-
- lib/stripe/services/test_helpers/capital_service.rb
|
|
1461
1236
|
- lib/stripe/services/test_helpers/confirmation_token_service.rb
|
|
1462
1237
|
- lib/stripe/services/test_helpers/customer_service.rb
|
|
1463
1238
|
- lib/stripe/services/test_helpers/issuing/authorization_service.rb
|
|
@@ -1498,36 +1273,17 @@ files:
|
|
|
1498
1273
|
- lib/stripe/services/v2/billing/cadence_service.rb
|
|
1499
1274
|
- lib/stripe/services/v2/billing/collection_setting_service.rb
|
|
1500
1275
|
- lib/stripe/services/v2/billing/collection_settings/version_service.rb
|
|
1501
|
-
- lib/stripe/services/v2/billing/custom_pricing_unit_service.rb
|
|
1502
|
-
- lib/stripe/services/v2/billing/intent_service.rb
|
|
1503
|
-
- lib/stripe/services/v2/billing/intents/action_service.rb
|
|
1504
|
-
- lib/stripe/services/v2/billing/license_fee_service.rb
|
|
1505
|
-
- lib/stripe/services/v2/billing/license_fee_subscription_service.rb
|
|
1506
|
-
- lib/stripe/services/v2/billing/license_fees/version_service.rb
|
|
1507
|
-
- lib/stripe/services/v2/billing/licensed_item_service.rb
|
|
1508
1276
|
- lib/stripe/services/v2/billing/meter_event_adjustment_service.rb
|
|
1509
1277
|
- lib/stripe/services/v2/billing/meter_event_service.rb
|
|
1510
1278
|
- lib/stripe/services/v2/billing/meter_event_session_service.rb
|
|
1511
1279
|
- lib/stripe/services/v2/billing/meter_event_stream_service.rb
|
|
1512
|
-
- lib/stripe/services/v2/billing/metered_item_service.rb
|
|
1513
|
-
- lib/stripe/services/v2/billing/pricing_plan_service.rb
|
|
1514
|
-
- lib/stripe/services/v2/billing/pricing_plan_subscription_service.rb
|
|
1515
|
-
- lib/stripe/services/v2/billing/pricing_plan_subscriptions/component_service.rb
|
|
1516
|
-
- lib/stripe/services/v2/billing/pricing_plans/component_service.rb
|
|
1517
|
-
- lib/stripe/services/v2/billing/pricing_plans/version_service.rb
|
|
1518
1280
|
- lib/stripe/services/v2/billing/profile_service.rb
|
|
1519
|
-
- lib/stripe/services/v2/billing/rate_card_service.rb
|
|
1520
|
-
- lib/stripe/services/v2/billing/rate_card_subscription_service.rb
|
|
1521
|
-
- lib/stripe/services/v2/billing/rate_cards/rate_service.rb
|
|
1522
|
-
- lib/stripe/services/v2/billing/rate_cards/version_service.rb
|
|
1523
|
-
- lib/stripe/services/v2/billing/service_action_service.rb
|
|
1524
1281
|
- lib/stripe/services/v2/billing_service.rb
|
|
1525
1282
|
- lib/stripe/services/v2/core/account_link_service.rb
|
|
1526
1283
|
- lib/stripe/services/v2/core/account_service.rb
|
|
1527
1284
|
- lib/stripe/services/v2/core/account_token_service.rb
|
|
1528
1285
|
- lib/stripe/services/v2/core/accounts/person_service.rb
|
|
1529
1286
|
- lib/stripe/services/v2/core/accounts/person_token_service.rb
|
|
1530
|
-
- lib/stripe/services/v2/core/claimable_sandbox_service.rb
|
|
1531
1287
|
- lib/stripe/services/v2/core/event_destination_service.rb
|
|
1532
1288
|
- lib/stripe/services/v2/core/event_service.rb
|
|
1533
1289
|
- lib/stripe/services/v2/core/vault/gb_bank_account_service.rb
|
|
@@ -1535,7 +1291,6 @@ files:
|
|
|
1535
1291
|
- lib/stripe/services/v2/core/vault_service.rb
|
|
1536
1292
|
- lib/stripe/services/v2/core_service.rb
|
|
1537
1293
|
- lib/stripe/services/v2/money_management/adjustment_service.rb
|
|
1538
|
-
- lib/stripe/services/v2/money_management/currency_conversion_service.rb
|
|
1539
1294
|
- lib/stripe/services/v2/money_management/financial_account_service.rb
|
|
1540
1295
|
- lib/stripe/services/v2/money_management/financial_address_service.rb
|
|
1541
1296
|
- lib/stripe/services/v2/money_management/inbound_transfer_service.rb
|
|
@@ -1547,18 +1302,11 @@ files:
|
|
|
1547
1302
|
- lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb
|
|
1548
1303
|
- lib/stripe/services/v2/money_management/received_credit_service.rb
|
|
1549
1304
|
- lib/stripe/services/v2/money_management/received_debit_service.rb
|
|
1550
|
-
- lib/stripe/services/v2/money_management/recipient_verification_service.rb
|
|
1551
1305
|
- lib/stripe/services/v2/money_management/transaction_entry_service.rb
|
|
1552
1306
|
- lib/stripe/services/v2/money_management/transaction_service.rb
|
|
1553
1307
|
- lib/stripe/services/v2/money_management_service.rb
|
|
1554
|
-
- lib/stripe/services/v2/payment_service.rb
|
|
1555
|
-
- lib/stripe/services/v2/payments/off_session_payment_service.rb
|
|
1556
|
-
- lib/stripe/services/v2/reporting/report_run_service.rb
|
|
1557
|
-
- lib/stripe/services/v2/reporting/report_service.rb
|
|
1558
|
-
- lib/stripe/services/v2/reporting_service.rb
|
|
1559
1308
|
- lib/stripe/services/v2/test_helper_service.rb
|
|
1560
1309
|
- lib/stripe/services/v2/test_helpers/financial_address_service.rb
|
|
1561
|
-
- lib/stripe/services/v2/test_helpers/money_management_service.rb
|
|
1562
1310
|
- lib/stripe/services/v2_services.rb
|
|
1563
1311
|
- lib/stripe/services/webhook_endpoint_service.rb
|
|
1564
1312
|
- lib/stripe/singleton_api_resource.rb
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module Events
|
|
6
|
-
# Occurs when a billing Cadence generates an invoice.
|
|
7
|
-
class V2BillingCadenceBilledEvent < Stripe::V2::Core::Event
|
|
8
|
-
def self.lookup_type
|
|
9
|
-
"v2.billing.cadence.billed"
|
|
10
|
-
end
|
|
11
|
-
|
|
12
|
-
class V2BillingCadenceBilledEventData < ::Stripe::StripeObject
|
|
13
|
-
# The IDs of the invoices that were generated by the tick for this Cadence.
|
|
14
|
-
attr_reader :invoices
|
|
15
|
-
|
|
16
|
-
def self.inner_class_types
|
|
17
|
-
@inner_class_types = {}
|
|
18
|
-
end
|
|
19
|
-
|
|
20
|
-
def self.field_remappings
|
|
21
|
-
@field_remappings = {}
|
|
22
|
-
end
|
|
23
|
-
end
|
|
24
|
-
|
|
25
|
-
def self.inner_class_types
|
|
26
|
-
@inner_class_types = { data: V2BillingCadenceBilledEventData }
|
|
27
|
-
end
|
|
28
|
-
attr_reader :data, :related_object
|
|
29
|
-
|
|
30
|
-
# Retrieves the related object from the API. Makes an API request on every call.
|
|
31
|
-
def fetch_related_object
|
|
32
|
-
_request(
|
|
33
|
-
method: :get,
|
|
34
|
-
path: related_object.url,
|
|
35
|
-
base_address: :api,
|
|
36
|
-
opts: { stripe_context: context }
|
|
37
|
-
)
|
|
38
|
-
end
|
|
39
|
-
end
|
|
40
|
-
|
|
41
|
-
# Occurs when a billing Cadence generates an invoice.
|
|
42
|
-
class V2BillingCadenceBilledEventNotification < Stripe::V2::Core::EventNotification
|
|
43
|
-
def self.lookup_type
|
|
44
|
-
"v2.billing.cadence.billed"
|
|
45
|
-
end
|
|
46
|
-
|
|
47
|
-
attr_reader :related_object
|
|
48
|
-
|
|
49
|
-
# Retrieves the Cadence related to this EventNotification from the Stripe API. Makes an API request on every call.
|
|
50
|
-
def fetch_related_object
|
|
51
|
-
resp = @client.raw_request(
|
|
52
|
-
:get,
|
|
53
|
-
related_object.url,
|
|
54
|
-
opts: { stripe_context: context },
|
|
55
|
-
usage: ["fetch_related_object"]
|
|
56
|
-
)
|
|
57
|
-
@client.deserialize(resp.http_body, api_mode: Util.get_api_mode(related_object.url))
|
|
58
|
-
end
|
|
59
|
-
end
|
|
60
|
-
end
|
|
61
|
-
end
|