Class: Stripe::Order::ReopenParams

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



3123
3124
3125
# File 'lib/stripe/resources/order.rb', line 3123

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



3121
3122
3123
# File 'lib/stripe/resources/order.rb', line 3121

def expand
  @expand
end