com.ebay.soap.eBLBaseComponents
Class RefundInformationType
java.lang.Object
com.ebay.soap.eBLBaseComponents.RefundInformationType
- All Implemented Interfaces:
- java.io.Serializable
public class RefundInformationType
- extends java.lang.Object
- implements java.io.Serializable
Type defining the Refunds container, which contains an array of Refund containers. A Refund container consists of detailed information on an In-Store Pickup item refund.
Note: At this time, the In-Store Pickup feature is generally only available to large retail merchants on the US site, and can only be applied to multi-quantity, fixed-price listings.
Java class for RefundInformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RefundInformationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Refund" type="{urn:ebay:apis:eBLBaseComponents}RefundTransactionInfoType" maxOccurs="unbounded" minOccurs="0"/>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
refund
protected java.util.List<RefundTransactionInfoType> refund
any
protected java.util.List<java.lang.Object> any
RefundInformationType
public RefundInformationType()
getRefund
public RefundTransactionInfoType[] getRefund()
- Returns:
- array of
RefundTransactionInfoType
getRefund
public RefundTransactionInfoType getRefund(int idx)
- Returns:
- one of
RefundTransactionInfoType
getRefundLength
public int getRefundLength()
setRefund
public void setRefund(RefundTransactionInfoType[] values)
- Parameters:
values
- allowed objects are
RefundTransactionInfoType
_getRefund
protected java.util.List<RefundTransactionInfoType> _getRefund()
setRefund
public RefundTransactionInfoType setRefund(int idx,
RefundTransactionInfoType value)
- Parameters:
value
- allowed object is
RefundTransactionInfoType
getAny
public java.lang.Object[] getAny()
- Returns:
- array of
Element
Object
getAny
public java.lang.Object getAny(int idx)
- Returns:
- one of
Element
Object
getAnyLength
public int getAnyLength()
setAny
public void setAny(java.lang.Object[] values)
- Parameters:
values
- allowed objects are
Element
Object
_getAny
protected java.util.List<java.lang.Object> _getAny()
setAny
public java.lang.Object setAny(int idx,
java.lang.Object value)
- Parameters:
value
- allowed object is
Element
Object
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.