Class: Stripe::Payout::CancelParams

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



163
164
165
# File 'lib/stripe/resources/payout.rb', line 163

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



161
162
163
# File 'lib/stripe/resources/payout.rb', line 161

def expand
  @expand
end