factory RefundResponse.fromJson(Map<String, dynamic> json) => RefundResponse( status: json['status'] as String, detail: json['detail'] as String, );