Address
An object representing an address.
Object Properties
| 
					 Property  | 
				
					 Type  | 
				
					 Description  | 
			
| 
					 ID  | 
				
					 integer  | 
				
					 Unique Identity of an Address. When adding a new Address the value must be 0.  | 
			
| 
					 Description  | 
				
					 Name of the address.  | 
				
					 string (100)  | 
			
| 
					 Street  | 
				
					 Street name and number.  | 
				
					 string (100)  | 
			
| 
					 City  | 
				
					 Name of the city.  | 
				
					 string (100)  | 
			
| 
					 Province  | 
				
					 Name of the state or province.  | 
				
					 string (100)  | 
			
| 
					 Postal  | 
				
					 A postal or zip code.  | 
				
					 string (100)  | 
			
| 
					 Country  | 
				
					 integer  | 
				
					 ID value of a country.  | 
			
| 
					 PhoneList  | 
				
					 List<Phone>  | 
				
					 List of phone objects.  | 
			
| 
					 AddressLinkList  | 
				
					 List<AddressLink>  | 
				
					 List of AddressLink objects.  | 
			
							 
						 | 
					

