|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.Verisign.payment.PaymentResponse
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 |
public int retCode
public java.lang.String data
| Constructor Detail |
public PaymentResponse()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||