# BaseInvoice


## 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]

## Example

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

const instance: BaseInvoice = {
    id,
    alternateId,
    dueDate,
    sentDate,
    status,
    title,
    notes,
    paymentIntegrationId,
    paymentIntegration,
    entityId,
    entity,
};
```

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