# UpdateItemTaxesRequest

### Description



## Properties
Name | Getter | Setter | Type | Description | Notes
------------ | ------------- | ------------- | ------------- | ------------- | -------------
**item_ids** | getItemIds() | setItemIds($value) | **string[]** | IDs for the CatalogItems associated with the CatalogTax objects being updated. | 
**taxes_to_enable** | getTaxesToEnable() | setTaxesToEnable($value) | **string[]** | IDs of the CatalogTax objects to enable. | [optional] 
**taxes_to_disable** | getTaxesToDisable() | setTaxesToDisable($value) | **string[]** | IDs of the CatalogTax objects to disable. | [optional] 

Note: All properties are protected and only accessed via getters and setters.

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)

