OBJECT
type AppliedPromotionLineItem {promotionTypeId: Int appliedAmount: Float extensionDurationAmount: Int appliedExtensionDurationAmount: Int extensionDurationTypeId: Int isAppliedAmountPercentage: Boolean isOverride: Boolean description: String feeId: Int promotionType: PromotionType fee: Fee discountedOfferings: [Offering] }