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.

CustomTaxAttributesResponse Class

Sets additional data or custom attributes in the tax response.

Namespace

CommerceTax

CustomTaxAttributesResponse Constructors

Learn more about the available constructors with the CustomTaxAttributesResponse class.

The CustomTaxAttributesResponse class includes these constructors.

CustomTaxAttributesResponse()

Constructor to set additional data or custom attributes in the tax response.

Signature

global CustomTaxAttributesResponse()

CustomTaxAttributesResponse Methods

Learn more about the available methods with the CustomTaxAttributesResponse class.

The CustomTaxAttributesResponse class includes these methods.

setData(data)

Sets additional data or custom attributes in the tax response.

Signature

global void setData(Map<String, Object> data)

Parameters

  • data:

    Type: Map<String, Object> Additional data or custom attributes to be included in the tax response.

Return Value

Type: void