Happpi PHP Library

$website

The website of the customer

Type

string

Getter Example

Used to retrieve the value of the property:

    CurtCustomer->getWebsite();

Setter Example

Used to set the value of the property

    CurtCustomer->setWebsite($Value)