Class: Stripe::Events::V2CoreAccountLinkReturnedEventNotification
- Inherits:
-
V2::Core::EventNotification
- Object
- V2::Core::EventNotification
- Stripe::Events::V2CoreAccountLinkReturnedEventNotification
- Defined in:
- lib/stripe/events/v2_core_account_link_returned_event.rb
Overview
Occurs when the generated AccountLink is completed.
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
37 38 39 |
# File 'lib/stripe/events/v2_core_account_link_returned_event.rb', line 37 def self.lookup_type "v2.core.account_link.returned" end |