
# Links Data

## Structure

`LinksData`

## Fields

| Name | Type | Tags | Description | Getter | Setter |
|  --- | --- | --- | --- | --- | --- |
| `checkout` | `?string` | Optional | - | getCheckout(): ?string | setCheckout(?string checkout): void |
| `learnMore` | `?string` | Optional | - | getLearnMore(): ?string | setLearnMore(?string learnMore): void |
| `termsConditions` | `?string` | Optional | - | getTermsConditions(): ?string | setTermsConditions(?string termsConditions): void |
| `privacyPolicy` | `?string` | Optional | - | getPrivacyPolicy(): ?string | setPrivacyPolicy(?string privacyPolicy): void |

## Example (as JSON)

```json
{
  "Checkout": "Checkout8",
  "LearnMore": "LearnMore0",
  "TermsConditions": "TermsConditions0",
  "PrivacyPolicy": "PrivacyPolicy8"
}
```

