PaymentMethodDetailsInteracPresent constructor
const
PaymentMethodDetailsInteracPresent({
- String? brand,
- String? cardholderName,
- String? country,
- String? description,
- String? emvAuthData,
- required int expMonth,
- required int expYear,
- String? fingerprint,
- String? funding,
- String? generatedCard,
- String? iin,
- String? issuer,
- String? last4,
- String? network,
- List<
String> ? preferredLocales, - PaymentMethodCardPresentReadMethod? readMethod,
- 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,
});