---
title: regularBilling
framework: applepayontheweb
role: symbol
role_heading: Instance Property
path: applepayontheweb/applepayrecurringpaymentrequest/regularbilling
---

# regularBilling

The regular billing cycle for the recurring payment, including start and end dates, an interval, and an interval count.

## Declaration

```data
required ApplePayLineItem regularBilling;
```

## Discussion

Discussion This line item applies to a regular billing cycle for a recurring payment. note: Set the paymentTiming property of the line item to "recurring" to avoid an error.

## See Also

### Setting the payment summary items

- [trialBilling](applepayontheweb/applepayrecurringpaymentrequest/trialbilling.md)
- [ApplePayLineItem](applepayontheweb/applepaylineitem.md)
