TerminalReaderProcessSetupIntentOptions constructor
const
TerminalReaderProcessSetupIntentOptions({
- required bool customerConsentCollected,
- List<
String> ? expand, - TerminalReaderReaderResourceRefundPaymentConfig? processConfig,
- required String setupIntent,
Implementation
const TerminalReaderProcessSetupIntentOptions({
required this.customerConsentCollected,
this.expand,
this.processConfig,
required this.setupIntent,
});