# OrganizationEntityUpdateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**legalName** | **string** |  | [optional] [default to undefined]
**tradingName** | **string** |  | [optional] [default to undefined]
**companyNumber** | **string** |  | [optional] [default to undefined]
**address1** | **string** |  | [optional] [default to undefined]
**address2** | **string** |  | [optional] [default to undefined]
**city** | **string** |  | [optional] [default to undefined]
**state** | **string** |  | [optional] [default to undefined]
**country** | **string** |  | [optional] [default to undefined]
**zip** | **string** |  | [optional] [default to undefined]
**vatNumber** | **string** |  | [optional] [default to undefined]
**vatCountry** | **string** |  | [optional] [default to undefined]
**companyCode** | **string** |  | [optional] [default to undefined]
**paymentIntegrationId** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { OrganizationEntityUpdateInputs } from '@connectedxm/admin-sdk';

const instance: OrganizationEntityUpdateInputs = {
    legalName,
    tradingName,
    companyNumber,
    address1,
    address2,
    city,
    state,
    country,
    zip,
    vatNumber,
    vatCountry,
    companyCode,
    paymentIntegrationId,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
