---
title: PKPaymentRequestShippingMethodUpdate
framework: passkit
role: symbol
role_heading: Class
path: passkit/pkpaymentrequestshippingmethodupdate
---

# PKPaymentRequestShippingMethodUpdate

An object that updates the payment request after the shipping method changed.

## Declaration

```swift
class PKPaymentRequestShippingMethodUpdate
```

## Overview

Overview This is the handler for paymentAuthorizationController(_:didSelectShippingMethod:handler:) and paymentAuthorizationViewController(_:didSelect:handler:).

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