You are here

public function AddressInterface::setPostalCode in Ubercart 8.4

Sets the postal code.

Parameters

string $postal_code: The postal code.

Return value

$this

File

uc_store/src/AddressInterface.php, line 170

Class

AddressInterface
Defines an object to hold Ubercart mailing address information.

Namespace

Drupal\uc_store

Code

public function setPostalCode($postal_code);