/**
  * Add the tax, duty, fees display type.
  *
  * @return self
  */
 protected function _addTaxDisplayType()
 {
     $this->_orderItemPayload->setTaxAndDutyDisplayType($this->_getTaxAndDutyDisplayType());
     return $this;
 }