Class UserInfo

java.lang.Object
paypal.payflow.UserInfo

public final class UserInfo extends Object
Used for PayPal User account information This is a required class for a strong assembly transactions. This class is used to store the user credential needed to authenticate the user performing the transaction. Following are the required user credentials: Payflow Parameter Description USER User login Id. Created in Manager. VENDOR Login name. The login name created while registering for the Payflow account. PARTNER The authorized PayPal Reseller that registered this account for the Payflow service provided you with a Partner ID. If you registered yourself, use PayPal. PWD 6 to 32 character password. All values are case-sensitive. .............. // Create the User data object with the required user details. UserInfo user = new UserInfo("user", "vendor", "partner", "password"); ..............
  • Constructor Details

    • UserInfo

      public UserInfo(String User, String Vendor, String Partner, String Pwd)
      Constructor
      Parameters:
      User - - String
      Vendor - - String
      Partner - - String
      Pwd - -String
  • Method Details

    • generateRequest

      protected void generateRequest()
    • getContext

      protected Context getContext()
    • setContext

      protected void setContext(Context context)
    • getRequestBuffer

      protected StringBuffer getRequestBuffer()
      Gets the Requestbuffer used for creating the actual request string.
      Returns:
      mRequestBuffer StringBuffer
    • setRequestBuffer

      protected void setRequestBuffer(StringBuffer value)
      sets the StringBuffer to hold the request string.
      Parameters:
      value - StringBuffer