SetupAttemptPaymentMethodDetailsCardWallet constructor
const
SetupAttemptPaymentMethodDetailsCardWallet({
- PaymentMethodDetailsCardWalletApplePay? applePay,
- PaymentMethodDetailsCardWalletGooglePay? googlePay,
- 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,
});