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
id : integer
| var |
|---|
integer
email : string
| var |
|---|
string
customerId : integer
| var |
|---|
integer
customerStatus : integer
| var |
|---|
integer
firstName : string
| var |
|---|
string
lastName : string
| var |
|---|
string
mailStatus : integer
| var |
|---|
integer
mailKey : string
| var |
|---|
string
subscriptionDate : \DateTime
| var |
|---|
\DateTime