Method: Stripe::DisputeService#list
- Defined in:
- lib/stripe/services/dispute_service.rb
#list(params = {}, opts = {}) ⇒ Object
Returns a list of your disputes.
20 21 22 |
# File 'lib/stripe/services/dispute_service.rb', line 20 def list(params = {}, opts = {}) request(method: :get, path: "/v1/disputes", params: params, opts: opts, base_address: :api) end |