Class: Stripe::OrderService::CancelParams

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) ⇒ CancelParams

Returns a new instance of CancelParams.



2177
2178
2179
# File 'lib/stripe/services/order_service.rb', line 2177

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



2175
2176
2177
# File 'lib/stripe/services/order_service.rb', line 2175

def expand
  @expand
end