---
title: PKPaymentRequestShippingContactUpdate
framework: passkit
role: symbol
role_heading: Class
path: passkit/pkpaymentrequestshippingcontactupdate
---

# PKPaymentRequestShippingContactUpdate

An object that updates the payment request after the shipping contact information changes.

## Declaration

```swift
class PKPaymentRequestShippingContactUpdate
```

## Overview

Overview This is the handler for paymentAuthorizationController(_:didSelectShippingContact:handler:) and paymentAuthorizationViewController(_:didSelectShippingContact:handler:). Use this object to update the available shipping methods and, if the user has selected a shipping method, the current shipping cost.

## Topics

### Creating a shipping contact update

- [init(errors:paymentSummaryItems:shippingMethods:)](passkit/pkpaymentrequestshippingcontactupdate/init(errors:paymentsummaryitems:shippingmethods:).md)

### Updating user errors and shipping methods

- [errors](passkit/pkpaymentrequestshippingcontactupdate/errors.md)
- [shippingMethods](passkit/pkpaymentrequestshippingcontactupdate/shippingmethods.md)

## Relationships

### Inherits From

- [PKPaymentRequestUpdate](passkit/pkpaymentrequestupdate.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)
- [PKPaymentRequestShippingMethodUpdate](passkit/pkpaymentrequestshippingmethodupdate.md)
- [PKPaymentRequestCouponCodeUpdate](passkit/pkpaymentrequestcouponcodeupdate.md)
- [PKPaymentRequestUpdate](passkit/pkpaymentrequestupdate.md)
