public class MerchantPullPaymentResponseType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected MerchantPullInfoType |
merchantPullInfo |
protected PayerInfoType |
payerInfo |
protected PaymentInfoType |
paymentInfo |
| Constructor and Description |
|---|
MerchantPullPaymentResponseType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected PayerInfoType payerInfo
protected PaymentInfoType paymentInfo
protected MerchantPullInfoType merchantPullInfo
public PayerInfoType getPayerInfo()
PayerInfoTypepublic void setPayerInfo(PayerInfoType value)
value - the value
allowed object is
PayerInfoTypepublic PaymentInfoType getPaymentInfo()
PaymentInfoTypepublic void setPaymentInfo(PaymentInfoType value)
value - the value
allowed object is
PaymentInfoTypepublic MerchantPullInfoType getMerchantPullInfo()
MerchantPullInfoTypepublic void setMerchantPullInfo(MerchantPullInfoType value)
value - the value
allowed object is
MerchantPullInfoTypestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.