Class: Stripe::V2::Billing::CadenceRetrieveParams

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/v2/billing/cadence_retrieve_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

#initialize(include: nil) ⇒ CadenceRetrieveParams

Returns a new instance of CadenceRetrieveParams.



11
12
13
# File 'lib/stripe/params/v2/billing/cadence_retrieve_params.rb', line 11

def initialize(include: nil)
  @include = include
end

Instance Attribute Details

#includeObject

Additional resource to include in the response.



9
10
11
# File 'lib/stripe/params/v2/billing/cadence_retrieve_params.rb', line 9

def include
  @include
end