Value Object
Class CustomerCountryIso3
Represents a customer country ISO3 code
| category |
System |
|---|---|
| package |
Customer |
| subpackage |
ValueObjects |
| implements |
CustomerCountryIso3Interface |
__construct(string $p_iso3)
Validates the length and data type of the customer country ISO-3 code.
| throws |
If $p_iso3 is not a string. If $p_iso3 contains more characters than 3. |
|---|---|
stringCustomer's ISO-3 country code.
__toString() : string
stringEquivalent string value.
iso3 : string
| var |
|---|
string