Пример #1
0
 public function __construct()
 {
     self::$typeMap = array_merge(parent::$typeMap, self::$typeMap);
     $this->shipmentId = null;
     $this->orderLineId = 0;
     $this->status = Tritac_ChannelEngineApiClient_Enums_ShipmentLineStatus::SHIPPED;
     $this->quantity = 0;
     $this->expectedDate = null;
     $this->refundInclVat = 0;
     $this->refundExclVat = 0;
 }