ProductModel

Type name: ProductModel

Extends Product

Name Type Description
isVariantOf ProductModel A pointer to a base product from which this product is a variant. It is safe to infer that the variant inherits all product features from the base model, unless defined locally. This is not transitive.
predecessorOf ProductModel A pointer from a previous, often discontinued variant of the product to its newer variant.
successorOf ProductModel A pointer from a newer variant of a product to its previous, often discontinued predecessor.