ArrayOfTrackingPropertiesType
extends ArrayType
in package
Represents a list of one or more tracking properties.
Table of Contents
Properties
- $TrackingPropertyType : array<string|int, TrackingPropertyType>
- Represents a name and value pair of strings that is used to create properties for message tracking reports.
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
$TrackingPropertyType
Represents a name and value pair of strings that is used to create properties for message tracking reports.
public
array<string|int, TrackingPropertyType>
$TrackingPropertyType
= array()
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