# `Twilio.Resources.Messaging.V1.A2p.BrandRegistration.SmsOtp`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/messaging/v1/a2p/brand_registration/sms_otp.ex#L2)

A Messaging Service resource to retry OTP verification for Sole Proprietor Brand Registrations.

Parent: `/a2p/BrandRegistrations/{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 Brand Registration resource. |
| `brand_registration_sid` | The unique string to identify Brand Registration of Sole Proprietor Brand |

# `t`

```elixir
@type t() :: %Twilio.Resources.Messaging.V1.A2p.BrandRegistration.SmsOtp{
  account_sid: String.t() | nil,
  brand_registration_sid: String.t() | nil
}
```

# `object_name`

---

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