type = new BaseStringL11nType(); $this->net = new FloatInt(); $this->taxR = new FloatInt(); $this->taxP = new FloatInt(); $this->gross = new FloatInt(); $this->quantity = new FloatInt(); $this->start = new \DateTime('now'); $this->end = new \DateTime('now'); } }