Click or drag to resize

LoyaltyServiceGetRewardsGiven Method

Namespace:  Dynamicweb.Ecommerce.Loyalty
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IEnumerable<RewardPointsGiven> GetRewardsGiven(
	IEnumerable<Reward> rewards
)

Parameters

rewards
Type: System.Collections.GenericIEnumerableReward

Return Value

Type: IEnumerableRewardPointsGiven
See Also