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 40579db + ff66549 commit 0cd6fc4Copy full SHA for 0cd6fc4
src/NoFrixion.MoneyMoov/Models/PayeeVerification/PayeeVerificationResult.cs
@@ -19,11 +19,6 @@ namespace NoFrixion.MoneyMoov.Models.PayeeVerification;
19
20
public class PayeeVerificationResult
21
{
22
- /// <summary>
23
- /// The payee that was verified
24
- /// </summary>
25
- public required Counterparty Payee { get; init; }
26
-
27
/// <summary>
28
/// An optional reference that was passed in with the verification request
29
/// </summary>
0 commit comments