Class ConsentStatusEntry
dw.customer.consent
Class ConsentStatusEntry
Object
dw.customer.consent.ConsentStatusEntry
Represents the consent status for a specific channel and contact point.

This class provides information about the shopper's consent status (OPT_IN, OPT_OUT) for a particular marketing communication channel.

Properties
channel  :  String  (Read Only)
The channel type for this consent status entry.
contactPointValue  :  String  (Read Only)
The contact point value (email address or phone number) for this consent entry.
status  :  String  (Read Only)
The consent status.
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Method Summary
getChannel() : String
Returns the channel type for this consent status entry.
getContactPointValue() : String
Returns the contact point value (email address or phone number) for this consent entry.
getStatus() : String
Returns the consent status.
Method Detail
getChannel
getChannel() : String
Returns the channel type for this consent status entry.
Returns:
The channel type (e.g., "EMAIL", "SMS", "WHATSAPP").

getContactPointValue
getContactPointValue() : String
Returns the contact point value (email address or phone number) for this consent entry.
Returns:
The contact point value.

getStatus
getStatus() : String
Returns the consent status.
Returns:
The consent status (e.g., "OPT_IN", "OPT_OUT").