TerminalCheckoutResponse constructor
TerminalCheckoutResponse({
- List<
SquareError> ? errors, - TerminalCheckout? termCheckout,
- List<
TerminalCheckout> ? checkouts, - String? cursor,
Implementation
TerminalCheckoutResponse({
this.errors, this.termCheckout, this.checkouts, this.cursor
});