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

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

public toPKIRequestString ( )
    public function toPKIRequestString()
    {
        return RequestStringBuilder::create()->appendSuper(parent::toPKIRequestString())->append("paymentId", $this->getPaymentId())->append("paymentConversationId", $this->getPaymentConversationId())->getRequestString();
    }