Class: Stripe::Dispute::CloseParams

Inherits:
RequestParams show all
Defined in:
lib/stripe/resources/dispute.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(expand: nil) ⇒ CloseParams

Returns a new instance of CloseParams.



728
729
730
# File 'lib/stripe/resources/dispute.rb', line 728

def initialize(expand: nil)
  @expand = expand
end

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



726
727
728
# File 'lib/stripe/resources/dispute.rb', line 726

def expand
  @expand
end