eBay .NET SDK v615 Full Release reference library
AddTransactionConfirmationItemCall Class
NamespaceseBay.Service.CallAddTransactionConfirmationItemCall
Declaration Syntax
C#Visual BasicVisual C++
[ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch)]
public class AddTransactionConfirmationItemCall : ApiCall
<ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch)> _
Public Class AddTransactionConfirmationItemCall _
	Inherits ApiCall
[ClassInterfaceAttribute(ClassInterfaceType::AutoDispatch)]
public ref class AddTransactionConfirmationItemCall : public ApiCall
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
AddTransactionConfirmationItemCall()()()

AddTransactionConfirmationItemCall(ApiContext)

AbstractRequest
Gets or sets the Request of the call of type AbstractRequestType.
(Inherited from ApiCall.)
AbstractResponse
Gets the Response of the call of type AbstractResponseType.
(Inherited from ApiCall.)
AddTransactionConfirmationItem(String, String, String, RecipientRelationCodeType, AmountType, SecondChanceOfferDurationCodeType, String, String)
Ends the listing specified by ItemID (if listed for at least 24 hours) and creates a new Transaction Confirmation Request (TCR) for an item, enabling the TCR recipient to purchase the item. A TCR can be sent by a seller to any one of the following: a bidder, a best offer buyer, a member who has asked the seller a question, or any member with a postal code. This call can also be used to verify whether a new TCR can be created. Applies to the US eBay Motors site (except Parts and Accessories category).

AfterRequest
Occurs after the API call returns the response.
(Inherited from ApiCall.)
ApiCallBase
The base interface object.

ApiContext
Gets or sets the ApiContext of the call of type ApiContext.
(Inherited from ApiCall.)
ApiException
Gets any exceptions that occured during the API call.
(Inherited from ApiCall.)
ApiRequest
Gets or sets the AddTransactionConfirmationItemRequestType for this API call.

ApiResponse
Gets the AddTransactionConfirmationItemResponseType for this API call.

BeforeRequest
Occurs before the API call is sent.
(Inherited from ApiCall.)
CallMetricsEntry
Holds the call metrics object used to optionally track client and server side latencies.
(Inherited from ApiCall.)
CallRetry
Gets or sets call retry of type CallRetry.
(Inherited from ApiCall.)
Comments
Gets or sets the Comments of type String.

DetailLevelList
Gets or sets the DetailLevel of type DetailLevelCodeTypeCollection.
(Inherited from ApiCall.)
DetailLevelOverride
Prevents DetailLevelList from being sent if set to true.
(Inherited from ApiCall.)
EnableCompression
Set to true to ask the server to compress the response data to reduce the transfer size. By default HTTP compression is enabled to improve the performance.
(Inherited from ApiCall.)
EndTime
Gets the returned EndTime of type DateTime.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Execute()()()
Sends the AbstractRequest to eBay.
(Inherited from ApiCall.)
ExecuteRequest(AbstractRequestType)
Sends the Request and returns the Response.
(Inherited from ApiCall.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetSecurityHeader()()()
Constructs a security header from values in ApiContext.
(Inherited from ApiCall.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
HasError
Returns true if Error has occured, else false.
(Inherited from ApiCall.)
HasWarning
Returns true if warning has occured, else false.
(Inherited from ApiCall.)
InterfaceServiceType
Reserved for eBay internal use. The type to be used to create the Web Service service instance.
(Inherited from ApiCall.)
ItemID
Gets or sets the ItemID of type String.

ItemIDResult
Gets the returned ItemID of type String.

ListingDuration
LogMessage(String, MessageType, MessageSeverity)
Log the message information under the specified type and severity.
(Inherited from ApiCall.)
LogMessagePayload(String, MessageSeverity, Exception)
Log the message information under the specified type and severity, in the context of an exception - used for exception-based payload logging. Message type is always assumed to be ApiMessage.
(Inherited from ApiCall.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
NegotiatedPrice
Gets or sets the NegotiatedPrice of type AmountType.

RecipientPostalCode
Gets or sets the RecipientPostalCode of type String.

RecipientRelationType
RecipientUserID
Gets or sets the RecipientUserID of type String.

ResponseTime
Gets the time the API Call took to respond of type TimeSpan
(Inherited from ApiCall.)
Site
Gets or sets the Site for the API call of type SiteCodeType
(Inherited from ApiCall.)
SoapRequest
Gets the last raw web service request of type String
(Inherited from ApiCall.)
SoapResponse
Gets the last raw web service response of type String
(Inherited from ApiCall.)
StartTime
Gets the returned StartTime of type DateTime.

Timeout
Gets or sets the Timeout for the API call.
(Inherited from ApiCall.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
VerifyEligibilityOnly
Gets or sets the VerifyEligibilityOnly of type String.

Version
Gets or sets the Version for the API call.
(Inherited from ApiCall.)
Inheritance Hierarchy
Object
ApiCall
 AddTransactionConfirmationItemCall

Assembly: eBay.Service (Module: eBay.Service)