DisputeResponse constructor

DisputeResponse({
  1. String? cursor,
  2. List<SquareError>? errors,
  3. Dispute? dispute,
  4. List<Dispute>? disputes,
})

Implementation

DisputeResponse({
  this.cursor, this.errors, this.dispute, this.disputes
});