# AccountAddressCreateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** |  | [optional] [default to undefined]
**address1** | **string** |  | [default to undefined]
**address2** | **string** |  | [optional] [default to undefined]
**city** | **string** |  | [default to undefined]
**state** | **string** |  | [default to undefined]
**country** | **string** |  | [default to undefined]
**zip** | **string** |  | [default to undefined]

## Example

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

const instance: AccountAddressCreateInputs = {
    name,
    address1,
    address2,
    city,
    state,
    country,
    zip,
};
```

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