StoredCards constructor
StoredCards({})
Implementation
StoredCards({
this.paymentType = PaymentConst.readyUi,
required this.checkoutId,
this.brandName,
required this.tokenId,
this.cvv = '',
});
StoredCards({
this.paymentType = PaymentConst.readyUi,
required this.checkoutId,
this.brandName,
required this.tokenId,
this.cvv = '',
});