---
title: identificationHint
framework: appintents
role: symbol
role_heading: Instance Property
path: appintents/intentpaymentmethod/identificationhint
---

# identificationHint

A hint making it easier for the user to identify the payment method among others of similar name or type, such as the last several digits of a credit card number

## Declaration

```swift
var identificationHint: String? { get }
```

## See Also

### Getting the payment details

- [paymentType](appintents/intentpaymentmethod/paymenttype-swift.property.md)
- [name](appintents/intentpaymentmethod/name.md)
- [icon](appintents/intentpaymentmethod/icon.md)
- [IntentPaymentMethod.PaymentType](appintents/intentpaymentmethod/paymenttype-swift.enum.md)
