Happpi PHP Library

$name

The Name of the customer

Type

string

Getter Example

Used to retrieve the value of the property:

    CurtCustomer->getName();

Setter Example

Used to set the value of the property

    CurtCustomer->setName($Value)