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

ReplaceItems resource.

SID prefix: `BU`

Parent: `/RegulatoryCompliance/Bundles/{Sid}`

## Properties

| Field | Description |
|-------|-------------|
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `account_sid` | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Bundle resource. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `date_created` | The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.. Format: date-time |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `date_updated` | The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.. Format: date-time |
| `email` | The email address that will receive updates when the Bundle resource changes status. |
| `friendly_name` | The string that you assigned to describe the resource. |
| `regulation_sid` | The unique string of a regulation that is associated to the Bundle resource. |
| `sid` | The unique string that we created to identify the Bundle resource. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `status` | The verification status of the Bundle resource.. Values: `draft`, `pending-review`, `in-review`, `twilio-rejected`, `twilio-approved`, `provisionally-approved` |
| `status_callback` | The URL we call to inform your application of status changes.. Format: uri |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `valid_until` | The date and time in GMT in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format when the resource will be valid until.. Format: date-time |

# `t`

```elixir
@type t() :: %Twilio.Resources.Numbers.V2.RegulatoryCompliance.Bundle.ReplaceItems{
  account_sid: String.t() | nil,
  date_created: String.t() | nil,
  date_updated: String.t() | nil,
  email: String.t() | nil,
  friendly_name: String.t() | nil,
  regulation_sid: String.t() | nil,
  sid: String.t() | nil,
  status: String.t(),
  status_callback: String.t() | nil,
  valid_until: String.t() | nil
}
```

# `object_name`

# `sid_prefix`

---

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