Skip to content

Latest commit

 

History

History
36 lines (15 loc) · 654 Bytes

File metadata and controls

36 lines (15 loc) · 654 Bytes

egoisdk.NumericCellphoneSender

Properties

Name Type Description Notes
cellphone String Sender cellphone (country code followed by phone number, split by '-')
type String Sender code type
senderId Number [readonly]
status String Status of the sender [optional] [readonly]

Enum: TypeEnum

  • alpha_numeric (value: "alpha_numeric")

  • numeric (value: "numeric")

Enum: StatusEnum

  • active (value: "active")

  • moderation (value: "moderation")

  • rejected (value: "rejected")