squareconnect.models.order
Contains all information related to a single order to process with Square, including line items that specify the products to purchase
| Name | Type | Notes |
|---|---|---|
| id | str | [optional] |
| location_id | str | [optional] |
| reference_id | str | [optional] |
| line_items | list[OrderLineItem] | [optional] |
| total_money | Money | [optional] |