containsOrder(matching:updatedDate:)
Checks whether the finance store contains an order.
Declaration
func containsOrder(matching fqoid: FullyQualifiedOrderIdentifier, updatedDate: Date? = nil) async throws -> FinanceStore.ContainsOrderResultDiscussion
This returns .notFound for any orders that the process isn’t entitled to access.