OBJECT
type DerivedPrice {durationAmount: Int durationTypeId: Int amountIsPerDuration: Boolean startDate: DateOnly currencyId: Int originalPrice: Float originalPriceUsd: Float hasPromotion: Boolean bestPromotionId: Int bestPromotionalPrice: Float bestPromotionalPriceUsd: Float bestPromotionLineItems: [AppliedPromotionLineItem] durationType: DurationType currency: Currency bestPromotion: Promotion }