OBJECT
type FeePriceItem {feeId: Int fee: Fee originalPriceAmount: Float priceAmount: Float currencyId: Int currency: Currency discounts: [DiscountItem] }