CardResp constructor
CardResp({})
Implementation
CardResp({
required this.bin,
required this.expiryYear,
required this.expiryMonth,
required this.transactionReference,
required this.type,
required this.number,
required this.origin,
this.status,
this.token,
});