---
title: newLineItems
framework: applepayontheweb
role: symbol
role_heading: Instance Property
path: applepayontheweb/applepaypaymentmethodupdate/newlineitems
---

# newLineItems

An optional list of updated line items for the payment request that results from the user’s change to the payment method.

## Declaration

```data
sequence <ApplePayLineItem> newLineItems;
```

## Discussion

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

## See Also

### Updating payment method properties

- [newTotal](applepayontheweb/applepaypaymentmethodupdate/newtotal.md)
- [errors](applepayontheweb/applepaypaymentmethodupdate/errors.md)
- [newShippingMethods](applepayontheweb/applepaypaymentmethodupdate/newshippingmethods.md)
