Value Object
Class CustomerAdditionalAddressInfo
Represents additional address information
| category |
System |
|---|---|
| package |
Customer |
| subpackage |
ValueObjects |
| implements |
CustomerAdditionalAddressInfoInterface |
__construct(string $additionalInfo)
Validates the length and the data type of additional address info.
| throws |
If $additionalInfo is not a string. If $additionalInfo contains more than 255 characters. |
|---|---|
stringCustomer's additional address info.
__toString() : string
stringEquivalent string value.
additionalInfo : string
| var |
|---|
string