Class: Stripe::Charge::RetrieveParams

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



1822
1823
1824
# File 'lib/stripe/resources/charge.rb', line 1822

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



1820
1821
1822
# File 'lib/stripe/resources/charge.rb', line 1820

def expand
  @expand
end