Skip to content

Commit

Permalink
Add Virtual Account EventTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexxmattei committed Nov 27, 2024
1 parent 7b5331b commit 80978ee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion MangoPay.SDK/Core/Enumerations/EventType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ public enum EventType
CARD_VALIDATION_SUCCEEDED,

LEGAL_COMPANY_NUMBER_VALIDATION_SUCCEEDED,
LEGAL_COMPANY_NUMBER_VALIDATION_FAILED
LEGAL_COMPANY_NUMBER_VALIDATION_FAILED,

VIRTUAL_ACCOUNT_ACTIVE,
VIRTUAL_ACCOUNT_BLOCKED,
VIRTUAL_ACCOUNT_CLOSED,
VIRTUAL_ACCOUNT_FAILED
}
}

0 comments on commit 80978ee

Please sign in to comment.