Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 744 Bytes

NumericCellphoneSender.md

File metadata and controls

35 lines (20 loc) · 744 Bytes

NumericCellphoneSender

Numeric cellphone sender schema

Properties

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 '-')

Enum: StatusEnum

Name Value
ACTIVE "active"
MODERATION "moderation"
REJECTED "rejected"

Enum: TypeEnum

Name Value
ALPHA_NUMERIC "alpha_numeric"
NUMERIC "numeric"