Source for file AddShipment.php
Documentation is available at AddShipment.php
* @author Stephan Schmidt <schst@php.net>
protected $verb = 'AddShipment';
* options that will be passed to the serializer
'defaultTagName' => 'Transaction'
* parameter map that is used, when scalar parameters are passed
$this->args['Shipment'] = $item->toArray ();
* @param object Services_Ebay_Session
public function call(Services_Ebay_Session $session)
$return = parent ::call($session);
Documentation generated on Mon, 11 Mar 2019 15:49:45 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|