|  The information on this page refers to SOAP version 2, which no longer includes the "vat_number" field. If you are using SOAP version 1, please refer to the SOAP version 1 documentation. | 
The Soap_Customer object represents a customer in LAC. This object is used to add, edit or get a list of customers.
Soap_Customer contains the following properties:
| Property name | Type | Description | 
| id | integer | ID of the customer in LAC. | 
| name | string | Name of the customer. | 
| street | string | Street name. | 
| zip_code | string | Zip code. | 
| city | string | City name. | 
| state | string | State name. | 
| country | string | Country name. | 
| phone_number | string | Phone number of the customer. | 
| fax_number | string | Fax number of the customer. | 
| description | string | Description of the customer. | 
|  creation_time   |  string  | The time the customer was created in LAC. | 
|  update_time  |  string  | The time the customer was last updated in LAC. | 
| Contacts | Array of Soap_Contact objects defined for the Customer. | |
| CustomTags | Array of Soap_CustomTag objects defined for the Customer. |