> For the complete documentation index, see [llms.txt](https://api.parking24.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.parking24.online/reference/zavgar-api-reference/graphql/types/order.md).

# Order

```graphql
type Order {
  # Date pay
  datePay: Long

  # Order ID
  id: String!

  # Order status
  status: String!

  # Order total
  total: Float!

  # Get contact
  contact: Contact

  # Get pretty dateStart
  datePayPretty: String!

  # Rent order info
  rentOrder: RentOrder
}

```
