Iyzipay\Model\BkmInstallment::getJsonObject PHP Method

getJsonObject() public method

public getJsonObject ( )
    public function getJsonObject()
    {
        return JsonBuilder::create()->add("bankId", $this->getBankId())->addArray("installmentPrices", $this->getInstallmentPrices())->getObject();
    }