ENUM
TaxApplication
Whether a Tax
is applied as a percentage of the Service
charge, or as a flat rate.
link GraphQL Schema definition
- enum TaxApplication {
- # A flat rate charge, regardless of the service charge
- # A percentage of the service charge
- }
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`.