paypalnvp.fields
Class BuyerDetails

java.lang.Object
  extended by paypalnvp.fields.BuyerDetails
All Implemented Interfaces:
java.io.Serializable, RequestFields

public final class BuyerDetails
extends java.lang.Object
implements RequestFields

See Also:
Serialized Form

Constructor Summary
BuyerDetails(java.lang.String buyerUserName)
          The unique identifier provided by eBay for this buyer.
 
Method Summary
 java.util.Map<java.lang.String,java.lang.String> getNVPRequest()
          Creates and returns part of the nvp (name value pair) request containing request values
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BuyerDetails

public BuyerDetails(java.lang.String buyerUserName)
             throws java.lang.IllegalArgumentException
The unique identifier provided by eBay for this buyer. The value may or may not be the same as the username. In the case of eBay, it is different. Character length and limitations: 255 single-byte characters

Parameters:
buyerUserName -
Throws:
java.lang.IllegalArgumentException
Method Detail

getNVPRequest

public java.util.Map<java.lang.String,java.lang.String> getNVPRequest()
Description copied from interface: RequestFields
Creates and returns part of the nvp (name value pair) request containing request values

Specified by:
getNVPRequest in interface RequestFields
Returns:
part of the nvp request as a Map

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object