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()
PayerInfoType
public void setPayerInfo(PayerInfoType value)
value
- the value
allowed object is
PayerInfoType
public PaymentInfoType getPaymentInfo()
PaymentInfoType
public void setPaymentInfo(PaymentInfoType value)
value
- the value
allowed object is
PaymentInfoType
public MerchantPullInfoType getMerchantPullInfo()
MerchantPullInfoType
public void setMerchantPullInfo(MerchantPullInfoType value)
value
- the value
allowed object is
MerchantPullInfoType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.