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 0f0aae7 + bd4c494 commit 2ad83aeCopy full SHA for 2ad83ae
src/NoFrixion.MoneyMoov/Models/Payouts/PayoutEvent.cs
@@ -52,4 +52,9 @@ public class PayoutEvent
52
/// Reason for the error, if any.
53
/// </summary>
54
public string? ErrorReason { get; set; }
55
+
56
+ /// <summary>
57
+ /// If this event is a payee verification event, this contains the result of the verification.
58
+ /// </summary>
59
+ public string? SupplierPayeeVerificationResult { get; set; }
60
}
0 commit comments