Iyzipay\Model\Address::getJsonObject PHP Method

getJsonObject() public method

public getJsonObject ( )
    public function getJsonObject()
    {
        return JsonBuilder::create()->add("address", $this->getAddress())->add("zipCode", $this->getZipCode())->add("contactName", $this->getContactName())->add("city", $this->getCity())->add("country", $this->getCountry())->getObject();
    }