---
title: paymentDescription
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pkrecurringpaymentrequest/paymentdescription
---

# paymentDescription

A description that you provide of the recurring payment and that Apple Pay displays to the user in the payment sheet.

## Declaration

```swift
var paymentDescription: String { get set }
```

## Discussion

Discussion Provide a display name for the recurring payment, for example, “Apple News+”.

## See Also

### Describing a recurring payment

- [billingAgreement](passkit/pkrecurringpaymentrequest/billingagreement.md)
