Source for file Order.php
Documentation is available at Order.php
* Model for an eBay order
* @author Stephan Schmidt <schst@php.net>
$this->properties['Transactions'] = array ('Transaction' => array ());
$this->properties['ShippingServiceOptions'] = array ('ShippingServiceOption' => array ());
'TransactionId' => $TransactionId
* add a new shipping option
'ShippingService' => $ShippingService,
'ShippingServiceCost' => $ShippingServiceCost,
'ShippingServicePriority' => $ShippingServicePriority
* set the accepted payment terms
foreach ($methods as $method) {
Documentation generated on Mon, 11 Mar 2019 13:58:47 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|