paypalnvp.profile
Interface Profile

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BaseProfile

public interface Profile
extends java.io.Serializable

Represents paypal user - his/her password, user name etc.


Method Summary
 java.util.Map<java.lang.String,java.lang.String> getNVPMap()
          Creates and returns part of the nvp (name value pair) containing user name, password, signature etc.
 

Method Detail

getNVPMap

java.util.Map<java.lang.String,java.lang.String> getNVPMap()
Creates and returns part of the nvp (name value pair) containing user name, password, signature etc. (obtained from paypal)

Returns:
user part of the nvp request as a Map