# InvoiceUpdateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | **string** |  | [optional] [default to undefined]
**description** | **string** |  | [optional] [default to undefined]
**dueDate** | **string** |  | [optional] [default to undefined]
**notes** | **string** |  | [optional] [default to undefined]
**accountId** | **string** |  | [optional] [default to undefined]
**eventId** | **string** |  | [optional] [default to undefined]
**paymentIntegrationId** | **string** |  | [optional] [default to undefined]
**entityId** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: InvoiceUpdateInputs = {
    title,
    description,
    dueDate,
    notes,
    accountId,
    eventId,
    paymentIntegrationId,
    entityId,
};
```

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