Iyzipay\Request\DeleteCardRequest::getJsonObject PHP Method

getJsonObject() public method

public getJsonObject ( )
    public function getJsonObject()
    {
        return JsonBuilder::fromJsonObject(parent::getJsonObject())->add("cardUserKey", $this->getCardUserKey())->add("cardToken", $this->getCardToken())->getObject();
    }