BomItemElementAttributeIntegerValue
Integer value of a BOM element attribute.
type BomItemElementAttributeIntegerValue implements BomItemElementAttributeValue {
attribute: BomItemElementAttribute!
displayValue: String!
integerValue: Long!
}
Fields
BomItemElementAttributeIntegerValue.attribute ● BomItemElementAttribute! non-null object
The attribute the value belongs to.
BomItemElementAttributeIntegerValue.displayValue ● String! non-null scalar
Display value of the attribute.
BomItemElementAttributeIntegerValue.integerValue ● Long! non-null scalar
The specified integer value.
Interfaces
BomItemElementAttributeValue interface
Base type of a BOM element attribute value.