Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ankitvijay
Created May 31, 2020 06:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ankitvijay/20939b9369101c259ca923cf8ec3fd3b to your computer and use it in GitHub Desktop.
Save ankitvijay/20939b9369101c259ca923cf8ec3fd3b to your computer and use it in GitHub Desktop.
Part 2 - Transaction class
public class Transaction
{
public double Amount { get; set; }
public PaymentType PaymentType { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment