Class TransactionLog

java.lang.Object
com.glowmart.shop_management.entity.TransactionLog

@Entity public class TransactionLog extends Object
Represents a transaction log in the shopping system.

This entity stores details about transactions, including the associated order, payment method, status, amount, and creation timestamp.

  • Constructor Details

    • TransactionLog

      public TransactionLog()