Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetOrderTransactionsRequestType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.AbstractRequestType
      extended by com.ebay.soap.eBLBaseComponents.GetOrderTransactionsRequestType
All Implemented Interfaces:
java.io.Serializable

public class GetOrderTransactionsRequestType
extends AbstractRequestType
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

itemTransactionIDArray

protected ItemTransactionIDArrayType itemTransactionIDArray

orderIDArray

protected OrderIDArrayType orderIDArray

platform

protected TransactionPlatformCodeType platform

includeFinalValueFees

protected java.lang.Boolean includeFinalValueFees
Constructor Detail

GetOrderTransactionsRequestType

public GetOrderTransactionsRequestType()
Method Detail

getItemTransactionIDArray

public ItemTransactionIDArrayType getItemTransactionIDArray()
Gets the value of the itemTransactionIDArray property.

Returns:
possible object is ItemTransactionIDArrayType

setItemTransactionIDArray

public void setItemTransactionIDArray(ItemTransactionIDArrayType value)
Sets the value of the itemTransactionIDArray property.

Parameters:
value - allowed object is ItemTransactionIDArrayType

getOrderIDArray

public OrderIDArrayType getOrderIDArray()
Gets the value of the orderIDArray property.

Returns:
possible object is OrderIDArrayType

setOrderIDArray

public void setOrderIDArray(OrderIDArrayType value)
Sets the value of the orderIDArray property.

Parameters:
value - allowed object is OrderIDArrayType

getPlatform

public TransactionPlatformCodeType getPlatform()
Gets the value of the platform property.

Returns:
possible object is TransactionPlatformCodeType

setPlatform

public void setPlatform(TransactionPlatformCodeType value)
Sets the value of the platform property.

Parameters:
value - allowed object is TransactionPlatformCodeType

isIncludeFinalValueFees

public java.lang.Boolean isIncludeFinalValueFees()
Gets the value of the includeFinalValueFees property.

Returns:
possible object is Boolean

setIncludeFinalValueFees

public void setIncludeFinalValueFees(java.lang.Boolean value)
Sets the value of the includeFinalValueFees property.

Parameters:
value - allowed object is Boolean

Changes since
the last release

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.