File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -101,4 +101,14 @@ class EventType
101
101
const RecipientActive = "RECIPIENT_ACTIVE " ;
102
102
const RecipientCanceled = "RECIPIENT_CANCELED " ;
103
103
const RecipientDeactivated = "RECIPIENT_DEACTIVATED " ;
104
+ const UserAccountValidationAsked = "USER_ACCOUNT_VALIDATION_ASKED " ;
105
+ const UserAccountActivated = "USER_ACCOUNT_ACTIVATED " ;
106
+ const UserAccountClosed = "USER_ACCOUNT_CLOSED " ;
107
+ const InstantConversionCreated = "INSTANT_CONVERSION_CREATED " ;
108
+ const InstantConversionSucceeded = "INSTANT_CONVERSION_SUCCEEDED " ;
109
+ const InstantConversionFailed = "INSTANT_CONVERSION_FAILED " ;
110
+ const QuotedConversionCreated = "QUOTED_CONVERSION_CREATED " ;
111
+ const QuotedConversionSucceeded = "QUOTED_CONVERSION_SUCCEEDED " ;
112
+ const QuotedConversionFailed = "QUOTED_CONVERSION_FAILED " ;
113
+
104
114
}
You can’t perform that action at this time.
0 commit comments