<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FinanceKit",
  "identifier" : "/documentation/FinanceKit/FullyQualifiedOrderIdentifier",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "FinanceKit"
    ],
    "preciseIdentifier" : "s:10FinanceKit29FullyQualifiedOrderIdentifierV"
  },
  "title" : "FullyQualifiedOrderIdentifier"
}
-->

# FullyQualifiedOrderIdentifier

A structure that specifies the characteristics of an order.

```
struct FullyQualifiedOrderIdentifier
```

## Topics

### Initializers

[`init(orderTypeIdentifier:orderIdentifier:)`](/documentation/FinanceKit/FullyQualifiedOrderIdentifier/init(orderTypeIdentifier:orderIdentifier:))

Initializes the object with values that uniquely identify an order within an order type.

### Instance Properties

[`orderIdentifier`](/documentation/FinanceKit/FullyQualifiedOrderIdentifier/orderIdentifier)

A string the merchant uses to identify a specific customer order.

[`orderTypeIdentifier`](/documentation/FinanceKit/FullyQualifiedOrderIdentifier/orderTypeIdentifier)

A string that describes the order type.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)