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

complexType "ns:CombinedPaymentPreferencesType"
Namespace:
Content:
complex, 4 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 4 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
Type used to indicate if the seller supports Combined Invoice orders, and if so, defines whether the seller specifies any shipping discount before or after purchase.

Note: In the past, this type was also used to indicate more settings related to Combined Invoice discounts, including the number of days that buyers have to combine line items into a Combined Invoice, and detailed information on Calculated and Flat-Rate shipping discount profiles. However, these settings are now set through the SetShippingDiscountProfiles call (or through Shipping Preferences in My eBay), and retrieved with the GetShippingDiscountProfiles call.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="CombinedPaymentPreferencesType">
<xs:sequence>
<xs:element minOccurs="0" name="CalculatedShippingPreferences" type="ns:CalculatedShippingPreferencesType"/>
<xs:element minOccurs="0" name="CombinedPaymentOption" type="ns:CombinedPaymentOptionCodeType"/>
<xs:element minOccurs="0" name="CombinedPaymentPeriod" type="ns:CombinedPaymentPeriodCodeType"/>
<xs:element minOccurs="0" name="FlatShippingPreferences" type="ns:FlatShippingPreferencesType"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 5/5)
ns:CalculatedShippingPreferences
Type:
DO NOT USE THIS CONTAINER. As an alternative, use SetShippingDiscountProfiles to set all Calculated Shipping rules and preferences, and use GetShippingDiscountProfiles to retrieve the same information.
Component Diagram
XML Representation Summary
<ns:CalculatedShippingPreferences>
   
Content: 
</ns:CalculatedShippingPreferences>
XML Source (w/o annotations (1); see within schema source)

ns:CombinedPaymentOption
Type:
Specifies whether or not a seller wants to allow buyers to combine single order line items into a Combined Invoice order. A Combined Invoice order can be created by the buyer or seller if multiple unpaid order line items exist between the same buyer and seller. Often, a Combined Invoice order can reduce shipping and handling expenses for the buyer and seller.
XML Representation Summary
<ns:CombinedPaymentOption>
   
Content: 
{ enumeration of xs:token }
</ns:CombinedPaymentOption>
Simple Content
Enumeration:
"NoCombinedPayment"
 - 
This value indicates that the seller does not allow Combined Invoice orders. In other words, the buyer must pay for each order line item separately, and cannot combine multiple single line item orders into one Combined Invoice order and make one payment for that order.
"DiscountSpecified"
 - 
This value indicates that the seller allows Combined Invoice orders, and that the seller has one or more shipping discount rules (Flat, Calculated, or Promotional) that can be applied at the listing level.
"SpecifyDiscountLater"
 - 
This value indicates that the seller allows Combined Invoice orders, and that the seller will apply any shipping discounts after the creation of the Combined Invoice order.
"CustomCode"
 - 
Reserved for internal or future use.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="CombinedPaymentOption" type="ns:CombinedPaymentOptionCodeType"/>

ns:CombinedPaymentPeriod
Type:
DO NOT USE THIS FIELD. As an alternative, use the CombinedDuration field in SetShippingDiscountProfiles to specify the time period in which to allow buyers to combine order line items into a Combined Invoice order, and use GetShippingDiscountProfiles to retrieve the CombinedDuration value.
XML Representation Summary
<ns:CombinedPaymentPeriod>
   
Content: 
{ enumeration of xs:token }
</ns:CombinedPaymentPeriod>
Simple Content
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.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="CombinedPaymentPeriod" type="ns:CombinedPaymentPeriodCodeType"/>

ns:FlatShippingPreferences
Type:
DO NOT USE THIS CONTAINER. As an alternative, use SetShippingDiscountProfiles to set all Flat Rate Shipping rules and preferences, and use GetShippingDiscountProfiles to retrieve the same information.
Component Diagram
XML Representation Summary
<ns:FlatShippingPreferences>
   
Content: 
</ns:FlatShippingPreferences>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="FlatShippingPreferences" type="ns:FlatShippingPreferencesType"/>

{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.