PlayOnPhoneType
extends BaseRequestType
in package
Represents a request to read an item on a phone.
Table of Contents
Properties
- $DialString : string
- Represents the dial string of the phone number that is called to play an item by phone.
- $ItemId : ItemIdType
- Represents the identifier of an item to play on a phone.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$DialString
Represents the dial string of the phone number that is called to play an item by phone.
public
string
$DialString
This element is required.
Tags
$ItemId
Represents the identifier of an item to play on a phone.
public
ItemIdType
$ItemId
This element is required.
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed