Refunds.fromJson(Map<String, dynamic> json) { id = json['id']; reason = json['reason']; total = json['total']; }