| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.PaymentRequestInfoType |
Java class for PaymentRequestInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentRequestInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TransactionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PaymentRequestID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PaymentError" type="{urn:ebay:apis:eBLBaseComponents}ErrorType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| paymentError | |||||||||||
| paymentRequestID | |||||||||||
| transactionId | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the paymentError property.
| |||||||||||
Gets the value of the paymentRequestID property.
| |||||||||||
Gets the value of the transactionId property.
| |||||||||||
Sets the value of the paymentError property.
| |||||||||||
Sets the value of the paymentRequestID property.
| |||||||||||
Sets the value of the transactionId property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the paymentError property.
ErrorType
Gets the value of the paymentRequestID property.
Gets the value of the transactionId property.
Sets the value of the paymentError property.
| value | Allowed object is
ErrorType
|
|---|
Sets the value of the paymentRequestID property.
| value | Allowed object is String |
|---|
Sets the value of the transactionId property.
| value | Allowed object is String |
|---|