Class: Stripe::Events::V2PaymentsSettlementAllocationIntentNotFoundEventNotification
- Inherits:
-
V2::Core::EventNotification
- Object
- V2::Core::EventNotification
- Stripe::Events::V2PaymentsSettlementAllocationIntentNotFoundEventNotification
- Defined in:
- lib/stripe/events/v2_payments_settlement_allocation_intent_not_found_event.rb
Overview
Occurs when a ReceivedCredit has no SettlementAllocationIntent matching it.
Instance Attribute Summary
Attributes inherited from V2::Core::EventNotification
#context, #created, #id, #livemode, #reason, #type
Class Method Summary collapse
Methods inherited from V2::Core::EventNotification
Constructor Details
This class inherits a constructor from Stripe::V2::Core::EventNotification
Class Method Details
.lookup_type ⇒ Object
33 34 35 |
# File 'lib/stripe/events/v2_payments_settlement_allocation_intent_not_found_event.rb', line 33 def self.lookup_type "v2.payments.settlement_allocation_intent.not_found" end |