Skip to main content

QuoteRealizationOtherPrice (Object)

Other price for quote realization

type QuoteRealizationOtherPrice {
nid: ID!
quote: QuoteRealization!
name: String!
totalPrice: Float
unitPrice: Float
cost: Float
group: QuoteRealizationOtherPriceGroup
externalId: String
}

Fields

QuoteRealizationOtherPrice.nid ● ID! non-null scalar

QuoteRealizationOtherPrice.quote ● QuoteRealization! non-null object

Requires access to given quote realization

QuoteRealizationOtherPrice.name ● String! non-null scalar

QuoteRealizationOtherPrice.totalPrice ● Float scalar

Calculated summary of other price.

QuoteRealizationOtherPrice.unitPrice ● Float scalar

Unit price for pricing item.

QuoteRealizationOtherPrice.cost ● Float scalar

QuoteRealizationOtherPrice.group ● QuoteRealizationOtherPriceGroup object

QuoteRealizationOtherPrice.externalId ● String scalar

Returned By

sales.otherPrice.upsertExternal mutation

Member Of

QuoteRealizationFees object