---
title: billingAgreement
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pkdeferredpaymentrequest/billingagreement
---

# billingAgreement

The localized billing agreement the framework displays to the user prior to payment authorization.

## Declaration

```swift
var billingAgreement: String? { get set }
```

## Discussion

Discussion This may include additional details about the cancellation period or penalties for late cancellation. This value is optional.

## See Also

### Describing a deferred payment

- [freeCancellationDate](passkit/pkdeferredpaymentrequest/freecancellationdate.md)
- [paymentDescription](passkit/pkdeferredpaymentrequest/paymentdescription.md)
- [freeCancellationDateTimeZone](passkit/pkdeferredpaymentrequest/freecancellationdatetimezone.md)
