Happpi PHP Library

$custID

The customer ID tied to the Simple Part

Type

int

Getter Example

Used to retrieve the value of the property:

    CurtSimplePart->getCustID();

Setter Example

Used to set the value of the property

    CurtSimplePart->setCustID($Value)