Iyzipay\Model\CardInformation::getJsonObject PHP Method

getJsonObject() public method

public getJsonObject ( )
    public function getJsonObject()
    {
        return JsonBuilder::create()->add("cardAlias", $this->getCardAlias())->add("cardNumber", $this->getCardNumber())->add("expireYear", $this->getExpireYear())->add("expireMonth", $this->getExpireMonth())->add("cardHolderName", $this->getCardHolderName())->getObject();
    }