Name | Getter | Setter | Type | Description | Notes |
---|---|---|---|---|---|
item_ids | getItemIds() | setItemIds($value) | string[] | The CatalogItems whose enabled/disabled CatalogTaxes are being updated. | |
taxes_to_enable | getTaxesToEnable() | setTaxesToEnable($value) | string[] | The set of CatalogTaxes (referenced by ID) to enable for the CatalogItem. | [optional] |
taxes_to_disable | getTaxesToDisable() | setTaxesToDisable($value) | string[] | The set of CatalogTaxes (referenced by ID) to disable for the CatalogItem. | [optional] |
Note: All properties are protected and only accessed via getters and setters.