Class: Stripe::Treasury::InboundTransfer::SucceedParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Treasury::InboundTransfer::SucceedParams
- Defined in:
- lib/stripe/resources/treasury/inbound_transfer.rb
Instance Attribute Summary collapse
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
Instance Method Summary collapse
-
#initialize(expand: nil) ⇒ SucceedParams
constructor
A new instance of SucceedParams.
Methods inherited from RequestParams
Constructor Details
#initialize(expand: nil) ⇒ SucceedParams
Returns a new instance of SucceedParams.
199 200 201 |
# File 'lib/stripe/resources/treasury/inbound_transfer.rb', line 199 def initialize(expand: nil) @expand = end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
197 198 199 |
# File 'lib/stripe/resources/treasury/inbound_transfer.rb', line 197 def @expand end |