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