Skip to content

Commit 0cd6fc4

Browse files
Merge pull request #665 from nofrixion/MOOV-4889-added-circuit-breaker-and-fix-issue
Removed payee property from result
2 parents 40579db + ff66549 commit 0cd6fc4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/NoFrixion.MoneyMoov/Models/PayeeVerification/PayeeVerificationResult.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ namespace NoFrixion.MoneyMoov.Models.PayeeVerification;
1919

2020
public class PayeeVerificationResult
2121
{
22-
/// <summary>
23-
/// The payee that was verified
24-
/// </summary>
25-
public required Counterparty Payee { get; init; }
26-
2722
/// <summary>
2823
/// An optional reference that was passed in with the verification request
2924
/// </summary>

0 commit comments

Comments
 (0)