Click or drag to resize

Address2 Class

Street address integration entity. It can only exist as a part of some object, like Customer, Location, Employee. Web service access scope - Full access.
Inheritance Hierarchy

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class Address2 : CorrigoEntityWithOptimisticLock

The Address2 type exposes the following members.

Properties
 NameDescription
Public propertyActorId ID of the parent object. Is required.
Public propertyActorTypeId Actor Type of the parent object. Is required.
Public propertyCity City name. Max Length=128
Public propertyCountry Country abbreviation. Max Length=2
Public propertyGeoStatusId Geocoding status matching enumeration GeoStatus.
Public propertyLatitude Location’s latitude. Min value of -90, max value 90
Public propertyLongitude Location’s longitude. Min value of -180, max value 180
Public propertyState State abbreviation. Max Length=128
Public propertyStreet Street name. Max Length=128. Is required.
Public propertyStreet2 Street name (extension). Max Length=128
Public propertyTypeId Type of the address. Unknown, Primary or Home. Is required.
Public propertyZip ZIP code. Max Length=10
Top
See Also