# CustomerReferralSource

Customer Referral Source

## Example Usage

```typescript
import { CustomerReferralSource } from "@apexfintechsolutions/ascend-sdk/models/components";

let value: CustomerReferralSource = {};
```

## Fields

| Field                                                                                                                            | Type                                                                                                                             | Required                                                                                                                         | Description                                                                                                                      | Example                                                                                                                          |
| -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| `name`                                                                                                                           | *string*                                                                                                                         | :heavy_minus_sign:                                                                                                               | The name of the referrer                                                                                                         | John Doe                                                                                                                         |
| `relationshipToApplicant`                                                                                                        | *string*                                                                                                                         | :heavy_minus_sign:                                                                                                               | The relationship of the referrer to the applicant                                                                                | Friend                                                                                                                           |
| `relationshipYearsWithApplicant`                                                                                                 | *number*                                                                                                                         | :heavy_minus_sign:                                                                                                               | The years the referrer has known the applicant If the referrer has known the applicant for less than a year, they must specify 1 | 5                                                                                                                                |
| `relationshipYearsWithBroker`                                                                                                    | *number*                                                                                                                         | :heavy_minus_sign:                                                                                                               | The years the referrer has known the broker If the referrer has known the broker for less than a year, they must specify 1       | 2                                                                                                                                |