BomItemElementAttributePercentValue
Percent value of a BOM element attribute.
type BomItemElementAttributePercentValue implements BomItemElementAttributeValue {
attribute: BomItemElementAttribute!
displayValue: String!
percentValue: Float!
}
Fields
BomItemElementAttributePercentValue.attribute ● BomItemElementAttribute! non-null object
The attribute the value belongs to.
BomItemElementAttributePercentValue.displayValue ● String! non-null scalar
Display value of the attribute.
BomItemElementAttributePercentValue.percentValue ● Float! non-null scalar
The specified percent value.
Interfaces
BomItemElementAttributeValue interface
Base type of a BOM element attribute value.