BasicInformation interface
Basic information for any product system.
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. |
| 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. |
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
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[]