Class: Stripe::ShippingRate::RetrieveParams

Inherits:
RequestParams show all
Defined in:
lib/stripe/resources/shipping_rate.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(expand: nil) ⇒ RetrieveParams

Returns a new instance of RetrieveParams.



207
208
209
# File 'lib/stripe/resources/shipping_rate.rb', line 207

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



205
206
207
# File 'lib/stripe/resources/shipping_rate.rb', line 205

def expand
  @expand
end