Uses of Class
com.sap.retail.sapppspricing.swagger.businessobject.dto.PointsAwarded
Packages that use PointsAwarded
-
Uses of PointsAwarded in com.sap.retail.sapppspricing.swagger.businessobject.dto
Methods in com.sap.retail.sapppspricing.swagger.businessobject.dto that return PointsAwardedModifier and TypeMethodDescriptionPointsAwarded.type(PointsAwarded.TypeEnum type) PointsAwarded.value(BigDecimal value) Methods in com.sap.retail.sapppspricing.swagger.businessobject.dto that return types with arguments of type PointsAwardedModifier and TypeMethodDescriptionFrequentShopperPointsModifierType.getPointsAwarded()The number of points awarded by the line item.LoyaltyRewardBase.getPointsAwarded()The number of points awarded by the line item.Methods in com.sap.retail.sapppspricing.swagger.businessobject.dto with parameters of type PointsAwardedModifier and TypeMethodDescriptionFrequentShopperPointsModifierType.addPointsAwardedItem(PointsAwarded pointsAwardedItem) LoyaltyRewardBase.addPointsAwardedItem(PointsAwarded pointsAwardedItem) Method parameters in com.sap.retail.sapppspricing.swagger.businessobject.dto with type arguments of type PointsAwardedModifier and TypeMethodDescriptionFrequentShopperPointsModifierType.pointsAwarded(List<PointsAwarded> pointsAwarded) LoyaltyRewardBase.pointsAwarded(List<PointsAwarded> pointsAwarded) voidFrequentShopperPointsModifierType.setPointsAwarded(List<PointsAwarded> pointsAwarded) voidLoyaltyRewardBase.setPointsAwarded(List<PointsAwarded> pointsAwarded)