|
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.AbstractRequestType
com.ebay.soap.eBLBaseComponents.GetOrderTransactionsRequestType
public class GetOrderTransactionsRequestType
The base request type for the GetOrderTransactions call. This call retrieves detailed information about one or more orders. All recent orders can be retrieved, or the seller can search based on OrderID value(s), ItemID value(s), OrderLineItemID value(s), or by SKU value(s).
Java class for GetOrderTransactionsRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetOrderTransactionsRequestType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType"> <sequence> <element name="ItemTransactionIDArray" type="{urn:ebay:apis:eBLBaseComponents}ItemTransactionIDArrayType" minOccurs="0"/> <element name="OrderIDArray" type="{urn:ebay:apis:eBLBaseComponents}OrderIDArrayType" minOccurs="0"/> <element name="Platform" type="{urn:ebay:apis:eBLBaseComponents}TransactionPlatformCodeType" minOccurs="0"/> <element name="IncludeFinalValueFees" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected Boolean |
includeFinalValueFees
|
protected ItemTransactionIDArrayType |
itemTransactionIDArray
|
protected OrderIDArrayType |
orderIDArray
|
protected TransactionPlatformCodeType |
platform
|
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel |
Constructor Summary | |
---|---|
GetOrderTransactionsRequestType()
|
Method Summary | |
---|---|
ItemTransactionIDArrayType |
getItemTransactionIDArray()
Gets the value of the itemTransactionIDArray property. |
OrderIDArrayType |
getOrderIDArray()
Gets the value of the orderIDArray property. |
TransactionPlatformCodeType |
getPlatform()
Gets the value of the platform property. |
Boolean |
isIncludeFinalValueFees()
Gets the value of the includeFinalValueFees property. |
void |
setIncludeFinalValueFees(Boolean value)
Sets the value of the includeFinalValueFees property. |
void |
setItemTransactionIDArray(ItemTransactionIDArrayType value)
Sets the value of the itemTransactionIDArray property. |
void |
setOrderIDArray(OrderIDArrayType value)
Sets the value of the orderIDArray property. |
void |
setPlatform(TransactionPlatformCodeType value)
Sets the value of the platform property. |
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
_getAny, _getDetailLevel, _getOutputSelector, getAny, getAny, getAnyLength, getBotBlock, getDetailLevel, getDetailLevel, getDetailLevelLength, getEndUserIP, getErrorHandling, getErrorLanguage, getInvocationID, getMessageID, getOutputSelector, getOutputSelector, getOutputSelectorLength, getVersion, getWarningLevel, setAny, setAny, setBotBlock, setDetailLevel, setDetailLevel, setEndUserIP, setErrorHandling, setErrorLanguage, setInvocationID, setMessageID, setOutputSelector, setOutputSelector, setVersion, setWarningLevel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ItemTransactionIDArrayType itemTransactionIDArray
protected OrderIDArrayType orderIDArray
protected TransactionPlatformCodeType platform
protected Boolean includeFinalValueFees
Constructor Detail |
---|
public GetOrderTransactionsRequestType()
Method Detail |
---|
public ItemTransactionIDArrayType getItemTransactionIDArray()
ItemTransactionIDArrayType
public void setItemTransactionIDArray(ItemTransactionIDArrayType value)
value
- allowed object is
ItemTransactionIDArrayType
public OrderIDArrayType getOrderIDArray()
OrderIDArrayType
public void setOrderIDArray(OrderIDArrayType value)
value
- allowed object is
OrderIDArrayType
public TransactionPlatformCodeType getPlatform()
TransactionPlatformCodeType
public void setPlatform(TransactionPlatformCodeType value)
value
- allowed object is
TransactionPlatformCodeType
public Boolean isIncludeFinalValueFees()
Boolean
public void setIncludeFinalValueFees(Boolean value)
value
- allowed object is
Boolean
|
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.