Transaction

class neolib.shop.Transaction.Transaction[source]

Represents a transaction that occurred in a user’s sales history

Attributes:
date: The date the transactions occurred item: The item that was purchased buyer: The user who bought the item price: The price the item was sold at (integer)