CRM_SMS_Message
in package
Tags
Table of Contents
Properties
- $body : string
- Body content of the message.
- $from : string
- What address is this SMS message coming from.
- $fromContactID : int
- Contact ID that is matched to the From address.
- $to : string
- What address is this SMS message going to.
- $toContactID : int
- Contact ID that is matched to the To address.
- $trackID : int
- Trackable ID in the system to match to.
Properties
$body
Body content of the message.
public
string
$body
= ''
$from
What address is this SMS message coming from.
public
string
$from
= ''
$fromContactID
Contact ID that is matched to the From address.
public
int
$fromContactID
= \NULL
$to
What address is this SMS message going to.
public
string
$to
= ''
$toContactID
Contact ID that is matched to the To address.
public
int
$toContactID
= \NULL
$trackID
Trackable ID in the system to match to.
public
int
$trackID
= \NULL