Skip to content

Commit 2ad83ae

Browse files
Merge pull request #651 from nofrixion/MOOV-4804-requester-vop
Expose payee verification result in public model
2 parents 0f0aae7 + bd4c494 commit 2ad83ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/NoFrixion.MoneyMoov/Models/Payouts/PayoutEvent.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,9 @@ public class PayoutEvent
5252
/// Reason for the error, if any.
5353
/// </summary>
5454
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; }
5560
}

0 commit comments

Comments
 (0)