Class: Stripe::CreditNote::RetrieveParams

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



331
332
333
# File 'lib/stripe/resources/credit_note.rb', line 331

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



329
330
331
# File 'lib/stripe/resources/credit_note.rb', line 329

def expand
  @expand
end