# `Twilio.Resources.Trusthub.V1.ComplianceInquiry.Tollfree.ComplianceTollfreeInquiries`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/trusthub/v1/compliance_inquiry/tollfree/compliance_tollfree_inquiries.ex#L2)

ComplianceTollfreeInquiries resource.

## Properties

| Field | Description |
|-------|-------------|
| `inquiry_id` | The unique ID used to start an embedded compliance registration session. |
| `inquiry_session_token` | The session token used to start an embedded compliance registration session. |
| `registration_id` | The TolfreeId matching the Tollfree Profile that should be resumed or resubmitted for editing. |
| `url` | The URL of this resource.. Format: uri |

# `t`

```elixir
@type t() ::
  %Twilio.Resources.Trusthub.V1.ComplianceInquiry.Tollfree.ComplianceTollfreeInquiries{
    inquiry_id: String.t() | nil,
    inquiry_session_token: String.t() | nil,
    registration_id: String.t() | nil,
    url: String.t() | nil
  }
```

# `object_name`

---

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