Class: Stripe::OrderService::ReopenParams

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(expand: nil) ⇒ ReopenParams

Returns a new instance of ReopenParams.



2186
2187
2188
# File 'lib/stripe/services/order_service.rb', line 2186

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



2184
2185
2186
# File 'lib/stripe/services/order_service.rb', line 2184

def expand
  @expand
end