com.Verisign.payment
Class PaymentResponse

java.lang.Object
  extended bycom.Verisign.payment.PaymentResponse

public class PaymentResponse
extends java.lang.Object

PaymentResponse - Stores data returned from transactions processed through the PayPal PaymentProcessor.


Field Summary
 java.lang.String data
          Returns the data stream from the PaymentProcessor encoded in the format defined in the PayPal Payment Services Integration documentation.
 int retCode
          The return code will be 0 if the the request to the PaymentProcessor was processed successfully, otherwise it will be a negative error code as defined in the PayPal Payment Services Integration documentation.
 
Constructor Summary
PaymentResponse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

retCode

public int retCode
The return code will be 0 if the the request to the PaymentProcessor was processed successfully, otherwise it will be a negative error code as defined in the PayPal Payment Services Integration documentation.


data

public java.lang.String data
Returns the data stream from the PaymentProcessor encoded in the format defined in the PayPal Payment Services Integration documentation.

Constructor Detail

PaymentResponse

public PaymentResponse()