
# Links Model

## Structure

`LinksModel`

## Fields

| Name | Type | Tags | Description | Getter | Setter |
|  --- | --- | --- | --- | --- | --- |
| `privacyPolicyUrl` | `?string` | Optional | - | getPrivacyPolicyUrl(): ?string | setPrivacyPolicyUrl(?string privacyPolicyUrl): void |
| `termsAndConditionsUrl` | `?string` | Optional | - | getTermsAndConditionsUrl(): ?string | setTermsAndConditionsUrl(?string termsAndConditionsUrl): void |
| `learnMoreUrl` | `?string` | Optional | - | getLearnMoreUrl(): ?string | setLearnMoreUrl(?string learnMoreUrl): void |

## Example (as JSON)

```json
{
  "PrivacyPolicyUrl": "PrivacyPolicyUrl6",
  "TermsAndConditionsUrl": "TermsAndConditionsUrl2",
  "LearnMoreUrl": "LearnMoreUrl6"
}
```

