factory Refund.fromJson(Map<String, dynamic> json) => Refund( id: json["id"], refund: json["refund"], total: json["total"], );