Class: Stripe::Radar::ValueList::RetrieveParams

Inherits:
Stripe::RequestParams show all
Defined in:
lib/stripe/resources/radar/value_list.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Stripe::RequestParams

#to_h

Constructor Details

#initialize(expand: nil) ⇒ RetrieveParams

Returns a new instance of RetrieveParams.



27
28
29
# File 'lib/stripe/resources/radar/value_list.rb', line 27

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



25
26
27
# File 'lib/stripe/resources/radar/value_list.rb', line 25

def expand
  @expand
end