stripe 18.2.0.pre.alpha.1 → 18.2.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/api_requestor.rb +0 -2
- data/lib/stripe/errors.rb +0 -3
- data/lib/stripe/event_types.rb +0 -356
- data/lib/stripe/object_types.rb +3 -40
- data/lib/stripe/params/account_create_params.rb +2 -34
- 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_session_create_params.rb +0 -17
- data/lib/stripe/params/account_update_params.rb +2 -34
- 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 +2 -93
- data/lib/stripe/params/checkout/session_update_params.rb +1 -13
- data/lib/stripe/params/identity/verification_report_list_params.rb +0 -4
- data/lib/stripe/params/invoice_add_lines_params.rb +1 -13
- data/lib/stripe/params/invoice_create_preview_params.rb +3 -122
- data/lib/stripe/params/invoice_line_item_update_params.rb +1 -13
- data/lib/stripe/params/invoice_list_params.rb +0 -4
- data/lib/stripe/params/invoice_update_lines_params.rb +1 -13
- data/lib/stripe/params/issuing/card_list_params.rb +1 -34
- data/lib/stripe/params/payment_intent_capture_params.rb +1 -1
- data/lib/stripe/params/payment_intent_confirm_params.rb +2 -40
- data/lib/stripe/params/payment_intent_create_params.rb +2 -53
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +1 -1
- data/lib/stripe/params/payment_intent_update_params.rb +1 -35
- data/lib/stripe/params/payment_link_create_params.rb +1 -13
- data/lib/stripe/params/product_create_params.rb +1 -14
- data/lib/stripe/params/product_update_params.rb +1 -14
- data/lib/stripe/params/quote_create_params.rb +2 -222
- data/lib/stripe/params/quote_update_params.rb +2 -222
- data/lib/stripe/params/reserve/hold_list_params.rb +53 -0
- data/lib/stripe/params/{issuing/program_retrieve_params.rb → reserve/hold_retrieve_params.rb} +2 -2
- data/lib/stripe/params/{identity/blocklist_entry_disable_params.rb → reserve/plan_retrieve_params.rb} +2 -2
- data/lib/stripe/params/{issuing/program_list_params.rb → reserve/release_list_params.rb} +20 -3
- data/lib/stripe/params/{identity/blocklist_entry_retrieve_params.rb → reserve/release_retrieve_params.rb} +2 -2
- 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 +0 -16
- data/lib/stripe/params/subscription_item_create_params.rb +0 -16
- data/lib/stripe/params/subscription_item_update_params.rb +0 -16
- data/lib/stripe/params/subscription_schedule_amend_params.rb +2 -41
- data/lib/stripe/params/subscription_schedule_create_params.rb +1 -69
- data/lib/stripe/params/subscription_schedule_update_params.rb +1 -69
- data/lib/stripe/params/subscription_update_params.rb +0 -16
- 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 +9 -716
- data/lib/stripe/params/v2/core/account_token_create_params.rb +1 -237
- data/lib/stripe/params/v2/core/account_update_params.rb +9 -702
- 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_account_list_params.rb +1 -4
- data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +1 -12
- data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +1 -8
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +1 -4
- 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 -4
- data/lib/stripe/params.rb +5 -125
- 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 +3 -107
- data/lib/stripe/resources/issuing/card.rb +0 -4
- data/lib/stripe/resources/payment_intent.rb +1 -63
- 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/reserve/hold.rb +74 -0
- data/lib/stripe/resources/reserve/plan.rb +78 -0
- data/lib/stripe/resources/reserve/release.rb +77 -0
- 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 +5 -1073
- data/lib/stripe/resources/v2/core/event.rb +1 -50
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +1 -21
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +1 -21
- data/lib/stripe/resources/v2/money_management/financial_account.rb +0 -35
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +0 -4
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +0 -2
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +0 -2
- data/lib/stripe/resources/v2/money_management/payout_method.rb +1 -47
- data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -34
- data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -56
- data/lib/stripe/resources.rb +3 -132
- 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/reserve/hold_service.rb +30 -0
- data/lib/stripe/services/reserve/plan_service.rb +19 -0
- data/lib/stripe/services/reserve/release_service.rb +30 -0
- data/lib/stripe/services/reserve_service.rb +15 -0
- data/lib/stripe/services/test_helpers_service.rb +1 -3
- data/lib/stripe/services/v1_services.rb +2 -5
- 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 -5
- data/lib/stripe/services.rb +4 -47
- data/lib/stripe/stripe_client.rb +8 -1
- data/lib/stripe/stripe_event_notification_handler.rb +425 -0
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +1 -0
- data/rbi/stripe/stripe_client.rbi +13 -0
- data/rbi/stripe.rbi +1295 -20425
- metadata +15 -306
- 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 -86
- data/lib/stripe/events/v2_core_health_api_error_resolved_event.rb +0 -86
- data/lib/stripe/events/v2_core_health_api_latency_firing_event.rb +0 -84
- data/lib/stripe/events/v2_core_health_api_latency_resolved_event.rb +0 -84
- 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 -82
- data/lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb +0 -82
- data/lib/stripe/events/v2_core_health_sepa_debit_delayed_firing_event.rb +0 -58
- data/lib/stripe/events/v2_core_health_sepa_debit_delayed_resolved_event.rb +0 -60
- 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_payments_settlement_allocation_intent_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_created_event.rb +0 -44
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_errored_event.rb +0 -65
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_funds_not_received_event.rb +0 -44
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_matched_event.rb +0 -44
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_not_found_event.rb +0 -38
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_settled_event.rb +0 -44
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_split_canceled_event.rb +0 -61
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_split_created_event.rb +0 -61
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_split_settled_event.rb +0 -61
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_submitted_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 -138
- 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_list_params.rb +0 -62
- data/lib/stripe/params/issuing/program_create_params.rb +0 -21
- 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/shared_payment/granted_token_create_params.rb +0 -47
- data/lib/stripe/params/shared_payment/granted_token_retrieve_params.rb +0 -15
- data/lib/stripe/params/shared_payment/granted_token_update_params.rb +0 -15
- 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/test_helpers/shared_payment/granted_token_create_params.rb +0 -49
- data/lib/stripe/params/test_helpers/shared_payment/granted_token_update_params.rb +0 -17
- 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 -425
- 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/iam/api_key_create_params.rb +0 -51
- data/lib/stripe/params/v2/iam/api_key_expire_params.rb +0 -10
- data/lib/stripe/params/v2/iam/api_key_list_params.rb +0 -20
- data/lib/stripe/params/v2/iam/api_key_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/iam/api_key_rotate_params.rb +0 -46
- data/lib/stripe/params/v2/iam/api_key_update_params.rb +0 -20
- 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/payments/settlement_allocation_intent_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_create_params.rb +0 -46
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_submit_params.rb +0 -10
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_update_params.rb +0 -31
- data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_cancel_params.rb +0 -12
- data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_create_params.rb +0 -39
- data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_retrieve_params.rb +0 -12
- 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/tax/manual_rule_create_params.rb +0 -94
- data/lib/stripe/params/v2/tax/manual_rule_deactivate_params.rb +0 -10
- data/lib/stripe/params/v2/tax/manual_rule_list_params.rb +0 -17
- data/lib/stripe/params/v2/tax/manual_rule_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/tax/manual_rule_update_params.rb +0 -94
- 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 -479
- 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/shared_payment/granted_token.rb +0 -126
- 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 -483
- 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/iam/api_key.rb +0 -129
- 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/payments/settlement_allocation_intent.rb +0 -92
- data/lib/stripe/resources/v2/payments/settlement_allocation_intent_split.rb +0 -78
- data/lib/stripe/resources/v2/reporting/report.rb +0 -116
- data/lib/stripe/resources/v2/reporting/report_run.rb +0 -128
- data/lib/stripe/resources/v2/tax/manual_rule.rb +0 -115
- 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/shared_payment/granted_token_service.rb +0 -19
- data/lib/stripe/services/shared_payment_service.rb +0 -13
- 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/test_helpers/shared_payment/granted_token_service.rb +0 -32
- data/lib/stripe/services/test_helpers/shared_payment_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/iam/api_key_service.rb +0 -76
- data/lib/stripe/services/v2/iam_service.rb +0 -15
- 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 -17
- data/lib/stripe/services/v2/payments/off_session_payment_service.rb +0 -65
- data/lib/stripe/services/v2/payments/settlement_allocation_intent_service.rb +0 -72
- data/lib/stripe/services/v2/payments/settlement_allocation_intents/split_service.rb +0 -45
- 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/tax/manual_rule_service.rb +0 -65
- data/lib/stripe/services/v2/tax_service.rb +0 -15
- data/lib/stripe/services/v2/test_helpers/money_management_service.rb +0 -21
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.2.0.pre.
|
|
4
|
+
version: 18.2.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-12-
|
|
11
|
+
date: 2025-12-16 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,38 +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_sepa_debit_delayed_firing_event.rb
|
|
121
|
-
- lib/stripe/events/v2_core_health_sepa_debit_delayed_resolved_event.rb
|
|
122
|
-
- lib/stripe/events/v2_core_health_traffic_volume_drop_firing_event.rb
|
|
123
|
-
- lib/stripe/events/v2_core_health_traffic_volume_drop_resolved_event.rb
|
|
124
|
-
- lib/stripe/events/v2_core_health_webhook_latency_firing_event.rb
|
|
125
|
-
- lib/stripe/events/v2_core_health_webhook_latency_resolved_event.rb
|
|
126
|
-
- lib/stripe/events/v2_iam_api_key_created_event.rb
|
|
127
|
-
- lib/stripe/events/v2_iam_api_key_default_secret_revealed_event.rb
|
|
128
|
-
- lib/stripe/events/v2_iam_api_key_expired_event.rb
|
|
129
|
-
- lib/stripe/events/v2_iam_api_key_permissions_updated_event.rb
|
|
130
|
-
- lib/stripe/events/v2_iam_api_key_rotated_event.rb
|
|
131
|
-
- lib/stripe/events/v2_iam_api_key_updated_event.rb
|
|
132
63
|
- lib/stripe/events/v2_money_management_adjustment_created_event.rb
|
|
133
64
|
- lib/stripe/events/v2_money_management_financial_account_created_event.rb
|
|
134
65
|
- lib/stripe/events/v2_money_management_financial_account_updated_event.rb
|
|
@@ -163,34 +94,8 @@ files:
|
|
|
163
94
|
- lib/stripe/events/v2_money_management_received_debit_pending_event.rb
|
|
164
95
|
- lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb
|
|
165
96
|
- lib/stripe/events/v2_money_management_received_debit_updated_event.rb
|
|
166
|
-
- lib/stripe/events/v2_money_management_recipient_verification_created_event.rb
|
|
167
|
-
- lib/stripe/events/v2_money_management_recipient_verification_updated_event.rb
|
|
168
97
|
- lib/stripe/events/v2_money_management_transaction_created_event.rb
|
|
169
98
|
- lib/stripe/events/v2_money_management_transaction_updated_event.rb
|
|
170
|
-
- lib/stripe/events/v2_payments_off_session_payment_attempt_failed_event.rb
|
|
171
|
-
- lib/stripe/events/v2_payments_off_session_payment_attempt_started_event.rb
|
|
172
|
-
- lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb
|
|
173
|
-
- lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb
|
|
174
|
-
- lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb
|
|
175
|
-
- lib/stripe/events/v2_payments_off_session_payment_created_event.rb
|
|
176
|
-
- lib/stripe/events/v2_payments_off_session_payment_failed_event.rb
|
|
177
|
-
- lib/stripe/events/v2_payments_off_session_payment_requires_capture_event.rb
|
|
178
|
-
- lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb
|
|
179
|
-
- lib/stripe/events/v2_payments_settlement_allocation_intent_canceled_event.rb
|
|
180
|
-
- lib/stripe/events/v2_payments_settlement_allocation_intent_created_event.rb
|
|
181
|
-
- lib/stripe/events/v2_payments_settlement_allocation_intent_errored_event.rb
|
|
182
|
-
- lib/stripe/events/v2_payments_settlement_allocation_intent_funds_not_received_event.rb
|
|
183
|
-
- lib/stripe/events/v2_payments_settlement_allocation_intent_matched_event.rb
|
|
184
|
-
- lib/stripe/events/v2_payments_settlement_allocation_intent_not_found_event.rb
|
|
185
|
-
- lib/stripe/events/v2_payments_settlement_allocation_intent_settled_event.rb
|
|
186
|
-
- lib/stripe/events/v2_payments_settlement_allocation_intent_split_canceled_event.rb
|
|
187
|
-
- lib/stripe/events/v2_payments_settlement_allocation_intent_split_created_event.rb
|
|
188
|
-
- lib/stripe/events/v2_payments_settlement_allocation_intent_split_settled_event.rb
|
|
189
|
-
- lib/stripe/events/v2_payments_settlement_allocation_intent_submitted_event.rb
|
|
190
|
-
- lib/stripe/events/v2_reporting_report_run_created_event.rb
|
|
191
|
-
- lib/stripe/events/v2_reporting_report_run_failed_event.rb
|
|
192
|
-
- lib/stripe/events/v2_reporting_report_run_succeeded_event.rb
|
|
193
|
-
- lib/stripe/events/v2_reporting_report_run_updated_event.rb
|
|
194
99
|
- lib/stripe/instrumentation.rb
|
|
195
100
|
- lib/stripe/list_object.rb
|
|
196
101
|
- lib/stripe/multipart_encoder.rb
|
|
@@ -243,7 +148,6 @@ files:
|
|
|
243
148
|
- lib/stripe/params/balance_settings_update_params.rb
|
|
244
149
|
- lib/stripe/params/balance_transaction_list_params.rb
|
|
245
150
|
- lib/stripe/params/balance_transaction_retrieve_params.rb
|
|
246
|
-
- lib/stripe/params/balance_transfer_create_params.rb
|
|
247
151
|
- lib/stripe/params/billing/alert_activate_params.rb
|
|
248
152
|
- lib/stripe/params/billing/alert_archive_params.rb
|
|
249
153
|
- lib/stripe/params/billing/alert_create_params.rb
|
|
@@ -274,10 +178,8 @@ files:
|
|
|
274
178
|
- lib/stripe/params/billing_portal/configuration_retrieve_params.rb
|
|
275
179
|
- lib/stripe/params/billing_portal/configuration_update_params.rb
|
|
276
180
|
- lib/stripe/params/billing_portal/session_create_params.rb
|
|
277
|
-
- lib/stripe/params/capital/financing_offer_create_params.rb
|
|
278
181
|
- lib/stripe/params/capital/financing_offer_list_params.rb
|
|
279
182
|
- lib/stripe/params/capital/financing_offer_mark_delivered_params.rb
|
|
280
|
-
- lib/stripe/params/capital/financing_offer_refill_params.rb
|
|
281
183
|
- lib/stripe/params/capital/financing_offer_retrieve_params.rb
|
|
282
184
|
- lib/stripe/params/capital/financing_summary_retrieve_params.rb
|
|
283
185
|
- lib/stripe/params/capital/financing_transaction_list_params.rb
|
|
@@ -355,11 +257,6 @@ files:
|
|
|
355
257
|
- lib/stripe/params/customer_tax_id_list_params.rb
|
|
356
258
|
- lib/stripe/params/customer_tax_id_retrieve_params.rb
|
|
357
259
|
- lib/stripe/params/customer_update_params.rb
|
|
358
|
-
- lib/stripe/params/delegated_checkout/requested_session_confirm_params.rb
|
|
359
|
-
- lib/stripe/params/delegated_checkout/requested_session_create_params.rb
|
|
360
|
-
- lib/stripe/params/delegated_checkout/requested_session_expire_params.rb
|
|
361
|
-
- lib/stripe/params/delegated_checkout/requested_session_retrieve_params.rb
|
|
362
|
-
- lib/stripe/params/delegated_checkout/requested_session_update_params.rb
|
|
363
260
|
- lib/stripe/params/dispute_close_params.rb
|
|
364
261
|
- lib/stripe/params/dispute_list_params.rb
|
|
365
262
|
- lib/stripe/params/dispute_retrieve_params.rb
|
|
@@ -410,10 +307,6 @@ files:
|
|
|
410
307
|
- lib/stripe/params/fx_quote_create_params.rb
|
|
411
308
|
- lib/stripe/params/fx_quote_list_params.rb
|
|
412
309
|
- lib/stripe/params/fx_quote_retrieve_params.rb
|
|
413
|
-
- lib/stripe/params/identity/blocklist_entry_create_params.rb
|
|
414
|
-
- lib/stripe/params/identity/blocklist_entry_disable_params.rb
|
|
415
|
-
- lib/stripe/params/identity/blocklist_entry_list_params.rb
|
|
416
|
-
- lib/stripe/params/identity/blocklist_entry_retrieve_params.rb
|
|
417
310
|
- lib/stripe/params/identity/verification_report_list_params.rb
|
|
418
311
|
- lib/stripe/params/identity/verification_report_retrieve_params.rb
|
|
419
312
|
- lib/stripe/params/identity/verification_session_cancel_params.rb
|
|
@@ -500,10 +393,6 @@ files:
|
|
|
500
393
|
- lib/stripe/params/issuing/personalization_design_update_params.rb
|
|
501
394
|
- lib/stripe/params/issuing/physical_bundle_list_params.rb
|
|
502
395
|
- lib/stripe/params/issuing/physical_bundle_retrieve_params.rb
|
|
503
|
-
- lib/stripe/params/issuing/program_create_params.rb
|
|
504
|
-
- lib/stripe/params/issuing/program_list_params.rb
|
|
505
|
-
- lib/stripe/params/issuing/program_retrieve_params.rb
|
|
506
|
-
- lib/stripe/params/issuing/program_update_params.rb
|
|
507
396
|
- lib/stripe/params/issuing/token_list_params.rb
|
|
508
397
|
- lib/stripe/params/issuing/token_retrieve_params.rb
|
|
509
398
|
- lib/stripe/params/issuing/token_update_params.rb
|
|
@@ -551,7 +440,6 @@ files:
|
|
|
551
440
|
- lib/stripe/params/payment_link_retrieve_params.rb
|
|
552
441
|
- lib/stripe/params/payment_link_update_params.rb
|
|
553
442
|
- lib/stripe/params/payment_method_attach_params.rb
|
|
554
|
-
- lib/stripe/params/payment_method_check_balance_params.rb
|
|
555
443
|
- lib/stripe/params/payment_method_configuration_create_params.rb
|
|
556
444
|
- lib/stripe/params/payment_method_configuration_list_params.rb
|
|
557
445
|
- lib/stripe/params/payment_method_configuration_retrieve_params.rb
|
|
@@ -598,7 +486,6 @@ files:
|
|
|
598
486
|
- lib/stripe/params/privacy/redaction_job_update_params.rb
|
|
599
487
|
- lib/stripe/params/privacy/redaction_job_validate_params.rb
|
|
600
488
|
- lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb
|
|
601
|
-
- lib/stripe/params/product_catalog/trial_offer_create_params.rb
|
|
602
489
|
- lib/stripe/params/product_create_params.rb
|
|
603
490
|
- lib/stripe/params/product_delete_params.rb
|
|
604
491
|
- lib/stripe/params/product_feature_create_params.rb
|
|
@@ -633,9 +520,6 @@ files:
|
|
|
633
520
|
- lib/stripe/params/quote_reestimate_params.rb
|
|
634
521
|
- lib/stripe/params/quote_retrieve_params.rb
|
|
635
522
|
- lib/stripe/params/quote_update_params.rb
|
|
636
|
-
- lib/stripe/params/radar/account_evaluation_create_params.rb
|
|
637
|
-
- lib/stripe/params/radar/account_evaluation_retrieve_params.rb
|
|
638
|
-
- lib/stripe/params/radar/account_evaluation_update_params.rb
|
|
639
523
|
- lib/stripe/params/radar/early_fraud_warning_list_params.rb
|
|
640
524
|
- lib/stripe/params/radar/early_fraud_warning_retrieve_params.rb
|
|
641
525
|
- lib/stripe/params/radar/value_list_create_params.rb
|
|
@@ -658,6 +542,11 @@ files:
|
|
|
658
542
|
- lib/stripe/params/reporting/report_run_retrieve_params.rb
|
|
659
543
|
- lib/stripe/params/reporting/report_type_list_params.rb
|
|
660
544
|
- lib/stripe/params/reporting/report_type_retrieve_params.rb
|
|
545
|
+
- lib/stripe/params/reserve/hold_list_params.rb
|
|
546
|
+
- lib/stripe/params/reserve/hold_retrieve_params.rb
|
|
547
|
+
- lib/stripe/params/reserve/plan_retrieve_params.rb
|
|
548
|
+
- lib/stripe/params/reserve/release_list_params.rb
|
|
549
|
+
- lib/stripe/params/reserve/release_retrieve_params.rb
|
|
661
550
|
- lib/stripe/params/review_approve_params.rb
|
|
662
551
|
- lib/stripe/params/review_list_params.rb
|
|
663
552
|
- lib/stripe/params/review_retrieve_params.rb
|
|
@@ -669,9 +558,6 @@ files:
|
|
|
669
558
|
- lib/stripe/params/setup_intent_retrieve_params.rb
|
|
670
559
|
- lib/stripe/params/setup_intent_update_params.rb
|
|
671
560
|
- lib/stripe/params/setup_intent_verify_microdeposits_params.rb
|
|
672
|
-
- lib/stripe/params/shared_payment/granted_token_create_params.rb
|
|
673
|
-
- lib/stripe/params/shared_payment/granted_token_retrieve_params.rb
|
|
674
|
-
- lib/stripe/params/shared_payment/granted_token_update_params.rb
|
|
675
561
|
- lib/stripe/params/shipping_rate_create_params.rb
|
|
676
562
|
- lib/stripe/params/shipping_rate_list_params.rb
|
|
677
563
|
- lib/stripe/params/shipping_rate_retrieve_params.rb
|
|
@@ -764,8 +650,6 @@ files:
|
|
|
764
650
|
- lib/stripe/params/terminal/reader_succeed_input_collection_params.rb
|
|
765
651
|
- lib/stripe/params/terminal/reader_timeout_input_collection_params.rb
|
|
766
652
|
- lib/stripe/params/terminal/reader_update_params.rb
|
|
767
|
-
- lib/stripe/params/test_helpers/capital/financing_offer_create_params.rb
|
|
768
|
-
- lib/stripe/params/test_helpers/capital/financing_offer_refill_params.rb
|
|
769
653
|
- lib/stripe/params/test_helpers/confirmation_token_create_params.rb
|
|
770
654
|
- lib/stripe/params/test_helpers/customer_fund_cash_balance_params.rb
|
|
771
655
|
- lib/stripe/params/test_helpers/issuing/authorization_capture_params.rb
|
|
@@ -787,8 +671,6 @@ files:
|
|
|
787
671
|
- lib/stripe/params/test_helpers/issuing/transaction_create_unlinked_refund_params.rb
|
|
788
672
|
- lib/stripe/params/test_helpers/issuing/transaction_refund_params.rb
|
|
789
673
|
- lib/stripe/params/test_helpers/refund_expire_params.rb
|
|
790
|
-
- lib/stripe/params/test_helpers/shared_payment/granted_token_create_params.rb
|
|
791
|
-
- lib/stripe/params/test_helpers/shared_payment/granted_token_update_params.rb
|
|
792
674
|
- lib/stripe/params/test_helpers/terminal/reader_present_payment_method_params.rb
|
|
793
675
|
- lib/stripe/params/test_helpers/terminal/reader_succeed_input_collection_params.rb
|
|
794
676
|
- lib/stripe/params/test_helpers/terminal/reader_timeout_input_collection_params.rb
|
|
@@ -890,75 +772,14 @@ files:
|
|
|
890
772
|
- lib/stripe/params/v2/billing/collection_setting_update_params.rb
|
|
891
773
|
- lib/stripe/params/v2/billing/collection_settings/version_list_params.rb
|
|
892
774
|
- lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb
|
|
893
|
-
- lib/stripe/params/v2/billing/custom_pricing_unit_create_params.rb
|
|
894
|
-
- lib/stripe/params/v2/billing/custom_pricing_unit_list_params.rb
|
|
895
|
-
- lib/stripe/params/v2/billing/custom_pricing_unit_retrieve_params.rb
|
|
896
|
-
- lib/stripe/params/v2/billing/custom_pricing_unit_update_params.rb
|
|
897
|
-
- lib/stripe/params/v2/billing/intent_cancel_params.rb
|
|
898
|
-
- lib/stripe/params/v2/billing/intent_commit_params.rb
|
|
899
|
-
- lib/stripe/params/v2/billing/intent_create_params.rb
|
|
900
|
-
- lib/stripe/params/v2/billing/intent_list_params.rb
|
|
901
|
-
- lib/stripe/params/v2/billing/intent_release_reservation_params.rb
|
|
902
|
-
- lib/stripe/params/v2/billing/intent_reserve_params.rb
|
|
903
|
-
- lib/stripe/params/v2/billing/intent_retrieve_params.rb
|
|
904
|
-
- lib/stripe/params/v2/billing/intents/action_list_params.rb
|
|
905
|
-
- lib/stripe/params/v2/billing/intents/action_retrieve_params.rb
|
|
906
|
-
- lib/stripe/params/v2/billing/license_fee_create_params.rb
|
|
907
|
-
- lib/stripe/params/v2/billing/license_fee_list_params.rb
|
|
908
|
-
- lib/stripe/params/v2/billing/license_fee_retrieve_params.rb
|
|
909
|
-
- lib/stripe/params/v2/billing/license_fee_subscription_retrieve_params.rb
|
|
910
|
-
- lib/stripe/params/v2/billing/license_fee_update_params.rb
|
|
911
|
-
- lib/stripe/params/v2/billing/license_fees/version_list_params.rb
|
|
912
|
-
- lib/stripe/params/v2/billing/license_fees/version_retrieve_params.rb
|
|
913
|
-
- lib/stripe/params/v2/billing/licensed_item_create_params.rb
|
|
914
|
-
- lib/stripe/params/v2/billing/licensed_item_list_params.rb
|
|
915
|
-
- lib/stripe/params/v2/billing/licensed_item_retrieve_params.rb
|
|
916
|
-
- lib/stripe/params/v2/billing/licensed_item_update_params.rb
|
|
917
775
|
- lib/stripe/params/v2/billing/meter_event_adjustment_create_params.rb
|
|
918
776
|
- lib/stripe/params/v2/billing/meter_event_create_params.rb
|
|
919
777
|
- lib/stripe/params/v2/billing/meter_event_session_create_params.rb
|
|
920
778
|
- lib/stripe/params/v2/billing/meter_event_stream_create_params.rb
|
|
921
|
-
- lib/stripe/params/v2/billing/metered_item_create_params.rb
|
|
922
|
-
- lib/stripe/params/v2/billing/metered_item_list_params.rb
|
|
923
|
-
- lib/stripe/params/v2/billing/metered_item_retrieve_params.rb
|
|
924
|
-
- lib/stripe/params/v2/billing/metered_item_update_params.rb
|
|
925
|
-
- lib/stripe/params/v2/billing/pricing_plan_create_params.rb
|
|
926
|
-
- lib/stripe/params/v2/billing/pricing_plan_list_params.rb
|
|
927
|
-
- lib/stripe/params/v2/billing/pricing_plan_retrieve_params.rb
|
|
928
|
-
- lib/stripe/params/v2/billing/pricing_plan_subscription_list_params.rb
|
|
929
|
-
- lib/stripe/params/v2/billing/pricing_plan_subscription_retrieve_params.rb
|
|
930
|
-
- lib/stripe/params/v2/billing/pricing_plan_subscription_update_params.rb
|
|
931
|
-
- lib/stripe/params/v2/billing/pricing_plan_subscriptions/component_retrieve_params.rb
|
|
932
|
-
- lib/stripe/params/v2/billing/pricing_plan_update_params.rb
|
|
933
|
-
- lib/stripe/params/v2/billing/pricing_plans/component_create_params.rb
|
|
934
|
-
- lib/stripe/params/v2/billing/pricing_plans/component_delete_params.rb
|
|
935
|
-
- lib/stripe/params/v2/billing/pricing_plans/component_list_params.rb
|
|
936
|
-
- lib/stripe/params/v2/billing/pricing_plans/component_retrieve_params.rb
|
|
937
|
-
- lib/stripe/params/v2/billing/pricing_plans/component_update_params.rb
|
|
938
|
-
- lib/stripe/params/v2/billing/pricing_plans/version_list_params.rb
|
|
939
|
-
- lib/stripe/params/v2/billing/pricing_plans/version_retrieve_params.rb
|
|
940
779
|
- lib/stripe/params/v2/billing/profile_create_params.rb
|
|
941
780
|
- lib/stripe/params/v2/billing/profile_list_params.rb
|
|
942
781
|
- lib/stripe/params/v2/billing/profile_retrieve_params.rb
|
|
943
782
|
- lib/stripe/params/v2/billing/profile_update_params.rb
|
|
944
|
-
- lib/stripe/params/v2/billing/rate_card_create_params.rb
|
|
945
|
-
- lib/stripe/params/v2/billing/rate_card_list_params.rb
|
|
946
|
-
- lib/stripe/params/v2/billing/rate_card_retrieve_params.rb
|
|
947
|
-
- lib/stripe/params/v2/billing/rate_card_subscription_cancel_params.rb
|
|
948
|
-
- lib/stripe/params/v2/billing/rate_card_subscription_create_params.rb
|
|
949
|
-
- lib/stripe/params/v2/billing/rate_card_subscription_list_params.rb
|
|
950
|
-
- lib/stripe/params/v2/billing/rate_card_subscription_retrieve_params.rb
|
|
951
|
-
- lib/stripe/params/v2/billing/rate_card_subscription_update_params.rb
|
|
952
|
-
- lib/stripe/params/v2/billing/rate_card_update_params.rb
|
|
953
|
-
- lib/stripe/params/v2/billing/rate_cards/rate_create_params.rb
|
|
954
|
-
- lib/stripe/params/v2/billing/rate_cards/rate_delete_params.rb
|
|
955
|
-
- lib/stripe/params/v2/billing/rate_cards/rate_list_params.rb
|
|
956
|
-
- lib/stripe/params/v2/billing/rate_cards/rate_retrieve_params.rb
|
|
957
|
-
- lib/stripe/params/v2/billing/rate_cards/version_list_params.rb
|
|
958
|
-
- lib/stripe/params/v2/billing/rate_cards/version_retrieve_params.rb
|
|
959
|
-
- lib/stripe/params/v2/billing/service_action_create_params.rb
|
|
960
|
-
- lib/stripe/params/v2/billing/service_action_retrieve_params.rb
|
|
961
|
-
- lib/stripe/params/v2/billing/service_action_update_params.rb
|
|
962
783
|
- lib/stripe/params/v2/core/account_close_params.rb
|
|
963
784
|
- lib/stripe/params/v2/core/account_create_params.rb
|
|
964
785
|
- lib/stripe/params/v2/core/account_link_create_params.rb
|
|
@@ -974,8 +795,6 @@ files:
|
|
|
974
795
|
- lib/stripe/params/v2/core/accounts/person_token_create_params.rb
|
|
975
796
|
- lib/stripe/params/v2/core/accounts/person_token_retrieve_params.rb
|
|
976
797
|
- lib/stripe/params/v2/core/accounts/person_update_params.rb
|
|
977
|
-
- lib/stripe/params/v2/core/claimable_sandbox_create_params.rb
|
|
978
|
-
- lib/stripe/params/v2/core/claimable_sandbox_retrieve_params.rb
|
|
979
798
|
- lib/stripe/params/v2/core/event_destination_create_params.rb
|
|
980
799
|
- lib/stripe/params/v2/core/event_destination_delete_params.rb
|
|
981
800
|
- lib/stripe/params/v2/core/event_destination_disable_params.rb
|
|
@@ -999,17 +818,8 @@ files:
|
|
|
999
818
|
- lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb
|
|
1000
819
|
- lib/stripe/params/v2/core/vault/us_bank_account_send_microdeposits_params.rb
|
|
1001
820
|
- lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb
|
|
1002
|
-
- lib/stripe/params/v2/iam/api_key_create_params.rb
|
|
1003
|
-
- lib/stripe/params/v2/iam/api_key_expire_params.rb
|
|
1004
|
-
- lib/stripe/params/v2/iam/api_key_list_params.rb
|
|
1005
|
-
- lib/stripe/params/v2/iam/api_key_retrieve_params.rb
|
|
1006
|
-
- lib/stripe/params/v2/iam/api_key_rotate_params.rb
|
|
1007
|
-
- lib/stripe/params/v2/iam/api_key_update_params.rb
|
|
1008
821
|
- lib/stripe/params/v2/money_management/adjustment_list_params.rb
|
|
1009
822
|
- lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb
|
|
1010
|
-
- lib/stripe/params/v2/money_management/currency_conversion_create_params.rb
|
|
1011
|
-
- lib/stripe/params/v2/money_management/currency_conversion_list_params.rb
|
|
1012
|
-
- lib/stripe/params/v2/money_management/currency_conversion_retrieve_params.rb
|
|
1013
823
|
- lib/stripe/params/v2/money_management/financial_account_close_params.rb
|
|
1014
824
|
- lib/stripe/params/v2/money_management/financial_account_create_params.rb
|
|
1015
825
|
- lib/stripe/params/v2/money_management/financial_account_list_params.rb
|
|
@@ -1045,37 +855,12 @@ files:
|
|
|
1045
855
|
- lib/stripe/params/v2/money_management/received_credit_retrieve_params.rb
|
|
1046
856
|
- lib/stripe/params/v2/money_management/received_debit_list_params.rb
|
|
1047
857
|
- lib/stripe/params/v2/money_management/received_debit_retrieve_params.rb
|
|
1048
|
-
- lib/stripe/params/v2/money_management/recipient_verification_acknowledge_params.rb
|
|
1049
|
-
- lib/stripe/params/v2/money_management/recipient_verification_create_params.rb
|
|
1050
|
-
- lib/stripe/params/v2/money_management/recipient_verification_retrieve_params.rb
|
|
1051
858
|
- lib/stripe/params/v2/money_management/transaction_entry_list_params.rb
|
|
1052
859
|
- lib/stripe/params/v2/money_management/transaction_entry_retrieve_params.rb
|
|
1053
860
|
- lib/stripe/params/v2/money_management/transaction_list_params.rb
|
|
1054
861
|
- lib/stripe/params/v2/money_management/transaction_retrieve_params.rb
|
|
1055
|
-
- lib/stripe/params/v2/payments/off_session_payment_cancel_params.rb
|
|
1056
|
-
- lib/stripe/params/v2/payments/off_session_payment_capture_params.rb
|
|
1057
|
-
- lib/stripe/params/v2/payments/off_session_payment_create_params.rb
|
|
1058
|
-
- lib/stripe/params/v2/payments/off_session_payment_list_params.rb
|
|
1059
|
-
- lib/stripe/params/v2/payments/off_session_payment_retrieve_params.rb
|
|
1060
|
-
- lib/stripe/params/v2/payments/settlement_allocation_intent_cancel_params.rb
|
|
1061
|
-
- lib/stripe/params/v2/payments/settlement_allocation_intent_create_params.rb
|
|
1062
|
-
- lib/stripe/params/v2/payments/settlement_allocation_intent_retrieve_params.rb
|
|
1063
|
-
- lib/stripe/params/v2/payments/settlement_allocation_intent_submit_params.rb
|
|
1064
|
-
- lib/stripe/params/v2/payments/settlement_allocation_intent_update_params.rb
|
|
1065
|
-
- lib/stripe/params/v2/payments/settlement_allocation_intents/split_cancel_params.rb
|
|
1066
|
-
- lib/stripe/params/v2/payments/settlement_allocation_intents/split_create_params.rb
|
|
1067
|
-
- lib/stripe/params/v2/payments/settlement_allocation_intents/split_retrieve_params.rb
|
|
1068
|
-
- lib/stripe/params/v2/reporting/report_retrieve_params.rb
|
|
1069
|
-
- lib/stripe/params/v2/reporting/report_run_create_params.rb
|
|
1070
|
-
- lib/stripe/params/v2/reporting/report_run_retrieve_params.rb
|
|
1071
|
-
- lib/stripe/params/v2/tax/manual_rule_create_params.rb
|
|
1072
|
-
- lib/stripe/params/v2/tax/manual_rule_deactivate_params.rb
|
|
1073
|
-
- lib/stripe/params/v2/tax/manual_rule_list_params.rb
|
|
1074
|
-
- lib/stripe/params/v2/tax/manual_rule_retrieve_params.rb
|
|
1075
|
-
- lib/stripe/params/v2/tax/manual_rule_update_params.rb
|
|
1076
862
|
- lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb
|
|
1077
863
|
- lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb
|
|
1078
|
-
- lib/stripe/params/v2/test_helpers/money_management_recipient_verifications_params.rb
|
|
1079
864
|
- lib/stripe/params/webhook_endpoint_create_params.rb
|
|
1080
865
|
- lib/stripe/params/webhook_endpoint_delete_params.rb
|
|
1081
866
|
- lib/stripe/params/webhook_endpoint_list_params.rb
|
|
@@ -1097,7 +882,6 @@ files:
|
|
|
1097
882
|
- lib/stripe/resources/balance.rb
|
|
1098
883
|
- lib/stripe/resources/balance_settings.rb
|
|
1099
884
|
- lib/stripe/resources/balance_transaction.rb
|
|
1100
|
-
- lib/stripe/resources/balance_transfer.rb
|
|
1101
885
|
- lib/stripe/resources/bank_account.rb
|
|
1102
886
|
- lib/stripe/resources/billing/alert.rb
|
|
1103
887
|
- lib/stripe/resources/billing/alert_triggered.rb
|
|
@@ -1133,7 +917,6 @@ files:
|
|
|
1133
917
|
- lib/stripe/resources/customer_balance_transaction.rb
|
|
1134
918
|
- lib/stripe/resources/customer_cash_balance_transaction.rb
|
|
1135
919
|
- lib/stripe/resources/customer_session.rb
|
|
1136
|
-
- lib/stripe/resources/delegated_checkout/requested_session.rb
|
|
1137
920
|
- lib/stripe/resources/discount.rb
|
|
1138
921
|
- lib/stripe/resources/dispute.rb
|
|
1139
922
|
- lib/stripe/resources/entitlements/active_entitlement.rb
|
|
@@ -1154,7 +937,6 @@ files:
|
|
|
1154
937
|
- lib/stripe/resources/forwarding/request.rb
|
|
1155
938
|
- lib/stripe/resources/funding_instructions.rb
|
|
1156
939
|
- lib/stripe/resources/fx_quote.rb
|
|
1157
|
-
- lib/stripe/resources/identity/blocklist_entry.rb
|
|
1158
940
|
- lib/stripe/resources/identity/verification_report.rb
|
|
1159
941
|
- lib/stripe/resources/identity/verification_session.rb
|
|
1160
942
|
- lib/stripe/resources/invoice.rb
|
|
@@ -1171,7 +953,6 @@ files:
|
|
|
1171
953
|
- lib/stripe/resources/issuing/fraud_liability_debit.rb
|
|
1172
954
|
- lib/stripe/resources/issuing/personalization_design.rb
|
|
1173
955
|
- lib/stripe/resources/issuing/physical_bundle.rb
|
|
1174
|
-
- lib/stripe/resources/issuing/program.rb
|
|
1175
956
|
- lib/stripe/resources/issuing/settlement.rb
|
|
1176
957
|
- lib/stripe/resources/issuing/token.rb
|
|
1177
958
|
- lib/stripe/resources/issuing/transaction.rb
|
|
@@ -1185,7 +966,6 @@ files:
|
|
|
1185
966
|
- lib/stripe/resources/payment_intent_amount_details_line_item.rb
|
|
1186
967
|
- lib/stripe/resources/payment_link.rb
|
|
1187
968
|
- lib/stripe/resources/payment_method.rb
|
|
1188
|
-
- lib/stripe/resources/payment_method_balance.rb
|
|
1189
969
|
- lib/stripe/resources/payment_method_configuration.rb
|
|
1190
970
|
- lib/stripe/resources/payment_method_domain.rb
|
|
1191
971
|
- lib/stripe/resources/payment_record.rb
|
|
@@ -1196,14 +976,12 @@ files:
|
|
|
1196
976
|
- lib/stripe/resources/privacy/redaction_job.rb
|
|
1197
977
|
- lib/stripe/resources/privacy/redaction_job_validation_error.rb
|
|
1198
978
|
- lib/stripe/resources/product.rb
|
|
1199
|
-
- lib/stripe/resources/product_catalog/trial_offer.rb
|
|
1200
979
|
- lib/stripe/resources/product_feature.rb
|
|
1201
980
|
- lib/stripe/resources/promotion_code.rb
|
|
1202
981
|
- lib/stripe/resources/quote.rb
|
|
1203
982
|
- lib/stripe/resources/quote_line.rb
|
|
1204
983
|
- lib/stripe/resources/quote_preview_invoice.rb
|
|
1205
984
|
- lib/stripe/resources/quote_preview_subscription_schedule.rb
|
|
1206
|
-
- lib/stripe/resources/radar/account_evaluation.rb
|
|
1207
985
|
- lib/stripe/resources/radar/early_fraud_warning.rb
|
|
1208
986
|
- lib/stripe/resources/radar/value_list.rb
|
|
1209
987
|
- lib/stripe/resources/radar/value_list_item.rb
|
|
@@ -1211,12 +989,14 @@ files:
|
|
|
1211
989
|
- lib/stripe/resources/refund.rb
|
|
1212
990
|
- lib/stripe/resources/reporting/report_run.rb
|
|
1213
991
|
- lib/stripe/resources/reporting/report_type.rb
|
|
992
|
+
- lib/stripe/resources/reserve/hold.rb
|
|
993
|
+
- lib/stripe/resources/reserve/plan.rb
|
|
994
|
+
- lib/stripe/resources/reserve/release.rb
|
|
1214
995
|
- lib/stripe/resources/reserve_transaction.rb
|
|
1215
996
|
- lib/stripe/resources/reversal.rb
|
|
1216
997
|
- lib/stripe/resources/review.rb
|
|
1217
998
|
- lib/stripe/resources/setup_attempt.rb
|
|
1218
999
|
- lib/stripe/resources/setup_intent.rb
|
|
1219
|
-
- lib/stripe/resources/shared_payment/granted_token.rb
|
|
1220
1000
|
- lib/stripe/resources/shipping_rate.rb
|
|
1221
1001
|
- lib/stripe/resources/sigma/scheduled_query_run.rb
|
|
1222
1002
|
- lib/stripe/resources/source.rb
|
|
@@ -1247,7 +1027,6 @@ files:
|
|
|
1247
1027
|
- lib/stripe/resources/token.rb
|
|
1248
1028
|
- lib/stripe/resources/topup.rb
|
|
1249
1029
|
- lib/stripe/resources/transfer.rb
|
|
1250
|
-
- lib/stripe/resources/transit_balance.rb
|
|
1251
1030
|
- lib/stripe/resources/treasury/credit_reversal.rb
|
|
1252
1031
|
- lib/stripe/resources/treasury/debit_reversal.rb
|
|
1253
1032
|
- lib/stripe/resources/treasury/financial_account.rb
|
|
@@ -1265,34 +1044,15 @@ files:
|
|
|
1265
1044
|
- lib/stripe/resources/v2/billing/cadence.rb
|
|
1266
1045
|
- lib/stripe/resources/v2/billing/collection_setting.rb
|
|
1267
1046
|
- lib/stripe/resources/v2/billing/collection_setting_version.rb
|
|
1268
|
-
- lib/stripe/resources/v2/billing/custom_pricing_unit.rb
|
|
1269
|
-
- lib/stripe/resources/v2/billing/intent.rb
|
|
1270
|
-
- lib/stripe/resources/v2/billing/intent_action.rb
|
|
1271
|
-
- lib/stripe/resources/v2/billing/license_fee.rb
|
|
1272
|
-
- lib/stripe/resources/v2/billing/license_fee_subscription.rb
|
|
1273
|
-
- lib/stripe/resources/v2/billing/license_fee_version.rb
|
|
1274
|
-
- lib/stripe/resources/v2/billing/licensed_item.rb
|
|
1275
1047
|
- lib/stripe/resources/v2/billing/meter_event.rb
|
|
1276
1048
|
- lib/stripe/resources/v2/billing/meter_event_adjustment.rb
|
|
1277
1049
|
- lib/stripe/resources/v2/billing/meter_event_session.rb
|
|
1278
|
-
- lib/stripe/resources/v2/billing/metered_item.rb
|
|
1279
|
-
- lib/stripe/resources/v2/billing/pricing_plan.rb
|
|
1280
|
-
- lib/stripe/resources/v2/billing/pricing_plan_component.rb
|
|
1281
|
-
- lib/stripe/resources/v2/billing/pricing_plan_subscription.rb
|
|
1282
|
-
- lib/stripe/resources/v2/billing/pricing_plan_subscription_components.rb
|
|
1283
|
-
- lib/stripe/resources/v2/billing/pricing_plan_version.rb
|
|
1284
1050
|
- lib/stripe/resources/v2/billing/profile.rb
|
|
1285
|
-
- lib/stripe/resources/v2/billing/rate_card.rb
|
|
1286
|
-
- lib/stripe/resources/v2/billing/rate_card_rate.rb
|
|
1287
|
-
- lib/stripe/resources/v2/billing/rate_card_subscription.rb
|
|
1288
|
-
- lib/stripe/resources/v2/billing/rate_card_version.rb
|
|
1289
|
-
- lib/stripe/resources/v2/billing/service_action.rb
|
|
1290
1051
|
- lib/stripe/resources/v2/core/account.rb
|
|
1291
1052
|
- lib/stripe/resources/v2/core/account_link.rb
|
|
1292
1053
|
- lib/stripe/resources/v2/core/account_person.rb
|
|
1293
1054
|
- lib/stripe/resources/v2/core/account_person_token.rb
|
|
1294
1055
|
- lib/stripe/resources/v2/core/account_token.rb
|
|
1295
|
-
- lib/stripe/resources/v2/core/claimable_sandbox.rb
|
|
1296
1056
|
- lib/stripe/resources/v2/core/event.rb
|
|
1297
1057
|
- lib/stripe/resources/v2/core/event_destination.rb
|
|
1298
1058
|
- lib/stripe/resources/v2/core/event_notification.rb
|
|
@@ -1301,9 +1061,7 @@ files:
|
|
|
1301
1061
|
- lib/stripe/resources/v2/deleted_object.rb
|
|
1302
1062
|
- lib/stripe/resources/v2/financial_address_credit_simulation.rb
|
|
1303
1063
|
- lib/stripe/resources/v2/financial_address_generated_microdeposits.rb
|
|
1304
|
-
- lib/stripe/resources/v2/iam/api_key.rb
|
|
1305
1064
|
- lib/stripe/resources/v2/money_management/adjustment.rb
|
|
1306
|
-
- lib/stripe/resources/v2/money_management/currency_conversion.rb
|
|
1307
1065
|
- lib/stripe/resources/v2/money_management/financial_account.rb
|
|
1308
1066
|
- lib/stripe/resources/v2/money_management/financial_address.rb
|
|
1309
1067
|
- lib/stripe/resources/v2/money_management/inbound_transfer.rb
|
|
@@ -1315,15 +1073,8 @@ files:
|
|
|
1315
1073
|
- lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb
|
|
1316
1074
|
- lib/stripe/resources/v2/money_management/received_credit.rb
|
|
1317
1075
|
- lib/stripe/resources/v2/money_management/received_debit.rb
|
|
1318
|
-
- lib/stripe/resources/v2/money_management/recipient_verification.rb
|
|
1319
1076
|
- lib/stripe/resources/v2/money_management/transaction.rb
|
|
1320
1077
|
- lib/stripe/resources/v2/money_management/transaction_entry.rb
|
|
1321
|
-
- lib/stripe/resources/v2/payments/off_session_payment.rb
|
|
1322
|
-
- lib/stripe/resources/v2/payments/settlement_allocation_intent.rb
|
|
1323
|
-
- lib/stripe/resources/v2/payments/settlement_allocation_intent_split.rb
|
|
1324
|
-
- lib/stripe/resources/v2/reporting/report.rb
|
|
1325
|
-
- lib/stripe/resources/v2/reporting/report_run.rb
|
|
1326
|
-
- lib/stripe/resources/v2/tax/manual_rule.rb
|
|
1327
1078
|
- lib/stripe/resources/webhook_endpoint.rb
|
|
1328
1079
|
- lib/stripe/search_result_object.rb
|
|
1329
1080
|
- lib/stripe/services.rb
|
|
@@ -1343,7 +1094,6 @@ files:
|
|
|
1343
1094
|
- lib/stripe/services/balance_service.rb
|
|
1344
1095
|
- lib/stripe/services/balance_settings_service.rb
|
|
1345
1096
|
- lib/stripe/services/balance_transaction_service.rb
|
|
1346
|
-
- lib/stripe/services/balance_transfer_service.rb
|
|
1347
1097
|
- lib/stripe/services/billing/alert_service.rb
|
|
1348
1098
|
- lib/stripe/services/billing/analytics/meter_usage_service.rb
|
|
1349
1099
|
- lib/stripe/services/billing/analytics_service.rb
|
|
@@ -1385,8 +1135,6 @@ files:
|
|
|
1385
1135
|
- lib/stripe/services/customer_service.rb
|
|
1386
1136
|
- lib/stripe/services/customer_session_service.rb
|
|
1387
1137
|
- lib/stripe/services/customer_tax_id_service.rb
|
|
1388
|
-
- lib/stripe/services/delegated_checkout/requested_session_service.rb
|
|
1389
|
-
- lib/stripe/services/delegated_checkout_service.rb
|
|
1390
1138
|
- lib/stripe/services/dispute_service.rb
|
|
1391
1139
|
- lib/stripe/services/entitlements/active_entitlement_service.rb
|
|
1392
1140
|
- lib/stripe/services/entitlements/feature_service.rb
|
|
@@ -1407,7 +1155,6 @@ files:
|
|
|
1407
1155
|
- lib/stripe/services/forwarding/request_service.rb
|
|
1408
1156
|
- lib/stripe/services/forwarding_service.rb
|
|
1409
1157
|
- lib/stripe/services/fx_quote_service.rb
|
|
1410
|
-
- lib/stripe/services/identity/blocklist_entry_service.rb
|
|
1411
1158
|
- lib/stripe/services/identity/verification_report_service.rb
|
|
1412
1159
|
- lib/stripe/services/identity/verification_session_service.rb
|
|
1413
1160
|
- lib/stripe/services/identity_service.rb
|
|
@@ -1425,7 +1172,6 @@ files:
|
|
|
1425
1172
|
- lib/stripe/services/issuing/fraud_liability_debit_service.rb
|
|
1426
1173
|
- lib/stripe/services/issuing/personalization_design_service.rb
|
|
1427
1174
|
- lib/stripe/services/issuing/physical_bundle_service.rb
|
|
1428
|
-
- lib/stripe/services/issuing/program_service.rb
|
|
1429
1175
|
- lib/stripe/services/issuing/token_service.rb
|
|
1430
1176
|
- lib/stripe/services/issuing/transaction_service.rb
|
|
1431
1177
|
- lib/stripe/services/issuing_service.rb
|
|
@@ -1449,8 +1195,6 @@ files:
|
|
|
1449
1195
|
- lib/stripe/services/privacy/redaction_job_service.rb
|
|
1450
1196
|
- lib/stripe/services/privacy/redaction_job_validation_error_service.rb
|
|
1451
1197
|
- lib/stripe/services/privacy_service.rb
|
|
1452
|
-
- lib/stripe/services/product_catalog/trial_offer_service.rb
|
|
1453
|
-
- lib/stripe/services/product_catalog_service.rb
|
|
1454
1198
|
- lib/stripe/services/product_feature_service.rb
|
|
1455
1199
|
- lib/stripe/services/product_service.rb
|
|
1456
1200
|
- lib/stripe/services/promotion_code_service.rb
|
|
@@ -1460,7 +1204,6 @@ files:
|
|
|
1460
1204
|
- lib/stripe/services/quote_preview_invoice_service.rb
|
|
1461
1205
|
- lib/stripe/services/quote_preview_subscription_schedule_service.rb
|
|
1462
1206
|
- lib/stripe/services/quote_service.rb
|
|
1463
|
-
- lib/stripe/services/radar/account_evaluation_service.rb
|
|
1464
1207
|
- lib/stripe/services/radar/early_fraud_warning_service.rb
|
|
1465
1208
|
- lib/stripe/services/radar/value_list_item_service.rb
|
|
1466
1209
|
- lib/stripe/services/radar/value_list_service.rb
|
|
@@ -1469,11 +1212,13 @@ files:
|
|
|
1469
1212
|
- lib/stripe/services/reporting/report_run_service.rb
|
|
1470
1213
|
- lib/stripe/services/reporting/report_type_service.rb
|
|
1471
1214
|
- lib/stripe/services/reporting_service.rb
|
|
1215
|
+
- lib/stripe/services/reserve/hold_service.rb
|
|
1216
|
+
- lib/stripe/services/reserve/plan_service.rb
|
|
1217
|
+
- lib/stripe/services/reserve/release_service.rb
|
|
1218
|
+
- lib/stripe/services/reserve_service.rb
|
|
1472
1219
|
- lib/stripe/services/review_service.rb
|
|
1473
1220
|
- lib/stripe/services/setup_attempt_service.rb
|
|
1474
1221
|
- lib/stripe/services/setup_intent_service.rb
|
|
1475
|
-
- lib/stripe/services/shared_payment/granted_token_service.rb
|
|
1476
|
-
- lib/stripe/services/shared_payment_service.rb
|
|
1477
1222
|
- lib/stripe/services/shipping_rate_service.rb
|
|
1478
1223
|
- lib/stripe/services/sigma/scheduled_query_run_service.rb
|
|
1479
1224
|
- lib/stripe/services/sigma_service.rb
|
|
@@ -1501,8 +1246,6 @@ files:
|
|
|
1501
1246
|
- lib/stripe/services/terminal/reader_collected_data_service.rb
|
|
1502
1247
|
- lib/stripe/services/terminal/reader_service.rb
|
|
1503
1248
|
- lib/stripe/services/terminal_service.rb
|
|
1504
|
-
- lib/stripe/services/test_helpers/capital/financing_offer_service.rb
|
|
1505
|
-
- lib/stripe/services/test_helpers/capital_service.rb
|
|
1506
1249
|
- lib/stripe/services/test_helpers/confirmation_token_service.rb
|
|
1507
1250
|
- lib/stripe/services/test_helpers/customer_service.rb
|
|
1508
1251
|
- lib/stripe/services/test_helpers/issuing/authorization_service.rb
|
|
@@ -1511,8 +1254,6 @@ files:
|
|
|
1511
1254
|
- lib/stripe/services/test_helpers/issuing/transaction_service.rb
|
|
1512
1255
|
- lib/stripe/services/test_helpers/issuing_service.rb
|
|
1513
1256
|
- lib/stripe/services/test_helpers/refund_service.rb
|
|
1514
|
-
- lib/stripe/services/test_helpers/shared_payment/granted_token_service.rb
|
|
1515
|
-
- lib/stripe/services/test_helpers/shared_payment_service.rb
|
|
1516
1257
|
- lib/stripe/services/test_helpers/terminal/reader_service.rb
|
|
1517
1258
|
- lib/stripe/services/test_helpers/terminal_service.rb
|
|
1518
1259
|
- lib/stripe/services/test_helpers/test_clock_service.rb
|
|
@@ -1545,46 +1286,24 @@ files:
|
|
|
1545
1286
|
- lib/stripe/services/v2/billing/cadence_service.rb
|
|
1546
1287
|
- lib/stripe/services/v2/billing/collection_setting_service.rb
|
|
1547
1288
|
- lib/stripe/services/v2/billing/collection_settings/version_service.rb
|
|
1548
|
-
- lib/stripe/services/v2/billing/custom_pricing_unit_service.rb
|
|
1549
|
-
- lib/stripe/services/v2/billing/intent_service.rb
|
|
1550
|
-
- lib/stripe/services/v2/billing/intents/action_service.rb
|
|
1551
|
-
- lib/stripe/services/v2/billing/license_fee_service.rb
|
|
1552
|
-
- lib/stripe/services/v2/billing/license_fee_subscription_service.rb
|
|
1553
|
-
- lib/stripe/services/v2/billing/license_fees/version_service.rb
|
|
1554
|
-
- lib/stripe/services/v2/billing/licensed_item_service.rb
|
|
1555
1289
|
- lib/stripe/services/v2/billing/meter_event_adjustment_service.rb
|
|
1556
1290
|
- lib/stripe/services/v2/billing/meter_event_service.rb
|
|
1557
1291
|
- lib/stripe/services/v2/billing/meter_event_session_service.rb
|
|
1558
1292
|
- lib/stripe/services/v2/billing/meter_event_stream_service.rb
|
|
1559
|
-
- lib/stripe/services/v2/billing/metered_item_service.rb
|
|
1560
|
-
- lib/stripe/services/v2/billing/pricing_plan_service.rb
|
|
1561
|
-
- lib/stripe/services/v2/billing/pricing_plan_subscription_service.rb
|
|
1562
|
-
- lib/stripe/services/v2/billing/pricing_plan_subscriptions/component_service.rb
|
|
1563
|
-
- lib/stripe/services/v2/billing/pricing_plans/component_service.rb
|
|
1564
|
-
- lib/stripe/services/v2/billing/pricing_plans/version_service.rb
|
|
1565
1293
|
- lib/stripe/services/v2/billing/profile_service.rb
|
|
1566
|
-
- lib/stripe/services/v2/billing/rate_card_service.rb
|
|
1567
|
-
- lib/stripe/services/v2/billing/rate_card_subscription_service.rb
|
|
1568
|
-
- lib/stripe/services/v2/billing/rate_cards/rate_service.rb
|
|
1569
|
-
- lib/stripe/services/v2/billing/rate_cards/version_service.rb
|
|
1570
|
-
- lib/stripe/services/v2/billing/service_action_service.rb
|
|
1571
1294
|
- lib/stripe/services/v2/billing_service.rb
|
|
1572
1295
|
- lib/stripe/services/v2/core/account_link_service.rb
|
|
1573
1296
|
- lib/stripe/services/v2/core/account_service.rb
|
|
1574
1297
|
- lib/stripe/services/v2/core/account_token_service.rb
|
|
1575
1298
|
- lib/stripe/services/v2/core/accounts/person_service.rb
|
|
1576
1299
|
- lib/stripe/services/v2/core/accounts/person_token_service.rb
|
|
1577
|
-
- lib/stripe/services/v2/core/claimable_sandbox_service.rb
|
|
1578
1300
|
- lib/stripe/services/v2/core/event_destination_service.rb
|
|
1579
1301
|
- lib/stripe/services/v2/core/event_service.rb
|
|
1580
1302
|
- lib/stripe/services/v2/core/vault/gb_bank_account_service.rb
|
|
1581
1303
|
- lib/stripe/services/v2/core/vault/us_bank_account_service.rb
|
|
1582
1304
|
- lib/stripe/services/v2/core/vault_service.rb
|
|
1583
1305
|
- lib/stripe/services/v2/core_service.rb
|
|
1584
|
-
- lib/stripe/services/v2/iam/api_key_service.rb
|
|
1585
|
-
- lib/stripe/services/v2/iam_service.rb
|
|
1586
1306
|
- lib/stripe/services/v2/money_management/adjustment_service.rb
|
|
1587
|
-
- lib/stripe/services/v2/money_management/currency_conversion_service.rb
|
|
1588
1307
|
- lib/stripe/services/v2/money_management/financial_account_service.rb
|
|
1589
1308
|
- lib/stripe/services/v2/money_management/financial_address_service.rb
|
|
1590
1309
|
- lib/stripe/services/v2/money_management/inbound_transfer_service.rb
|
|
@@ -1596,28 +1315,18 @@ files:
|
|
|
1596
1315
|
- lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb
|
|
1597
1316
|
- lib/stripe/services/v2/money_management/received_credit_service.rb
|
|
1598
1317
|
- lib/stripe/services/v2/money_management/received_debit_service.rb
|
|
1599
|
-
- lib/stripe/services/v2/money_management/recipient_verification_service.rb
|
|
1600
1318
|
- lib/stripe/services/v2/money_management/transaction_entry_service.rb
|
|
1601
1319
|
- lib/stripe/services/v2/money_management/transaction_service.rb
|
|
1602
1320
|
- lib/stripe/services/v2/money_management_service.rb
|
|
1603
|
-
- lib/stripe/services/v2/payment_service.rb
|
|
1604
|
-
- lib/stripe/services/v2/payments/off_session_payment_service.rb
|
|
1605
|
-
- lib/stripe/services/v2/payments/settlement_allocation_intent_service.rb
|
|
1606
|
-
- lib/stripe/services/v2/payments/settlement_allocation_intents/split_service.rb
|
|
1607
|
-
- lib/stripe/services/v2/reporting/report_run_service.rb
|
|
1608
|
-
- lib/stripe/services/v2/reporting/report_service.rb
|
|
1609
|
-
- lib/stripe/services/v2/reporting_service.rb
|
|
1610
|
-
- lib/stripe/services/v2/tax/manual_rule_service.rb
|
|
1611
|
-
- lib/stripe/services/v2/tax_service.rb
|
|
1612
1321
|
- lib/stripe/services/v2/test_helper_service.rb
|
|
1613
1322
|
- lib/stripe/services/v2/test_helpers/financial_address_service.rb
|
|
1614
|
-
- lib/stripe/services/v2/test_helpers/money_management_service.rb
|
|
1615
1323
|
- lib/stripe/services/v2_services.rb
|
|
1616
1324
|
- lib/stripe/services/webhook_endpoint_service.rb
|
|
1617
1325
|
- lib/stripe/singleton_api_resource.rb
|
|
1618
1326
|
- lib/stripe/stripe_client.rb
|
|
1619
1327
|
- lib/stripe/stripe_configuration.rb
|
|
1620
1328
|
- lib/stripe/stripe_context.rb
|
|
1329
|
+
- lib/stripe/stripe_event_notification_handler.rb
|
|
1621
1330
|
- lib/stripe/stripe_object.rb
|
|
1622
1331
|
- lib/stripe/stripe_response.rb
|
|
1623
1332
|
- lib/stripe/stripe_service.rb
|