Newer Version Available
CdpBasedLoyaltyPromotionInputBuilder Class
Namespace
CdpBasedLoyaltyPromotionInputBuilder Methods
The following are methods for CdpBasedLoyaltyPromotionInputBuilder.
setMemberId(memberId)
Represents the ID of a loyalty program member for whom promotions must
be filtered. This is a required field. Ensure that the member is part of a Customer Data
Platform market segment.
Signature
public LoyaltyManagement.CdpBasedLoyaltyPromotionInputBuilder setMemberId(String memberId)
Parameters
- memberId
- Type: String
Return Value
Type: LoyaltyManagement.CdpBasedLoyaltyPromotionInputBuilder
setPromotions(promotions)
Represents the promotion records to filter the promotions that are
applicable to the member's market segment.
Signature
public LoyaltyManagement.CdpBasedLoyaltyPromotionInputBuilder setPromotions(List<SObject> promotions)
Parameters
- promotions
- Type: List<SObject>
Return Value
Type: LoyaltyManagement.CdpBasedLoyaltyPromotionInputBuilder