OBJECT
type InsuranceProviderProductItem {offeringId: Int offeringName: String suggestedSalePrice: Float currencyId: Int unitType: String priceSource: String netPriceAmount: Float netPriceUnit: String finalSalesPrice: Float hasMarkup: Boolean coverageType: [CoverageTypeEnum] currency: Currency }