public class

MerchantPullInfoType

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

Class Overview

MerchantPullInfoType Information about the merchant pull.

Java class for MerchantPullInfoType complex type.

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

 <complexType name="MerchantPullInfoType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MpStatus" type="{urn:ebay:apis:eBLBaseComponents}MerchantPullStatusCodeType"/>
         <element name="MpMax" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
         <element name="MpCustom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Desc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Invoice" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Custom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PaymentSourceID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String custom
protected String desc
protected String invoice
protected String mpCustom
protected BasicAmountType mpMax
protected MerchantPullStatusCodeType mpStatus
protected String paymentSourceID
Public Constructors
MerchantPullInfoType()
Public Methods
String getCustom()
Gets the value of the custom property.
String getDesc()
Gets the value of the desc property.
String getInvoice()
Gets the value of the invoice property.
String getMpCustom()
Gets the value of the mpCustom property.
BasicAmountType getMpMax()
Gets the value of the mpMax property.
MerchantPullStatusCodeType getMpStatus()
Gets the value of the mpStatus property.
String getPaymentSourceID()
Gets the value of the paymentSourceID property.
void setCustom(String value)
Sets the value of the custom property.
void setDesc(String value)
Sets the value of the desc property.
void setInvoice(String value)
Sets the value of the invoice property.
void setMpCustom(String value)
Sets the value of the mpCustom property.
void setMpMax(BasicAmountType value)
Sets the value of the mpMax property.
void setMpStatus(MerchantPullStatusCodeType value)
Sets the value of the mpStatus property.
void setPaymentSourceID(String value)
Sets the value of the paymentSourceID property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String custom

protected String desc

protected String invoice

protected String mpCustom

protected BasicAmountType mpMax

protected MerchantPullStatusCodeType mpStatus

protected String paymentSourceID

Public Constructors

public MerchantPullInfoType ()

Public Methods

public String getCustom ()

Gets the value of the custom property.

Returns
  • possible object is String

public String getDesc ()

Gets the value of the desc property.

Returns
  • possible object is String

public String getInvoice ()

Gets the value of the invoice property.

Returns
  • possible object is String

public String getMpCustom ()

Gets the value of the mpCustom property.

Returns
  • possible object is String

public BasicAmountType getMpMax ()

Gets the value of the mpMax property.

Returns

public MerchantPullStatusCodeType getMpStatus ()

Gets the value of the mpStatus property.

Returns

public String getPaymentSourceID ()

Gets the value of the paymentSourceID property.

Returns
  • possible object is String

public void setCustom (String value)

Sets the value of the custom property.

Parameters
value Allowed object is String

public void setDesc (String value)

Sets the value of the desc property.

Parameters
value Allowed object is String

public void setInvoice (String value)

Sets the value of the invoice property.

Parameters
value Allowed object is String

public void setMpCustom (String value)

Sets the value of the mpCustom property.

Parameters
value Allowed object is String

public void setMpMax (BasicAmountType value)

Sets the value of the mpMax property.

Parameters
value Allowed object is BasicAmountType

public void setMpStatus (MerchantPullStatusCodeType value)

Sets the value of the mpStatus property.

Parameters
value Allowed object is MerchantPullStatusCodeType

public void setPaymentSourceID (String value)

Sets the value of the paymentSourceID property.

Parameters
value Allowed object is String