TerminalReaderAction constructor
const
TerminalReaderAction({
- String? failureCode,
- String? failureMessage,
- TerminalReaderReaderResourceProcessPaymentIntentAction? processPaymentIntent,
- TerminalReaderReaderResourceProcessSetupIntentAction? processSetupIntent,
- TerminalReaderReaderResourceRefundPaymentAction? refundPayment,
- TerminalReaderReaderResourceSetReaderDisplayAction? setReaderDisplay,
- required TerminalReaderActionStatus status,
- required TerminalReaderActionType type,
The most recent action performed by the reader.
Implementation
const TerminalReaderAction({
this.failureCode,
this.failureMessage,
this.processPaymentIntent,
this.processSetupIntent,
this.refundPayment,
this.setReaderDisplay,
required this.status,
required this.type,
});