Tax
Defines a tax item that can be applied to any payable items.
type Tax {
amount: Float
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
percentage: Float
type: TaxType!
uniqueCode: String
}