Question: This assignment takes the checking account project and applies classes. Your project will use a single form. Zip your project folder and files and upload

This assignment takes the checking account project and applies classes. Your project will use a single form.
Zip your project folder and files and upload the zip file to Canvas.
Create a class called Transaction. The class should have the following read/write properties:
TransactionDate, TransactionType,
TransactionAmount, Payee, and CheckNumber. Include a ToString method to display account information.
Include the following validation in your class:
A transaction must have at least a transaction date, a transaction amount, and a transaction type.
The transaction amount should be tested to make sure it is a positive number. Use a static function to provide this test.
Each transaction must have a transaction type specified as deposit, service fee, or withdrawal.
The value of Payee defaults to "Deposit" if the TransactionType is deposit; and defaults to "Service Fee" if it is a service fee. If a transaction is a withdrawal, an entry must be made in the payee textbox and stored in the Payee property.
I need help with thise code in c# please! Here is what I have, just fill it out according to the 2nd picture I provided, thank you!
 This assignment takes the checking account project and applies classes. Your

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!