> 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/vylineitemdto.md).

# VyLineItemDto

## Properties

| Field          | Type                                                                                      | Description | Required |
| -------------- | ----------------------------------------------------------------------------------------- | ----------- | -------- |
| Id             | string                                                                                    |             | ✗        |
| Object         | string                                                                                    |             | ✗        |
| AmountDiscount | int                                                                                       |             | ✗        |
| AmountSubtotal | int                                                                                       |             | ✗        |
| AmountTax      | int                                                                                       |             | ✗        |
| AmountTotal    | int                                                                                       |             | ✗        |
| Currency       | string                                                                                    |             | ✗        |
| Description    | string                                                                                    |             | ✗        |
| Price          | [VyLineItemPriceDto](/sdk-reference/c-sdk-v3/object-references/pay/vylineitempricedto.md) |             | ✗        |
| Quantity       | int                                                                                       |             | ✗        |

## References

**Schema**

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