OBJECT
type AppliedFeePriceItem {feeId: Int fee: Fee appliedToOfferingId: Int appliedToOffering: Offering durationAmount: Int durationTypeId: Int durationType: DurationType startDate: DateOnly endDate: DateOnly priceAmount: Float! priceCurrencyId: Int! priceCurrency: Currency }