Uses of Class
com.adobe.aco.model.FeedPricesDiscountsInner
-
Packages that use FeedPricesDiscountsInner Package Description com.adobe.aco.model -
-
Uses of FeedPricesDiscountsInner in com.adobe.aco.model
Methods in com.adobe.aco.model that return FeedPricesDiscountsInner Modifier and Type Method Description static FeedPricesDiscountsInnerFeedPricesDiscountsInner. fromJson(String jsonString)Create an instance of FeedPricesDiscountsInner given an JSON stringMethods in com.adobe.aco.model that return types with arguments of type FeedPricesDiscountsInner Modifier and Type Method Description List<FeedPricesDiscountsInner>FeedPrices. getDiscounts()Array of active discounts applied to the regular price.List<FeedPricesDiscountsInner>FeedPricesUpdate. getDiscounts()Active discountsMethods in com.adobe.aco.model with parameters of type FeedPricesDiscountsInner Modifier and Type Method Description FeedPricesFeedPrices. addDiscountsItem(FeedPricesDiscountsInner discountsItem)FeedPricesUpdateFeedPricesUpdate. addDiscountsItem(FeedPricesDiscountsInner discountsItem)Method parameters in com.adobe.aco.model with type arguments of type FeedPricesDiscountsInner Modifier and Type Method Description FeedPricesFeedPrices. discounts(List<FeedPricesDiscountsInner> discounts)FeedPricesUpdateFeedPricesUpdate. discounts(List<FeedPricesDiscountsInner> discounts)voidFeedPrices. setDiscounts(List<FeedPricesDiscountsInner> discounts)voidFeedPricesUpdate. setDiscounts(List<FeedPricesDiscountsInner> discounts)
-