PaymentMethodInteracPresent constructor
const
PaymentMethodInteracPresent({
- String? brand,
- String? cardholderName,
- String? country,
- String? description,
- required int expMonth,
- required int expYear,
- String? fingerprint,
- String? funding,
- String? iin,
- String? issuer,
- String? last4,
- PaymentMethodCardPresentNetworks? networks,
- List<
String> ? preferredLocales, - 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,
});