Class: Stripe::TestHelpers::Treasury::OutboundTransferService::FailParams

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/test_helpers/treasury/outbound_transfer_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(expand: nil) ⇒ FailParams

Returns a new instance of FailParams.



61
62
63
# File 'lib/stripe/services/test_helpers/treasury/outbound_transfer_service.rb', line 61

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



59
60
61
# File 'lib/stripe/services/test_helpers/treasury/outbound_transfer_service.rb', line 59

def expand
  @expand
end