C# – Bank Mashup Application
Create Account class
Implement private fields with public setters and getters in theAccount class
AccountNumber – should allow only for 20digits, including leading zeros, but NO LETTERS – example value:”00045678493857683928″. Your setter should setempty if validation fails. – “Numbers” allowing forleading zeros are really just strings. If less than 20 digits ormore than 20 digits set to empty string
AccountType – “Savings” or “Checking” – noother types or string should be accepted in this setter. If I pass”MoneyMarket” the setter should default this property to empty.Casing can be ignored – for example, “SAVINGS” and “savings” can beaccepted. I will accept strings
PayPal Gateway not configured
PayPal Gateway not configured