name; $restDescription['discontinued'] = 1; //active service $restDescription['service_usageunit'] = $this->unitName; $restDescription['unit_price'] = $this->price; $restDescription['qty'] = $this->stockCount; $restDescription['currency_id'] = $this->currencyId; $restDescription['conversion_rate'] = $this->conversionRate; $restDescription['one_s_id'] = $this->oneEsIdentifier; return $restDescription; } } ?>