Class: Stripe::Treasury::InboundTransfer::ReturnInboundTransferParams

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

Returns a new instance of ReturnInboundTransferParams.



246
247
248
# File 'lib/stripe/resources/treasury/inbound_transfer.rb', line 246

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



244
245
246
# File 'lib/stripe/resources/treasury/inbound_transfer.rb', line 244

def expand
  @expand
end