dw.customer.consent
Class ConsentStatusEntry
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.
Methods inherited from class
Object
assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values
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").
© Copyright 2000-2026, salesforce.com inc. All rights reserved. Various trademarks held by their respective owners.