CollectorIds constructor
CollectorIds({})
Implementation
CollectorIds({
required this.holderName,
required this.cardNumber,
required this.expirationMonth,
required this.expirationYear,
required this.cvv,
required this.tonderPayButton,
this.msgError = '',
this.msgNotification = '',
this.cardsListContainer = '',
});