Class: Stripe::DisputeCloseParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::DisputeCloseParams
- Defined in:
- lib/stripe/params/dispute_close_params.rb
Instance Attribute Summary collapse
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
Instance Method Summary collapse
-
#initialize(expand: nil) ⇒ DisputeCloseParams
constructor
A new instance of DisputeCloseParams.
Methods inherited from RequestParams
Constructor Details
#initialize(expand: nil) ⇒ DisputeCloseParams
Returns a new instance of DisputeCloseParams.
9 10 11 |
# File 'lib/stripe/params/dispute_close_params.rb', line 9 def initialize(expand: nil) = end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
7 8 9 |
# File 'lib/stripe/params/dispute_close_params.rb', line 7 def end |