Internally this uses the functionality contained in the relevant Supported Country class based on the supplied CountryNameOrCode.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| streetAddressFull | String | The Full Street Address. | ||
| streetUnit | String | ByRef | The Street Unit. | |
| streetNumber | String | ByRef | The Street Number. | |
| streetName | String | ByRef | The Street Name. | |
| streetType | String | ByRef | The Street Type. | |
| streetDirection | String | ByRef | The Street Direction. | |
| deliveryType | iseAddressDeliveryType | Optional | ByRef | This will be set to a value other than 'Unspecified' if the Street Address line gives a hint about the Delivery Type, e.g. PO BOX 1234 might return a Street Number of 1234 and a Delivery Type of PoBox. If omitted, a value of iseAddressDeliveryType.Unspecified is assumed. |
| countryCodeOrName | String | Optional | The Country Name or Code. |