ProductCategory
Defines a category of insurance products, including the product offer details for constituent products.
ProductCategory defines the following properties:
Name | Type | Description |
---|---|---|
Name | String | The category name. The acts as a category identifier, and is therefore not language-dependent. |
DisplayName | String | The category display name. This content is localized. |
Description | String | The category description. |
Products | ProductOffer[] | A list of products included in this category. |
ExclusiveProductStream | Boolean | If a product is in an exclusive stream, then it can't be purchased directly or changed to a product outside of its own stream. |