Address constructor

Address()

Default constructor. Note: Sets all the string values to "".

Implementation

Address()
    : city = "", countryCode = "", country = "", district = "", subdistrict = "", houseNumOrName = "", postalCode = "", state = "", county = "", street = "", block = "", subBlock = "", addressText = "", type = null, stateCode = "";