Class: Stripe::Quote::PdfParams

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

Returns a new instance of PdfParams.



884
885
886
# File 'lib/stripe/resources/quote.rb', line 884

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



882
883
884
# File 'lib/stripe/resources/quote.rb', line 882

def expand
  @expand
end