factory UpdateCardRequest.fromJson(Map<String, dynamic> json) => UpdateCardRequest( cardToken: json["CardToken"], cardName: json["CardName"], );