ListDisputesRequest constructor

ListDisputesRequest({
  1. String? cursor,
  2. String? locationId,
  3. DisputeState? states,
})

Implementation

ListDisputesRequest({
  this.cursor, this.locationId, this.states
});