Uses of Class
dev.crashteam.openapi.kerepricer.model.PatchKeAccountShopItem
Packages that use PatchKeAccountShopItem
-
Uses of PatchKeAccountShopItem in dev.crashteam.openapi.kerepricer.api
Method parameters in dev.crashteam.openapi.kerepricer.api with type arguments of type PatchKeAccountShopItemModifier and TypeMethodDescriptiondefault reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<KeAccountShopItem>>AccountsApi.patchKeAccountShopitem(UUID xRequestID, UUID id, UUID shopItemId, @Valid reactor.core.publisher.Mono<PatchKeAccountShopItem> patchKeAccountShopItem, org.springframework.web.server.ServerWebExchange exchange) PATCH /accounts/{id}/items/{shopItemId} : Редактировать параметры изменения цены товара -
Uses of PatchKeAccountShopItem in dev.crashteam.openapi.kerepricer.model
Methods in dev.crashteam.openapi.kerepricer.model that return PatchKeAccountShopItemModifier and TypeMethodDescriptionPatchKeAccountShopItem.discount(BigDecimal discount) PatchKeAccountShopItem.maximumThreshold(Long maximumThreshold) PatchKeAccountShopItem.minimumThreshold(Long minimumThreshold)