---
title: isDelegatedRequest
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pkdisbursementrequest/isdelegatedrequest
---

# isDelegatedRequest

A Boolean value that indicates whether this disbursement request is being made by a delegated entity on behalf of a merchant.

## Declaration

```swift
var isDelegatedRequest: Bool { get set }
```

## Discussion

Discussion Set this property to YES when your application is acting as an Apple Pay delegate and presenting the payment sheet on behalf of another merchant. The default value is NO. note: This property requires your application to be registered as an Apple Pay delegate and to have the com.apple.developer.in-app-payments-delegate entitlement.
