BomSelectedElementOffer
Selected element offer.
type BomSelectedElementOffer {
items: [BomSelectedElementOfferItem!]!
surplus: Int!
totalOrderQuantity: Int!
totalPrice: Decimal!
}
Fields
BomSelectedElementOffer.items ● [BomSelectedElementOfferItem!]! non-null object
Parts of the selected offer.
BomSelectedElementOffer.surplus ● Int! non-null scalar
A surplus, if Total Order Quantity is higher than the required Total Quantity.
BomSelectedElementOffer.totalOrderQuantity ● Int! non-null scalar
Total order quantity of the selected offer.
BomSelectedElementOffer.totalPrice ● Decimal! non-null scalar
The total price of the selected offer.