Value Object
Class CustomerCountryZoneName
Represents a customer country zone name
| category |
System |
|---|---|
| package |
Customer |
| subpackage |
ValueObjects |
| implements |
CustomerCountryZoneNameInterface |
__construct(string $p_name)
Validates the length and the data type of the customer country zone name.
| throws |
If $p_name is not a string. If $p_name contains more characters than 32. |
|---|---|
stringCustomer's country zone name.
__toString() : string
stringEquivalent string value.
name : string
| var |
|---|
string