CardData constructor
CardData({})
Implementation
CardData({
this.id,
this.bin,
this.maskedCard,
this.expiryMonth,
this.expiryYear,
this.nickname,
this.brand,
this.cardType,
this.customer,
});
CardData({
this.id,
this.bin,
this.maskedCard,
this.expiryMonth,
this.expiryYear,
this.nickname,
this.brand,
this.cardType,
this.customer,
});