Package PayPalAPI.api.ebay

Examples of PayPalAPI.api.ebay.GetTransactionDetailsRequestType


   * @throws RemoteException
   * @throws ServiceException
   * @throws SOAPException
   */
  public static final GetTransactionDetailsResponseType getTransactionDetails(String _txnId, APICredential _credentials) throws RemoteException {
    GetTransactionDetailsRequestType request = new GetTransactionDetailsRequestType();
    request.setVersion(CURRENT_VERSION);
    request.setTransactionID(_txnId);
    return getTransactionDetails(request, _credentials);
  }
View Full Code Here

TOP

Related Classes of PayPalAPI.api.ebay.GetTransactionDetailsRequestType

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.