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()
BasicAmountType
public void setAmount(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public java.lang.String getMpID()
String
public void setMpID(java.lang.String value)
value
- the value
allowed object is
String
public MerchantPullPaymentCodeType getPaymentType()
MerchantPullPaymentCodeType
public void setPaymentType(MerchantPullPaymentCodeType value)
value
- the value
allowed object is
MerchantPullPaymentCodeType
public java.lang.String getMemo()
String
public void setMemo(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getEmailSubject()
String
public void setEmailSubject(java.lang.String value)
value
- the value
allowed object is
String
public BasicAmountType getTax()
BasicAmountType
public void setTax(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public BasicAmountType getShipping()
BasicAmountType
public void setShipping(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public BasicAmountType getHandling()
BasicAmountType
public void setHandling(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public java.lang.String getItemName()
String
public void setItemName(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getItemNumber()
String
public void setItemNumber(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getInvoice()
String
public void setInvoice(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getCustom()
String
public void setCustom(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getButtonSource()
String
public void setButtonSource(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getSoftDescriptor()
String
public void setSoftDescriptor(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.