Iyzipay\Request\RetrieveCardListRequest::getJsonObject PHP Метод

getJsonObject() публичный Метод

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