Value Object
Class AddressClass
Represents a customer address
| category |
System |
|---|---|
| package |
Customer |
| subpackage |
ValueObjects |
| implements |
AddressClassInterface |
__construct(string $addressClass)
Validates the data type of the address class.
| Throws |
|
|---|
stringAddress class.
__toString() : string
stringEquivalent string value.
addressClass : string
| var |
|---|
string