# `Twilio.Resources.Preview.Marketplace.AvailableAddOn.AvailableAddOnExtension`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/preview/marketplace/available_add_on/available_add_on_extension.ex#L2)

AvailableAddOnExtension resource.

SID prefix: `XF`

Parent: `/AvailableAddOns/{Sid}`

## Properties

| Field | Description |
|-------|-------------|
| `available_add_on_sid` | The SID of the AvailableAddOn resource to which this extension applies. |
| `friendly_name` | The string that you assigned to describe the resource. |
| `product_name` | The name of the Product this Extension is used within. |
| `sid` | The unique string that we created to identify the AvailableAddOnExtension resource. |
| `unique_name` | An application-defined string that uniquely identifies the resource. |
| `url` | The absolute URL of the resource.. Format: uri |

# `t`

```elixir
@type t() ::
  %Twilio.Resources.Preview.Marketplace.AvailableAddOn.AvailableAddOnExtension{
    available_add_on_sid: String.t() | nil,
    friendly_name: String.t() | nil,
    product_name: String.t() | nil,
    sid: String.t() | nil,
    unique_name: String.t() | nil,
    url: String.t() | nil
  }
```

# `object_name`

# `sid_prefix`

---

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