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.



2679
2680
2681
# File 'lib/stripe/resources/order.rb', line 2679

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



2677
2678
2679
# File 'lib/stripe/resources/order.rb', line 2677

def expand
  @expand
end