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