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
Link copied to clipboard
Endpoint for retrieving a single dispute by its identifier.
Link copied to clipboard
data class GetDisputes(val chargeId: String?, val chargeIntentId: String?, val perPage: Int?, val page: Int?) : DisputeEndpoints
Endpoint for retrieving a paginated list of disputes, optionally filtered by charge or charge intent.
Link copied to clipboard
Endpoint for updating an existing dispute with new evidence.