> For the complete documentation index, see [llms.txt](https://sdk.venly.io/sdk-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/pay/vylineitempricedto.md).

# VyLineItemPriceDto

## Properties

| Field             | Type    | Description | Required |
| ----------------- | ------- | ----------- | -------- |
| id                | string  |             | ✗        |
| object            | string  |             | ✗        |
| active            | boolean |             | ✗        |
| billingScheme     | string  |             | ✗        |
| created           | number  |             | ✗        |
| currency          | string  |             | ✗        |
| customUnitAmount  | Any     |             | ✗        |
| livemode          | boolean |             | ✗        |
| lookupKey         | string  |             | ✗        |
| metadata          | Any     |             | ✗        |
| nickname          | string  |             | ✗        |
| product           | string  |             | ✗        |
| recurring         | Any     |             | ✗        |
| taxBehavior       | string  |             | ✗        |
| tiersMode         | string  |             | ✗        |
| transformQuantity | Any     |             | ✗        |
| type              | string  |             | ✗        |
| unitAmount        | number  |             | ✗        |
| unitAmountDecimal | string  |             | ✗        |

## References

**Schema**

* [VyLineItemDto](/sdk-reference/ts-js-v3/object-references/pay/vylineitemdto.md)
