Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
eBay Trading API

complexType "ns:DigitalDeliverySelectedType"
Namespace:
Content:
complex, 3 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 3 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
This type is used by the DigitalDeliverySelected container that is returned by GetOrders and other order management calls. The DigitalDeliverySelected container is only applicable and returned if the buyer purchased a digital gift card for themselves, or is giving the digital gift card to someone else as a gift.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="DigitalDeliverySelectedType">
<xs:sequence>
<xs:element minOccurs="0" name="DeliveryMethod" type="xs:token"/>
<xs:element minOccurs="0" name="DeliveryStatus" type="ns:DeliveryStatusType"/>
<xs:element minOccurs="0" name="DeliveryDetails" type="ns:DeliveryDetailsType"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 4/4)
ns:DeliveryDetails
Type:
ns:DeliveryDetailsType, complex content
This container is returned by GetOrders and other order management calls to provide details on the recipient of a digital gift card that was purchased. The DeliveryDetails container is only returned if the buyer is buying a digital gift card and giving that gift card to another person.
Component Diagram
XML Representation Summary
<ns:DeliveryDetails>
   
Content: 
</ns:DeliveryDetails>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DeliveryDetails" type="ns:DeliveryDetailsType"/>

ns:DeliveryMethod
Type:
xs:token, predefined, simple content
This value indicates the method in which the digital gift card will be delivered to the buyer or to the person whom the purchaser is giving the digital gift card to. Currently, the only supported delivery method is by email.
XML Representation Summary
<ns:DeliveryMethod>
   
Content: 
{ xs:token }
</ns:DeliveryMethod>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DeliveryMethod" type="xs:token"/>

ns:DeliveryStatus
Type:
ns:DeliveryStatusType, complex content
This container consists of the current status of whatever delivery method is being used (indicated in the DigitalDeliverySelected.DeliveryMethod field). Currently, the only supported delivery method is by email.
Component Diagram
XML Representation Summary
<ns:DeliveryStatus>
   
Content: 
</ns:DeliveryStatus>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DeliveryStatus" type="ns:DeliveryStatusType"/>

{any element from any namespace}
XML Source (see within schema source)
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
eBay Trading API

WSDL documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML WSDLDoc 1.2.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.