Iyzipay\Request\CreateThreedsPaymentRequest::toPKIRequestString PHP Method

toPKIRequestString() public method

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