# VyLineItemDto

## Properties

| Field          | Type                                                                                                       | Description | Required |
| -------------- | ---------------------------------------------------------------------------------------------------------- | ----------- | -------- |
| id             | string                                                                                                     |             | ✗        |
| object         | string                                                                                                     |             | ✗        |
| amountDiscount | number                                                                                                     |             | ✗        |
| amountSubtotal | number                                                                                                     |             | ✗        |
| amountTax      | number                                                                                                     |             | ✗        |
| amountTotal    | number                                                                                                     |             | ✗        |
| currency       | string                                                                                                     |             | ✗        |
| description    | string                                                                                                     |             | ✗        |
| price          | [VyLineItemPriceDto](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/pay/vylineitempricedto) |             | ✗        |
| quantity       | number                                                                                                     |             | ✗        |

## References

**Schema**

* [VyLineItemsResponseDto](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/pay/vylineitemsresponsedto)
