PaymentMethodDetailsInteracPresent constructor

const PaymentMethodDetailsInteracPresent({
  1. String? brand,
  2. String? cardholderName,
  3. String? country,
  4. String? description,
  5. String? emvAuthData,
  6. required int expMonth,
  7. required int expYear,
  8. String? fingerprint,
  9. String? funding,
  10. String? generatedCard,
  11. String? iin,
  12. String? issuer,
  13. String? last4,
  14. String? network,
  15. List<String>? preferredLocales,
  16. PaymentMethodCardPresentReadMethod? readMethod,
  17. PaymentMethodDetailsInteracPresentReceipt? receipt,
})

payment_method_details_interac_present

Implementation

const PaymentMethodDetailsInteracPresent({
  this.brand,
  this.cardholderName,
  this.country,
  this.description,
  this.emvAuthData,
  required this.expMonth,
  required this.expYear,
  this.fingerprint,
  this.funding,
  this.generatedCard,
  this.iin,
  this.issuer,
  this.last4,
  this.network,
  this.preferredLocales,
  this.readMethod,
  this.receipt,
});