Class: Stripe::Quote::ReestimateParams

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) ⇒ ReestimateParams

Returns a new instance of ReestimateParams.



2751
2752
2753
# File 'lib/stripe/resources/quote.rb', line 2751

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



2749
2750
2751
# File 'lib/stripe/resources/quote.rb', line 2749

def expand
  @expand
end