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