Payment dispute (chargeback) retrieval and search.
Read-only. Uploading supporting documentation is not exposed as a resource
function, but the transport supports it — see the multipart body form in
Mercadopago.HTTP.
Summary
Functions
@spec get(Mercadopago.Client.t(), Mercadopago.HTTP.id(), keyword()) :: Mercadopago.HTTP.response()
Fetches a chargeback by id.
@spec search(Mercadopago.Client.t(), map() | nil, keyword()) :: Mercadopago.HTTP.response()
Searches chargebacks matching filters (query-string parameters).
@spec search_stream(Mercadopago.Client.t(), map() | nil, keyword()) :: Enumerable.t()
Streams every result of search/3, fetching each page as it is consumed.
See Mercadopago.Pagination.stream/3 for the options and for how failures are
reported.