|
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.RefundTransactionInfoType
public class RefundTransactionInfoType
Type defining the Refund container, which 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 in US, and can only be applied to multi-quantity, fixed-price listings.
Java class for RefundTransactionInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RefundTransactionInfoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RefundStatus" type="{urn:ebay:apis:eBLBaseComponents}PaymentTransactionStatusCodeType" minOccurs="0"/> <element name="RefundType" type="{urn:ebay:apis:eBLBaseComponents}RefundSourceTypeCodeType" minOccurs="0"/> <element name="RefundTo" type="{urn:ebay:apis:eBLBaseComponents}UserIdentityType" minOccurs="0"/> <element name="RefundTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="RefundAmount" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="ReferenceID" type="{urn:ebay:apis:eBLBaseComponents}TransactionReferenceType" minOccurs="0"/> <element name="FeeOrCreditAmount" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<java.lang.Object> |
any
|
protected AmountType |
feeOrCreditAmount
|
protected TransactionReferenceType |
referenceID
|
protected AmountType |
refundAmount
|
protected PaymentTransactionStatusCodeType |
refundStatus
|
protected java.util.Calendar |
refundTime
|
protected UserIdentityType |
refundTo
|
protected RefundSourceTypeCodeType |
refundType
|
Constructor Summary | |
---|---|
RefundTransactionInfoType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
AmountType |
getFeeOrCreditAmount()
Gets the value of the feeOrCreditAmount property. |
TransactionReferenceType |
getReferenceID()
Gets the value of the referenceID property. |
AmountType |
getRefundAmount()
Gets the value of the refundAmount property. |
PaymentTransactionStatusCodeType |
getRefundStatus()
Gets the value of the refundStatus property. |
java.util.Calendar |
getRefundTime()
Gets the value of the refundTime property. |
UserIdentityType |
getRefundTo()
Gets the value of the refundTo property. |
RefundSourceTypeCodeType |
getRefundType()
Gets the value of the refundType property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setFeeOrCreditAmount(AmountType value)
Sets the value of the feeOrCreditAmount property. |
void |
setReferenceID(TransactionReferenceType value)
Sets the value of the referenceID property. |
void |
setRefundAmount(AmountType value)
Sets the value of the refundAmount property. |
void |
setRefundStatus(PaymentTransactionStatusCodeType value)
Sets the value of the refundStatus property. |
void |
setRefundTime(java.util.Calendar value)
Sets the value of the refundTime property. |
void |
setRefundTo(UserIdentityType value)
Sets the value of the refundTo property. |
void |
setRefundType(RefundSourceTypeCodeType value)
Sets the value of the refundType property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PaymentTransactionStatusCodeType refundStatus
protected RefundSourceTypeCodeType refundType
protected UserIdentityType refundTo
protected java.util.Calendar refundTime
protected AmountType refundAmount
protected TransactionReferenceType referenceID
protected AmountType feeOrCreditAmount
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public RefundTransactionInfoType()
Method Detail |
---|
public PaymentTransactionStatusCodeType getRefundStatus()
PaymentTransactionStatusCodeType
public void setRefundStatus(PaymentTransactionStatusCodeType value)
value
- allowed object is
PaymentTransactionStatusCodeType
public RefundSourceTypeCodeType getRefundType()
RefundSourceTypeCodeType
public void setRefundType(RefundSourceTypeCodeType value)
value
- allowed object is
RefundSourceTypeCodeType
public UserIdentityType getRefundTo()
UserIdentityType
public void setRefundTo(UserIdentityType value)
value
- allowed object is
UserIdentityType
public java.util.Calendar getRefundTime()
String
public void setRefundTime(java.util.Calendar value)
value
- allowed object is
String
public AmountType getRefundAmount()
AmountType
public void setRefundAmount(AmountType value)
value
- allowed object is
AmountType
public TransactionReferenceType getReferenceID()
TransactionReferenceType
public void setReferenceID(TransactionReferenceType value)
value
- allowed object is
TransactionReferenceType
public AmountType getFeeOrCreditAmount()
AmountType
public void setFeeOrCreditAmount(AmountType value)
value
- allowed object is
AmountType
public java.lang.Object[] getAny()
Element
Object
public java.lang.Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Element
Object
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.Object value)
value
- allowed object is
Element
Object
|
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.