---
title: PKPaymentRequestUpdate
framework: passkit
role: symbol
role_heading: Class
path: passkit/pkpaymentrequestupdate
---

# PKPaymentRequestUpdate

The base class for updating the payment request after the user makes changes on the payment sheet.

## Declaration

```swift
class PKPaymentRequestUpdate
```

## Topics

### Creating a payment request update

- [init(paymentSummaryItems:)](passkit/pkpaymentrequestupdate/init(paymentsummaryitems:).md)

### Updating authorization status

- [status](passkit/pkpaymentrequestupdate/status.md)
- [PKPaymentAuthorizationStatus](passkit/pkpaymentauthorizationstatus.md)

### Updating summary items

- [paymentSummaryItems](passkit/pkpaymentrequestupdate/paymentsummaryitems.md)
- [PKPaymentSummaryItem](passkit/pkpaymentsummaryitem.md)

### Updating shipping methods

- [shippingMethods](passkit/pkpaymentrequestupdate/shippingmethods.md)

### Updating automatic reload payments

- [automaticReloadPaymentRequest](passkit/pkpaymentrequestupdate/automaticreloadpaymentrequest.md)

### Updating multitoken or multimerchant payments

- [multiTokenContexts](passkit/pkpaymentrequestupdate/multitokencontexts.md)

### Updating recurring payments

- [recurringPaymentRequest](passkit/pkpaymentrequestupdate/recurringpaymentrequest.md)

### Setting up a deferred payment request

- [deferredPaymentRequest](passkit/pkpaymentrequestupdate/deferredpaymentrequest.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Inherited By

- [PKPaymentRequestCouponCodeUpdate](passkit/pkpaymentrequestcouponcodeupdate.md)
- [PKPaymentRequestPaymentMethodUpdate](passkit/pkpaymentrequestpaymentmethodupdate.md)
- [PKPaymentRequestShippingContactUpdate](passkit/pkpaymentrequestshippingcontactupdate.md)
- [PKPaymentRequestShippingMethodUpdate](passkit/pkpaymentrequestshippingmethodupdate.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Payment sheet updates

- [PKPaymentRequestMerchantSessionUpdate](passkit/pkpaymentrequestmerchantsessionupdate.md)
- [PKPaymentRequestPaymentMethodUpdate](passkit/pkpaymentrequestpaymentmethodupdate.md)
- [PKPaymentRequestShippingContactUpdate](passkit/pkpaymentrequestshippingcontactupdate.md)
- [PKPaymentRequestShippingMethodUpdate](passkit/pkpaymentrequestshippingmethodupdate.md)
- [PKPaymentRequestCouponCodeUpdate](passkit/pkpaymentrequestcouponcodeupdate.md)
