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.



2639
2640
2641
# File 'lib/stripe/resources/order.rb', line 2639

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



2637
2638
2639
# File 'lib/stripe/resources/order.rb', line 2637

def expand
  @expand
end