Iyzipay\Request\RetrieveInstallmentInfoRequest::getJsonObject PHP Method

getJsonObject() public method

public getJsonObject ( )
    public function getJsonObject()
    {
        return JsonBuilder::fromJsonObject(parent::getJsonObject())->add("binNumber", $this->getBinNumber())->addPrice("price", $this->getPrice())->getObject();
    }