Class: Stripe::ReviewService::RetrieveParams

Inherits:
Stripe::RequestParams show all
Defined in:
lib/stripe/services/review_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Stripe::RequestParams

#to_h

Constructor Details

#initialize(expand: nil) ⇒ RetrieveParams

Returns a new instance of RetrieveParams.



48
49
50
# File 'lib/stripe/services/review_service.rb', line 48

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



46
47
48
# File 'lib/stripe/services/review_service.rb', line 46

def expand
  @expand
end