Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.28 KB

TrackingActivitySmsChannelDTO.md

File metadata and controls

12 lines (9 loc) · 1.28 KB

# TrackingActivitySmsChannelDTO

Properties

Name Type Description Notes
country_code string The ISO country code that is associated with SMS address. [optional]
state string The SMS channel status: <ul><li><code>N</code>: not_set<li> <li><code>T</code>: temp_hold<li> <li><code>P</code>: pending_confirmation<li> <li><code>I</code>: implicit<li> <li><code>E</code>: explicit<li> <li><code>O</code>: unsubscribed<li> <li><code>D</code>:deprecated<li></ul> [optional]
formatted_international string The formatted SMS number returned if the SMS <code>country_code</code> does not match the contacts <code>country_code</code>. [optional]
formatted_national string The formatted SMS number returned if the SMS <code>country_code</code> matches the contacts <code>country_code</code>. [optional]

[Back to Model list] [Back to API list] [Back to README]