# `Twilio.Resources.Numbers.V2.RegulatoryCompliance.SupportingDocumentType`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/numbers/v2/regulatory_compliance/supporting_document_type.ex#L2)

SupportingDocumentType resource.

SID prefix: `OY`

Parent: `/RegulatoryCompliance`

## Properties

| Field | Description |
|-------|-------------|
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `fields` | The required information for creating a Supporting Document. The required fields will change as regulatory needs change and will differ for businesses and individuals. |
| `friendly_name` | A human-readable description of the Supporting Document Type resource. |
| `machine_name` | The machine-readable description of the Supporting Document Type resource. |
| `sid` | The unique string that identifies the Supporting Document Type resource. |
| `url` | The absolute URL of the Supporting Document Type resource.. Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Numbers.V2.RegulatoryCompliance.SupportingDocumentType{
  fields: list() | nil,
  friendly_name: String.t() | nil,
  machine_name: String.t() | nil,
  sid: String.t() | nil,
  url: String.t() | nil
}
```

# `object_name`

# `sid_prefix`

---

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