We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c590ac8 + 9c7be8e commit 7f1334eCopy full SHA for 7f1334e
src/NoFrixion.MoneyMoov/Enums/RuleEventTypesEnum.cs
@@ -49,5 +49,18 @@ public enum RuleEventTypesEnum
49
/// </summary>
50
ExecutionError,
51
52
+ /// <summary>
53
+ /// Indicates that payee verification has been initiated for a rule destination.
54
+ /// </summary>
55
+ PayeeVerificationInitiated = 7,
56
57
58
+ /// Indicates that payee verification has been completed successfully for a rule destination.
59
60
+ PayeeVerificationComplete = 8,
61
+
62
63
+ /// Indicates that payee verification has failed for a rule destination.
64
65
+ PayeeVerificationFailed = 9
66
}
0 commit comments