Esempio n. 1
0
 public function __construct()
 {
     self::$typeMap = array_merge(parent::$typeMap, self::$typeMap);
     $date = new DateTime();
     $this->orderId = null;
     $this->trackTraceNo = '';
     $this->trackTraceUrl = '';
     $this->method = '';
     $this->merchantShipmentNo = '';
     $this->lines = new Tritac_ChannelEngineApiClient_Helpers_Collection('Tritac_ChannelEngineApiClient_Models_ShipmentLine');
     $this->refundInclVat = null;
     $this->refundExclVat = null;
     $this->status = Tritac_ChannelEngineApiClient_Enums_ShipmentStatus::PENDING;
     $this->mancoReason = Tritac_ChannelEngineApiClient_Enums_MancoReason::NOT_IN_STOCK;
     $this->mancoComment = '';
 }