---
title: recurringPaymentRequest
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pkpaymentrequestupdate/recurringpaymentrequest
---

# recurringPaymentRequest

The recurring payment request to update the payment request with.

## Declaration

```swift
var recurringPaymentRequest: PKRecurringPaymentRequest? { get set }
```

## Discussion

Discussion The default value is nil, which indicates the recurring payment request doesn’t require an update. warning: Changing the billingAgreement along with this property causes the framework to invalidate the current payment request, close the payment sheet, and return an error in the completion handler. You can’t use this property simultaneously with multitoken contexts or automatic reload payment requests.
