postcode; } /** * Returns the ISO country code used to format the postcode. */ public function getCountry(): string { return $this->country; } }