Start by coding class Customer {}. We'll use this class to create an object every time a new customer makes a purchase.
class Customer {}
Make sure to type class Customer {}.