---
title: identificationHint
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inpaymentmethod/identificationhint
---

# identificationHint

The hint for identifying the payment method.

## Declaration

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

## Discussion

Discussion Use this string in conjunction with the name property to identify the payment method uniquely. For example, this property may contain the last four digits of a credit card number to help distinguish it from other credit cards of the same type.

## See Also

### Getting the Payment Information

- [type](intents/inpaymentmethod/type.md)
- [INPaymentMethodType](intents/inpaymentmethodtype.md)
- [name](intents/inpaymentmethod/name.md)
- [icon](intents/inpaymentmethod/icon.md)
