Skip to content

Commit a3e1f96

Browse files
committed
Added new payout event type.
1 parent 438521b commit a3e1f96

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/NoFrixion.MoneyMoov/Enums/PayoutEventTypesEnum.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,10 @@ public enum PayoutEventTypesEnum
9797
/// A payout's associated beneficiary was enabled.
9898
/// </summary>
9999
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
100106
}

0 commit comments

Comments
 (0)