| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
UpdateItemTaxesResponse |
DefaultCatalogApi.updateItemTaxes(UpdateItemTaxesRequest body)
Updates the [CatalogTax]($m/CatalogTax) objects that apply to the targeted
[CatalogItem]($m/CatalogItem) without having to perform an upsert on the entire item.
|
UpdateItemTaxesResponse |
CatalogApi.updateItemTaxes(UpdateItemTaxesRequest body)
Updates the [CatalogTax]($m/CatalogTax) objects that apply to the targeted
[CatalogItem]($m/CatalogItem) without having to perform an upsert on the entire item.
|
CompletableFuture<UpdateItemTaxesResponse> |
DefaultCatalogApi.updateItemTaxesAsync(UpdateItemTaxesRequest body)
Updates the [CatalogTax]($m/CatalogTax) objects that apply to the targeted
[CatalogItem]($m/CatalogItem) without having to perform an upsert on the entire item.
|
CompletableFuture<UpdateItemTaxesResponse> |
CatalogApi.updateItemTaxesAsync(UpdateItemTaxesRequest body)
Updates the [CatalogTax]($m/CatalogTax) objects that apply to the targeted
[CatalogItem]($m/CatalogItem) without having to perform an upsert on the entire item.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateItemTaxesRequest |
UpdateItemTaxesRequest.Builder.build()
Builds a new
UpdateItemTaxesRequest object using the set fields. |
Copyright © 2022. All rights reserved.