Class: Stripe::TestHelpers::Treasury::InboundTransferService::ReturnInboundTransferParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::TestHelpers::Treasury::InboundTransferService::ReturnInboundTransferParams
- Defined in:
- lib/stripe/services/test_helpers/treasury/inbound_transfer_service.rb
Instance Attribute Summary collapse
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
Instance Method Summary collapse
-
#initialize(expand: nil) ⇒ ReturnInboundTransferParams
constructor
A new instance of ReturnInboundTransferParams.
Methods inherited from RequestParams
Constructor Details
#initialize(expand: nil) ⇒ ReturnInboundTransferParams
Returns a new instance of ReturnInboundTransferParams.
32 33 34 |
# File 'lib/stripe/services/test_helpers/treasury/inbound_transfer_service.rb', line 32 def initialize(expand: nil) @expand = end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
30 31 32 |
# File 'lib/stripe/services/test_helpers/treasury/inbound_transfer_service.rb', line 30 def @expand end |