Iyzipay\Request\RetrieveCheckoutFormRequest::toPKIRequestString PHP 메소드

toPKIRequestString() 공개 메소드

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