isEmpty
A PostalAddress is considered empty if it does not have a country code.
Return
true if the country code is null or empty, false otherwise.
A PostalAddress is considered empty if it does not have a country code.
true if the country code is null or empty, false otherwise.