OBJECT
A discount
type Discount {amount: Money! categoryId: UUID discountType: DiscountType! id: UUID! isPercent: Boolean! itemId: UUID name: String! organizationUnit: OrganizationUnit! securityLevel: Int! taxable: Boolean! }