Abstract cellphone sender schema
| Name | Type | Description | Notes |
|---|---|---|---|
| type | TypeEnum | Sender code type | |
| senderId | Integer | [readonly] | |
| status | StatusEnum | Status of the sender | [optional] [readonly] |
| Name | Value |
|---|---|
| ALPHA_NUMERIC | "alpha_numeric" |
| NUMERIC | "numeric" |
| Name | Value |
|---|---|
| ACTIVE | "active" |
| MODERATION | "moderation" |
| REJECTED | "rejected" |