TerminalReaderProcessPaymentIntentOptions constructor

const TerminalReaderProcessPaymentIntentOptions({
  1. List<String>? expand,
  2. required String paymentIntent,
  3. ReaderProcessConfig? processConfig,
})

Implementation

const TerminalReaderProcessPaymentIntentOptions({
  this.expand,
  required this.paymentIntent,
  this.processConfig,
});