Class: Stripe::V2::Core::EventDestinationRetrieveParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Core::EventDestinationRetrieveParams
- Defined in:
- lib/stripe/params/v2/core/event_destination_retrieve_params.rb
Instance Attribute Summary collapse
-
#include ⇒ Object
Additional fields to include in the response.
Instance Method Summary collapse
-
#initialize(include: nil) ⇒ EventDestinationRetrieveParams
constructor
A new instance of EventDestinationRetrieveParams.
Methods inherited from RequestParams
Constructor Details
#initialize(include: nil) ⇒ EventDestinationRetrieveParams
Returns a new instance of EventDestinationRetrieveParams.
11 12 13 |
# File 'lib/stripe/params/v2/core/event_destination_retrieve_params.rb', line 11 def initialize(include: nil) @include = include end |
Instance Attribute Details
#include ⇒ Object
Additional fields to include in the response.
9 10 11 |
# File 'lib/stripe/params/v2/core/event_destination_retrieve_params.rb', line 9 def include @include end |