|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.paypal.adaptive.api.responses.RefundResponse
public class RefundResponse
RefundResponse is returned as a result of the Refund API operation..
| Field Summary | |
|---|---|
protected CurrencyCodes |
currencyCode
|
protected java.util.ArrayList<PayError> |
errorList
|
protected java.util.ArrayList<RefundInfo> |
refundInfoList
|
protected ResponseEnvelope |
responseEnvelope
|
| Constructor Summary | |
|---|---|
RefundResponse(java.lang.String responseString)
|
|
| Method Summary | |
|---|---|
void |
addToRefundInfoList(RefundInfo refundInfo)
|
CurrencyCodes |
getCurrencyCode()
Gets the value of the currencyCode property. |
java.util.ArrayList<PayError> |
getErrorList()
|
java.util.ArrayList<RefundInfo> |
getRefundInfoList()
Gets the value of the refundInfoList property. |
ResponseEnvelope |
getResponseEnvelope()
Gets the value of the responseEnvelope property. |
void |
setCurrencyCode(CurrencyCodes value)
Sets the value of the currencyCode property. |
void |
setErrorList(java.util.ArrayList<PayError> errorList)
|
void |
setRefundInfoList(java.util.ArrayList<RefundInfo> value)
Sets the value of the refundInfoList property. |
void |
setResponseEnvelope(ResponseEnvelope value)
Sets the value of the responseEnvelope property. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected ResponseEnvelope responseEnvelope
protected CurrencyCodes currencyCode
protected java.util.ArrayList<RefundInfo> refundInfoList
protected java.util.ArrayList<PayError> errorList
| Constructor Detail |
|---|
public RefundResponse(java.lang.String responseString)
throws PayPalErrorException
PayPalErrorException| Method Detail |
|---|
public java.util.ArrayList<PayError> getErrorList()
public void setErrorList(java.util.ArrayList<PayError> errorList)
public ResponseEnvelope getResponseEnvelope()
ResponseEnvelopepublic void setResponseEnvelope(ResponseEnvelope value)
value - allowed object is
ResponseEnvelopepublic CurrencyCodes getCurrencyCode()
CurrencyCodespublic void setCurrencyCode(CurrencyCodes value)
value - allowed object is
CurrencyCodespublic java.util.ArrayList<RefundInfo> getRefundInfoList()
RefundInfoList public void setRefundInfoList(java.util.ArrayList<RefundInfo> value)
value - allowed object is
RefundInfoList public void addToRefundInfoList(RefundInfo refundInfo)
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||