Iyzipay\Request\CreatePaymentPostAuthRequest::getJsonObject PHP Method

getJsonObject() public method

public getJsonObject ( )
    public function getJsonObject()
    {
        return JsonBuilder::fromJsonObject(parent::getJsonObject())->add("paymentId", $this->getPaymentId())->add("ip", $this->getIp())->addPrice("paidPrice", $this->getPaidPrice())->add("currency", $this->getCurrency())->getObject();
    }