# InvoiceLineItem


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**description** | **string** |  | [default to undefined]
**quantity** | **number** |  | [default to undefined]
**amount** | **number** |  | [default to undefined]
**taxCode** | **string** |  | [default to undefined]
**taxIncluded** | **boolean** |  | [default to undefined]
**taxLocation** | [**TaxLocationType**](TaxLocationType.md) |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]
**invoiceId** | **string** |  | [default to undefined]
**invoice** | [**BaseInvoice**](BaseInvoice.md) |  | [default to undefined]

## Example

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

const instance: InvoiceLineItem = {
    id,
    name,
    description,
    quantity,
    amount,
    taxCode,
    taxIncluded,
    taxLocation,
    createdAt,
    updatedAt,
    invoiceId,
    invoice,
};
```

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