GraphQL OBJECT

AlignmentCustomerPrice

Prices to be paid on alignment.

link Definition

  • type AlignmentCustomerPrice {
  • # Absolute value of the accumulated discounts of all items in the subscription.
  • absoluteDiscount: Price
  • # Total pricing information for all of the items in the subscription.
  • totalPrice: Price
  • # Total pricing information for all of the items in the subscription without
  • # discount.
  • totalPriceWithoutDiscount: Price
  • # Discount pricing.
  • #
  • # Arguments
  • # includedDiscountTypes: Input to filter for specific discount
  • # types only.
  • discounts(includedDiscountTypes: [DiscountPriceTypeEnum!]): [TypedPrice]
  • }