---
title: deferredPaymentRequest
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pkpaymentrequestupdate/deferredpaymentrequest
---

# deferredPaymentRequest

The deferred payment request to update the payment request with.

## Declaration

```swift
var deferredPaymentRequest: PKDeferredPaymentRequest? { get set }
```

## Discussion

Discussion The default value is nil, which indicates the 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, recurring payment requests, or automatic reload payment requests.
