public class MerchantPullPaymentType
extends java.lang.Object
Java class for MerchantPullPaymentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MerchantPullPaymentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Amount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
<element name="MpID" type="{urn:ebay:apis:eBLBaseComponents}MerchantPullIDType"/>
<element name="PaymentType" type="{urn:ebay:apis:eBLBaseComponents}MerchantPullPaymentCodeType" minOccurs="0"/>
<element name="Memo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EmailSubject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Tax" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="Shipping" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="Handling" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="ItemName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ItemNumber" 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="ButtonSource" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SoftDescriptor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BasicAmountType |
amount |
protected java.lang.String |
buttonSource |
protected java.lang.String |
custom |
protected java.lang.String |
emailSubject |
protected BasicAmountType |
handling |
protected java.lang.String |
invoice |
protected java.lang.String |
itemName |
protected java.lang.String |
itemNumber |
protected java.lang.String |
memo |
protected java.lang.String |
mpID |
protected MerchantPullPaymentCodeType |
paymentType |
protected BasicAmountType |
shipping |
protected java.lang.String |
softDescriptor |
protected BasicAmountType |
tax |
| Constructor and Description |
|---|
MerchantPullPaymentType() |
| Modifier and Type | Method and Description |
|---|---|
BasicAmountType |
getAmount()
Gets the value of the amount property.
|
java.lang.String |
getButtonSource()
Gets the value of the buttonSource property.
|
java.lang.String |
getCustom()
Gets the value of the custom property.
|
java.lang.String |
getEmailSubject()
Gets the value of the emailSubject property.
|
BasicAmountType |
getHandling()
Gets the value of the handling property.
|
java.lang.String |
getInvoice()
Gets the value of the invoice property.
|
java.lang.String |
getItemName()
Gets the value of the itemName property.
|
java.lang.String |
getItemNumber()
Gets the value of the itemNumber property.
|
java.lang.String |
getMemo()
Gets the value of the memo property.
|
java.lang.String |
getMpID()
Gets the value of the mpID property.
|
MerchantPullPaymentCodeType |
getPaymentType()
Gets the value of the paymentType property.
|
BasicAmountType |
getShipping()
Gets the value of the shipping property.
|
java.lang.String |
getSoftDescriptor()
Gets the value of the softDescriptor property.
|
BasicAmountType |
getTax()
Gets the value of the tax property.
|
void |
setAmount(BasicAmountType value)
Sets the value of the amount property.
|
void |
setButtonSource(java.lang.String value)
Sets the value of the buttonSource property.
|
void |
setCustom(java.lang.String value)
Sets the value of the custom property.
|
void |
setEmailSubject(java.lang.String value)
Sets the value of the emailSubject property.
|
void |
setHandling(BasicAmountType value)
Sets the value of the handling property.
|
void |
setInvoice(java.lang.String value)
Sets the value of the invoice property.
|
void |
setItemName(java.lang.String value)
Sets the value of the itemName property.
|
void |
setItemNumber(java.lang.String value)
Sets the value of the itemNumber property.
|
void |
setMemo(java.lang.String value)
Sets the value of the memo property.
|
void |
setMpID(java.lang.String value)
Sets the value of the mpID property.
|
void |
setPaymentType(MerchantPullPaymentCodeType value)
Sets the value of the paymentType property.
|
void |
setShipping(BasicAmountType value)
Sets the value of the shipping property.
|
void |
setSoftDescriptor(java.lang.String value)
Sets the value of the softDescriptor property.
|
void |
setTax(BasicAmountType value)
Sets the value of the tax property.
|
protected BasicAmountType amount
protected java.lang.String mpID
protected MerchantPullPaymentCodeType paymentType
protected java.lang.String memo
protected java.lang.String emailSubject
protected BasicAmountType tax
protected BasicAmountType shipping
protected BasicAmountType handling
protected java.lang.String itemName
protected java.lang.String itemNumber
protected java.lang.String invoice
protected java.lang.String custom
protected java.lang.String buttonSource
protected java.lang.String softDescriptor
public BasicAmountType getAmount()
BasicAmountTypepublic void setAmount(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic java.lang.String getMpID()
Stringpublic void setMpID(java.lang.String value)
value - the value
allowed object is
Stringpublic MerchantPullPaymentCodeType getPaymentType()
MerchantPullPaymentCodeTypepublic void setPaymentType(MerchantPullPaymentCodeType value)
value - the value
allowed object is
MerchantPullPaymentCodeTypepublic java.lang.String getMemo()
Stringpublic void setMemo(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getEmailSubject()
Stringpublic void setEmailSubject(java.lang.String value)
value - the value
allowed object is
Stringpublic BasicAmountType getTax()
BasicAmountTypepublic void setTax(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic BasicAmountType getShipping()
BasicAmountTypepublic void setShipping(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic BasicAmountType getHandling()
BasicAmountTypepublic void setHandling(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic java.lang.String getItemName()
Stringpublic void setItemName(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getItemNumber()
Stringpublic void setItemNumber(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getInvoice()
Stringpublic void setInvoice(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCustom()
Stringpublic void setCustom(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getButtonSource()
Stringpublic void setButtonSource(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getSoftDescriptor()
Stringpublic void setSoftDescriptor(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.