diff --git a/src/model/NotificationType.php b/src/model/NotificationType.php index fd1d552..f70fb2d 100644 --- a/src/model/NotificationType.php +++ b/src/model/NotificationType.php @@ -15,4 +15,5 @@ class NotificationType extends Enum const DID_FAIL_TO_RENEW = 'did_fail_to_renew'; const DID_RECOVER = 'did_recover'; // replaces RENEWAL const PRICE_INCREASE_CONSENT = 'price_increase_consent'; + const DID_RENEW = 'did_renew'; }