# 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](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/pay/vylineitemdto)
