AddressInterface
interface AddressInterface implements TypeInterface, NameInterface
Class AddressInterface.
Methods
$this
setAddressLine1(
string $addressLine1)
No description
string
getAddressLine1()
No description
$this
setAddressLine2(
string|null $addressLine2 = null)
No description
string|null
getAddressLine2()
No description
bool
hasAddressLine2()
No description
$this
setAddressLine3(
string|null $addressLine3 = null)
No description
string|null
getAddressLine3()
No description
bool
hasAddressLine3()
No description
$this
setCity(
string $city)
No description
string
getCity()
No description
$this
setState(
string $state)
No description
string
getState()
No description
$this
setZip(
string $zip)
No description
string
getZip()
No description