Class that represents the sale of single Item (for direct Items there can be multiple transactions).
- Id, The Id of the transaction.
- Date, The date the transaction took place.
- Amount, The amount.
- LastUpdatedDate, The last date when this transaction has been updated.
- IsMarkedAsPaidConfirmed, Status flag that says that the transaction has been marked as paid, i.e. payment has been confirmed by the seller.
- IsMarkedAsShipped, Status flag that says that the transaction has been marked as shipped.
- IsShippingBooked, Status flag that says that shipping has been booked for the transaction.
- IsFeedbackLeftBySeller, Status flag that says that feedback has been left to the buyer by the seller for this transaction.
- IsFeedbackLeftByBuyer, Status flag that says that feedback has been left by the buyer to the seller for this transaction.
- Buyer, The buying for this transaction (see User ).
- Item, Contains short information about the item for this transaction (see TransactionItem ).