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.
1 parent 81a2fbc commit 8dedc96Copy full SHA for 8dedc96
src/NoFrixion.MoneyMoov/Enums/AccountStatus.cs
src/NoFrixion.MoneyMoov/Models/Account/PaymentAccount.cs
@@ -35,11 +35,6 @@ public class PaymentAccount
35
/// </summary>
36
public Guid MerchantID { get; set; }
37
38
- /// <summary>
39
- /// Status of the account.
40
- /// </summary>
41
- public AccountStatus Status { get; set; }
42
-
43
/// <summary>
44
/// Balance of the account.
45
0 commit comments