# VyLineItemDto

## Properties

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

## References

**Schema**

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