
# Eligibility Terms and Condition Response

## Structure

`EligibilityTermsAndConditionResponse`

## Fields

| Name | Type | Tags | Description | Getter | Setter |
|  --- | --- | --- | --- | --- | --- |
| `termsAndConditions` | `?string` | Optional | - | getTermsAndConditions(): ?string | setTermsAndConditions(?string termsAndConditions): void |
| `privacyPolicy` | `?string` | Optional | - | getPrivacyPolicy(): ?string | setPrivacyPolicy(?string privacyPolicy): void |
| `provider` | `?string` | Optional | - | getProvider(): ?string | setProvider(?string provider): void |

## Example (as JSON)

```json
{
  "TermsAndConditions": "TermsAndConditions2",
  "PrivacyPolicy": "PrivacyPolicy2",
  "Provider": "Provider8"
}
```

