Iyzipay\Request\RetrieveBinNumberRequest::toPKIRequestString PHP Метод

toPKIRequestString() публичный Метод

public toPKIRequestString ( )
    public function toPKIRequestString()
    {
        return RequestStringBuilder::create()->appendSuper(parent::toPKIRequestString())->append("binNumber", $this->getBinNumber())->getRequestString();
    }