Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ConnectApi.TaxDetailsResponse

Tax details for each line item in a tax line item output.
Property Name Type Description Available Version
exemptAmount Double Amount of the line item that is exempt from taxation. 55.0
exemptReason String The reason that any tax exemption applied to the line item. 55.0
imposition ConnectApi.​TaxImposition​Response The business justification for applying tax to a line item. 55.0
jurisdiction ConnectApi.​TaxJurisdiction​Response Business address used to calculate the tax rate for the line item. 55.0
rate Double Tax rate for the line item. 55.0
tax Double Total amount of tax on the line item. 55.0
taxId String ID for the type of tax applied to the line item. 55.0
taxableAmount Double Amount of line item that can be taxed. 55.0