PinPadConfig constructor
PinPadConfig({
- String? cardNum,
- String? amount,
- String? timeout,
- String? random,
- bool? withDisplayBar,
- bool? withDisplayAmount,
- String? minLen,
- String? maxLen,
- bool? isHasSound,
- String? merchant,
- bool? isOfflinePin,
- bool? bypass,
- String? p2,
- int? pinFormat,
- int? keyIndex,
- String? upTip,
- String? hint,
- String? confirm,
- String? clear,
- String? cancel,
- String? keyInfo,
Implementation
PinPadConfig(
{this.cardNum,
this.amount,
this.timeout,
this.random,
this.withDisplayBar,
this.withDisplayAmount,
this.minLen,
this.maxLen,
this.isHasSound,
this.merchant,
this.isOfflinePin,
this.bypass,
this.p2,
this.pinFormat,
this.keyIndex,
this.upTip,
this.hint,
this.confirm,
this.clear,
this.cancel,
this.keyInfo});