Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 693 Bytes

CustomerPreferences.md

File metadata and controls

15 lines (9 loc) · 693 Bytes

CustomerPreferences

Description

Represents communication preferences for the customer profile.

Properties

Name Getter Setter Type Description Notes
email_unsubscribed getEmailUnsubscribed() setEmailUnsubscribed($value) bool The customer has unsubscribed from receiving marketing campaign emails. [optional]

Note: All properties are protected and only accessed via getters and setters.

[Back to Model list] [Back to API list] [Back to README]