OBJECT
type OfferingPriceDerived {offeringId: Int offeringPackageOptionId: Int durationAmount: Int durationTypeId: Int amountIsPerDuration: Boolean startDate: String endDate: String originalPrice: Float originalPriceUsd: Float agencyNetPrice: Float edvisorNetPrice: Float feeAmount: Float feeAmountUsd: Float currencyId: Int currency: Currency offeringPriceTypeId: Int fees: [FeePriceDerived] hasPromotion: Boolean bestPromotion: Promotion bestPromotionId: Int bestPromotionalPrice: Float bestPromotionalPriceUsd: Float bestPromotionLineItems: [AppliedPromotionLineItem] }