diff options
Diffstat (limited to 'gsxws/escalations.py')
-rw-r--r-- | gsxws/escalations.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gsxws/escalations.py b/gsxws/escalations.py index da26730..20bf1d7 100644 --- a/gsxws/escalations.py +++ b/gsxws/escalations.py @@ -82,3 +82,7 @@ class Escalation(GsxObject): of a general escalation created by AASP or a carrier. """ return Lookup(escalationId=self.escalationId).lookup("GeneralEscalationDetailsLookup") + + def get_notes(self): + return self.objects.escalationNotes.iterchildren() + |