Newer Version Available

This content describes an older version of this product. View Latest

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