| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.MerchantPullPaymentResponseType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| merchantPullInfo | |||||||||||
| payerInfo | |||||||||||
| paymentInfo | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the merchantPullInfo property.
| |||||||||||
Gets the value of the payerInfo property.
| |||||||||||
Gets the value of the paymentInfo property.
| |||||||||||
Sets the value of the merchantPullInfo property.
| |||||||||||
Sets the value of the payerInfo property.
| |||||||||||
Sets the value of the paymentInfo property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the merchantPullInfo property.
MerchantPullInfoType
Gets the value of the payerInfo property.
PayerInfoType
Gets the value of the paymentInfo property.
PaymentInfoType
Sets the value of the merchantPullInfo property.
| value | Allowed object is
MerchantPullInfoType
|
|---|
Sets the value of the payerInfo property.
| value | Allowed object is
PayerInfoType
|
|---|
Sets the value of the paymentInfo property.
| value | Allowed object is
PaymentInfoType
|
|---|