GraphQL OBJECT

RenewalQuoteItem

RenewalQuoteItem.

link Definition

  • type RenewalQuoteItem {
  • # Number of items.
  • quantity: Int
  • # Product details for the item.
  • productInformation: ProductInformation
  • # Pricing information that the customer receives during the quote process.
  • customerPricing: Pricing
  • }