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.



2791
2792
2793
# File 'lib/stripe/resources/order.rb', line 2791

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



2789
2790
2791
# File 'lib/stripe/resources/order.rb', line 2789

def expand
  @expand
end