OccurrenceItemIdType
extends BaseItemIdType
in package
Identifies a single occurrence of a recurring item.
Table of Contents
Properties
- $ChangeKey : string
- Identifies a specific version of the recurring master or an item occurrence.
- $InstanceIndex : int
- Identifies the index of the item occurrence.
- $RecurringMasterId : string
- Identifies the recurring master of a recurring item.
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
$ChangeKey
Identifies a specific version of the recurring master or an item occurrence.
public
string
$ChangeKey
If either the recurring master or any of its occurrences change, the changeKey changes. The ChangeKey is the same for the recurring master and all occurrences.
Tags
$InstanceIndex
Identifies the index of the item occurrence.
public
int
$InstanceIndex
This attribute is required.
Tags
$RecurringMasterId
Identifies the recurring master of a recurring item.
public
string
$RecurringMasterId
This attribute 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