IssuingCardWallets constructor
const
IssuingCardWallets({
- required IssuingCardApplePay applePay,
- required IssuingCardGooglePay googlePay,
- String? primaryAccountIdentifier,
Information relating to digital wallets (like Apple Pay and Google Pay).
Implementation
const IssuingCardWallets({
required this.applePay,
required this.googlePay,
this.primaryAccountIdentifier,
});