Iyzipay\Request\DeleteCardRequest::toPKIRequestString PHP Method

toPKIRequestString() public method

public toPKIRequestString ( )
    public function toPKIRequestString()
    {
        return RequestStringBuilder::create()->appendSuper(parent::toPKIRequestString())->append("cardUserKey", $this->getCardUserKey())->append("cardToken", $this->getCardToken())->getRequestString();
    }