Welcome to Zuora Product Documentation

Explore our rich library of product information

Tax Summary Fields

This reference details the fields available for tax summaries in Zuora, including descriptions and examples of each field.

Note:

These fields are available only if you have enabled one of the tax automation options in Zuora.

Merge Field

Description

Sort Order

TaxSummary.AmountWithoutTax

Subtotal of all charges without any taxes.

Example: $12.80

Note: If multiple taxes with different jurisdictions are associated with the same invoice item, the value will include these tax amounts in the sum.

TaxSummary.TaxExtendedAmount

Summary of all taxes by unique combination of Tax Name, Tax Rate and Tax Rate Type.

Type: Number

Example: $12.80

TaxSummary.TaxName

The name of the tax rate, such as sales tax or GST. This name is displayed on invoices. Values: a string of 128 characters or fewer

Example: Sales Tax

1

TaxSummary.TaxRate

The tax rate applied to the charge. Values: a valid decimal value

Example: 0.08

2

TaxSummary.TaxRateType

The type of the tax rate applied to the charge. Values: Percentage , FlatFee

Example: Percentage

3