%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /home/addictionfreeind/www/admin1/vendor/square/square/doc/models/ |
Upload File : |
# Update Item Taxes Request
## Structure
`UpdateItemTaxesRequest`
## Fields
| Name | Type | Tags | Description | Getter | Setter |
| --- | --- | --- | --- | --- | --- |
| `itemIds` | `string[]` | Required | IDs for the CatalogItems associated with the CatalogTax objects being updated. | getItemIds(): array | setItemIds(array itemIds): void |
| `taxesToEnable` | `?(string[])` | Optional | IDs of the CatalogTax objects to enable. | getTaxesToEnable(): ?array | setTaxesToEnable(?array taxesToEnable): void |
| `taxesToDisable` | `?(string[])` | Optional | IDs of the CatalogTax objects to disable. | getTaxesToDisable(): ?array | setTaxesToDisable(?array taxesToDisable): void |
## Example (as JSON)
```json
{
"item_ids": [
"H42BRLUJ5KTZTTMPVSLFAACQ",
"2JXOBJIHCWBQ4NZ3RIXQGJA6"
],
"taxes_to_disable": [
"AQCEGCEBBQONINDOHRGZISEX"
],
"taxes_to_enable": [
"4WRCNHCJZDVLSNDQ35PP6YAD"
]
}
```