TerminalReaderProcessSetupIntentOptions constructor

const TerminalReaderProcessSetupIntentOptions({
  1. required bool customerConsentCollected,
  2. List<String>? expand,
  3. TerminalReaderReaderResourceRefundPaymentConfig? processConfig,
  4. required String setupIntent,
})

Implementation

const TerminalReaderProcessSetupIntentOptions({
  required this.customerConsentCollected,
  this.expand,
  this.processConfig,
  required this.setupIntent,
});