Class: Stripe::Treasury::InboundTransfer::SucceedParams

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/treasury/inbound_transfer.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(expand: nil) ⇒ SucceedParams

Returns a new instance of SucceedParams.



199
200
201
# File 'lib/stripe/resources/treasury/inbound_transfer.rb', line 199

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



197
198
199
# File 'lib/stripe/resources/treasury/inbound_transfer.rb', line 197

def expand
  @expand
end