Property | Type | Description | |
---|---|---|---|
$cityName | string | ||
$countryCode | string | ||
$postalCode | string | ||
$provinceCode | string | ||
$provinceName | string | ||
$streetAddress | string | ||
$streetAddress2 | string |
Method | Description | |
---|---|---|
__construct ( $streetAddress = null, $streetAddress2 = null, $cityName = null, $provinceCode = null, $provinceName = null, $postalCode = null, $countryCode = null ) | ||
getNamespace ( ) : string | Gets the namesapce of this class | |
getXsiTypeName ( ) : string | Gets the xsi:type name of this class |
public __construct ( $streetAddress = null, $streetAddress2 = null, $cityName = null, $provinceCode = null, $provinceName = null, $postalCode = null, $countryCode = null ) |
public getNamespace ( ) : string | ||
return | string | the namespace of this class |
public getXsiTypeName ( ) : string | ||
return | string | the xsi:type name of this class |