| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.TransactionStatusType |
Java class for TransactionStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionStatusType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="eBayPaymentStatus" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="IncompleteState" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="LastTimeModified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="PaymentMethodUsed" type="{urn:ebay:apis:eBLBaseComponents}BuyerPaymentMethodCodeType" minOccurs="0"/>
<element name="StatusIs" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| eBayPaymentStatus | |||||||||||
| incompleteState | |||||||||||
| lastTimeModified | |||||||||||
| paymentMethodUsed | |||||||||||
| statusIs | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the eBayPaymentStatus property.
| |||||||||||
Gets the value of the incompleteState property.
| |||||||||||
Gets the value of the lastTimeModified property.
| |||||||||||
Gets the value of the paymentMethodUsed property.
| |||||||||||
Gets the value of the statusIs property.
| |||||||||||
Sets the value of the eBayPaymentStatus property.
| |||||||||||
Sets the value of the incompleteState property.
| |||||||||||
Sets the value of the lastTimeModified property.
| |||||||||||
Sets the value of the paymentMethodUsed property.
| |||||||||||
Sets the value of the statusIs property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the eBayPaymentStatus property.
Gets the value of the incompleteState property.
Gets the value of the lastTimeModified property.
Gets the value of the paymentMethodUsed property.
BuyerPaymentMethodCodeType
Gets the value of the statusIs property.
Sets the value of the eBayPaymentStatus property.
| value | Allowed object is Integer |
|---|
Sets the value of the incompleteState property.
| value | Allowed object is Integer |
|---|
Sets the value of the lastTimeModified property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the paymentMethodUsed property.
| value | Allowed object is
BuyerPaymentMethodCodeType
|
|---|
Sets the value of the statusIs property.
| value | Allowed object is Integer |
|---|