Happpi PHP Library

$customerID

The ID of the customer

Type

int

Getter Example

Used to retrieve the value of the property:

    CurtCustomer->getCustomerID();

Setter Example

Used to set the value of the property

    CurtCustomer->setCustomerID($Value)