| java.lang.Object | |
| ↳ | ebay.api.paypalapi.MassPayRequestItemType |
MassPayRequestItemType
Java class for MassPayRequestItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MassPayRequestItemType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ReceiverEmail" type="{urn:ebay:apis:eBLBaseComponents}EmailAddressType" minOccurs="0"/>
<element name="ReceiverPhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ReceiverID" type="{urn:ebay:apis:eBLBaseComponents}UserIDType" minOccurs="0"/>
<element name="Amount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
<element name="UniqueId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| note | |||||||||||
| receiverEmail | |||||||||||
| receiverID | |||||||||||
| receiverPhone | |||||||||||
| uniqueId | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the note property.
| |||||||||||
Gets the value of the receiverEmail property.
| |||||||||||
Gets the value of the receiverID property.
| |||||||||||
Gets the value of the receiverPhone property.
| |||||||||||
Gets the value of the uniqueId property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the note property.
| |||||||||||
Sets the value of the receiverEmail property.
| |||||||||||
Sets the value of the receiverID property.
| |||||||||||
Sets the value of the receiverPhone property.
| |||||||||||
Sets the value of the uniqueId property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
BasicAmountType
Gets the value of the note property.
Gets the value of the receiverEmail property.
Gets the value of the receiverID property.
Gets the value of the receiverPhone property.
Gets the value of the uniqueId property.
Sets the value of the amount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the note property.
| value | Allowed object is String |
|---|
Sets the value of the receiverEmail property.
| value | Allowed object is String |
|---|
Sets the value of the receiverID property.
| value | Allowed object is String |
|---|
Sets the value of the receiverPhone property.
| value | Allowed object is String |
|---|
Sets the value of the uniqueId property.
| value | Allowed object is String |
|---|