TerminalReaderProcessPaymentIntentOptions constructor
const
TerminalReaderProcessPaymentIntentOptions({
- List<
String> ? expand, - required String paymentIntent,
- ReaderProcessConfig? processConfig,
Implementation
const TerminalReaderProcessPaymentIntentOptions({
this.expand,
required this.paymentIntent,
this.processConfig,
});