OBJECT
An order tax
type OrderTax {amount: Money computedAmount: Money! id: UUID isPercent: Boolean name: String taxId: UUID }