Class: Stripe::TestHelpers::Treasury::OutboundTransferService::PostParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::TestHelpers::Treasury::OutboundTransferService::PostParams
- Defined in:
- lib/stripe/services/test_helpers/treasury/outbound_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) ⇒ PostParams
constructor
A new instance of PostParams.
Methods inherited from RequestParams
Constructor Details
#initialize(expand: nil) ⇒ PostParams
Returns a new instance of PostParams.
70 71 72 |
# File 'lib/stripe/services/test_helpers/treasury/outbound_transfer_service.rb', line 70 def initialize(expand: nil) @expand = end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
68 69 70 |
# File 'lib/stripe/services/test_helpers/treasury/outbound_transfer_service.rb', line 68 def @expand end |