Iyzipay\Request\RetrieveTransactionsRequest::getJsonObject PHP Method

getJsonObject() public method

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