Happpi PHP Library

$email

The Email of the customer

Type

string

Getter Example

Used to retrieve the value of the property:

    CurtCustomer->getEmail();

Setter Example

Used to set the value of the property

    CurtCustomer->setEmail($Value)