PaymentMethodInteracPresent constructor

const PaymentMethodInteracPresent({
  1. String? brand,
  2. String? cardholderName,
  3. String? country,
  4. String? description,
  5. required int expMonth,
  6. required int expYear,
  7. String? fingerprint,
  8. String? funding,
  9. String? iin,
  10. String? issuer,
  11. String? last4,
  12. PaymentMethodCardPresentNetworks? networks,
  13. List<String>? preferredLocales,
  14. PaymentMethodCardPresentReadMethod? readMethod,
})

payment_method_interac_present

Implementation

const PaymentMethodInteracPresent({
  this.brand,
  this.cardholderName,
  this.country,
  this.description,
  required this.expMonth,
  required this.expYear,
  this.fingerprint,
  this.funding,
  this.iin,
  this.issuer,
  this.last4,
  this.networks,
  this.preferredLocales,
  this.readMethod,
});