---
title: automaticReloadBilling
framework: applepayontheweb
role: symbol
role_heading: Instance Property
path: applepayontheweb/applepayautomaticreloadpaymentrequest/automaticreloadbilling
---

# automaticReloadBilling

A line item that contains the reload amount and balance threshold for the automatic reload payment.

## Declaration

```data
required ApplePayLineItem automaticReloadBilling;
```

## Discussion

Discussion This line item describes an automatic reload payment. Set the automaticReloadPaymentThresholdAmount to indicate the balance that the account drops below before the merchant applies the automatic reload amount. Set the amount object to specify the reload amount. note: Set the paymentTiming property of the line item to "automaticReload" to avoid an error.

## See Also

### Setting the payment summary items

- [ApplePayLineItem](applepayontheweb/applepaylineitem.md)
