LoyaltyProductUrl¶
The LoyaltyProductUrl object extended the Url object and represents an absolute or relative link to the product page in loyalty program.
classDiagram
direction LR
LoyaltyProductUrl <|-- Url
class Url{
}
class LoyaltyProductUrl{
}