OBJECT
Information about a tax
type TaxInfo {# An unique identifier for this tax (GST, VAT, etc)id: String! # Percentage applied, between 0-100percentage: Int! }