OBJECT
A Fee
type Fee {amount: Money beforeTax: Boolean ccSurcharge: Boolean id: UUID isPercent: Boolean @deprecated( reason: "This field will no longer be supported. Fees only accepts percentage values" )name: String organizationUnitId: UUID }