merchant onboarding process completed
This commit is contained in:
9
Singer_Hexdive/Enums/ApprovedStatus.cs
Normal file
9
Singer_Hexdive/Enums/ApprovedStatus.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace Singer_Hexdive.Enums
|
||||
{
|
||||
public enum ApprovedStatus
|
||||
{
|
||||
pending = 1,
|
||||
approved = 2,
|
||||
rejected = 3
|
||||
}
|
||||
}
|
8
Singer_Hexdive/Enums/BankAccountTypes.cs
Normal file
8
Singer_Hexdive/Enums/BankAccountTypes.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace Singer_Hexdive.Enums
|
||||
{
|
||||
public enum BankAccountTypes
|
||||
{
|
||||
Saving = 1,
|
||||
Current = 2,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user