Skip to content

Instantly share code, notes, and snippets.

@goyalrohit
Created February 7, 2018 12:58
Show Gist options
  • Save goyalrohit/a4fd6aaa1eb86132c181d78f150d7021 to your computer and use it in GitHub Desktop.
Save goyalrohit/a4fd6aaa1eb86132c181d78f150d7021 to your computer and use it in GitHub Desktop.
class OrderItem:
name = ''
itemnumber = ''
quantity = 0
price = 0
backorderd = False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment