ListDisputesResponse

data class ListDisputesResponse(val data: List<Dispute>?)

Wraps the paginated list of disputes returned by the list-disputes endpoint.

Constructors

Link copied to clipboard
constructor(data: List<Dispute>?)

Properties

Link copied to clipboard

The list of Dispute objects returned for the current page, or null if none exist.