---
title: paymentRecord
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrequestpaymentintentresponse/paymentrecord
---

# paymentRecord

The details of the request.

## Declaration

```swift
@NSCopying var paymentRecord: INPaymentRecord? { get set }
```

## Discussion

Discussion Assign an object to this property that contains the details of the payment request. Include as much information as possible in the payment record. The default value of this property is nil.
