Class CustomerSuburb
Represents a customer suburb
| category |
System |
|---|---|
| package |
Customer |
| subpackage |
ValueObjects |
__construct(string $p_suburb)
Validates the length and the data type of the customer suburb.
| throws |
If $p_suburb is not a string. If $p_suburb contains more characters than 32. |
|---|---|
stringCustomer's suburb.
__toString() : string
stringEquivalent string value.
suburb : string
| var |
|---|
string