---
title: newShippingMethods
framework: applepayontheweb
role: symbol
role_heading: Instance Property
path: applepayontheweb/applepaypaymentmethodupdate/newshippingmethods
---

# newShippingMethods

The updated list of available shipping methods that results from the user’s change to the payment method.

## Declaration

```data
sequence <ApplePayShippingMethod> newShippingMethods;
```

## Discussion

Discussion Supply an updated list of shipping methods if the user’s change in the payment method caused any changes in the shipping methods.

## See Also

### Updating payment method properties

- [newLineItems](applepayontheweb/applepaypaymentmethodupdate/newlineitems.md)
- [newTotal](applepayontheweb/applepaypaymentmethodupdate/newtotal.md)
- [errors](applepayontheweb/applepaypaymentmethodupdate/errors.md)
