# Invoice


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**alternateId** | **string** |  | [default to undefined]
**dueDate** | **string** |  | [default to undefined]
**sentDate** | **string** |  | [default to undefined]
**status** | [**InvoiceStatus**](InvoiceStatus.md) |  | [default to undefined]
**title** | **string** |  | [default to undefined]
**notes** | **string** |  | [default to undefined]
**paymentIntegrationId** | **string** |  | [default to undefined]
**paymentIntegration** | [**BasePaymentIntegration**](BasePaymentIntegration.md) |  | [default to undefined]
**entityId** | **string** |  | [default to undefined]
**entity** | [**BaseOrganizationEntity**](BaseOrganizationEntity.md) |  | [default to undefined]
**lineItems** | [**BaseInvoiceLineItem**](BaseInvoiceLineItem.md) |  | [default to undefined]
**accountId** | **string** |  | [default to undefined]
**account** | [**BaseAccount**](BaseAccount.md) |  | [default to undefined]
**eventId** | **string** |  | [default to undefined]
**event** | [**BaseEvent**](BaseEvent.md) |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

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

const instance: Invoice = {
    id,
    alternateId,
    dueDate,
    sentDate,
    status,
    title,
    notes,
    paymentIntegrationId,
    paymentIntegration,
    entityId,
    entity,
    lineItems,
    accountId,
    account,
    eventId,
    event,
    createdAt,
    updatedAt,
};
```

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