NonEmptyArrayOfNotificationEventTypesType
extends ArrayType
in package
Represents a collection of event notification types that are used to create a subscription.
Table of Contents
Properties
- $EventType : array<string|int, string>
- Represents a requested event notification type that is used to create a subscription.
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
$EventType
Represents a requested event notification type that is used to create a subscription.
public
array<string|int, string>
$EventType
= 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