Iyzipay\Request\CreateCrossBookingRequest::getJsonObject PHP Method

getJsonObject() public method

public getJsonObject ( )
    public function getJsonObject()
    {
        return JsonBuilder::fromJsonObject(parent::getJsonObject())->add("subMerchantKey", $this->getSubMerchantKey())->addPrice("price", $this->getPrice())->add("reason", $this->getReason())->add("currency", $this->getCurrency())->getObject();
    }