---
title: trialBilling
framework: applepayontheweb
role: symbol
role_heading: Instance Property
path: applepayontheweb/applepayrecurringpaymentrequest/trialbilling
---

# trialBilling

The trial billing cycle for the recurring payment.

## Declaration

```data
ApplePayLineItem trialBilling;
```

## Discussion

Discussion The trial billing cycle is optional; use it if the recurring payment has a trial period. note: Set the paymentTiming property of the line item to "recurring" to avoid an error.

## See Also

### Setting the payment summary items

- [regularBilling](applepayontheweb/applepayrecurringpaymentrequest/regularbilling.md)
- [ApplePayLineItem](applepayontheweb/applepaylineitem.md)
