Skip to content

ProductUrl

The ProductUrl object extended the Url object and represents an absolute or relative link to the product page.

classDiagram
  direction LR
  ProductUrl <|-- Url
  class Url{
  }
  class ProductUrl{
  }