public class

MerchantPullPaymentResponseType

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

Class Overview

MerchantPullPaymentResponseType Response data from the merchant pull.

Java class for MerchantPullPaymentResponseType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MerchantPullPaymentResponseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PayerInfo" type="{urn:ebay:apis:eBLBaseComponents}PayerInfoType"/>
         <element name="PaymentInfo" type="{urn:ebay:apis:eBLBaseComponents}PaymentInfoType"/>
         <element name="MerchantPullInfo" type="{urn:ebay:apis:eBLBaseComponents}MerchantPullInfoType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected MerchantPullInfoType merchantPullInfo
protected PayerInfoType payerInfo
protected PaymentInfoType paymentInfo
Public Constructors
MerchantPullPaymentResponseType()
Public Methods
MerchantPullInfoType getMerchantPullInfo()
Gets the value of the merchantPullInfo property.
PayerInfoType getPayerInfo()
Gets the value of the payerInfo property.
PaymentInfoType getPaymentInfo()
Gets the value of the paymentInfo property.
void setMerchantPullInfo(MerchantPullInfoType value)
Sets the value of the merchantPullInfo property.
void setPayerInfo(PayerInfoType value)
Sets the value of the payerInfo property.
void setPaymentInfo(PaymentInfoType value)
Sets the value of the paymentInfo property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected MerchantPullInfoType merchantPullInfo

protected PayerInfoType payerInfo

protected PaymentInfoType paymentInfo

Public Constructors

public MerchantPullPaymentResponseType ()

Public Methods

public MerchantPullInfoType getMerchantPullInfo ()

Gets the value of the merchantPullInfo property.

Returns

public PayerInfoType getPayerInfo ()

Gets the value of the payerInfo property.

Returns

public PaymentInfoType getPaymentInfo ()

Gets the value of the paymentInfo property.

Returns

public void setMerchantPullInfo (MerchantPullInfoType value)

Sets the value of the merchantPullInfo property.

Parameters
value Allowed object is MerchantPullInfoType

public void setPayerInfo (PayerInfoType value)

Sets the value of the payerInfo property.

Parameters
value Allowed object is PayerInfoType

public void setPaymentInfo (PaymentInfoType value)

Sets the value of the paymentInfo property.

Parameters
value Allowed object is PaymentInfoType