You are here

public function JanrainUserAddress::getPostalCode in Janrain Registration 8

File

src/User/JanrainUserAddress.php, line 47

Class

JanrainUserAddress
The user address.

Namespace

Drupal\janrain_capture\User

Code

public function getPostalCode() : string {
  return $this
    ->get('postalCode');
}