SetupAttemptPaymentMethodDetailsCardWallet constructor

const SetupAttemptPaymentMethodDetailsCardWallet({
  1. PaymentMethodDetailsCardWalletApplePay? applePay,
  2. PaymentMethodDetailsCardWalletGooglePay? googlePay,
  3. required SetupAttemptPaymentMethodDetailsCardWalletType type,
})

If this Card is part of a card wallet, this contains the details of the card wallet.

Implementation

const SetupAttemptPaymentMethodDetailsCardWallet({
  this.applePay,
  this.googlePay,
  required this.type,
});