| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.MerchantPullInfoType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| custom | |||||||||||
| desc | |||||||||||
| invoice | |||||||||||
| mpCustom | |||||||||||
| mpMax | |||||||||||
| mpStatus | |||||||||||
| paymentSourceID | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the custom property.
| |||||||||||
Gets the value of the desc property.
| |||||||||||
Gets the value of the invoice property.
| |||||||||||
Gets the value of the mpCustom property.
| |||||||||||
Gets the value of the mpMax property.
| |||||||||||
Gets the value of the mpStatus property.
| |||||||||||
Gets the value of the paymentSourceID property.
| |||||||||||
Sets the value of the custom property.
| |||||||||||
Sets the value of the desc property.
| |||||||||||
Sets the value of the invoice property.
| |||||||||||
Sets the value of the mpCustom property.
| |||||||||||
Sets the value of the mpMax property.
| |||||||||||
Sets the value of the mpStatus property.
| |||||||||||
Sets the value of the paymentSourceID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the custom property.
Gets the value of the desc property.
Gets the value of the invoice property.
Gets the value of the mpCustom property.
Gets the value of the mpMax property.
BasicAmountType
Gets the value of the mpStatus property.
MerchantPullStatusCodeType
Gets the value of the paymentSourceID property.
Sets the value of the custom property.
| value | Allowed object is String |
|---|
Sets the value of the desc property.
| value | Allowed object is String |
|---|
Sets the value of the invoice property.
| value | Allowed object is String |
|---|
Sets the value of the mpCustom property.
| value | Allowed object is String |
|---|
Sets the value of the mpMax property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the mpStatus property.
| value | Allowed object is
MerchantPullStatusCodeType
|
|---|
Sets the value of the paymentSourceID property.
| value | Allowed object is String |
|---|