| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.MerchantPullPaymentType |
MerchantPullPayment Parameters to make initiate a pull payment
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| buttonSource | |||||||||||
| custom | |||||||||||
| emailSubject | |||||||||||
| handling | |||||||||||
| invoice | |||||||||||
| itemName | |||||||||||
| itemNumber | |||||||||||
| memo | |||||||||||
| mpID | |||||||||||
| paymentType | |||||||||||
| shipping | |||||||||||
| softDescriptor | |||||||||||
| tax | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the buttonSource property.
| |||||||||||
Gets the value of the custom property.
| |||||||||||
Gets the value of the emailSubject property.
| |||||||||||
Gets the value of the handling property.
| |||||||||||
Gets the value of the invoice property.
| |||||||||||
Gets the value of the itemName property.
| |||||||||||
Gets the value of the itemNumber property.
| |||||||||||
Gets the value of the memo property.
| |||||||||||
Gets the value of the mpID property.
| |||||||||||
Gets the value of the paymentType property.
| |||||||||||
Gets the value of the shipping property.
| |||||||||||
Gets the value of the softDescriptor property.
| |||||||||||
Gets the value of the tax property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the buttonSource property.
| |||||||||||
Sets the value of the custom property.
| |||||||||||
Sets the value of the emailSubject property.
| |||||||||||
Sets the value of the handling property.
| |||||||||||
Sets the value of the invoice property.
| |||||||||||
Sets the value of the itemName property.
| |||||||||||
Sets the value of the itemNumber property.
| |||||||||||
Sets the value of the memo property.
| |||||||||||
Sets the value of the mpID property.
| |||||||||||
Sets the value of the paymentType property.
| |||||||||||
Sets the value of the shipping property.
| |||||||||||
Sets the value of the softDescriptor property.
| |||||||||||
Sets the value of the tax property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
BasicAmountType
Gets the value of the buttonSource property.
Gets the value of the custom property.
Gets the value of the emailSubject property.
Gets the value of the handling property.
BasicAmountType
Gets the value of the invoice property.
Gets the value of the itemName property.
Gets the value of the itemNumber property.
Gets the value of the memo property.
Gets the value of the mpID property.
Gets the value of the paymentType property.
MerchantPullPaymentCodeType
Gets the value of the shipping property.
BasicAmountType
Gets the value of the softDescriptor property.
Gets the value of the tax property.
BasicAmountType
Sets the value of the amount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the buttonSource property.
| value | Allowed object is String |
|---|
Sets the value of the custom property.
| value | Allowed object is String |
|---|
Sets the value of the emailSubject property.
| value | Allowed object is String |
|---|
Sets the value of the handling property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the invoice property.
| value | Allowed object is String |
|---|
Sets the value of the itemName property.
| value | Allowed object is String |
|---|
Sets the value of the itemNumber property.
| value | Allowed object is String |
|---|
Sets the value of the memo property.
| value | Allowed object is String |
|---|
Sets the value of the mpID property.
| value | Allowed object is String |
|---|
Sets the value of the paymentType property.
| value | Allowed object is
MerchantPullPaymentCodeType
|
|---|
Sets the value of the shipping property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the softDescriptor property.
| value | Allowed object is String |
|---|
Sets the value of the tax property.
| value | Allowed object is
BasicAmountType
|
|---|