public class

MassPayRequestItemType

extends Object
java.lang.Object
   ↳ ebay.api.paypalapi.MassPayRequestItemType

Class Overview

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>
 

Summary

Fields
protected BasicAmountType amount
protected String note
protected String receiverEmail
protected String receiverID
protected String receiverPhone
protected String uniqueId
Public Constructors
MassPayRequestItemType()
Public Methods
BasicAmountType getAmount()
Gets the value of the amount property.
String getNote()
Gets the value of the note property.
String getReceiverEmail()
Gets the value of the receiverEmail property.
String getReceiverID()
Gets the value of the receiverID property.
String getReceiverPhone()
Gets the value of the receiverPhone property.
String getUniqueId()
Gets the value of the uniqueId property.
void setAmount(BasicAmountType value)
Sets the value of the amount property.
void setNote(String value)
Sets the value of the note property.
void setReceiverEmail(String value)
Sets the value of the receiverEmail property.
void setReceiverID(String value)
Sets the value of the receiverID property.
void setReceiverPhone(String value)
Sets the value of the receiverPhone property.
void setUniqueId(String value)
Sets the value of the uniqueId property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BasicAmountType amount

protected String note

protected String receiverEmail

protected String receiverID

protected String receiverPhone

protected String uniqueId

Public Constructors

public MassPayRequestItemType ()

Public Methods

public BasicAmountType getAmount ()

Gets the value of the amount property.

Returns

public String getNote ()

Gets the value of the note property.

Returns
  • possible object is String

public String getReceiverEmail ()

Gets the value of the receiverEmail property.

Returns
  • possible object is String

public String getReceiverID ()

Gets the value of the receiverID property.

Returns
  • possible object is String

public String getReceiverPhone ()

Gets the value of the receiverPhone property.

Returns
  • possible object is String

public String getUniqueId ()

Gets the value of the uniqueId property.

Returns
  • possible object is String

public void setAmount (BasicAmountType value)

Sets the value of the amount property.

Parameters
value Allowed object is BasicAmountType

public void setNote (String value)

Sets the value of the note property.

Parameters
value Allowed object is String

public void setReceiverEmail (String value)

Sets the value of the receiverEmail property.

Parameters
value Allowed object is String

public void setReceiverID (String value)

Sets the value of the receiverID property.

Parameters
value Allowed object is String

public void setReceiverPhone (String value)

Sets the value of the receiverPhone property.

Parameters
value Allowed object is String

public void setUniqueId (String value)

Sets the value of the uniqueId property.

Parameters
value Allowed object is String