Happpi PHP Library

$key

The API key of the customer used to access API methods that require authentication.

Type

string

Getter Example

Used to retrieve the value of the property:

    CurtCustomer->getKey();

Setter Example

Used to set the value of the property

    CurtCustomer->setKey($Value)