Class PartnerAPITypeGetOrdersByDateRangeRequest
This class represents the getOrdersByDateRangeRequest WSDL type.
It is an extension to the PartnerAPITypeGetOrdersRequest class.
-
PartnerAPIType
-
PartnerAPITypeRequest
-
PartnerAPITypeGetOrdersRequest
-
PartnerAPITypeGetOrdersByDateRangeRequest
Methods summary
protected
array
|
#
initData( )
This is an abstract method used to initialize type elements.
This is an abstract method used to initialize type elements.
When overriden, it must return an array containing all elements for a given
type. The structure of this array is defined in the description of $elems
variable. If a type is deriving from another type derived from PartnerAPIType
then the implementations of this method must call the parent's initData() method
and merge all elements.
Returns
array A set of all type elements
Overrides
|