BomItemElementAttributeValue
Base type of a BOM element attribute value.
interface BomItemElementAttributeValue {
attribute: BomItemElementAttribute!
displayValue: String!
}
Fields
BomItemElementAttributeValue.attribute ● BomItemElementAttribute! non-null object
The attribute the value belongs to.
BomItemElementAttributeValue.displayValue ● String! non-null scalar
Display value of the attribute.