Numeric cellphone sender schema
Name | Type | Description | Notes |
---|---|---|---|
senderId | Integer | [readonly] | |
status | StatusEnum | Status of the sender | [optional] [readonly] |
type | TypeEnum | Sender code type | |
cellphone | String | Sender cellphone (country code followed by phone number, split by '-') |
Name | Value |
---|---|
ACTIVE | "active" |
MODERATION | "moderation" |
REJECTED | "rejected" |
Name | Value |
---|---|
ALPHA_NUMERIC | "alpha_numeric" |
NUMERIC | "numeric" |