factory Payment.fromJson(Map<String, dynamic> json) => Payment( type: json["type"], sum: json["sum"], );