OBJECT
type PackagePriceItem {originalPriceAmount: Float priceAmount: Float currencyId: Int currency: Currency # Approximated price in USD, for client-side filtering and orderingpriceUsd: Float fees: [FeePriceItem] offeringId: Int offeringPackageOptionId: Int offering: Offering durationAmount: Int durationTypeId: Int durationType: DurationType startDate: DateOnly endDate: DateOnly }