|
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 or order line items created (or modified) in the last 90 days.
Unlike GetOrders, which can be used to retrieve specific orders, or orders created (or modified) within a specific time period, the GetOrderTransactions call only supports the retrieval of specific orders and/or order line items.
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 java.lang.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. |
java.lang.Boolean |
isIncludeFinalValueFees()
Gets the value of the includeFinalValueFees property. |
void |
setIncludeFinalValueFees(java.lang.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 java.lang.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 java.lang.Boolean isIncludeFinalValueFees()
Boolean
public void setIncludeFinalValueFees(java.lang.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.