stripe 15.6.0.pre.alpha.1 → 15.6.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/API_VERSION +1 -1
- data/CHANGELOG.md +1 -65
- data/OPENAPI_VERSION +1 -1
- data/README.md +4 -6
- data/VERSION +1 -1
- data/lib/stripe/api_requestor.rb +0 -2
- data/lib/stripe/errors.rb +0 -3
- data/lib/stripe/event_types.rb +0 -83
- data/lib/stripe/object_types.rb +0 -27
- data/lib/stripe/resources/billing/alert.rb +1 -128
- data/lib/stripe/resources/billing/alert_triggered.rb +0 -6
- data/lib/stripe/resources/billing/credit_balance_summary.rb +0 -50
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +0 -50
- data/lib/stripe/resources/billing/credit_grant.rb +2 -61
- data/lib/stripe/resources/charge.rb +4 -0
- data/lib/stripe/resources/checkout/session.rb +1 -128
- data/lib/stripe/resources/invoice.rb +0 -11
- data/lib/stripe/resources/invoice_item.rb +0 -48
- data/lib/stripe/resources/invoice_line_item.rb +0 -52
- data/lib/stripe/resources/issuing/card.rb +8 -0
- data/lib/stripe/resources/payment_attempt_record.rb +4 -0
- data/lib/stripe/resources/payment_record.rb +4 -0
- data/lib/stripe/resources/quote_preview_invoice.rb +0 -7
- data/lib/stripe/resources/subscription.rb +0 -38
- data/lib/stripe/resources/v2/event.rb +0 -2
- data/lib/stripe/resources/v2/money_management/financial_account.rb +2 -2
- data/lib/stripe/resources.rb +0 -85
- data/lib/stripe/services/billing/alert_service.rb +1 -75
- data/lib/stripe/services/billing/credit_balance_summary_service.rb +1 -13
- data/lib/stripe/services/billing/credit_grant_service.rb +2 -29
- data/lib/stripe/services/checkout/session_service.rb +1 -80
- data/lib/stripe/services/invoice_service.rb +0 -4
- data/lib/stripe/services/issuing/card_service.rb +8 -0
- data/lib/stripe/services/subscription_service.rb +0 -27
- data/lib/stripe/services/v2/billing_service.rb +1 -18
- data/lib/stripe/services/v2/core_service.rb +1 -2
- data/lib/stripe/services/v2_services.rb +1 -3
- data/lib/stripe/services.rb +0 -29
- data/lib/stripe/version.rb +1 -1
- data/rbi/stripe.rbi +201354 -0
- metadata +2 -115
- data/lib/stripe/events/v2_billing_cadence_billed_event.rb +0 -21
- data/lib/stripe/events/v2_billing_cadence_canceled_event.rb +0 -21
- data/lib/stripe/events/v2_billing_cadence_created_event.rb +0 -23
- data/lib/stripe/events/v2_billing_cadence_errored_event.rb +0 -21
- data/lib/stripe/events/v2_billing_license_fee_created_event.rb +0 -21
- data/lib/stripe/events/v2_billing_license_fee_updated_event.rb +0 -21
- data/lib/stripe/events/v2_billing_license_fee_version_created_event.rb +0 -23
- data/lib/stripe/events/v2_billing_licensed_item_created_event.rb +0 -21
- data/lib/stripe/events/v2_billing_licensed_item_updated_event.rb +0 -21
- data/lib/stripe/events/v2_billing_metered_item_created_event.rb +0 -21
- data/lib/stripe/events/v2_billing_metered_item_updated_event.rb +0 -21
- data/lib/stripe/events/v2_billing_pricing_plan_component_created_event.rb +0 -23
- data/lib/stripe/events/v2_billing_pricing_plan_component_updated_event.rb +0 -23
- data/lib/stripe/events/v2_billing_pricing_plan_created_event.rb +0 -21
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_awaiting_customer_action_event.rb +0 -21
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_current_event.rb +0 -21
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_past_due_event.rb +0 -21
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_paused_event.rb +0 -21
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_unpaid_event.rb +0 -21
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_activated_event.rb +0 -21
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_canceled_event.rb +0 -21
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_paused_event.rb +0 -21
- data/lib/stripe/events/v2_billing_pricing_plan_updated_event.rb +0 -21
- data/lib/stripe/events/v2_billing_pricing_plan_version_created_event.rb +0 -23
- data/lib/stripe/events/v2_billing_rate_card_created_event.rb +0 -23
- data/lib/stripe/events/v2_billing_rate_card_rate_created_event.rb +0 -23
- data/lib/stripe/events/v2_billing_rate_card_subscription_activated_event.rb +0 -21
- data/lib/stripe/events/v2_billing_rate_card_subscription_canceled_event.rb +0 -21
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_awaiting_customer_action_event.rb +0 -21
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_current_event.rb +0 -21
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_past_due_event.rb +0 -21
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_paused_event.rb +0 -21
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_unpaid_event.rb +0 -21
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_activated_event.rb +0 -21
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_canceled_event.rb +0 -21
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_paused_event.rb +0 -21
- data/lib/stripe/events/v2_billing_rate_card_updated_event.rb +0 -21
- data/lib/stripe/events/v2_billing_rate_card_version_created_event.rb +0 -23
- data/lib/stripe/events/v2_core_health_api_error_firing_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_api_error_resolved_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_api_latency_firing_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_api_latency_resolved_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_authorization_rate_drop_firing_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_authorization_rate_drop_resolved_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_firing_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_resolved_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_traffic_volume_drop_firing_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_traffic_volume_drop_resolved_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_webhook_latency_firing_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_webhook_latency_resolved_event.rb +0 -13
- data/lib/stripe/events/v2_reporting_report_run_created_event.rb +0 -21
- data/lib/stripe/events/v2_reporting_report_run_failed_event.rb +0 -21
- data/lib/stripe/events/v2_reporting_report_run_succeeded_event.rb +0 -21
- data/lib/stripe/events/v2_reporting_report_run_updated_event.rb +0 -21
- data/lib/stripe/resources/v2/billing/bill_setting.rb +0 -62
- data/lib/stripe/resources/v2/billing/bill_setting_version.rb +0 -50
- data/lib/stripe/resources/v2/billing/cadence.rb +0 -182
- data/lib/stripe/resources/v2/billing/collection_setting.rb +0 -148
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +0 -136
- data/lib/stripe/resources/v2/billing/custom_pricing_unit.rb +0 -35
- data/lib/stripe/resources/v2/billing/intent.rb +0 -59
- data/lib/stripe/resources/v2/billing/intent_action.rb +0 -200
- data/lib/stripe/resources/v2/billing/license_fee.rb +0 -79
- data/lib/stripe/resources/v2/billing/license_fee_subscription.rb +0 -36
- data/lib/stripe/resources/v2/billing/license_fee_version.rb +0 -56
- data/lib/stripe/resources/v2/billing/licensed_item.rb +0 -44
- data/lib/stripe/resources/v2/billing/metered_item.rb +0 -58
- data/lib/stripe/resources/v2/billing/pricing_plan.rb +0 -43
- data/lib/stripe/resources/v2/billing/pricing_plan_component.rb +0 -58
- data/lib/stripe/resources/v2/billing/pricing_plan_subscription.rb +0 -63
- data/lib/stripe/resources/v2/billing/pricing_plan_version.rb +0 -30
- data/lib/stripe/resources/v2/billing/profile.rb +0 -38
- data/lib/stripe/resources/v2/billing/rate_card.rb +0 -53
- data/lib/stripe/resources/v2/billing/rate_card_rate.rb +0 -71
- data/lib/stripe/resources/v2/billing/rate_card_subscription.rb +0 -63
- data/lib/stripe/resources/v2/billing/rate_card_version.rb +0 -26
- data/lib/stripe/resources/v2/billing/service_action.rb +0 -117
- data/lib/stripe/resources/v2/core/claimable_sandbox.rb +0 -57
- data/lib/stripe/resources/v2/reporting/report.rb +0 -64
- data/lib/stripe/resources/v2/reporting/report_run.rb +0 -89
- data/lib/stripe/resources/v2/tax/automatic_rule.rb +0 -31
- data/lib/stripe/services/v2/billing/bill_setting_service.rb +0 -214
- data/lib/stripe/services/v2/billing/bill_settings/version_service.rb +0 -45
- data/lib/stripe/services/v2/billing/cadence_service.rb +0 -428
- data/lib/stripe/services/v2/billing/collection_setting_service.rb +0 -518
- data/lib/stripe/services/v2/billing/collection_settings/version_service.rb +0 -45
- data/lib/stripe/services/v2/billing/custom_pricing_unit_service.rb +0 -108
- data/lib/stripe/services/v2/billing/intent_service.rb +0 -465
- data/lib/stripe/services/v2/billing/intents/action_service.rb +0 -45
- data/lib/stripe/services/v2/billing/license_fee_service.rb +0 -250
- data/lib/stripe/services/v2/billing/license_fee_subscription_service.rb +0 -23
- data/lib/stripe/services/v2/billing/license_fees/version_service.rb +0 -45
- data/lib/stripe/services/v2/billing/licensed_item_service.rb +0 -149
- data/lib/stripe/services/v2/billing/metered_item_service.rb +0 -176
- data/lib/stripe/services/v2/billing/pricing_plan_service.rb +0 -142
- data/lib/stripe/services/v2/billing/pricing_plan_subscription_service.rb +0 -76
- data/lib/stripe/services/v2/billing/pricing_plans/component_service.rb +0 -162
- data/lib/stripe/services/v2/billing/pricing_plans/version_service.rb +0 -45
- data/lib/stripe/services/v2/billing/profile_service.rb +0 -144
- data/lib/stripe/services/v2/billing/rate_card_service.rb +0 -151
- data/lib/stripe/services/v2/billing/rate_card_subscription_service.rb +0 -144
- data/lib/stripe/services/v2/billing/rate_cards/rate_service.rb +0 -161
- data/lib/stripe/services/v2/billing/rate_cards/version_service.rb +0 -45
- data/lib/stripe/services/v2/billing/service_action_service.rb +0 -259
- data/lib/stripe/services/v2/core/claimable_sandbox_service.rb +0 -50
- data/lib/stripe/services/v2/reporting/report_run_service.rb +0 -88
- data/lib/stripe/services/v2/reporting/report_service.rb +0 -25
- data/lib/stripe/services/v2/reporting_service.rb +0 -16
- data/lib/stripe/services/v2/tax/automatic_rule_service.rb +0 -99
- data/lib/stripe/services/v2/tax_service.rb +0 -15
@@ -1,21 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when PricingPlanSubscription servicing is paused.
|
6
|
-
class V2BillingPricingPlanSubscriptionServicingPausedEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.billing.pricing_plan_subscription.servicing_paused"
|
9
|
-
end
|
10
|
-
|
11
|
-
# Retrieves the related object from the API. Make an API request on every call.
|
12
|
-
def fetch_related_object
|
13
|
-
_request(
|
14
|
-
method: :get,
|
15
|
-
path: related_object.url,
|
16
|
-
base_address: :api,
|
17
|
-
opts: { stripe_account: context }
|
18
|
-
)
|
19
|
-
end
|
20
|
-
end
|
21
|
-
end
|
@@ -1,21 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when a PricingPlan is updated.
|
6
|
-
class V2BillingPricingPlanUpdatedEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.billing.pricing_plan.updated"
|
9
|
-
end
|
10
|
-
|
11
|
-
# Retrieves the related object from the API. Make an API request on every call.
|
12
|
-
def fetch_related_object
|
13
|
-
_request(
|
14
|
-
method: :get,
|
15
|
-
path: related_object.url,
|
16
|
-
base_address: :api,
|
17
|
-
opts: { stripe_account: context }
|
18
|
-
)
|
19
|
-
end
|
20
|
-
end
|
21
|
-
end
|
@@ -1,23 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when a PricingPlanVersion is created.
|
6
|
-
class V2BillingPricingPlanVersionCreatedEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.billing.pricing_plan_version.created"
|
9
|
-
end
|
10
|
-
# There is additional data present for this event, accessible with the `data` property.
|
11
|
-
# See the Stripe API docs for more information.
|
12
|
-
|
13
|
-
# Retrieves the related object from the API. Make an API request on every call.
|
14
|
-
def fetch_related_object
|
15
|
-
_request(
|
16
|
-
method: :get,
|
17
|
-
path: related_object.url,
|
18
|
-
base_address: :api,
|
19
|
-
opts: { stripe_account: context }
|
20
|
-
)
|
21
|
-
end
|
22
|
-
end
|
23
|
-
end
|
@@ -1,23 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when a RateCard is created.
|
6
|
-
class V2BillingRateCardCreatedEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.billing.rate_card.created"
|
9
|
-
end
|
10
|
-
# There is additional data present for this event, accessible with the `data` property.
|
11
|
-
# See the Stripe API docs for more information.
|
12
|
-
|
13
|
-
# Retrieves the related object from the API. Make an API request on every call.
|
14
|
-
def fetch_related_object
|
15
|
-
_request(
|
16
|
-
method: :get,
|
17
|
-
path: related_object.url,
|
18
|
-
base_address: :api,
|
19
|
-
opts: { stripe_account: context }
|
20
|
-
)
|
21
|
-
end
|
22
|
-
end
|
23
|
-
end
|
@@ -1,23 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when a RateCardRate is created.
|
6
|
-
class V2BillingRateCardRateCreatedEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.billing.rate_card_rate.created"
|
9
|
-
end
|
10
|
-
# There is additional data present for this event, accessible with the `data` property.
|
11
|
-
# See the Stripe API docs for more information.
|
12
|
-
|
13
|
-
# Retrieves the related object from the API. Make an API request on every call.
|
14
|
-
def fetch_related_object
|
15
|
-
_request(
|
16
|
-
method: :get,
|
17
|
-
path: related_object.url,
|
18
|
-
base_address: :api,
|
19
|
-
opts: { stripe_account: context }
|
20
|
-
)
|
21
|
-
end
|
22
|
-
end
|
23
|
-
end
|
@@ -1,21 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when a RateCardSubscription is activated.
|
6
|
-
class V2BillingRateCardSubscriptionActivatedEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.billing.rate_card_subscription.activated"
|
9
|
-
end
|
10
|
-
|
11
|
-
# Retrieves the related object from the API. Make an API request on every call.
|
12
|
-
def fetch_related_object
|
13
|
-
_request(
|
14
|
-
method: :get,
|
15
|
-
path: related_object.url,
|
16
|
-
base_address: :api,
|
17
|
-
opts: { stripe_account: context }
|
18
|
-
)
|
19
|
-
end
|
20
|
-
end
|
21
|
-
end
|
@@ -1,21 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when a RateCardSubscription is canceled.
|
6
|
-
class V2BillingRateCardSubscriptionCanceledEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.billing.rate_card_subscription.canceled"
|
9
|
-
end
|
10
|
-
|
11
|
-
# Retrieves the related object from the API. Make an API request on every call.
|
12
|
-
def fetch_related_object
|
13
|
-
_request(
|
14
|
-
method: :get,
|
15
|
-
path: related_object.url,
|
16
|
-
base_address: :api,
|
17
|
-
opts: { stripe_account: context }
|
18
|
-
)
|
19
|
-
end
|
20
|
-
end
|
21
|
-
end
|
@@ -1,21 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when a RateCardSubscription's collection is awaiting customer action.
|
6
|
-
class V2BillingRateCardSubscriptionCollectionAwaitingCustomerActionEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.billing.rate_card_subscription.collection_awaiting_customer_action"
|
9
|
-
end
|
10
|
-
|
11
|
-
# Retrieves the related object from the API. Make an API request on every call.
|
12
|
-
def fetch_related_object
|
13
|
-
_request(
|
14
|
-
method: :get,
|
15
|
-
path: related_object.url,
|
16
|
-
base_address: :api,
|
17
|
-
opts: { stripe_account: context }
|
18
|
-
)
|
19
|
-
end
|
20
|
-
end
|
21
|
-
end
|
@@ -1,21 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when a RateCardSubscription's collection is current.
|
6
|
-
class V2BillingRateCardSubscriptionCollectionCurrentEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.billing.rate_card_subscription.collection_current"
|
9
|
-
end
|
10
|
-
|
11
|
-
# Retrieves the related object from the API. Make an API request on every call.
|
12
|
-
def fetch_related_object
|
13
|
-
_request(
|
14
|
-
method: :get,
|
15
|
-
path: related_object.url,
|
16
|
-
base_address: :api,
|
17
|
-
opts: { stripe_account: context }
|
18
|
-
)
|
19
|
-
end
|
20
|
-
end
|
21
|
-
end
|
@@ -1,21 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when a RateCardSubscription's collection is past due.
|
6
|
-
class V2BillingRateCardSubscriptionCollectionPastDueEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.billing.rate_card_subscription.collection_past_due"
|
9
|
-
end
|
10
|
-
|
11
|
-
# Retrieves the related object from the API. Make an API request on every call.
|
12
|
-
def fetch_related_object
|
13
|
-
_request(
|
14
|
-
method: :get,
|
15
|
-
path: related_object.url,
|
16
|
-
base_address: :api,
|
17
|
-
opts: { stripe_account: context }
|
18
|
-
)
|
19
|
-
end
|
20
|
-
end
|
21
|
-
end
|
@@ -1,21 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when a RateCardSubscription's collection is paused.
|
6
|
-
class V2BillingRateCardSubscriptionCollectionPausedEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.billing.rate_card_subscription.collection_paused"
|
9
|
-
end
|
10
|
-
|
11
|
-
# Retrieves the related object from the API. Make an API request on every call.
|
12
|
-
def fetch_related_object
|
13
|
-
_request(
|
14
|
-
method: :get,
|
15
|
-
path: related_object.url,
|
16
|
-
base_address: :api,
|
17
|
-
opts: { stripe_account: context }
|
18
|
-
)
|
19
|
-
end
|
20
|
-
end
|
21
|
-
end
|
@@ -1,21 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when a RateCardSubscription's collection is unpaid.
|
6
|
-
class V2BillingRateCardSubscriptionCollectionUnpaidEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.billing.rate_card_subscription.collection_unpaid"
|
9
|
-
end
|
10
|
-
|
11
|
-
# Retrieves the related object from the API. Make an API request on every call.
|
12
|
-
def fetch_related_object
|
13
|
-
_request(
|
14
|
-
method: :get,
|
15
|
-
path: related_object.url,
|
16
|
-
base_address: :api,
|
17
|
-
opts: { stripe_account: context }
|
18
|
-
)
|
19
|
-
end
|
20
|
-
end
|
21
|
-
end
|
@@ -1,21 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when RateCardSubscription servicing is activated.
|
6
|
-
class V2BillingRateCardSubscriptionServicingActivatedEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.billing.rate_card_subscription.servicing_activated"
|
9
|
-
end
|
10
|
-
|
11
|
-
# Retrieves the related object from the API. Make an API request on every call.
|
12
|
-
def fetch_related_object
|
13
|
-
_request(
|
14
|
-
method: :get,
|
15
|
-
path: related_object.url,
|
16
|
-
base_address: :api,
|
17
|
-
opts: { stripe_account: context }
|
18
|
-
)
|
19
|
-
end
|
20
|
-
end
|
21
|
-
end
|
@@ -1,21 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when RateCardSubscription servicing is canceled.
|
6
|
-
class V2BillingRateCardSubscriptionServicingCanceledEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.billing.rate_card_subscription.servicing_canceled"
|
9
|
-
end
|
10
|
-
|
11
|
-
# Retrieves the related object from the API. Make an API request on every call.
|
12
|
-
def fetch_related_object
|
13
|
-
_request(
|
14
|
-
method: :get,
|
15
|
-
path: related_object.url,
|
16
|
-
base_address: :api,
|
17
|
-
opts: { stripe_account: context }
|
18
|
-
)
|
19
|
-
end
|
20
|
-
end
|
21
|
-
end
|
@@ -1,21 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when RateCardSubscription servicing is paused.
|
6
|
-
class V2BillingRateCardSubscriptionServicingPausedEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.billing.rate_card_subscription.servicing_paused"
|
9
|
-
end
|
10
|
-
|
11
|
-
# Retrieves the related object from the API. Make an API request on every call.
|
12
|
-
def fetch_related_object
|
13
|
-
_request(
|
14
|
-
method: :get,
|
15
|
-
path: related_object.url,
|
16
|
-
base_address: :api,
|
17
|
-
opts: { stripe_account: context }
|
18
|
-
)
|
19
|
-
end
|
20
|
-
end
|
21
|
-
end
|
@@ -1,21 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when a RateCard is updated.
|
6
|
-
class V2BillingRateCardUpdatedEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.billing.rate_card.updated"
|
9
|
-
end
|
10
|
-
|
11
|
-
# Retrieves the related object from the API. Make an API request on every call.
|
12
|
-
def fetch_related_object
|
13
|
-
_request(
|
14
|
-
method: :get,
|
15
|
-
path: related_object.url,
|
16
|
-
base_address: :api,
|
17
|
-
opts: { stripe_account: context }
|
18
|
-
)
|
19
|
-
end
|
20
|
-
end
|
21
|
-
end
|
@@ -1,23 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when a RateCardVersion is created.
|
6
|
-
class V2BillingRateCardVersionCreatedEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.billing.rate_card_version.created"
|
9
|
-
end
|
10
|
-
# There is additional data present for this event, accessible with the `data` property.
|
11
|
-
# See the Stripe API docs for more information.
|
12
|
-
|
13
|
-
# Retrieves the related object from the API. Make an API request on every call.
|
14
|
-
def fetch_related_object
|
15
|
-
_request(
|
16
|
-
method: :get,
|
17
|
-
path: related_object.url,
|
18
|
-
base_address: :api,
|
19
|
-
opts: { stripe_account: context }
|
20
|
-
)
|
21
|
-
end
|
22
|
-
end
|
23
|
-
end
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when an API error alert is firing.
|
6
|
-
class V2CoreHealthApiErrorFiringEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.core.health.api_error.firing"
|
9
|
-
end
|
10
|
-
# There is additional data present for this event, accessible with the `data` property.
|
11
|
-
# See the Stripe API docs for more information.
|
12
|
-
end
|
13
|
-
end
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when an API error alert is resolved.
|
6
|
-
class V2CoreHealthApiErrorResolvedEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.core.health.api_error.resolved"
|
9
|
-
end
|
10
|
-
# There is additional data present for this event, accessible with the `data` property.
|
11
|
-
# See the Stripe API docs for more information.
|
12
|
-
end
|
13
|
-
end
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when an API latency alert is firing.
|
6
|
-
class V2CoreHealthApiLatencyFiringEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.core.health.api_latency.firing"
|
9
|
-
end
|
10
|
-
# There is additional data present for this event, accessible with the `data` property.
|
11
|
-
# See the Stripe API docs for more information.
|
12
|
-
end
|
13
|
-
end
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when an API latency alert is resolved.
|
6
|
-
class V2CoreHealthApiLatencyResolvedEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.core.health.api_latency.resolved"
|
9
|
-
end
|
10
|
-
# There is additional data present for this event, accessible with the `data` property.
|
11
|
-
# See the Stripe API docs for more information.
|
12
|
-
end
|
13
|
-
end
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when an authorization rate drop alert is firing.
|
6
|
-
class V2CoreHealthAuthorizationRateDropFiringEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.core.health.authorization_rate_drop.firing"
|
9
|
-
end
|
10
|
-
# There is additional data present for this event, accessible with the `data` property.
|
11
|
-
# See the Stripe API docs for more information.
|
12
|
-
end
|
13
|
-
end
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when an authorization rate drop alert is resolved.
|
6
|
-
class V2CoreHealthAuthorizationRateDropResolvedEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.core.health.authorization_rate_drop.resolved"
|
9
|
-
end
|
10
|
-
# There is additional data present for this event, accessible with the `data` property.
|
11
|
-
# See the Stripe API docs for more information.
|
12
|
-
end
|
13
|
-
end
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when an event generation failure alert is resolved.
|
6
|
-
class V2CoreHealthEventGenerationFailureResolvedEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.core.health.event_generation_failure.resolved"
|
9
|
-
end
|
10
|
-
# There is additional data present for this event, accessible with the `data` property.
|
11
|
-
# See the Stripe API docs for more information.
|
12
|
-
end
|
13
|
-
end
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when the fraud rate has increased.
|
6
|
-
class V2CoreHealthFraudRateIncreasedEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.core.health.fraud_rate.increased"
|
9
|
-
end
|
10
|
-
# There is additional data present for this event, accessible with the `data` property.
|
11
|
-
# See the Stripe API docs for more information.
|
12
|
-
end
|
13
|
-
end
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when an issuing authorization request timeout alert is firing.
|
6
|
-
class V2CoreHealthIssuingAuthorizationRequestTimeoutFiringEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.core.health.issuing_authorization_request_timeout.firing"
|
9
|
-
end
|
10
|
-
# There is additional data present for this event, accessible with the `data` property.
|
11
|
-
# See the Stripe API docs for more information.
|
12
|
-
end
|
13
|
-
end
|
data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_resolved_event.rb
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when an issuing authorization request timeout alert is resolved.
|
6
|
-
class V2CoreHealthIssuingAuthorizationRequestTimeoutResolvedEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.core.health.issuing_authorization_request_timeout.resolved"
|
9
|
-
end
|
10
|
-
# There is additional data present for this event, accessible with the `data` property.
|
11
|
-
# See the Stripe API docs for more information.
|
12
|
-
end
|
13
|
-
end
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when a payment method error alert is firing.
|
6
|
-
class V2CoreHealthPaymentMethodErrorFiringEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.core.health.payment_method_error.firing"
|
9
|
-
end
|
10
|
-
# There is additional data present for this event, accessible with the `data` property.
|
11
|
-
# See the Stripe API docs for more information.
|
12
|
-
end
|
13
|
-
end
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when a payment method error alert is resolved.
|
6
|
-
class V2CoreHealthPaymentMethodErrorResolvedEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.core.health.payment_method_error.resolved"
|
9
|
-
end
|
10
|
-
# There is additional data present for this event, accessible with the `data` property.
|
11
|
-
# See the Stripe API docs for more information.
|
12
|
-
end
|
13
|
-
end
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when a traffic volume drop alert is firing.
|
6
|
-
class V2CoreHealthTrafficVolumeDropFiringEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.core.health.traffic_volume_drop.firing"
|
9
|
-
end
|
10
|
-
# There is additional data present for this event, accessible with the `data` property.
|
11
|
-
# See the Stripe API docs for more information.
|
12
|
-
end
|
13
|
-
end
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when a traffic volume drop alert is resolved.
|
6
|
-
class V2CoreHealthTrafficVolumeDropResolvedEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.core.health.traffic_volume_drop.resolved"
|
9
|
-
end
|
10
|
-
# There is additional data present for this event, accessible with the `data` property.
|
11
|
-
# See the Stripe API docs for more information.
|
12
|
-
end
|
13
|
-
end
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when a webhook latency alert is firing.
|
6
|
-
class V2CoreHealthWebhookLatencyFiringEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.core.health.webhook_latency.firing"
|
9
|
-
end
|
10
|
-
# There is additional data present for this event, accessible with the `data` property.
|
11
|
-
# See the Stripe API docs for more information.
|
12
|
-
end
|
13
|
-
end
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when a webhook latency alert is resolved.
|
6
|
-
class V2CoreHealthWebhookLatencyResolvedEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.core.health.webhook_latency.resolved"
|
9
|
-
end
|
10
|
-
# There is additional data present for this event, accessible with the `data` property.
|
11
|
-
# See the Stripe API docs for more information.
|
12
|
-
end
|
13
|
-
end
|
@@ -1,21 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when a ReportRun is created.
|
6
|
-
class V2ReportingReportRunCreatedEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.reporting.report_run.created"
|
9
|
-
end
|
10
|
-
|
11
|
-
# Retrieves the related object from the API. Make an API request on every call.
|
12
|
-
def fetch_related_object
|
13
|
-
_request(
|
14
|
-
method: :get,
|
15
|
-
path: related_object.url,
|
16
|
-
base_address: :api,
|
17
|
-
opts: { stripe_account: context }
|
18
|
-
)
|
19
|
-
end
|
20
|
-
end
|
21
|
-
end
|
@@ -1,21 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
# Occurs when a ReportRun has failed to complete.
|
6
|
-
class V2ReportingReportRunFailedEvent < Stripe::V2::Event
|
7
|
-
def self.lookup_type
|
8
|
-
"v2.reporting.report_run.failed"
|
9
|
-
end
|
10
|
-
|
11
|
-
# Retrieves the related object from the API. Make an API request on every call.
|
12
|
-
def fetch_related_object
|
13
|
-
_request(
|
14
|
-
method: :get,
|
15
|
-
path: related_object.url,
|
16
|
-
base_address: :api,
|
17
|
-
opts: { stripe_account: context }
|
18
|
-
)
|
19
|
-
end
|
20
|
-
end
|
21
|
-
end
|