Uses of Class
com.adobe.aco.model.FeedPrices
-
Packages that use FeedPrices Package Description com.adobe.aco.client com.adobe.aco.model -
-
Uses of FeedPrices in com.adobe.aco.client
Method parameters in com.adobe.aco.client with type arguments of type FeedPrices Modifier and Type Method Description ProcessFeedResponseClient. createPrices(List<FeedPrices> data)Create prices Create or replace existing product prices with support for regular pricing, discounts, and tiered pricing.ProcessFeedResponseClientImpl. createPrices(List<FeedPrices> data)Create prices Create or replace existing product prices with support for regular pricing, discounts, and tiered pricing. -
Uses of FeedPrices in com.adobe.aco.model
Methods in com.adobe.aco.model that return FeedPrices Modifier and Type Method Description FeedPricesFeedPrices. addDiscountsItem(FeedPricesDiscountsInner discountsItem)FeedPricesFeedPrices. addTierPricesItem(FeedPricesTierPricesInner tierPricesItem)FeedPricesFeedPrices. discounts(List<FeedPricesDiscountsInner> discounts)static FeedPricesFeedPrices. fromJson(String jsonString)Create an instance of FeedPrices given an JSON stringFeedPricesFeedPrices. priceBookId(String priceBookId)FeedPricesFeedPrices. regular(Float regular)FeedPricesFeedPrices. sku(String sku)FeedPricesFeedPrices. tierPrices(List<FeedPricesTierPricesInner> tierPrices)
-