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