Class PaymentMethod

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

@Entity public class PaymentMethod extends Object
Represents a payment method in the shopping system.

This entity stores details about different payment methods available for transactions, including their name, description, and timestamps for creation, updates, and deletion.

  • Constructor Details

    • PaymentMethod

      public PaymentMethod()