Examples of GetTransactionDetailsRequestType


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
Copyright © 2018 www.massapi.com. 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.