Class: Stripe::Treasury::OutboundPayment::PostParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Treasury::OutboundPayment::PostParams
- Defined in:
- lib/stripe/resources/treasury/outbound_payment.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.
437 438 439 |
# File 'lib/stripe/resources/treasury/outbound_payment.rb', line 437 def initialize(expand: nil) @expand = end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
435 436 437 |
# File 'lib/stripe/resources/treasury/outbound_payment.rb', line 435 def @expand end |