PaymentMethodCard constructor
PaymentMethodCard({})
Implementation
PaymentMethodCard({
required this.brand,
required this.last4,
required this.expMonth,
required this.expYear,
this.wallet,
this.displayBrand,
this.fingerprint,
});