|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.paypal.adaptive.api.requests.PreapprovalDetailsRequest
public class PreapprovalDetailsRequest
PreapprovalDetails API provides information about a preapproval set up with the Preapproval API operation.
| Field Summary | |
|---|---|
protected ServiceEnvironment |
env
|
protected boolean |
getBillingAddress
|
protected java.lang.String |
preapprovalKey
|
protected RequestEnvelope |
requestEnvelope
|
| Constructor Summary | |
|---|---|
PreapprovalDetailsRequest(java.lang.String language,
ServiceEnvironment env)
|
|
| Method Summary | |
|---|---|
PreapprovalDetailsResponse |
execute(APICredential credentialObj)
|
java.lang.String |
getPreapprovalKey()
Gets the value of the preapprovalKey property. |
RequestEnvelope |
getRequestEnvelope()
Gets the value of the requestEnvelope property. |
boolean |
isGetBillingAddress()
Gets the value of the getBillingAddress property. |
void |
setGetBillingAddress(boolean value)
Sets the value of the getBillingAddress property. |
void |
setPreapprovalKey(java.lang.String value)
Sets the value of the preapprovalKey property. |
void |
setRequestEnvelope(RequestEnvelope value)
Sets the value of the requestEnvelope 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 RequestEnvelope requestEnvelope
protected java.lang.String preapprovalKey
protected boolean getBillingAddress
protected ServiceEnvironment env
| Constructor Detail |
|---|
public PreapprovalDetailsRequest(java.lang.String language,
ServiceEnvironment env)
| Method Detail |
|---|
public RequestEnvelope getRequestEnvelope()
RequestEnvelopepublic void setRequestEnvelope(RequestEnvelope value)
value - allowed object is
RequestEnvelopepublic java.lang.String getPreapprovalKey()
Stringpublic void setPreapprovalKey(java.lang.String value)
value - allowed object is
Stringpublic boolean isGetBillingAddress()
Booleanpublic void setGetBillingAddress(boolean value)
value - allowed object is
Boolean
public PreapprovalDetailsResponse execute(APICredential credentialObj)
throws MissingParameterException,
InvalidResponseDataException,
RequestFailureException,
java.io.IOException
MissingParameterException
InvalidResponseDataException
RequestFailureException
java.io.IOExceptionpublic 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 | ||||||||