ProductFamiliesMetadataDetails interface
Product families metadata details.
Properties
| availability |
Availability information of the product system. |
| cost |
Cost information for the product system. |
| description | Description related to the product system. |
| display |
Display Name for the product system. |
| filterable |
List of filters supported for a product. |
| fulfilled |
The entity responsible for fulfillment of the item at the given hierarchy level. |
| hierarchy |
Hierarchy information of a product. |
| image |
Image information for the product system. |
| product |
List of product lines supported in the product family. |
| resource |
Contains details related to resource provider. |
Property Details
availabilityInformation
Availability information of the product system.
availabilityInformation?: AvailabilityInformation
Property Value
costInformation
Cost information for the product system.
costInformation?: CostInformation
Property Value
description
displayName
Display Name for the product system.
displayName?: string
Property Value
string
filterableProperties
List of filters supported for a product.
filterableProperties?: FilterableProperty[]
Property Value
fulfilledBy
The entity responsible for fulfillment of the item at the given hierarchy level.
fulfilledBy?: string
Property Value
string
hierarchyInformation
Hierarchy information of a product.
hierarchyInformation?: HierarchyInformation
Property Value
imageInformation
Image information for the product system.
imageInformation?: ImageInformation[]
Property Value
productLines
List of product lines supported in the product family.
productLines?: ProductLine[]
Property Value
resourceProviderDetails
Contains details related to resource provider.
resourceProviderDetails?: ResourceProviderDetails[]