| java.lang.Object | ||
| ↳ | ebay.apis.eblbasecomponents.AbstractRequestType | |
| ↳ | ebay.api.paypalapi.MassPayRequestType | |
Java class for MassPayRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MassPayRequestType">
<complexContent>
<extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
<sequence>
<element name="EmailSubject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ReceiverType" type="{urn:ebay:apis:eBLBaseComponents}ReceiverInfoCodeType" minOccurs="0"/>
<element name="ButtonSource" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MassPayItem" type="{urn:ebay:api:PayPalAPI}MassPayRequestItemType" maxOccurs="250"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| buttonSource | |||||||||||
| emailSubject | |||||||||||
| massPayItem | |||||||||||
| receiverType | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractRequestType
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the buttonSource property.
| |||||||||||
Gets the value of the emailSubject property.
| |||||||||||
Gets the value of the massPayItem property.
| |||||||||||
Gets the value of the receiverType property.
| |||||||||||
Sets the value of the buttonSource property.
| |||||||||||
Sets the value of the emailSubject property.
| |||||||||||
Sets the value of the receiverType property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractRequestType
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the buttonSource property.
Gets the value of the emailSubject property.
Gets the value of the massPayItem property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the massPayItem property.
For example, to add a new item, do as follows:
getMassPayItem().add(newItem);
Objects of the following type(s) are allowed in the list
MassPayRequestItemType
Gets the value of the receiverType property.
ReceiverInfoCodeType
Sets the value of the buttonSource property.
| value | Allowed object is String |
|---|
Sets the value of the emailSubject property.
| value | Allowed object is String |
|---|
Sets the value of the receiverType property.
| value | Allowed object is
ReceiverInfoCodeType
|
|---|