CardRegister constructor
CardRegister({})
Implementation
CardRegister({
required this.bin,
required this.status,
required this.token,
required this.holderName,
required this.expiryYear,
required this.expiryMonth,
required this.type,
required this.number,
this.transactionReference,
this.message,
});