Interface NewsletterSubscription
category |
System |
---|---|
package |
NewsletterSubscription |
__construct(\IdType $id, \CustomerEmailInterface $email, \IdType $customerId, \IntType $customerStatus, \StringType $firstName, \StringType $lastName, \IntType $mailStatus, \StringType $mailKey, \DateTime $subscriptionDate)
\IdType
\CustomerEmailInterface
\IdType
\IntType
\StringType
\StringType
\IntType
\StringType
\DateTime
getCustomerId() : integer
integer
getCustomerStatus() : integer
integer
getEmail() : string
string
getFirstName() : string
string
getId() : integer
integer
getLastName() : string
string
getMailKey() : string
string
getMailStatus() : integer
integer
getSubscriptionDate() : \DateTime
\DateTime