Package | Description |
---|---|
io.sphere.sdk.taxcategories.commands |
Provides types to change the state of tax categories.
|
Modifier and Type | Method and Description |
---|---|
static TaxCategoryDeleteCommand |
TaxCategoryDeleteCommand.of(Versioned<TaxCategory> versioned)
Creates a command object to delete a
TaxCategory by ID. |
static TaxCategoryDeleteCommand |
TaxCategoryDeleteCommand.ofKey(String key,
Long version)
Creates a command object to delete a
TaxCategory by its key. |