> 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/c-sdk-v3/object-references/pay/vylineitempricedto.md).

# VyLineItemPriceDto

## Properties

| Field             | Type   | Description | Required |
| ----------------- | ------ | ----------- | -------- |
| Id                | string |             | ✗        |
| Object            | string |             | ✗        |
| Active            | bool   |             | ✗        |
| BillingScheme     | string |             | ✗        |
| Created           | int    |             | ✗        |
| Currency          | string |             | ✗        |
| CustomUnitAmount  | JToken |             | ✗        |
| Livemode          | bool   |             | ✗        |
| LookupKey         | string |             | ✗        |
| Metadata          | JToken |             | ✗        |
| Nickname          | string |             | ✗        |
| Product           | string |             | ✗        |
| Recurring         | JToken |             | ✗        |
| TaxBehavior       | string |             | ✗        |
| TiersMode         | string |             | ✗        |
| TransformQuantity | JToken |             | ✗        |
| Type              | string |             | ✗        |
| UnitAmount        | int    |             | ✗        |
| UnitAmountDecimal | string |             | ✗        |

## References

**Schema**

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