ENUM
TaxType
Whether a Tax
is applied globally or geographically.
link GraphQL Schema definition
- enum TaxType {
- # A tax that is only applied in a certain geography
- # A tax that is applied to all customers, regardless of geography
- }
link Require by
- CreateTaxMutationInputThe input object that defines the fields for the createTax mutation.
- GeoTaxZoneA geographical tax zone.
- JobServiceA `Service` associated with a `Job`.
- PurchaseOrderItemA line item on a purchase order.
- Querynull
- ServiceTaxThe relationship between a `Service` and a `Tax`.
- TaxA tax.
- TaxOverrideAn override to the default taxation rate.
- UpdateTaxMutationInputThe input object that defines the fields for the updateTax mutation.
- VendorA third party vendor of inventory models.
- VoiceServiceGenericParameterTaxThe relationship between a `VoiceServiceGenericParameter` and a `Tax`.