OBJECT
type OfferingPriceItem {offeringId: Int offering: Offering durationAmount: Int durationTypeId: Int durationType: DurationType startDate: DateOnly endDate: DateOnly isPerUnitPriceEstimated: Boolean! priceAmount: Float! priceCurrencyId: Int! priceCurrency: Currency }