ArrayOfNonIndexableItemDetailsType
extends ArrayType
in package
Defines an array of item details for non-indexable items.
Table of Contents
Properties
- $NonIndexableItemDetail : array<string|int, NonIndexableItemDetailType>
- Specifies detail information about an item that cannot be indexed.
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
$NonIndexableItemDetail
Specifies detail information about an item that cannot be indexed.
public
array<string|int, NonIndexableItemDetailType>
$NonIndexableItemDetail
= 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