for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Daaner\NovaPoshta\Traits;
trait DocumentList
{
/**
* Отобразить полный список.
*
* @return $this
*/
public function showFullList(): self
$this->methodProperties['GetFullList'] = 1;
return $this;
}
* Фильтр присутствия обратной доставки.
public function showRedeliveryMoney(): self
$this->methodProperties['RedeliveryMoney'] = 1;
* Фильтр полного списка всех актуальных ЭН (по которым не написано заявление на возврат или утилизацию) не забранных получателями посылок.
public function showUnassembledCargo(): self
$this->methodProperties['UnassembledCargo'] = 1;