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