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.
- : Price 
- #   Total pricing information for all of the items in the subscription.
- : Price 
- #   Total pricing information for all of the items in the subscription without 
- #   discount.
- : Price 
- #   Discount pricing.
- # 
- # Arguments
- #   includedDiscountTypes: Input to filter for specific discount 
- #   types only.
- (: [DiscountPriceTypeEnum!]): [TypedPrice] 
- }