# KykyapiClient.CustomerOrganization

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Number** | Entity identifier | [optional] 
**type** | **String** | Customer organization type | [optional] 
**customerNumber** | **String** | Customer&#39;s number | [optional] 
**businessName** | **String** | Customer&#39;s business name | 
**businessCode** | **String** | Customer&#39;s business code | [optional] 
**webpage** | **String** | Customer&#39;s webpage | [optional] 
**catalogueId** | **Number** | Customer&#39;s catalogue id | [optional] 
**billingAddress** | [**Address**](Address.md) |  | [optional] 
**billingContactName** | **String** | Customer&#39;s billing contact&#39;s name | [optional] 
**billingContactEmail** | **String** | Customer&#39;s billing contact&#39;s email | [optional] 
**additionalInformation** | **String** | Additional information about the customer. | [optional] 


<a name="TypeEnum"></a>
## Enum: TypeEnum


* `CUSTOMER` (value: `"CUSTOMER"`)

* `SUPPLIER` (value: `"SUPPLIER"`)




