Class: Stripe::DisputeService::CloseParams

Inherits:
RequestParams show all
Defined in:
lib/stripe/services/dispute_service.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.



375
376
377
# File 'lib/stripe/services/dispute_service.rb', line 375

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



373
374
375
# File 'lib/stripe/services/dispute_service.rb', line 373

def expand
  @expand
end