Class: Stripe::TestHelpers::Treasury::OutboundTransferFailParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::TestHelpers::Treasury::OutboundTransferFailParams
- Defined in:
- lib/stripe/params/test_helpers/treasury/outbound_transfer_fail_params.rb
Instance Attribute Summary collapse
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
Instance Method Summary collapse
-
#initialize(expand: nil) ⇒ OutboundTransferFailParams
constructor
A new instance of OutboundTransferFailParams.
Methods inherited from RequestParams
Constructor Details
#initialize(expand: nil) ⇒ OutboundTransferFailParams
Returns a new instance of OutboundTransferFailParams.
11 12 13 |
# File 'lib/stripe/params/test_helpers/treasury/outbound_transfer_fail_params.rb', line 11 def initialize(expand: nil) = end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
9 10 11 |
# File 'lib/stripe/params/test_helpers/treasury/outbound_transfer_fail_params.rb', line 9 def end |