Dispute Endpoints
Defines the API endpoints available for dispute operations.
Each case maps to a specific Frame API route and HTTP method. Callers construct the appropriate case and pass it to the networking layer to execute the request.
Inheritors
Types
Endpoint for retrieving a single dispute by its identifier.
Endpoint for retrieving a paginated list of disputes, optionally filtered by charge or charge intent.
Endpoint for updating an existing dispute with new evidence.
Properties
Optional extra HTTP headers to attach to the request (e.g. Accept: application/json). Defaults to empty. Applied after the standard Frame Authorization/User-Agent headers but before Content-Type (set on POST/PATCH), so an entry may override the former but not the latter. Prefer supplemental headers like Accept; don't rely on this to set auth headers.
The relative URL path for this endpoint.
The HTTP method used for this endpoint.
The query parameters appended to the request URL, or null if none apply.