factory Customer.fromJson(Map<String, dynamic> json) => Customer( id: json["id"], customerClientId: json["customer_client_id"], );