Mage2\Pickup\Payment\Pickup::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        $this->identifier = 'pickup';
        $this->title = 'Pickup From Store';
    }