---
title: shippingMethods
framework: applepayontheweb
role: symbol
role_heading: Instance Property
path: applepayontheweb/applepaypaymentrequest/shippingmethods
---

# shippingMethods

The list of shipping methods available for a payment request.

## Declaration

```data
sequence <ApplePayShippingMethod> shippingMethods;
```

## Discussion

Discussion See ApplePayShippingMethod. The amount for each shipping method must be a non-negative number to pass validation.

## See Also

### Working with transaction information

- [countryCode](applepayontheweb/applepaypaymentrequest/countrycode.md)
- [currencyCode](applepayontheweb/applepaypaymentrequest/currencycode.md)
- [merchantCapabilities](applepayontheweb/applepaypaymentrequest/merchantcapabilities.md)
- [shippingType](applepayontheweb/applepaypaymentrequest/shippingtype.md)
- [supportedCountries](applepayontheweb/applepaypaymentrequest/supportedcountries.md)
- [supportedNetworks](applepayontheweb/applepaypaymentrequest/supportednetworks.md)
- [ApplePayMerchantCapability](applepayontheweb/applepaymerchantcapability.md)
- [ApplePayShippingMethod](applepayontheweb/applepayshippingmethod.md)
- [ApplePayShippingType](applepayontheweb/applepayshippingtype.md)
