Class: Stripe::Quote::RetrieveParams

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



1830
1831
1832
# File 'lib/stripe/resources/quote.rb', line 1830

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



1828
1829
1830
# File 'lib/stripe/resources/quote.rb', line 1828

def expand
  @expand
end