UpdateDispute

data class UpdateDispute(val disputeId: String) : DisputeEndpoints

Endpoint for updating an existing dispute with new evidence.

Constructors

Link copied to clipboard
constructor(disputeId: String)

Properties

Link copied to clipboard

The unique identifier of the dispute to update.

Link copied to clipboard
open override val endpointURL: String

The relative URL path for this endpoint.

Link copied to clipboard
open override val httpMethod: String

The HTTP method used for this endpoint.

Link copied to clipboard
open override val queryItems: List<QueryItem>?

The query parameters appended to the request URL, or null if none apply.