PaymentMethodCard constructor
const
PaymentMethodCard({
- required String brand,
- PaymentMethodCardChecks? checks,
- String? country,
- String? description,
- String? displayBrand,
- required int expMonth,
- required int expYear,
- String? fingerprint,
- required String funding,
- String? iin,
- String? issuer,
- required String last4,
- Networks? networks,
- PaymentMethodCardThreeDSecureUsage? threeDSecureUsage,
- PaymentMethodCardWallet? wallet,
payment_method_card
Implementation
const PaymentMethodCard({
required this.brand,
this.checks,
this.country,
this.description,
this.displayBrand,
required this.expMonth,
required this.expYear,
this.fingerprint,
required this.funding,
this.iin,
this.issuer,
required this.last4,
this.networks,
this.threeDSecureUsage,
this.wallet,
});