Class: Stripe::Radar::ValueListItem::RetrieveParams

Inherits:
Stripe::RequestParams show all
Defined in:
lib/stripe/resources/radar/value_list_item.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.



26
27
28
# File 'lib/stripe/resources/radar/value_list_item.rb', line 26

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



24
25
26
# File 'lib/stripe/resources/radar/value_list_item.rb', line 24

def expand
  @expand
end