Package com.mt.ecommerce.product.model


package com.mt.ecommerce.product.model
  • Class
    Description
    Represents an authentication request containing username and password.
    Represents a category in the e-commerce system.
    Represents an error with an error code and message.
    Represents an image associated with a product or category.
    Represents an order in the e-commerce system.
    Enum representing the status of an order.
    Represents a payment transaction associated with an order.
    Represents a product in the e-commerce system.
    Represents a store containing user information, a list of vendors, and an authentication token.
    Represents user information in the e-commerce system.
    Represents a vendor in the e-commerce system.