squareconnect.models.order_line_item
Represents a line item in an order. Each line item describes a different product to purchase, with its own quantity and price details.
| Name | Type | Notes |
|---|---|---|
| id | str | [optional] |
| name | str | [optional] |
| quantity | str | [optional] |
| base_price_money | Money | [optional] |
| total_money | Money | [optional] |