PaymentMethodCardPresent constructor
const
PaymentMethodCardPresent({})
payment_method_card_present
Implementation
const PaymentMethodCardPresent({
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.readMethod,
});