PaymentMethodFullData constructor
PaymentMethodFullData({})
Implementation
PaymentMethodFullData({
this.brand,
this.holderName,
this.displayNumber,
this.bin,
this.year,
this.month,
this.lastDigits,
this.firstDigits,
this.maskedNumber,
});