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

simpleType "ns:CombinedPaymentPeriodCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"Days_3"
 - 
This value indicates that an unpaid order can be combined into a Combined Invoice order within three days after purchase (creation of order).
"Days_5"
 - 
This value indicates that an unpaid order can be combined into a Combined Invoice order within five days after purchase (creation of order).
"Days_7"
 - 
This value indicates that an unpaid order can be combined into a Combined Invoice order within seven days after purchase (creation of order).
"Days_14"
 - 
This value indicates that an unpaid order can be combined into a Combined Invoice order within 14 days after purchase (creation of order).
"Days_30"
 - 
This value indicates that an unpaid order can be combined into a Combined Invoice order within 30 days after purchase (creation of order).
"Ineligible"
 - 
This value indicates that an order is not eligible to be combined into a Combined Payment order.
"CustomCode"
 - 
This value is reserved for internal or future use.

All Direct / Indirect Based Elements (3):
Known Usage Locations
Annotation
This enumerated type contains the list of values that can be used by the seller to set the number of days after item purchase that an unpaid order can be combined with one or more other mutual (same buyer and same seller) unpaid orders into one Combined Invoice order. Either the buyer or the seller can initiate the Combined Invoice process. Sellers can offer buyers shipping discounts through Combined Invoice orders, and buyers only have to make one payment for multiple orders as opposed to a payment for each order.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:CombinedPaymentPeriodCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (8); see within schema source)
<xs:simpleType name="CombinedPaymentPeriodCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="Days_3"/>
<xs:enumeration value="Days_5"/>
<xs:enumeration value="Days_7"/>
<xs:enumeration value="Days_14"/>
<xs:enumeration value="Days_30"/>
<xs:enumeration value="Ineligible"/>
<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.