---
title: "init(paymentDescription:deferredBilling:managementURL:)"
framework: passkit
role: symbol
role_heading: Initializer
path: "passkit/pkdeferredpaymentrequest/init(paymentdescription:deferredbilling:managementurl:)"
---

# init(paymentDescription:deferredBilling:managementURL:)

Creates a deferred payment request with the payment description, deferred billing summary, and management URL you provide.

## Declaration

```swift
init(paymentDescription: String, deferredBilling: PKDeferredPaymentSummaryItem, managementURL: URL)
```

## Parameters

- `paymentDescription`: A description of the deferred payment, for example “Hotel stay, 2 nights.”
- `deferredBilling`: Details about the deferred payment, for example “Pay $2.99 on October 9, 2023.”
- `managementURL`: A URL that links to a page on your web site where the user can manage the payment method for the deferred payment, including deleting it.
