PaymentMethodCardWallet constructor
const
PaymentMethodCardWallet({
- PaymentMethodCardWalletAmexExpressCheckout? amexExpressCheckout,
- PaymentMethodCardWalletApplePay? applePay,
- String? dynamicLast4,
- PaymentMethodCardWalletGooglePay? googlePay,
- PaymentMethodCardWalletLink? link,
- PaymentMethodCardWalletMasterpass? masterpass,
- PaymentMethodCardWalletSamsungPay? samsungPay,
- required PaymentMethodCardWalletType type,
- PaymentMethodCardWalletVisaCheckout? visaCheckout,
If this Card is part of a card wallet, this contains the details of the card wallet.
Implementation
const PaymentMethodCardWallet({
this.amexExpressCheckout,
this.applePay,
this.dynamicLast4,
this.googlePay,
this.link,
this.masterpass,
this.samsungPay,
required this.type,
this.visaCheckout,
});