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

simpleType "ns:LogisticsPlanCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
never
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"PickUpDropOff"
 - 
This value indicates that the buyer has selected "Click and Collect" as the logistics plan. With the 'Click and Collect' feature, a buyer can purchase certain items on eBay and collect them at a local store. Buyers are notified by eBay once their items are available. The "Click and Collect" feature is only available to large merchants on the eBay UK (site ID - 3), eBay Australia (Site ID - 15), and eBay Germany (Site ID - 77) sites.
"DigitalDelivery"
 - 
This value indicates that the order or order line item is a digital gift card that will be delivered to the buyer or the recipient of the gift card by email.
"CustomCode"
 - 
This value is reserved for internal or future use.
Annotation
This enumerated type is used by OrderType and TransactionType to indicate which logistics plan was selected by the buyer at the order or order line item level. Currently, this type is only supporting the "Click and Collect" and digital gift card use cases, but more logistics plan types may be added in the future.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:LogisticsPlanCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (4); see within schema source)
<xs:simpleType name="LogisticsPlanCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="PickUpDropOff"/>
<xs:enumeration value="DigitalDelivery"/>
<xs:enumeration value="CustomCode"/>
</xs:restriction>
</xs:simpleType>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE
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.