Package PayPalAPI.api.ebay

Examples of PayPalAPI.api.ebay.GetExpressCheckoutDetailsReq


   * @throws SOAPException
   */
  public static final GetExpressCheckoutDetailsResponseType getExpressCheckoutDetails(GetExpressCheckoutDetailsRequestType _request, APICredential _credentials) throws RemoteException {
    long startTime = System.currentTimeMillis();
    validateRequest(_request);
    GetExpressCheckoutDetailsResponseType response = getAPIAAInterface(_credentials).getExpressCheckoutDetails(new GetExpressCheckoutDetailsReq(_request));
    processResponse(response);
    long endTime = System.currentTimeMillis();
    logMessage(startTime, endTime, response, "API.getExpressCheckoutDetails");
    return response;
  }
View Full Code Here

TOP

Related Classes of PayPalAPI.api.ebay.GetExpressCheckoutDetailsReq

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.