Class: Stripe::Quote::AcceptParams

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

Returns a new instance of AcceptParams.



3137
3138
3139
# File 'lib/stripe/resources/quote.rb', line 3137

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



3135
3136
3137
# File 'lib/stripe/resources/quote.rb', line 3135

def expand
  @expand
end