Class: Stripe::Treasury::OutboundPaymentReturnOutboundPaymentParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Treasury::OutboundPaymentReturnOutboundPaymentParams
- Defined in:
- lib/stripe/params/treasury/outbound_payment_return_outbound_payment_params.rb
Defined Under Namespace
Classes: ReturnedDetails
Instance Attribute Summary collapse
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
-
#returned_details ⇒ Object
Optional hash to set the return code.
Instance Method Summary collapse
-
#initialize(expand: nil, returned_details: nil) ⇒ OutboundPaymentReturnOutboundPaymentParams
constructor
A new instance of OutboundPaymentReturnOutboundPaymentParams.
Methods inherited from RequestParams
Constructor Details
#initialize(expand: nil, returned_details: nil) ⇒ OutboundPaymentReturnOutboundPaymentParams
Returns a new instance of OutboundPaymentReturnOutboundPaymentParams.
20 21 22 23 |
# File 'lib/stripe/params/treasury/outbound_payment_return_outbound_payment_params.rb', line 20 def initialize(expand: nil, returned_details: nil) @expand = @returned_details = returned_details end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
16 17 18 |
# File 'lib/stripe/params/treasury/outbound_payment_return_outbound_payment_params.rb', line 16 def @expand end |
#returned_details ⇒ Object
Optional hash to set the return code.
18 19 20 |
# File 'lib/stripe/params/treasury/outbound_payment_return_outbound_payment_params.rb', line 18 def returned_details @returned_details end |