CustomerTokens.fromJson(Map<String, dynamic> json) { token = json['Token']; cardNumber = json['CardNumber']; cardBrand = json['CardBrand']; }