PaymentMethodCardWallet constructor

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,
});