Info constructor
Info({})
Implementation
Info({
required this.status,
required this.msg,
required this.cardLabel,
required this.cardNumber,
required this.cardToken,
required this.issuerToken,
required this.networkToken,
});