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

getJsonObject() public méthode

public getJsonObject ( )
    public function getJsonObject()
    {
        return JsonBuilder::fromJsonObject(parent::getJsonObject())->add("subMerchantExternalId", $this->getSubMerchantExternalId())->getObject();
    }