TerminalRefundResponse constructor
TerminalRefundResponse({
- List<
SquareError> ? errors, - TerminalRefund? refund,
- List<
TerminalRefund> ? refunds, - String? cursor,
Implementation
TerminalRefundResponse({
this.errors, this.refund, this.refunds, this.cursor
});