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