---
title: DataDetector.Match.SemanticDetails.PaymentIdentifier
framework: datadetection
role: symbol
role_heading: Structure
path: datadetection/datadetector/match/semanticdetails/paymentidentifier
---

# DataDetector.Match.SemanticDetails.PaymentIdentifier

A match that the data detector determines represents a payment identifier.

## Declaration

```swift
struct PaymentIdentifier
```

## Discussion

Discussion The identifier property is an identifier suitable to initiate a payment transaction. The type is the type of payment system.

## Topics

- [identifier](datadetection/datadetector/match/semanticdetails/paymentidentifier/identifier.md)
- [type](datadetection/datadetector/match/semanticdetails/paymentidentifier/type.md)

### Enumerations

- [DataDetector.Match.SemanticDetails.PaymentIdentifier.PaymentSystem](datadetection/datadetector/match/semanticdetails/paymentidentifier/paymentsystem.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
