Iyzipay\Request\CreatePaymentPostAuthRequest::toPKIRequestString PHP Méthode

toPKIRequestString() public méthode

public toPKIRequestString ( )
    public function toPKIRequestString()
    {
        return RequestStringBuilder::create()->appendSuper(parent::toPKIRequestString())->append("paymentId", $this->getPaymentId())->append("ip", $this->getIp())->appendPrice("paidPrice", $this->getPaidPrice())->append("currency", $this->getCurrency())->getRequestString();
    }