# `Twilio.Resources.Numbers.V1.HostedNumber.Eligibility`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/numbers/v1/hosted_number/eligibility.ex#L2)

Eligibility resource.

## Properties

| Field | Description |
|-------|-------------|
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `results` | The result set that contains the eligibility check response for the requested number, each result has at least the following attributes:  phone_number: The requested phone number ,hosting_account_sid: The account sid where the phone number will be hosted, date_last_checked: Datetime (ISO 8601) when the PN was last checked for eligibility, country: Phone number’s country, eligibility_status: Indicates the eligibility status of the PN (Eligible/Ineligible), eligibility_sub_status: Indicates the sub status of the eligibility , ineligibility_reason: Reason for number's ineligibility (if applicable), next_step: Suggested next step in the hosting process based on the eligibility status. |

# `t`

```elixir
@type t() :: %Twilio.Resources.Numbers.V1.HostedNumber.Eligibility{
  results: list() | nil
}
```

# `object_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
