# PaymentLineItem


## 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]
**paid** | **number** |  | [default to undefined]
**refunded** | **number** |  | [default to undefined]
**discount** | **number** |  | [default to undefined]
**deferred** | **number** |  | [default to undefined]
**salesTax** | **number** |  | [default to undefined]
**taxRate** | **number** |  | [default to undefined]
**refundedSalesTax** | **number** |  | [default to undefined]
**paymentId** | **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]
**bookingId** | **string** |  | [default to undefined]
**pass** | [**BaseEventPass**](BaseEventPass.md) |  | [default to undefined]
**_package** | [**BaseEventPackage**](BaseEventPackage.md) |  | [default to undefined]
**passAddOn** | [**BasePassAddOn**](BasePassAddOn.md) |  | [default to undefined]
**reservation** | [**BaseEventRoomTypeReservation**](BaseEventRoomTypeReservation.md) |  | [default to undefined]
**access** | [**BaseEventSessionAccess**](BaseEventSessionAccess.md) |  | [default to undefined]
**booking** | [**BaseBooking**](BaseBooking.md) |  | [default to undefined]
**coupon** | [**BaseCoupon**](BaseCoupon.md) |  | [default to undefined]
**seriesRegistration** | [**BaseSeriesRegistration**](BaseSeriesRegistration.md) |  | [default to undefined]
**payment** | [**BasePayment**](BasePayment.md) |  | [default to undefined]

## Example

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

const instance: PaymentLineItem = {
    id,
    type,
    parent,
    name,
    quantity,
    amount,
    paid,
    refunded,
    discount,
    deferred,
    salesTax,
    taxRate,
    refundedSalesTax,
    paymentId,
    taxCode,
    taxIncluded,
    taxLocation,
    passId,
    packageId,
    passAddOnId,
    reservationId,
    accessId,
    bookingId,
    pass,
    _package,
    passAddOn,
    reservation,
    access,
    booking,
    coupon,
    seriesRegistration,
    payment,
};
```

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