Preparing search index...
The search index is not available
@gradientedge/commercetools-utils
@gradientedge/commercetools-utils
CartChangeTaxModeAction
Interface CartChangeTaxModeAction
When
External
TaxMode
is changed to
Platform
or
Disabled
, all previously set external Tax Rates are removed.
When set to
Platform
, Line Items, Custom Line Items, and Shipping Method require a Tax Category with a Tax Rate for the Cart's
shippingAddress
.
interface
CartChangeTaxModeAction
{
action
:
"changeTaxMode"
;
taxMode
:
string
;
}
Index
Properties
action
tax
Mode
Properties
Readonly
action
action
:
"changeTaxMode"
Readonly
tax
Mode
taxMode
:
string
The new TaxMode.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
tax
Mode
@gradientedge/commercetools-utils
Loading...
External
TaxMode is changed toPlatform
orDisabled
, all previously set external Tax Rates are removed.Platform
, Line Items, Custom Line Items, and Shipping Method require a Tax Category with a Tax Rate for the Cart'sshippingAddress
.