factory GetCardListRequest.fromJson(Map<String, dynamic> json) => GetCardListRequest( dealerCustomerId: json["DealerCustomerId"], customerCode: json["CustomerCode"], );