---
title: "init(localizedTermsAndConditionsText:privacyPolicyURL:termsAndConditionsURL:)"
framework: intents
role: symbol
role_heading: Initializer
path: "intents/intermsandconditions/init(localizedtermsandconditionstext:privacypolicyurl:termsandconditionsurl:)"
---

# init(localizedTermsAndConditionsText:privacyPolicyURL:termsAndConditionsURL:)

Initializes the terms and conditions object with the specified information.

## Declaration

```swift
init(localizedTermsAndConditionsText: String, privacyPolicyURL: URL?, termsAndConditionsURL: URL?)
```

## Parameters

- `localizedTermsAndConditionsText`: A localized, user-readable string that summarizes the terms and conditions of your company’s services.
- `privacyPolicyURL`: A URL that links to a more detailed web page describing your company’s privacy policy.
- `termsAndConditionsURL`: A URL that links to a more detailed web page explaining your company’s terms and conditions.

## Return Value

Return Value An initialized terms and conditions object or nil if the object could not be created.
