Class: Stripe::TestHelpers::Treasury::OutboundTransferReturnOutboundTransferParams::ReturnedDetails
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::TestHelpers::Treasury::OutboundTransferReturnOutboundTransferParams::ReturnedDetails
- Defined in:
- lib/stripe/params/test_helpers/treasury/outbound_transfer_return_outbound_transfer_params.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Reason for the return.
Instance Method Summary collapse
-
#initialize(code: nil) ⇒ ReturnedDetails
constructor
A new instance of ReturnedDetails.
Methods inherited from RequestParams
Constructor Details
#initialize(code: nil) ⇒ ReturnedDetails
Returns a new instance of ReturnedDetails.
12 13 14 |
# File 'lib/stripe/params/test_helpers/treasury/outbound_transfer_return_outbound_transfer_params.rb', line 12 def initialize(code: nil) @code = code end |
Instance Attribute Details
#code ⇒ Object
Reason for the return.
10 11 12 |
# File 'lib/stripe/params/test_helpers/treasury/outbound_transfer_return_outbound_transfer_params.rb', line 10 def code @code end |