Skip to main content

BomItemElementAttributeMoneyValue

Money value of a BOM element attribute.

type BomItemElementAttributeMoneyValue implements BomItemElementAttributeValue {
amount: Float!
attribute: BomItemElementAttribute!
currency: BomCurrency!
displayValue: String!
}

Fields

BomItemElementAttributeMoneyValue.amount ● Float! non-null scalar

The specified amount.

BomItemElementAttributeMoneyValue.attribute ● BomItemElementAttribute! non-null object

The attribute the value belongs to.

BomItemElementAttributeMoneyValue.currency ● BomCurrency! non-null object

Currency of the specified amount.

BomItemElementAttributeMoneyValue.displayValue ● String! non-null scalar

Display value of the attribute.

Interfaces

BomItemElementAttributeValue interface

Base type of a BOM element attribute value.