# BasePaymentIntentLineItem


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**type** | [**PaymentLineItemType**](PaymentLineItemType.md) |  | [default to undefined]
**parent** | **string** |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**quantity** | **number** |  | [default to undefined]
**amount** | **number** |  | [default to undefined]
**discount** | **number** |  | [default to undefined]
**deferred** | **number** |  | [default to undefined]
**salesTax** | **number** |  | [default to undefined]
**taxCode** | **string** |  | [default to undefined]
**taxIncluded** | **boolean** |  | [default to undefined]
**taxLocation** | [**TaxLocationType**](TaxLocationType.md) |  | [default to undefined]
**passId** | **string** |  | [default to undefined]
**packageId** | **string** |  | [default to undefined]
**passAddOnId** | **string** |  | [default to undefined]
**reservationId** | **string** |  | [default to undefined]
**accessId** | **string** |  | [default to undefined]
**invoiceId** | **string** |  | [default to undefined]
**bookingId** | **string** |  | [default to undefined]
**couponId** | **string** |  | [default to undefined]
**seriesRegistrationId** | **string** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]

## Example

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

const instance: BasePaymentIntentLineItem = {
    id,
    type,
    parent,
    name,
    quantity,
    amount,
    discount,
    deferred,
    salesTax,
    taxCode,
    taxIncluded,
    taxLocation,
    passId,
    packageId,
    passAddOnId,
    reservationId,
    accessId,
    invoiceId,
    bookingId,
    couponId,
    seriesRegistrationId,
    createdAt,
};
```

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