Class: Stripe::Quote::MarkDraftParams

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

Returns a new instance of MarkDraftParams.



3167
3168
3169
# File 'lib/stripe/resources/quote.rb', line 3167

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



3165
3166
3167
# File 'lib/stripe/resources/quote.rb', line 3165

def expand
  @expand
end