| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.EbayItemPaymentDetailsItemType |
EbayItemPaymentDetailsItemType - Type declaration to be used by other schemas. Information about an Ebay Payment Item.
Java class for EbayItemPaymentDetailsItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EbayItemPaymentDetailsItemType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ItemNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AuctionTransactionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OrderId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CartID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| auctionTransactionId | |||||||||||
| cartID | |||||||||||
| itemNumber | |||||||||||
| orderId | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the auctionTransactionId property.
| |||||||||||
Gets the value of the cartID property.
| |||||||||||
Gets the value of the itemNumber property.
| |||||||||||
Gets the value of the orderId property.
| |||||||||||
Sets the value of the auctionTransactionId property.
| |||||||||||
Sets the value of the cartID property.
| |||||||||||
Sets the value of the itemNumber property.
| |||||||||||
Sets the value of the orderId property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the auctionTransactionId property.
Gets the value of the cartID property.
Gets the value of the itemNumber property.
Gets the value of the orderId property.
Sets the value of the auctionTransactionId property.
| value | Allowed object is String |
|---|
Sets the value of the cartID property.
| value | Allowed object is String |
|---|
Sets the value of the itemNumber property.
| value | Allowed object is String |
|---|
Sets the value of the orderId property.
| value | Allowed object is String |
|---|