* @throws RemoteException
* @throws ServiceException
* @throws SOAPException
*/
public static final SetExpressCheckoutResponseType setExpressCheckout(SetExpressCheckoutRequestDetailsType _request, APICredential _credentials) throws RemoteException {
SetExpressCheckoutRequestType request = new SetExpressCheckoutRequestType();
request.setVersion(CURRENT_VERSION);
request.setSetExpressCheckoutRequestDetails(_request);
return setExpressCheckout(request, _credentials);
}