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.
1 parent 438521b commit a3e1f96Copy full SHA for a3e1f96
src/NoFrixion.MoneyMoov/Enums/PayoutEventTypesEnum.cs
@@ -97,4 +97,10 @@ public enum PayoutEventTypesEnum
97
/// A payout's associated beneficiary was enabled.
98
/// </summary>
99
BeneficiaryEnabled = 15,
100
+
101
+ /// <summary>
102
+ /// An error that occurred during an attempt to submit a payout for processing. This is not a terminal error
103
+ /// and the attempt can be tried again. Errors after the payout's IsSubmitted flag is set are terminal.
104
+ /// </summary>
105
+ SubmitAttemptError = 16
106
}
0 commit comments