public class

PaymentRequestInfoType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.PaymentRequestInfoType

Class Overview

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>
 

Summary

Fields
protected ErrorType paymentError
protected String paymentRequestID
protected String transactionId
Public Constructors
PaymentRequestInfoType()
Public Methods
ErrorType getPaymentError()
Gets the value of the paymentError property.
String getPaymentRequestID()
Gets the value of the paymentRequestID property.
String getTransactionId()
Gets the value of the transactionId property.
void setPaymentError(ErrorType value)
Sets the value of the paymentError property.
void setPaymentRequestID(String value)
Sets the value of the paymentRequestID property.
void setTransactionId(String value)
Sets the value of the transactionId property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ErrorType paymentError

protected String paymentRequestID

protected String transactionId

Public Constructors

public PaymentRequestInfoType ()

Public Methods

public ErrorType getPaymentError ()

Gets the value of the paymentError property.

Returns

public String getPaymentRequestID ()

Gets the value of the paymentRequestID property.

Returns
  • possible object is String

public String getTransactionId ()

Gets the value of the transactionId property.

Returns
  • possible object is String

public void setPaymentError (ErrorType value)

Sets the value of the paymentError property.

Parameters
value Allowed object is ErrorType

public void setPaymentRequestID (String value)

Sets the value of the paymentRequestID property.

Parameters
value Allowed object is String

public void setTransactionId (String value)

Sets the value of the transactionId property.

Parameters
value Allowed object is String