Tax
A tax that is applied to a product.
type Tax {
taxName: String
taxRate: Int
taxCode: String
}
Fields
Tax.taxName ● String scalar
Tax.taxRate ● Int scalar
Tax.taxCode ● String scalar
Member Of
Product object