Skip to main content

TaxInput Input

Description

Defines a tax applied to a transaction or item, including its name and rate.

Declaration

input TaxInput {
name: String
rate: Float
}

Fields

NameTypeDescription
nameStringName of the tax, such as VAT or sales tax.
rateFloatPercentage rate of the tax.