Newer Version Available
ConnectApi.CalculateTaxRequest
Request to sent through the tax adapter to the external tax engine.
Inputs with a TaxTransactionType of Debit represent a tax
calculation request. Inputs with a TaxTransactionType of
Credit represent a tax cancellation request.
Subclass of ConnectApi.TaxTransactionRequest.
| Property | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| isCommit | Boolean | Commits the transaction for tax calculation. | Required | 55.0 |
| taxEngineId | String | ID of the Salesforce tax engine entity used to represent the external tax engine. | Required | 55.0 |
| taxTransactionType | ConnectApi.TaxTransactionType | Type of tax transaction.
Values are:
|
Required | 55.0 |
| taxType | ConnectApi.CalculateTaxType | Type of tax calculation.
Values are:
|
Required | 55.0 |