|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.soap.eBLBaseComponents.CombinedPaymentPreferencesType
public class CombinedPaymentPreferencesType
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.
Java class for CombinedPaymentPreferencesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CombinedPaymentPreferencesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CalculatedShippingPreferences" type="{urn:ebay:apis:eBLBaseComponents}CalculatedShippingPreferencesType" minOccurs="0"/> <element name="CombinedPaymentOption" type="{urn:ebay:apis:eBLBaseComponents}CombinedPaymentOptionCodeType" minOccurs="0"/> <element name="CombinedPaymentPeriod" type="{urn:ebay:apis:eBLBaseComponents}CombinedPaymentPeriodCodeType" minOccurs="0"/> <element name="FlatShippingPreferences" type="{urn:ebay:apis:eBLBaseComponents}FlatShippingPreferencesType" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<java.lang.Object> |
any
|
protected CalculatedShippingPreferencesType |
calculatedShippingPreferences
|
protected CombinedPaymentOptionCodeType |
combinedPaymentOption
|
protected CombinedPaymentPeriodCodeType |
combinedPaymentPeriod
|
protected FlatShippingPreferencesType |
flatShippingPreferences
|
Constructor Summary | |
---|---|
CombinedPaymentPreferencesType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
CalculatedShippingPreferencesType |
getCalculatedShippingPreferences()
Gets the value of the calculatedShippingPreferences property. |
CombinedPaymentOptionCodeType |
getCombinedPaymentOption()
Gets the value of the combinedPaymentOption property. |
CombinedPaymentPeriodCodeType |
getCombinedPaymentPeriod()
Gets the value of the combinedPaymentPeriod property. |
FlatShippingPreferencesType |
getFlatShippingPreferences()
Gets the value of the flatShippingPreferences property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setCalculatedShippingPreferences(CalculatedShippingPreferencesType value)
Sets the value of the calculatedShippingPreferences property. |
void |
setCombinedPaymentOption(CombinedPaymentOptionCodeType value)
Sets the value of the combinedPaymentOption property. |
void |
setCombinedPaymentPeriod(CombinedPaymentPeriodCodeType value)
Sets the value of the combinedPaymentPeriod property. |
void |
setFlatShippingPreferences(FlatShippingPreferencesType value)
Sets the value of the flatShippingPreferences property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CalculatedShippingPreferencesType calculatedShippingPreferences
protected CombinedPaymentOptionCodeType combinedPaymentOption
protected CombinedPaymentPeriodCodeType combinedPaymentPeriod
protected FlatShippingPreferencesType flatShippingPreferences
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public CombinedPaymentPreferencesType()
Method Detail |
---|
public CalculatedShippingPreferencesType getCalculatedShippingPreferences()
CalculatedShippingPreferencesType
public void setCalculatedShippingPreferences(CalculatedShippingPreferencesType value)
value
- allowed object is
CalculatedShippingPreferencesType
public CombinedPaymentOptionCodeType getCombinedPaymentOption()
CombinedPaymentOptionCodeType
public void setCombinedPaymentOption(CombinedPaymentOptionCodeType value)
value
- allowed object is
CombinedPaymentOptionCodeType
public CombinedPaymentPeriodCodeType getCombinedPaymentPeriod()
CombinedPaymentPeriodCodeType
public void setCombinedPaymentPeriod(CombinedPaymentPeriodCodeType value)
value
- allowed object is
CombinedPaymentPeriodCodeType
public FlatShippingPreferencesType getFlatShippingPreferences()
FlatShippingPreferencesType
public void setFlatShippingPreferences(FlatShippingPreferencesType value)
value
- allowed object is
FlatShippingPreferencesType
public java.lang.Object[] getAny()
Object
Element
public java.lang.Object getAny(int idx)
Object
Element
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Object
Element
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.Object value)
value
- allowed object is
Object
Element
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The information contained in this document is proprietary and confidential.
Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc.
For information regarding a qualifying NDA, contact Developer Relations:
developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.