---
title: "containsOrder(matching:updatedDate:)"
framework: financekit
role: symbol
role_heading: Instance Method
path: "financekit/financestore/containsorder(matching:updateddate:)"
---

# containsOrder(matching:updatedDate:)

Checks whether the finance store contains an order.

## Declaration

```swift
func containsOrder(matching fqoid: FullyQualifiedOrderIdentifier, updatedDate: Date? = nil) async throws -> FinanceStore.ContainsOrderResult
```

## Discussion

Discussion This returns .notFound for any orders that the process isn’t entitled to access.
