public class PayPalAPIInterfaceServiceService
extends com.paypal.core.BaseService
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
static String |
SERVICE_VERSION |
| Constructor and Description |
|---|
PayPalAPIInterfaceServiceService()
Default
PayPalAPIInterfaceServiceService Constructor. |
PayPalAPIInterfaceServiceService(File configFile)
PayPalAPIInterfaceServiceService that uses the supplied
File object to initialize the SDK system. |
PayPalAPIInterfaceServiceService(InputStream inputStream)
PayPalAPIInterfaceServiceService that uses the supplied
InputStream object to initialize the SDK system. |
PayPalAPIInterfaceServiceService(Map<String,String> configurationMap)
PayPalAPIInterfaceServiceService that uses the supplied
Map to initialize the SDK system. |
PayPalAPIInterfaceServiceService(Properties properties)
PayPalAPIInterfaceServiceService that uses the supplied
Properties to initialize the SDK system. |
PayPalAPIInterfaceServiceService(String configFilePath)
PayPalAPIInterfaceServiceService that uses the supplied path
to initialize the SDK system. |
public static final String SERVICE_VERSION
public static final String SERVICE_NAME
public PayPalAPIInterfaceServiceService()
PayPalAPIInterfaceServiceService Constructor.
Initializes the SDK system with the default configuration file named
'sdk_config.properties' found in the class-pathpublic PayPalAPIInterfaceServiceService(String configFilePath) throws IOException
PayPalAPIInterfaceServiceService that uses the supplied path
to initialize the SDK system. The initialization context is maintained
only for this instance of the class. To initialize the SDK system
globally use the default constructor.configFilePath - Absolute path to a Properties fileIOExceptionPayPalAPIInterfaceServiceServicepublic PayPalAPIInterfaceServiceService(File configFile) throws IOException
PayPalAPIInterfaceServiceService that uses the supplied
File object to initialize the SDK system. The initialization
context is maintained only for this instance of the class. To initialize
the SDK system globally use the default constructorconfigFile - Configuration file in Properties formatIOExceptionPayPalAPIInterfaceServiceServicepublic PayPalAPIInterfaceServiceService(InputStream inputStream) throws IOException
PayPalAPIInterfaceServiceService that uses the supplied
InputStream object to initialize the SDK system. The
initialization context is maintained only for this instance of the class.
To initialize the SDK system globally use the default constructor.inputStream - InputStream of a Properties fileIOExceptionPayPalAPIInterfaceServiceServicepublic PayPalAPIInterfaceServiceService(Properties properties)
PayPalAPIInterfaceServiceService that uses the supplied
Properties to initialize the SDK system. For values that the
properties should hold consult the sample 'sdk_config.properties' file
bundled with the SDK. The initialization context is maintained only for
this instance of the class. To initialize the SDK system globally use the
default constructor.properties - Properties objectPayPalAPIInterfaceServiceServicepublic PayPalAPIInterfaceServiceService(Map<String,String> configurationMap)
PayPalAPIInterfaceServiceService that uses the supplied
Map to initialize the SDK system. For values that the map should
hold consult the sample 'sdk_config.properties' file bundled with the
SDK. The initialization context is maintained only for this instance of
the class. To initialize the SDK system globally use the default
constructor.configurationMap - Map objectPayPalAPIInterfaceServiceServicepublic RefundTransactionResponseType refundTransaction(RefundTransactionReq refundTransactionReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic RefundTransactionResponseType refundTransaction(RefundTransactionReq refundTransactionReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic RefundTransactionResponseType refundTransaction(RefundTransactionReq refundTransactionReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic InitiateRecoupResponseType initiateRecoup(InitiateRecoupReq initiateRecoupReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic InitiateRecoupResponseType initiateRecoup(InitiateRecoupReq initiateRecoupReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic InitiateRecoupResponseType initiateRecoup(InitiateRecoupReq initiateRecoupReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic CompleteRecoupResponseType completeRecoup(CompleteRecoupReq completeRecoupReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic CompleteRecoupResponseType completeRecoup(CompleteRecoupReq completeRecoupReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic CompleteRecoupResponseType completeRecoup(CompleteRecoupReq completeRecoupReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic CancelRecoupResponseType cancelRecoup(CancelRecoupReq cancelRecoupReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic CancelRecoupResponseType cancelRecoup(CancelRecoupReq cancelRecoupReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic CancelRecoupResponseType cancelRecoup(CancelRecoupReq cancelRecoupReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic GetTransactionDetailsResponseType getTransactionDetails(GetTransactionDetailsReq getTransactionDetailsReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic GetTransactionDetailsResponseType getTransactionDetails(GetTransactionDetailsReq getTransactionDetailsReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic GetTransactionDetailsResponseType getTransactionDetails(GetTransactionDetailsReq getTransactionDetailsReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic BillUserResponseType billUser(BillUserReq billUserReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic BillUserResponseType billUser(BillUserReq billUserReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic BillUserResponseType billUser(BillUserReq billUserReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic TransactionSearchResponseType transactionSearch(TransactionSearchReq transactionSearchReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic TransactionSearchResponseType transactionSearch(TransactionSearchReq transactionSearchReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic TransactionSearchResponseType transactionSearch(TransactionSearchReq transactionSearchReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic MassPayResponseType massPay(MassPayReq massPayReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic MassPayResponseType massPay(MassPayReq massPayReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic MassPayResponseType massPay(MassPayReq massPayReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic BAUpdateResponseType billAgreementUpdate(BillAgreementUpdateReq billAgreementUpdateReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic BAUpdateResponseType billAgreementUpdate(BillAgreementUpdateReq billAgreementUpdateReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic BAUpdateResponseType billAgreementUpdate(BillAgreementUpdateReq billAgreementUpdateReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic AddressVerifyResponseType addressVerify(AddressVerifyReq addressVerifyReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic AddressVerifyResponseType addressVerify(AddressVerifyReq addressVerifyReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic AddressVerifyResponseType addressVerify(AddressVerifyReq addressVerifyReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic EnterBoardingResponseType enterBoarding(EnterBoardingReq enterBoardingReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic EnterBoardingResponseType enterBoarding(EnterBoardingReq enterBoardingReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic EnterBoardingResponseType enterBoarding(EnterBoardingReq enterBoardingReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic GetBoardingDetailsResponseType getBoardingDetails(GetBoardingDetailsReq getBoardingDetailsReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic GetBoardingDetailsResponseType getBoardingDetails(GetBoardingDetailsReq getBoardingDetailsReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic GetBoardingDetailsResponseType getBoardingDetails(GetBoardingDetailsReq getBoardingDetailsReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic CreateMobilePaymentResponseType createMobilePayment(CreateMobilePaymentReq createMobilePaymentReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic CreateMobilePaymentResponseType createMobilePayment(CreateMobilePaymentReq createMobilePaymentReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic CreateMobilePaymentResponseType createMobilePayment(CreateMobilePaymentReq createMobilePaymentReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic GetMobileStatusResponseType getMobileStatus(GetMobileStatusReq getMobileStatusReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic GetMobileStatusResponseType getMobileStatus(GetMobileStatusReq getMobileStatusReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic GetMobileStatusResponseType getMobileStatus(GetMobileStatusReq getMobileStatusReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic SetMobileCheckoutResponseType setMobileCheckout(SetMobileCheckoutReq setMobileCheckoutReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic SetMobileCheckoutResponseType setMobileCheckout(SetMobileCheckoutReq setMobileCheckoutReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic SetMobileCheckoutResponseType setMobileCheckout(SetMobileCheckoutReq setMobileCheckoutReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoMobileCheckoutPaymentResponseType doMobileCheckoutPayment(DoMobileCheckoutPaymentReq doMobileCheckoutPaymentReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoMobileCheckoutPaymentResponseType doMobileCheckoutPayment(DoMobileCheckoutPaymentReq doMobileCheckoutPaymentReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoMobileCheckoutPaymentResponseType doMobileCheckoutPayment(DoMobileCheckoutPaymentReq doMobileCheckoutPaymentReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic GetBalanceResponseType getBalance(GetBalanceReq getBalanceReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic GetBalanceResponseType getBalance(GetBalanceReq getBalanceReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic GetBalanceResponseType getBalance(GetBalanceReq getBalanceReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic GetPalDetailsResponseType getPalDetails(GetPalDetailsReq getPalDetailsReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic GetPalDetailsResponseType getPalDetails(GetPalDetailsReq getPalDetailsReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic GetPalDetailsResponseType getPalDetails(GetPalDetailsReq getPalDetailsReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoExpressCheckoutPaymentResponseType doExpressCheckoutPayment(DoExpressCheckoutPaymentReq doExpressCheckoutPaymentReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoExpressCheckoutPaymentResponseType doExpressCheckoutPayment(DoExpressCheckoutPaymentReq doExpressCheckoutPaymentReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoExpressCheckoutPaymentResponseType doExpressCheckoutPayment(DoExpressCheckoutPaymentReq doExpressCheckoutPaymentReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoUATPExpressCheckoutPaymentResponseType doUATPExpressCheckoutPayment(DoUATPExpressCheckoutPaymentReq doUATPExpressCheckoutPaymentReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoUATPExpressCheckoutPaymentResponseType doUATPExpressCheckoutPayment(DoUATPExpressCheckoutPaymentReq doUATPExpressCheckoutPaymentReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoUATPExpressCheckoutPaymentResponseType doUATPExpressCheckoutPayment(DoUATPExpressCheckoutPaymentReq doUATPExpressCheckoutPaymentReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic SetAuthFlowParamResponseType setAuthFlowParam(SetAuthFlowParamReq setAuthFlowParamReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic SetAuthFlowParamResponseType setAuthFlowParam(SetAuthFlowParamReq setAuthFlowParamReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic SetAuthFlowParamResponseType setAuthFlowParam(SetAuthFlowParamReq setAuthFlowParamReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic GetAuthDetailsResponseType getAuthDetails(GetAuthDetailsReq getAuthDetailsReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic GetAuthDetailsResponseType getAuthDetails(GetAuthDetailsReq getAuthDetailsReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic GetAuthDetailsResponseType getAuthDetails(GetAuthDetailsReq getAuthDetailsReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic SetAccessPermissionsResponseType setAccessPermissions(SetAccessPermissionsReq setAccessPermissionsReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic SetAccessPermissionsResponseType setAccessPermissions(SetAccessPermissionsReq setAccessPermissionsReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic SetAccessPermissionsResponseType setAccessPermissions(SetAccessPermissionsReq setAccessPermissionsReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic UpdateAccessPermissionsResponseType updateAccessPermissions(UpdateAccessPermissionsReq updateAccessPermissionsReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic UpdateAccessPermissionsResponseType updateAccessPermissions(UpdateAccessPermissionsReq updateAccessPermissionsReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic UpdateAccessPermissionsResponseType updateAccessPermissions(UpdateAccessPermissionsReq updateAccessPermissionsReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic GetAccessPermissionDetailsResponseType getAccessPermissionDetails(GetAccessPermissionDetailsReq getAccessPermissionDetailsReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic GetAccessPermissionDetailsResponseType getAccessPermissionDetails(GetAccessPermissionDetailsReq getAccessPermissionDetailsReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic GetAccessPermissionDetailsResponseType getAccessPermissionDetails(GetAccessPermissionDetailsReq getAccessPermissionDetailsReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic GetIncentiveEvaluationResponseType getIncentiveEvaluation(GetIncentiveEvaluationReq getIncentiveEvaluationReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic GetIncentiveEvaluationResponseType getIncentiveEvaluation(GetIncentiveEvaluationReq getIncentiveEvaluationReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic GetIncentiveEvaluationResponseType getIncentiveEvaluation(GetIncentiveEvaluationReq getIncentiveEvaluationReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic SetExpressCheckoutResponseType setExpressCheckout(SetExpressCheckoutReq setExpressCheckoutReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic SetExpressCheckoutResponseType setExpressCheckout(SetExpressCheckoutReq setExpressCheckoutReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic SetExpressCheckoutResponseType setExpressCheckout(SetExpressCheckoutReq setExpressCheckoutReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic ExecuteCheckoutOperationsResponseType executeCheckoutOperations(ExecuteCheckoutOperationsReq executeCheckoutOperationsReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic ExecuteCheckoutOperationsResponseType executeCheckoutOperations(ExecuteCheckoutOperationsReq executeCheckoutOperationsReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic ExecuteCheckoutOperationsResponseType executeCheckoutOperations(ExecuteCheckoutOperationsReq executeCheckoutOperationsReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic GetExpressCheckoutDetailsResponseType getExpressCheckoutDetails(GetExpressCheckoutDetailsReq getExpressCheckoutDetailsReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic GetExpressCheckoutDetailsResponseType getExpressCheckoutDetails(GetExpressCheckoutDetailsReq getExpressCheckoutDetailsReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic GetExpressCheckoutDetailsResponseType getExpressCheckoutDetails(GetExpressCheckoutDetailsReq getExpressCheckoutDetailsReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoDirectPaymentResponseType doDirectPayment(DoDirectPaymentReq doDirectPaymentReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoDirectPaymentResponseType doDirectPayment(DoDirectPaymentReq doDirectPaymentReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoDirectPaymentResponseType doDirectPayment(DoDirectPaymentReq doDirectPaymentReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic ManagePendingTransactionStatusResponseType managePendingTransactionStatus(ManagePendingTransactionStatusReq managePendingTransactionStatusReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic ManagePendingTransactionStatusResponseType managePendingTransactionStatus(ManagePendingTransactionStatusReq managePendingTransactionStatusReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic ManagePendingTransactionStatusResponseType managePendingTransactionStatus(ManagePendingTransactionStatusReq managePendingTransactionStatusReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoCancelResponseType doCancel(DoCancelReq doCancelReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoCancelResponseType doCancel(DoCancelReq doCancelReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoCancelResponseType doCancel(DoCancelReq doCancelReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoCaptureResponseType doCapture(DoCaptureReq doCaptureReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoCaptureResponseType doCapture(DoCaptureReq doCaptureReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoCaptureResponseType doCapture(DoCaptureReq doCaptureReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoReauthorizationResponseType doReauthorization(DoReauthorizationReq doReauthorizationReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoReauthorizationResponseType doReauthorization(DoReauthorizationReq doReauthorizationReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoReauthorizationResponseType doReauthorization(DoReauthorizationReq doReauthorizationReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoVoidResponseType doVoid(DoVoidReq doVoidReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoVoidResponseType doVoid(DoVoidReq doVoidReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoVoidResponseType doVoid(DoVoidReq doVoidReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoAuthorizationResponseType doAuthorization(DoAuthorizationReq doAuthorizationReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoAuthorizationResponseType doAuthorization(DoAuthorizationReq doAuthorizationReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoAuthorizationResponseType doAuthorization(DoAuthorizationReq doAuthorizationReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic UpdateAuthorizationResponseType updateAuthorization(UpdateAuthorizationReq updateAuthorizationReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic UpdateAuthorizationResponseType updateAuthorization(UpdateAuthorizationReq updateAuthorizationReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic UpdateAuthorizationResponseType updateAuthorization(UpdateAuthorizationReq updateAuthorizationReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic SetCustomerBillingAgreementResponseType setCustomerBillingAgreement(SetCustomerBillingAgreementReq setCustomerBillingAgreementReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic SetCustomerBillingAgreementResponseType setCustomerBillingAgreement(SetCustomerBillingAgreementReq setCustomerBillingAgreementReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic SetCustomerBillingAgreementResponseType setCustomerBillingAgreement(SetCustomerBillingAgreementReq setCustomerBillingAgreementReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic GetBillingAgreementCustomerDetailsResponseType getBillingAgreementCustomerDetails(GetBillingAgreementCustomerDetailsReq getBillingAgreementCustomerDetailsReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic GetBillingAgreementCustomerDetailsResponseType getBillingAgreementCustomerDetails(GetBillingAgreementCustomerDetailsReq getBillingAgreementCustomerDetailsReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic GetBillingAgreementCustomerDetailsResponseType getBillingAgreementCustomerDetails(GetBillingAgreementCustomerDetailsReq getBillingAgreementCustomerDetailsReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic CreateBillingAgreementResponseType createBillingAgreement(CreateBillingAgreementReq createBillingAgreementReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic CreateBillingAgreementResponseType createBillingAgreement(CreateBillingAgreementReq createBillingAgreementReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic CreateBillingAgreementResponseType createBillingAgreement(CreateBillingAgreementReq createBillingAgreementReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoReferenceTransactionResponseType doReferenceTransaction(DoReferenceTransactionReq doReferenceTransactionReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoReferenceTransactionResponseType doReferenceTransaction(DoReferenceTransactionReq doReferenceTransactionReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoReferenceTransactionResponseType doReferenceTransaction(DoReferenceTransactionReq doReferenceTransactionReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoNonReferencedCreditResponseType doNonReferencedCredit(DoNonReferencedCreditReq doNonReferencedCreditReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoNonReferencedCreditResponseType doNonReferencedCredit(DoNonReferencedCreditReq doNonReferencedCreditReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoNonReferencedCreditResponseType doNonReferencedCredit(DoNonReferencedCreditReq doNonReferencedCreditReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoUATPAuthorizationResponseType doUATPAuthorization(DoUATPAuthorizationReq doUATPAuthorizationReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoUATPAuthorizationResponseType doUATPAuthorization(DoUATPAuthorizationReq doUATPAuthorizationReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic DoUATPAuthorizationResponseType doUATPAuthorization(DoUATPAuthorizationReq doUATPAuthorizationReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic CreateRecurringPaymentsProfileResponseType createRecurringPaymentsProfile(CreateRecurringPaymentsProfileReq createRecurringPaymentsProfileReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic CreateRecurringPaymentsProfileResponseType createRecurringPaymentsProfile(CreateRecurringPaymentsProfileReq createRecurringPaymentsProfileReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic CreateRecurringPaymentsProfileResponseType createRecurringPaymentsProfile(CreateRecurringPaymentsProfileReq createRecurringPaymentsProfileReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic GetRecurringPaymentsProfileDetailsResponseType getRecurringPaymentsProfileDetails(GetRecurringPaymentsProfileDetailsReq getRecurringPaymentsProfileDetailsReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic GetRecurringPaymentsProfileDetailsResponseType getRecurringPaymentsProfileDetails(GetRecurringPaymentsProfileDetailsReq getRecurringPaymentsProfileDetailsReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic GetRecurringPaymentsProfileDetailsResponseType getRecurringPaymentsProfileDetails(GetRecurringPaymentsProfileDetailsReq getRecurringPaymentsProfileDetailsReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic ManageRecurringPaymentsProfileStatusResponseType manageRecurringPaymentsProfileStatus(ManageRecurringPaymentsProfileStatusReq manageRecurringPaymentsProfileStatusReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic ManageRecurringPaymentsProfileStatusResponseType manageRecurringPaymentsProfileStatus(ManageRecurringPaymentsProfileStatusReq manageRecurringPaymentsProfileStatusReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic ManageRecurringPaymentsProfileStatusResponseType manageRecurringPaymentsProfileStatus(ManageRecurringPaymentsProfileStatusReq manageRecurringPaymentsProfileStatusReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic BillOutstandingAmountResponseType billOutstandingAmount(BillOutstandingAmountReq billOutstandingAmountReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic BillOutstandingAmountResponseType billOutstandingAmount(BillOutstandingAmountReq billOutstandingAmountReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic BillOutstandingAmountResponseType billOutstandingAmount(BillOutstandingAmountReq billOutstandingAmountReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic UpdateRecurringPaymentsProfileResponseType updateRecurringPaymentsProfile(UpdateRecurringPaymentsProfileReq updateRecurringPaymentsProfileReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic UpdateRecurringPaymentsProfileResponseType updateRecurringPaymentsProfile(UpdateRecurringPaymentsProfileReq updateRecurringPaymentsProfileReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic UpdateRecurringPaymentsProfileResponseType updateRecurringPaymentsProfile(UpdateRecurringPaymentsProfileReq updateRecurringPaymentsProfileReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic ReverseTransactionResponseType reverseTransaction(ReverseTransactionReq reverseTransactionReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic ReverseTransactionResponseType reverseTransaction(ReverseTransactionReq reverseTransactionReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic ReverseTransactionResponseType reverseTransaction(ReverseTransactionReq reverseTransactionReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic ExternalRememberMeOptOutResponseType externalRememberMeOptOut(ExternalRememberMeOptOutReq externalRememberMeOptOutReq) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic ExternalRememberMeOptOutResponseType externalRememberMeOptOut(ExternalRememberMeOptOutReq externalRememberMeOptOutReq, com.paypal.core.credential.ICredential credential) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionpublic ExternalRememberMeOptOutResponseType externalRememberMeOptOut(ExternalRememberMeOptOutReq externalRememberMeOptOutReq, String apiUsername) throws com.paypal.exception.SSLConfigurationException, com.paypal.exception.InvalidCredentialException, IOException, com.paypal.exception.HttpErrorException, com.paypal.exception.InvalidResponseDataException, com.paypal.exception.ClientActionRequiredException, com.paypal.exception.MissingCredentialException, InterruptedException, com.paypal.sdk.exceptions.OAuthException, ParserConfigurationException, SAXException, IOException
com.paypal.exception.SSLConfigurationExceptioncom.paypal.exception.InvalidCredentialExceptionUnsupportedEncodingExceptionIOExceptioncom.paypal.exception.HttpErrorExceptioncom.paypal.exception.InvalidResponseDataExceptioncom.paypal.exception.ClientActionRequiredExceptioncom.paypal.exception.MissingCredentialExceptionInterruptedExceptioncom.paypal.sdk.exceptions.OAuthExceptionParserConfigurationExceptionSAXExceptionCopyright © 2017. All Rights Reserved.