PayPal\Core\PPAPIService::getOptions PHP Method

getOptions() private method

private getOptions ( )
    private function getOptions()
    {
        return array('port' => $this->port, 'serviceName' => $this->serviceName, 'serviceBinding' => $this->serviceBinding, 'config' => $this->apiContext->getConfig(), 'apiMethod' => $this->apiMethod, 'apiContext' => $this->apiContext);
    }