# InvoiceLineItemUpdateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** |  | [optional] [default to undefined]
**description** | **string** |  | [optional] [default to undefined]
**quantity** | **number** |  | [optional] [default to undefined]
**amount** | **number** |  | [optional] [default to undefined]
**taxCode** | **string** |  | [optional] [default to undefined]
**taxIncluded** | **boolean** |  | [optional] [default to undefined]
**taxLocation** | [**TaxLocationType**](TaxLocationType.md) |  | [optional] [default to undefined]

## Example

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

const instance: InvoiceLineItemUpdateInputs = {
    name,
    description,
    quantity,
    amount,
    taxCode,
    taxIncluded,
    taxLocation,
};
```

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