GetMessageTrackingReportResponseMessageType
extends ResponseMessageType
in package
Represents the response for the GetMessageTrackingReport operation.
Table of Contents
Properties
- $DescriptiveLinkKey : int
- Currently unused and reserved for future use.
- $Diagnostics : ArrayOfStringsType
- Provides timing and performance information that is used for reporting in a DataCenter.
- $Errors : ArrayOfArraysOfTrackingPropertiesType
- Contains a property bag to store errors that are returned through the Web service.
- $MessageText : string
- Provides a text description of the status of the response.
- $MessageTrackingReport : MessageTrackingReportType
- Contains a single message that is returned in a GetMessageTrackingReport operation.
- $MessageXml : string
- Provides additional error response information.
- $Properties : ArrayOfTrackingPropertiesType
- Contains a list of one or more tracking properties.
- $ResponseClass : string
- Describes the status of the response.
- $ResponseCode : string
- Provides an error code that identifies the specific error that the request encountered.
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
$DescriptiveLinkKey
Currently unused and reserved for future use.
public
int
$DescriptiveLinkKey
This element contains a value of 0.
Tags
$Diagnostics
Provides timing and performance information that is used for reporting in a DataCenter.
public
ArrayOfStringsType
$Diagnostics
Tags
$Errors
Contains a property bag to store errors that are returned through the Web service.
public
ArrayOfArraysOfTrackingPropertiesType
$Errors
Tags
$MessageText
Provides a text description of the status of the response.
public
string
$MessageText
Tags
$MessageTrackingReport
Contains a single message that is returned in a GetMessageTrackingReport operation.
public
MessageTrackingReportType
$MessageTrackingReport
Tags
$MessageXml
Provides additional error response information.
public
string
$MessageXml
Tags
$Properties
Contains a list of one or more tracking properties.
public
ArrayOfTrackingPropertiesType
$Properties
Tags
$ResponseClass
Describes the status of the response.
public
string
$ResponseClass
Tags
$ResponseCode
Provides an error code that identifies the specific error that the request encountered.
public
string
$ResponseCode
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