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

toPKIRequestString() public méthode

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