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

# name

The name of this payment type.

## Declaration

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

## Discussion

Discussion Use this property in conjunction with the identificationHint property to identify each payment method uniquely.

## See Also

### Getting the Payment Information

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