You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
below code will raise error. how to fix it ? thank you.
Enumeration.FromName< StatesPaymentType >("DebitCard");
or
Enumeration.FromValue< StatesPaymentType >(0);