PinPadConfig constructor

PinPadConfig({
  1. String? cardNum,
  2. String? amount,
  3. String? timeout,
  4. String? random,
  5. bool? withDisplayBar,
  6. bool? withDisplayAmount,
  7. String? minLen,
  8. String? maxLen,
  9. bool? isHasSound,
  10. String? merchant,
  11. bool? isOfflinePin,
  12. bool? bypass,
  13. String? p2,
  14. int? pinFormat,
  15. int? keyIndex,
  16. String? upTip,
  17. String? hint,
  18. String? confirm,
  19. String? clear,
  20. String? cancel,
  21. 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});