SquareRefundResponse constructor

SquareRefundResponse({
  1. List<SquareError>? errors,
  2. String? cursor,
  3. Refund? refund,
  4. List<Refund>? refunds,
})

Implementation

SquareRefundResponse({
  this.errors, this.cursor, this.refund, this.refunds
});