OBJECT
A charge
type Charge {amount: Money beforeTax: Boolean ccSurcharge: Boolean id: UUID isPercent: Boolean name: String organizationUnit: OrganizationUnit! organizationUnitId: String type: String }